From owner-freebsd-questions Sun Oct 21 0:35: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natpost.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id D567137B401 for ; Sun, 21 Oct 2001 00:35:02 -0700 (PDT) Received: from gate (ACB1F14A.ipt.aol.com [172.177.241.74]) by post.webmailer.de (8.9.3/8.8.7) with SMTP id JAA23058 for ; Sun, 21 Oct 2001 09:34:49 +0200 (MET DST) Message-ID: <003401c15a02$e8907420$01a8a8c0@gate> Reply-To: "Juergen" From: "Juergen" To: Subject: Fast serial console Date: Sat, 20 Oct 2001 19:58:13 +0200 Organization: EK-projects MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I have problems to get the serial console to run with 115200baud. I have added these lines in my kernel: options CONSPEED=115200 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 -p in my /boot.config and: ttyd0 "/usr/libexec/getty std.115200" vt100 on secure in /etc/ttys. The bootup messages an all other messages are displayed, but only with 9600 baud. What must I do to get the messages (all from bootup) with 115200 baud? Regards Jürgen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 1:35:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 6920E37B401 for ; Sun, 21 Oct 2001 01:35:28 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 6401370618; Sun, 21 Oct 2001 02:35:22 -0600 (MDT) Date: Sun, 21 Oct 2001 02:35:22 -0600 (MDT) From: FreeBSD To: Michael MacKinnon Cc: freebsd-questions@FreeBSD.ORG Subject: Re: attackers! How do I know whether or not they were successful? In-Reply-To: <5.0.2.1.0.20011020141127.00a191b0@netmail.home.com> Message-ID: <20011021023438.C94276-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 20 Oct 2001, Michael MacKinnon wrote: > My Firewall Rules: > block in on dc0 Change this to: block in all on dc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 1:47:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fepC.post.tele.dk (fepC.post.tele.dk [195.41.46.147]) by hub.freebsd.org (Postfix) with ESMTP id 33D7F37B403 for ; Sun, 21 Oct 2001 01:47:33 -0700 (PDT) Received: from arnold.neland.dk ([62.243.124.200]) by fepC.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011021084731.DFAE11568.fepC.post.tele.dk@arnold.neland.dk>; Sun, 21 Oct 2001 10:47:31 +0200 Received: from gina ([192.168.5.109]) by arnold.neland.dk (8.11.6/8.11.6) with SMTP id f9L8m7q35046; Sun, 21 Oct 2001 10:48:08 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <007201c15a0c$f93b3940$6d05a8c0@neland.dk> From: "Leif Neland" To: "Jason Kocol" , References: <3BD1B5F7.DA998771@cv.org> <005701c15990$eb5407c0$6d05a8c0@neland.dk> <3BD1BD7C.88C97C57@cv.org> <007501c159ad$b56fc5a0$6d05a8c0@neland.dk> <3BD21287.674AE9FD@cv.org> Subject: Re: ppp, tun0, and 2 IP addresses Date: Sun, 21 Oct 2001 10:47:10 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Leif Neland wrote: > > > But anyway, is the trouble that your utility must know your "true" ip > > to tell dyndns, or just that it needs to know that the address has > > changed? > > It needs to know what the true IP address is. Do you think that > disabling iface-alias would solve this? I have already tried to put > 'iface clear' in ppp.linkdown to see if it would clear the last one, but > it did not work. Then the dyndns system is misdesigned. The server should just see where the update comes from, that will be the true address. dhid/dhis works like that. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 2:42:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f194.law14.hotmail.com [64.4.21.194]) by hub.freebsd.org (Postfix) with ESMTP id C70AA37B401 for ; Sun, 21 Oct 2001 02:42:30 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 21 Oct 2001 02:42:30 -0700 Received: from 213.190.63.99 by lw14fd.law14.hotmail.msn.com with HTTP; Sun, 21 Oct 2001 09:42:30 GMT X-Originating-IP: [213.190.63.99] From: "Edward Gess" To: freebsd-questions@freebsd.org Subject: problems with reading burned CD Date: Sun, 21 Oct 2001 09:42:30 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Oct 2001 09:42:30.0707 (UTC) FILETIME=[B3E52830:01C15A14] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've got a problem when attempting to read burned CD. At the first, I was unable to mount it at all, but then I read dox, and used: "mount_cd9669 -s0 ..." i.e. I told the mounter to mount my disk using info. on the first cd-block... so it is mounted! But! Some files are non-existent, some are to small! Strange is that, that the win98 reads this CD as well! So, what's wrong in FreeBSD mounter? How to mount my CD??? Thanks. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 2:45:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 5207837B403 for ; Sun, 21 Oct 2001 02:45:48 -0700 (PDT) Received: from hades.hell.gr (patr530-a213.otenet.gr [212.205.215.213]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9L9jgO00594; Sun, 21 Oct 2001 12:45:43 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9L9jdx00895; Sun, 21 Oct 2001 12:45:39 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sun, 21 Oct 2001 12:45:34 +0300 From: Giorgos Keramidas To: ravi pina Cc: Georgi Tyuliev , questions@FreeBSD.ORG Subject: Re: 77M ./var/ftp/incoming/ com2/tagged 4 Lhotse by Xplosivo/filled by okunawa/tc2 Message-ID: <20011021124534.A460@hades.hell.gr> References: <3BCF2AB3.CB8F4D56@e20.physik.tu-muenchen.de> <20011018152915.Q3456@happy.cow.org> <20011019104542.A16987@hades.hell.gr> <20011020202308.A3456@happy.cow.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020202308.A3456@happy.cow.org> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ravi pina wrote: > On Fri, Oct 19, 2001 at 10:45:42AM +0300, Giorgos Keramidas said at one point in time: > > > > Or even the simpler: > > > > rm -fr /var/ftp/incoming > > which might also clobber something that you may want > to keep. True, thanks for pointing that out. Backing up those files from incoming that one needs to keep seems a good idea. Maybe by copying them over to /var/incoming.new before erasing /var/incoming, then removing incoming, and finally moving incoming.new to incoming... -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 2:59:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id 6FAB737B403 for ; Sun, 21 Oct 2001 02:59:12 -0700 (PDT) Received: from ideal.darlow.co.uk (IDENT:1000@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f9L9xA456063 for ; Sun, 21 Oct 2001 10:59:10 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Sun, 21 Oct 2001 09:59:10 GMT Message-ID: <20011021.9591000@ideal.darlow.co.uk> Subject: Is anoncvs.freebsd.org going to be revived? To: freebsd-questions@freebsd.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, anoncvs.freebsd.org just issues connection refused responses. Is this useful resource going to be put back into operation after it's recent demise? Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow GPG fingerprint =3D 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 3: 7:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 57A8C37B403 for ; Sun, 21 Oct 2001 03:07:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2B88A66B0F; Sun, 21 Oct 2001 03:07:36 -0700 (PDT) Date: Sun, 21 Oct 2001 03:07:36 -0700 From: Kris Kennaway To: Neil Darlow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is anoncvs.freebsd.org going to be revived? Message-ID: <20011021030736.A84842@xor.obsecurity.org> References: <20011021.9591000@ideal.darlow.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011021.9591000@ideal.darlow.co.uk>; from neil@darlow.co.uk on Sun, Oct 21, 2001 at 09:59:10AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 21, 2001 at 09:59:10AM +0000, Neil Darlow wrote: > Hi, >=20 > anoncvs.freebsd.org just issues connection refused responses. >=20 > Is this useful resource going to be put back into operation after it's > recent demise? I don't know, but I wouldn't bet on it happening immediately. You're much better off converting to cvsup if you can, which is the Project's main update machanism. Kris --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE70p5nWry0BWjoQKURApEAAKDhyA3aIw8fnv6e6GbmxWHH50JwAQCdFLVP 3QkLLVfV1eS/FfRFl9qYrj8= =34UZ -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 3:25:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mcqueen.wolfsburg.de (pns.wobline.de [212.68.68.5]) by hub.freebsd.org (Postfix) with ESMTP id 28C0437B405 for ; Sun, 21 Oct 2001 03:25:24 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-217.wobline.de [212.68.69.228]) by mcqueen.wolfsburg.de (8.11.3/8.11.3/tw-20010821) with ESMTP id f9LAPFX10328; Sun, 21 Oct 2001 12:25:15 +0200 Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9LARAW26536; Sun, 21 Oct 2001 12:27:11 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9LAPDv94759; Sun, 21 Oct 2001 12:25:14 +0200 (CEST) (envelope-from nils@tisys.org) Date: Sun, 21 Oct 2001 12:25:13 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Edward Gess Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with reading burned CD In-Reply-To: Message-ID: <20011021122235.A94754-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Oct 2001, Edward Gess wrote: > Hello, > I've got a problem when attempting to read burned CD. At the first, I was > unable > to mount it at all, but then I read dox, and used: "mount_cd9669 -s0 ..." > i.e. > I told the mounter to mount my disk using info. on the first cd-block... > so > it is mounted! But! Some files are non-existent, some are to small! > Strange is that, that the win98 reads this CD as well! So, what's wrong in > FreeBSD mounter? How to mount my CD??? Well, if you can mount other CDs normally under FreeBSD, then it seems that even through Windows reads your burned CD without problems, you have still made some mistakes when burning the CD. Most likely, you messed something up when using mkisofs. Have a look at the appropriate man page - there are a lot of options that can be specified when using mkisofs, and some result in CDs not really being ISO9660 compliant. That can lead to trouble on some systems while it works properly on others. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 4:27:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe010.worldonline.dk (fe010.worldonline.dk [212.54.64.195]) by hub.freebsd.org (Postfix) with SMTP id 8737C37B406 for ; Sun, 21 Oct 2001 04:27:30 -0700 (PDT) Received: (qmail 5952 invoked by uid 0); 21 Oct 2001 11:27:28 -0000 Received: from 213.237.13.224.adsl.hc.worldonline.dk (HELO NEIGAARD?MOB) (213.237.13.224) by fe010.worldonline.dk with SMTP; 21 Oct 2001 11:27:28 -0000 Date: Sun, 21 Oct 2001 13:28:46 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <326704710.20011021132846@e-box.dk> To: freebsd-questions@FreeBSD.ORG Subject: Apache webserver maillist? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry about this offtopic question, but does anybodu know about a Apache webserver maillist or forum? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 4:35:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 2EEF737B405 for ; Sun, 21 Oct 2001 04:35:14 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 835782B68F; Sun, 21 Oct 2001 13:35:10 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 8DF3030E; Sun, 21 Oct 2001 21:34:57 +1000 (EST) Date: Sun, 21 Oct 2001 21:34:57 +1000 From: Edwin Groothuis To: =?iso-8859-1?Q?S=F8ren_Neigaard?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache webserver maillist? Message-ID: <20011021213457.B552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , =?iso-8859-1?Q?S=F8ren_Neigaard?= , freebsd-questions@FreeBSD.ORG References: <326704710.20011021132846@e-box.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <326704710.20011021132846@e-box.dk>; from neigaard@e-box.dk on Sun, Oct 21, 2001 at 01:28:46PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 21, 2001 at 01:28:46PM +0200, Søren Neigaard wrote: > Sorry about this offtopic question, but does anybodu know about a > Apache webserver maillist or forum? Did you check www.apache.org? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 4:46:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe030.worldonline.dk (fe030.worldonline.dk [212.54.64.197]) by hub.freebsd.org (Postfix) with SMTP id 4E2A537B403 for ; Sun, 21 Oct 2001 04:46:21 -0700 (PDT) Received: (qmail 795 invoked by uid 0); 21 Oct 2001 11:46:12 -0000 Received: from 213.237.13.224.adsl.hc.worldonline.dk (HELO NEIGAARD?MOB) (213.237.13.224) by fe030.worldonline.dk with SMTP; 21 Oct 2001 11:46:12 -0000 Date: Sun, 21 Oct 2001 13:47:21 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <1637820635.20011021134721@e-box.dk> To: Edwin Groothuis Cc: freebsd-questions@FreeBSD.ORG Subject: Re[2]: Apache webserver maillist? In-Reply-To: <20011021213457.B552@k7.mavetju.org> References: <326704710.20011021132846@e-box.dk> <20011021213457.B552@k7.mavetju.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sunday, October 21, 2001, 1:34:57 PM, Edwin wrote: EG> On Sun, Oct 21, 2001 at 01:28:46PM +0200, Søren Neigaard wrote: >> Sorry about this offtopic question, but does anybodu know about a >> Apache webserver maillist or forum? EG> Did you check www.apache.org? I did, but maybe I didn't look hard enough!? I can find maillists for a lot of Apache projects, but not for the webserver!? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 5:47:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f99.law11.hotmail.com [64.4.17.99]) by hub.freebsd.org (Postfix) with ESMTP id 8605037B403 for ; Sun, 21 Oct 2001 05:47:16 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 21 Oct 2001 05:47:16 -0700 Received: from 24.101.171.238 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 21 Oct 2001 12:47:16 GMT X-Originating-IP: [24.101.171.238] From: "Peter Kok" To: freebsd-questions@FreeBSD.ORG Subject: freebsd 4.4 on the Notebook IBM T20 Date: Sun, 21 Oct 2001 08:47:16 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Oct 2001 12:47:16.0369 (UTC) FILETIME=[8376F010:01C15A2E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear all I am wandering to install freebsd 4.3 on the computer notebook IBM T20 1/Why are 4 CD for 4.4? 2/4.4 can run X windows and PCMCIA IBM 10/100 EtherJet CardBUS adapter working properly? Thank you _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 7:38:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 659D837B405 for ; Sun, 21 Oct 2001 07:38:39 -0700 (PDT) Received: from stormwall.org (h139n2fls31o846.telia.com [217.208.108.139]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id f9LEcbN26514 for ; Sun, 21 Oct 2001 16:38:37 +0200 (CEST) Message-ID: <3BD2DEB3.30F1EBC5@stormwall.org> Date: Sun, 21 Oct 2001 16:41:55 +0200 From: Tor Stormwall X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: sendmail and named! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I'm trying to make a domain called "myhome.my" in my private network using 192.168.0.x addresses. My named.conf looks like this: options { directory "/etc/namedb"; forwarders { 127.0.0.1; }; }; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; zone "myhome.my" { type master; file "db.myhome.my"; }; zone "0.168.192.inddr.arpa" { ty ae; file "myhome-reverse"; }; The db.myhome.my looks like this: ; Definition of zone myhome.my myhome.my. IN SOA bossen.myhome.my. tor.bossen.myhome.my. ( 1997010902 ; Serial (date, 2 digits version of day) 86400 ; refresh (1 day) 7200 ; retry (2 hours) 8640000 ; expire (100 days) 86400 ) ; minimum (1 day) ; name servers IN NS ns IN NS ns1 ns IN A 192.168.0.5 ns1 IN A 192.168.0.6 ; MX records IN MX 50 bossen.myhome.my. IN MX 100 agent.creson.com. ; Hosts bossen IN A 192.168.0.5 storm IN A 192.168.0.6 Why doesent it work? Upon this I'm also trying to get sendmail to work. I've changed these line in my sendmail.cf: # who I masquerade ad (null for no masquerading) (se also $=M) DMmyhome.my # "Smart" relay host (maybe be null) DSbossen.myhome.my Of what I know, sendmail needs a domain to work. I'm trying to get a local domain so that sendmail can start sending mail. What is it that I'm doing wrong? Best Regards, Tor Stormwall -- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | M A Y T H E S O U R C E B E W I T H Y O U | | | | Tor Stormwall mailto:tor@stormwall.org | | http://www.creson.com/~tor | | | | http://www.sslug.dk http://www.stormwall.org | | http://www.FreeBSD.org http://www.muf.se | | | * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 7:52:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 06C2D37B403 for ; Sun, 21 Oct 2001 07:52:52 -0700 (PDT) Received: from ester.mobil.cz ([194.228.207.250]) by mobil.cz (8.11.6/8.11.0) with ESMTP id f9LEqov09992 for ; Sun, 21 Oct 2001 16:52:50 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2001102116495904:767 ; Sun, 21 Oct 2001 16:49:59 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id f9LEv3Y16847 for freebsd-questions@FreeBSD.ORG; Sun, 21 Oct 2001 16:57:03 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Sun, 21 Oct 2001 16:57:03 +0200 From: Roman Neuhauser To: freebsd-questions@FreeBSD.ORG Subject: Re: Apache webserver maillist? Message-ID: <20011021165703.B326@roman.mobil.cz> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <326704710.20011021132846@e-box.dk> <20011021213457.B552@k7.mavetju.org> <1637820635.20011021134721@e-box.dk> Mime-Version: 1.0 User-Agent: Mutt/1.2.5i In-Reply-To: <1637820635.20011021134721@e-box.dk>; from neigaard@e-box.dk on Sun, Oct 21, 2001 at 01:47:21PM +0200 X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/21/2001 04:49:59 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/21/2001 04:50:04 PM Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Sun, 21 Oct 2001 13:47:21 +0200 > From: S=F8ren Neigaard > To: Edwin Groothuis > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re[2]: Apache webserver maillist? >=20 > Sunday, October 21, 2001, 1:34:57 PM, Edwin wrote: >=20 > EG> On Sun, Oct 21, 2001 at 01:28:46PM +0200, S=F8ren Neigaard wrote: > >> Sorry about this offtopic question, but does anybodu know about a > >> Apache webserver maillist or forum? >=20 > EG> Did you check www.apache.org? > I did, but maybe I didn't look hard enough!? I can find maillists for > a lot of Apache projects, but not for the webserver!? It's somewhere on yahoogroups IIRC. Roman =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 9: 4:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9237B409 for ; Sun, 21 Oct 2001 09:04:35 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id CE5D1BD10; Sun, 21 Oct 2001 09:04:34 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id JAA23310; Sun, 21 Oct 2001 09:04:34 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f9LG4D042692; Sun, 21 Oct 2001 09:04:13 -0700 (PDT) (envelope-from swear@blarg.net) To: Dale Chulhan Cc: FreeBSD Questions Subject: Re: Future And Direction Of FreeBSD Project References: <3BD224E7.77D12ECE@uwi.tt> From: swear@blarg.net (Gary W. Swearingen) Date: 21 Oct 2001 09:04:12 -0700 In-Reply-To: <3BD224E7.77D12ECE@uwi.tt> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dale Chulhan writes: > Hell, If I had even half the talent of some of you guys I'd be more than > willing to give up my free time to this cause, but right now I don't > feel that I have enough to contribute. You have better writing skills than many (especially ESL) code hackers (though the above has a couple of problems). The FreeBSD Documentation Project would welcome some of your free time. Just jump right in. See /usr/share/doc/en/books/fdp-primer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 9:42: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from quartz.bos.dyndns.org (quartz.bos.dyndns.org [66.37.218.198]) by hub.freebsd.org (Postfix) with ESMTP id F31C337B403 for ; Sun, 21 Oct 2001 09:42:06 -0700 (PDT) Received: from localhost (twilde@localhost) by quartz.bos.dyndns.org (8.11.5/8.11.5) with ESMTP id f9LGg4l24716; Sun, 21 Oct 2001 12:42:04 -0400 (EDT) Date: Sun, 21 Oct 2001 12:42:03 -0400 (EDT) From: Tim Wilde X-X-Sender: twilde@quartz.bos.dyndns.org To: Juergen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fast serial console In-Reply-To: <003401c15a02$e8907420$01a8a8c0@gate> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 20 Oct 2001, Juergen wrote: > I have problems to get the serial console to run with 115200baud. > > I have added these lines in my kernel: > > options CONSPEED=115200 > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 I believe you're missing one thing here, though not in the kernel; you also need: BOOT_COMCONSOLE_SPEED=115200 in /etc/make.conf , and then you need to re-compile your boot blocks. See the handbook, specifically http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html , for more instructions if you haven't already checked it out. Tim Wilde -- Tim Wilde twilde@dyndns.org Systems Administrator Dynamic DNS Network Services http://www.dyndns.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 10: 6:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id DE5D237B406 for ; Sun, 21 Oct 2001 10:06:18 -0700 (PDT) Received: from playground.net ([24.114.145.74]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011021170618.OUDJ15013.femail34.sdc1.sfba.home.com@playground.net> for ; Sun, 21 Oct 2001 10:06:18 -0700 Message-ID: <3BD30090.F56CC6E5@playground.net> Date: Sun, 21 Oct 2001 13:06:24 -0400 From: Dany Cayouette X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Can't compile port with TLS support on 4.4-Release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, just installed 4.4-Release. I'm trying to set up my email system for home. Both ports, fetchmail and exim won't compile TLS. FreeBSD explorer 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 Exim error messages: gcc -c -O -pipe -I. tls.c In file included from tls.c:29: /usr/include/openssl/ssl.h:461: syntax error before `pem_password_cb' In file included from tls.c:29: /usr/include/openssl/ssl.h:1043: syntax error before `pem_password_cb' tls.c: In function `init_dh': tls.c:284: warning: assignment makes pointer from integer without a cast Fetchmail error explorer# make ===> Building for fetchmail-5.8.17_1 cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -c -I. -I. -I./intl -I./intl -I/usr/include -I/usr/include/openssl -I/usr/local/include -O -pipe socket.c In file included from socket.c:456: /usr/include/openssl/ssl.h:461: syntax error before `pem_password_cb' In file included from socket.c:456: /usr/include/openssl/ssl.h:1043: syntax error before `pem_password_cb' Help! Dany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 10:13:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from IMGate1.cshore.com (imgate1.cshore.com [63.237.136.14]) by hub.freebsd.org (Postfix) with ESMTP id 27B6D37B401 for ; Sun, 21 Oct 2001 10:13:49 -0700 (PDT) Received: from sephiroth.starbreaker.net (dialup-uu-dynamic45.cshore.com [63.112.158.45]) by IMGate1.cshore.com (Postfix) with SMTP id 57FE623F0F for ; Sun, 21 Oct 2001 13:35:27 -0400 (EDT) Date: Sun, 21 Oct 2001 13:19:37 -0400 From: Matthew Graybosch To: freebsd-questions@freebsd.org Subject: Offtopic Humor: "If the Spaceballs ran Microsoft Windows..." Message-Id: <20011021131937.347caf8b.matthew@starbreaker.net> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know this is offtopic, but I figure that anybody who's seen the Mel Brooks film _Spaceballs_ might find this parody amusing. If you like it, pass it around freely -- just give me credit for it. [ Alarm blaring loudly ] President Skroob: "Where the Hell are we -- Paris?!" Computer's Voice: "Thank you for hitting ALT-F4. This computer will self-destruct in 3 minutes." Colonel Sandurz: "Abandon Ship! Abandon Ship! Close all shops in the mall. Close the zoo. Cancel the three-ring circus. Dump all RAID disks to tape! -- " Dark Helmet: "Give me that, you petty excuse for a sysadmin!" President Skroob: [grabs Dark Helmet] "Help me! You gotta help me. I don't know what to do. I can't make decisions; I'm a President!!" Sergeant: "Launch all escape pods as soon as they've been filled!!" [Col. Sandurz runs to an escape pod only to find it occupied by Kafka the Drummer. Kafka bops Sandurz, who stumbles backward as Kafka closes the pod and launches. He runs to another, which holds a pizza delivery man, who yells, "Pizza to go!" as he launches.] [Dark Helmet runs to a pod and is stopped by a bearded lady] Dark Helmet: "Hey! That's my escape pod. Who the Hell are you?" Bearded Lady: "*I'm* the bearded lady! Who're you, one of the *freaks*?!" [Knees Dark Helmet] Dark Helmet: [pounds on hatch as the Bearded Lady escapes.] "Come back here you fat bearded BITCH!" [A bear pads over to the last escape pod and climbs aboard.] President Skroob: [smoothes his clothes] "Well, gentlemen, there's one escape pod, and I'm the President. It's a good server; I think you should go down with it." [climbs into escape pod and tries to buckle the bears arms around his waist] "What the Hell's the matter with this seat belt?" [The bear snarls. Pres. Skroob looks behind him, sees the bear, and runs away. The bear waves goodbye and launches.] Computer's Voice: "This computer will self-destruct in 1 minute. This is your last chance to press the Cancellation Button." [All three run to the console and open the panel hiding the cancellation button. Dark Helmet punches the button, and a BSOD appears on the Console, reading "Cancellation Button has caused Fatal Exception 0E..." Col. Sandurz: "Fatal Exception?!" Dark Helmet: "Fuck! Even in Windows XP nothing works!" Computer's Voice: "This computer will self-destruct in 10 seconds. 9. 8. 6. --" Dark Helmet: "6?! What happened to 7?!!" Computer's Voice: "Just kidding! 7. 6. 5. 4. 3. 2. 1. Have a nice day!" All three: [huddled together] "Thank you." KA-BOOM! -- Matthew Graybosch http://www.starbreaker.net "Sartre was mistaken: Hell is not other people. Hell is maintaining other people's code." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 10:30:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id A20D637B401 for ; Sun, 21 Oct 2001 10:30:33 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9LHUO373385; Sun, 21 Oct 2001 13:30:24 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sun, 21 Oct 2001 13:30:24 -0400 (EDT) From: Joe Clarke To: Tor Stormwall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail and named! In-Reply-To: <3BD2DEB3.30F1EBC5@stormwall.org> Message-ID: <20011021132533.X73298-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Oct 2001, Tor Stormwall wrote: > Hi! > > I'm trying to make a domain called "myhome.my" in my private > network using 192.168.0.x addresses. > > My named.conf looks like this: > > options { > directory "/etc/namedb"; > forwarders { > 127.0.0.1; > }; > }; > > zone "." { > type hint; > file "named.root"; > }; > > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "localhost.rev"; > }; > > zone "myhome.my" { > type master; > file "db.myhome.my"; > }; > > > zone "0.168.192.inddr.arpa" { > ty ae; > file "myhome-reverse"; > }; > > > The db.myhome.my looks like this: > > ; Definition of zone myhome.my > myhome.my. IN SOA bossen.myhome.my. tor.bossen.myhome.my. ( > 1997010902 ; Serial (date, 2 digits version of > day) > 86400 ; refresh (1 day) > 7200 ; retry (2 hours) > 8640000 ; expire (100 days) > 86400 ) ; minimum (1 day) > > ; name servers > IN NS ns > IN NS ns1 > ns IN A 192.168.0.5 > ns1 IN A 192.168.0.6 > ; MX records > IN MX 50 bossen.myhome.my. > IN MX 100 agent.creson.com. First of all, this doesn't look right. I assume you you want these MX records to be for myhome.my, but it looks like they're for ns1.myhome.my. > > ; Hosts > bossen IN A 192.168.0.5 > storm IN A 192.168.0.6 > > > > Why doesent it work? Upon this I'm also trying to get sendmail > to work. I've changed these line in my sendmail.cf: What errors are you getting? Once you've verified DNS is working, create a /etc/mail/local-host-names like: myhome.my bossen.myhome.my And that will solve, "Mail loops back ..." errors. Joe > > # who I masquerade ad (null for no masquerading) (se also $=M) > DMmyhome.my > > # "Smart" relay host (maybe be null) > DSbossen.myhome.my > > > Of what I know, sendmail needs a domain to work. I'm trying > to get a local domain so that sendmail can start sending mail. > > > What is it that I'm doing wrong? > > > Best Regards, > Tor Stormwall > -- > * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * > | M A Y T H E S O U R C E B E W I T H Y O U | > | | > | Tor Stormwall mailto:tor@stormwall.org | > | http://www.creson.com/~tor | > | | > | http://www.sslug.dk http://www.stormwall.org | > | http://www.FreeBSD.org http://www.muf.se | > | | > * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Oct 21 10:46:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id B80D937B401 for ; Sun, 21 Oct 2001 10:46:08 -0700 (PDT) Received: from hades.hell.gr (patr530-b036.otenet.gr [195.167.121.164]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9LHk3O01864; Sun, 21 Oct 2001 20:46:03 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9LDgU867668; Sun, 21 Oct 2001 16:42:30 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sun, 21 Oct 2001 16:42:29 +0300 From: Giorgos Keramidas To: Dale Chulhan Cc: FreeBSD Questions Subject: Re: Future And Direction Of FreeBSD Project Message-ID: <20011021164229.A63819@hades.hell.gr> References: <3BD224E7.77D12ECE@uwi.tt> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <3BD224E7.77D12ECE@uwi.tt> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dale Chulhan wrote: > Hello, > > To my shock and horror, I read that FreeBSD is now without corporate > sponsorship and that there are now plans by daemonNews to take over that > role. WindRiver is gone (or, at least, about to go). DaemonNews is coming. There are both bad and good news. Don't over-estimate the importance of bad news and, at the same time, under-estimate the optimism behind good news. > So I am here sitting wondering what's the real scoop with the project > and can we say definitely that this project is independant of corporate > sponsorship? > > What about the fired workers are they still willing to work for the > project? And people like Jordan etc. are they still actively involved or > is the project being gradually deserted? Well, I'm most likely not the one to speak as if I represented the FreeBSD developers at large, but free time and expertise that everyone feels like contributing is certainly not going to go away because WindRiver or some other company has decided not to support FreeBSD. Of course, free time is something that might range from null, zip, nada, to large amounts of everyone's daily life, so you are bound to see changes over time to the amount of their daily time that people are willing and able to spend working on FreeBSD. But this has not stopped people until now from developing for FreeBSD, and I certainly can not see why it would stop them now, or in the future. In a few words, be optimistic. FreeBSD is here to stay :) Thanks to all the wonderful people who have worked as a team to make it what it is now, and to those that constantly keep adding their time and efforts to make it better every day. > What has Linux have that we don't? > > Hell, If I had even half the talent of some of you guys I'd be more than > willing to give up my free time to this cause, but right now I don't > feel that I have enough to contribute. That's exactly the same thing that most people who work on FreeBSD right now are doing. They contribute their time and expertise, as much as they can and in what areas each of them is knowledgeable. I'm sure that you can help here and there too. All contributions have been respected and welcome by developers so far. Writing code for FreeBSD is important, no argument against that. Writing documentation is a valuable contribution too. Even testing FreeBSD, and reporting what problems one has stumbled upon, is something that the entire FreeBSD community, both users and developers, is thankful for. So, feel free to help in any way you want and/or believe that you can. That's what so many people have been doing for such a long time, and that is exactly what needs to be done if you are worried about the future of FreeBSD. The future is what you make it. -giorgos --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE70tDE1g+UGjGGA7YRAqiUAKCbE4+T3WfIr4HaVIDht6LI+HM18ACgmMll IsapVk8V23phmgjdA1xiMZc= =aRRy -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 10:46:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.snfc21.pbi.net (mta4.snfc21.pbi.net [206.13.28.142]) by hub.freebsd.org (Postfix) with ESMTP id 77FBB37B401 for ; Sun, 21 Oct 2001 10:46:17 -0700 (PDT) Received: from cv.org ([63.201.34.166]) by mta4.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GLK004D1HCOFY@mta4.snfc21.pbi.net> for freebsd-questions@FreeBSD.ORG; Sun, 21 Oct 2001 10:46:01 -0700 (PDT) Date: Sun, 21 Oct 2001 10:47:42 -0700 From: Jason Kocol Subject: Re: ppp, tun0, and 2 IP addresses To: Leif Neland Cc: freebsd-questions@FreeBSD.ORG Message-id: <3BD30A3E.18957746@cv.org> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en References: <3BD1B5F7.DA998771@cv.org> <005701c15990$eb5407c0$6d05a8c0@neland.dk> <3BD1BD7C.88C97C57@cv.org> <007501c159ad$b56fc5a0$6d05a8c0@neland.dk> <3BD21287.674AE9FD@cv.org> <007201c15a0c$f93b3940$6d05a8c0@neland.dk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Leif Neland wrote: > Then the dyndns system is misdesigned. > The server should just see where the update comes from, that will be > the true address. > dhid/dhis works like that. Possibly. However it looks like putting "disable iface-alias" in ppp.conf solved the problem I was having. There is only one strange symptom I found: pinging the dyndns.org URL from the local machine does not respond (the machine can ping anything else successfully), but pinging this URL from any machine on the LAN or even outside the LAN responds properly. This I can live with. Thanks for pointing me in the right direction. I never would have guessed. -Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 11:20:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (cc222717-a.owml1.md.home.com [65.8.33.207]) by hub.freebsd.org (Postfix) with ESMTP id B517537B406 for ; Sun, 21 Oct 2001 11:20:24 -0700 (PDT) Received: from localhost (localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id f9LIKKa00317 for ; Sun, 21 Oct 2001 14:20:20 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Sun, 21 Oct 2001 14:20:20 -0400 (EDT) From: Marco Radzinschi To: FreeBDS-Questions Subject: Q: Inactive vs. free memory? Message-ID: <20011021141444.T305-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I am confused by the inactive and free readings given by top. I certainly understand the free part, but what is the inactive memory being used for? Below is a typical top reading on a box with 256 MB of RAM. Mem: 26M Active, 174M Inact, 23M Wired, 11M Cache, 35M Buf, 16M Free Swap: 1024M Total, 1024M Free Could anyone clarify what FreeBSD is doing with the 174MB of inactive memory? Thanks, Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.4-RELEASE i386 2:14PM up 23 mins, 2 users, load averages: 1.00, 1.00, 0.83 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 11:57:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kobra.efd.lth.se (kobra.efd.lth.se [130.235.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 42F3437B403 for ; Sun, 21 Oct 2001 11:57:53 -0700 (PDT) Received: from viking.dhs.org (k9k203-3.kam.afb.lu.se [130.235.56.194]) by kobra.efd.lth.se (8.10.1/8.10.1) with ESMTP id f9LIvpx17770 for ; Sun, 21 Oct 2001 20:57:51 +0200 (MET DST) Received: from hopph5cs98496o (gollum [192.168.0.2]) by viking.dhs.org (Postfix) with ESMTP id 34CAF5A2D for ; Sun, 21 Oct 2001 20:57:44 +0200 (CEST) From: "Sverre Valgeirsson" To: Subject: ffs_clusteralloc: map mismatch Date: Sun, 21 Oct 2001 20:55:46 +0200 Message-ID: <001201c15a61$fe461d60$0200a8c0@hopph5cs98496o> 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, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I have a P100 computer with a 40GB IBM deskstar hard drive (FreeBSD recognizes it as: .. ad1: 43979MB [89355/16/63] at ata0-slave WDMA2 .. When the disk is heavily used (like untaring an archive onto it with many files), i always get an "ffs_clusteralloc: map mismatch" message and then a reboot. What can cause the problem and how can I fix it? The other two disks on the computer have no problems. (1.6GB and 1.2GB) I'm using 4.4-STABLE cvsuped 19/10 2001. /sverre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 12:29:31 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 1EFF637B405 for ; Sun, 21 Oct 2001 12:29:29 -0700 (PDT) Received: from telusplanet.net ([142.59.224.163]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011021192919.FEQM26868.priv-edtnes03-hme0.telusplanet.net@telusplanet.net> for ; Sun, 21 Oct 2001 13:29:19 -0600 Message-ID: <3BD321AF.4887850F@telusplanet.net> Date: Sun, 21 Oct 2001 13:27:44 -0600 From: Chris Huisman X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions List Subject: tomcat 4 + WARP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I was wondering if there is a port for tomcat 4, and the WARP connector? Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 12:46:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4BAE537B406; Sun, 21 Oct 2001 12:46:20 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9LJkIV40111; Sun, 21 Oct 2001 13:46:18 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9LJkG754997; Sun, 21 Oct 2001 13:46:18 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110211946.f9LJkG754997@harmony.village.org> To: Tim Bunce Subject: Re: mergemaster -- whats the best way? Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 17 Oct 2001 11:18:01 BST." <20011017111801.E1560@dansat.data-plan.com> References: <20011017111801.E1560@dansat.data-plan.com> <001301c15671$6b2effe0$252da818@sioux> <5.1.0.14.0.20011016140751.02852dc8@pop.schulte.org> <20011016220800.B55640@dansat.data-plan.com> <20011016152927.0cc816e3.djb@unixan.com> Date: Sun, 21 Oct 2001 13:46:16 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011017111801.E1560@dansat.data-plan.com> Tim Bunce writes: : On Tue, Oct 16, 2001 at 05:57:14PM -0700, Gary W. Swearingen wrote: : > Daniel Brown writes: : > : > > Personally, I was thinking of hacking this feature into my own copies of : > > mergemaster some time in the medium future. =) : > : > I was thinking it would be good to somehow save copies of all installed : > config files (not just MD5s) and make it convenient to compare changes : > in the installed config files instead of comparing an installed file : > with my custom file. : : This would allow a three-way diff/merge which would be far better. Yes. I have a stupid script that does three way merging for me, but it is really really stupid and likely wouldn't work for others. The "install" step is a cvs diff -r V-installed -r V-repo-latest | patch to preserve local changes without the pain of the current merge process in mergemaster. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 13:10:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from user1.channel1.com (user1.channel1.com [199.1.13.9]) by hub.freebsd.org (Postfix) with ESMTP id 7ED0837B405 for ; Sun, 21 Oct 2001 13:10:30 -0700 (PDT) Received: from YNODE131 (node131.channel1.com [204.96.33.231]) by user1.channel1.com (8.9.3/8.9.3) with SMTP id QAA02841 for ; Sun, 21 Oct 2001 16:10:29 -0400 (EDT) X-Envelope-To: Message-ID: <001101c15a6d$68de0380$e72160cc@channel1.com> From: "emaher" To: Subject: Ports Collection Date: Sun, 21 Oct 2001 16:17:29 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C15A4B.E1894000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C15A4B.E1894000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is there a ported program for a webcam reflector ? All I see is a = "router/reflector", it looks like a router. Please advise. Thxs. Eddie Maher SysAdmin Channel1.com ------=_NextPart_000_000E_01C15A4B.E1894000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is there a ported program for a webcam reflector ?   All = I see=20 is a "router/reflector", it looks like a router.
 
Please advise.
 
Thxs.
 
Eddie Maher
SysAdmin
Channel1.com
------=_NextPart_000_000E_01C15A4B.E1894000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 13:21:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from m20.unixathome.org (m20.unixathome.org [216.187.106.227]) by hub.freebsd.org (Postfix) with ESMTP id 128DE37B405; Sun, 21 Oct 2001 13:21:10 -0700 (PDT) Received: by m20.unixathome.org (Postfix, from userid 1001) id A43787A5C; Sun, 21 Oct 2001 16:21:01 -0400 (EDT) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2001-09-30 - 2001-10-20 Message-Id: <20011021202101.A43787A5C@m20.unixathome.org> Date: Sun, 21 Oct 2001 16:21:01 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . No new articles have been posted during this period -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 13:31:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id A64AC37B409 for ; Sun, 21 Oct 2001 13:31:36 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-162.wobline.de [212.68.69.170]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9LKX9R28794; Sun, 21 Oct 2001 16:33:10 -0400 (EDT) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9LKX4b32259; Sun, 21 Oct 2001 22:33:04 +0200 (CEST) (envelope-from nils@tisys.org) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by howie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9LKWLS01280; Sun, 21 Oct 2001 22:32:22 +0200 (CEST) (envelope-from nils@tisys.org) Date: Sun, 21 Oct 2001 22:32:21 +0200 (CEST) From: Nils Holland X-X-Sender: nils@howie.ncptiddische.net To: Giorgos Keramidas Cc: Dale Chulhan , FreeBSD Questions Subject: Re: Future And Direction Of FreeBSD Project In-Reply-To: <20011021164229.A63819@hades.hell.gr> Message-ID: <20011021221731.D1258-100000@howie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Oct 2001, Giorgos Keramidas wrote: > WindRiver is gone (or, at least, about to go). DaemonNews is coming. > There are both bad and good news. Don't over-estimate the importance > of bad news and, at the same time, under-estimate the optimism behind > good news. To add my $.2: Especially when talking about computers, there has always been *A LOT* of hype everywhere. Really, whenever I read a news article about anything that has to do with computers, I always find something in there that is purely speculative and far away from the truth. I have seen articles out there that said that because Jordan works for Apple and because the release of 5.0 has been postponed, FreeBSD is dead. However, drawing *that* conclusion from the two facts mentioned above is, actually, stupid and has very little to do with reality. I think that the most important factors for FreeBSD are developer and user input. Without developers, the project would not continue to go on, and without users, it would make no sense to go on. However, even after the WindRiver thing and the postponed 5-release, developers and users are obviously there. I don't see a reason why that should change. My advice: Whenever you read something somewhere on the web (or even in a magazine), have another critical look at it. I've never had much to do with Linux (in contrast to FreeBSD, ;-)), but I remember a few years ago reading that "Linux would soon be dead" when the public learned that Linus Torvalds would work for Transmeta. As we know today, that has not happened, and even back then I could not understand why it shoud happen. FreeBSD will also continue to be there in full force, I don't have any doubts about that. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 13:55:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ct980320-b.blmngtn1.in.home.com (ct980320-b.blmngtn1.in.home.com [65.8.207.32]) by hub.freebsd.org (Postfix) with ESMTP id 5A97437B405 for ; Sun, 21 Oct 2001 13:55:32 -0700 (PDT) Received: (from mikes@localhost) by ct980320-b.blmngtn1.in.home.com (8.11.6/8.11.4) id f9LKtSA00833 for freebsd-questions@freebsd.org; Sun, 21 Oct 2001 15:55:28 -0500 (EST) (envelope-from mikes) From: Mike Squires Message-Id: <200110212055.f9LKtSA00833@ct980320-b.blmngtn1.in.home.com> Subject: 4.4-STABLE + NAT + firewall = no @Home support To: FreeBSD questions Date: Sun, 21 Oct 2001 15:55:28 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been running FreeBSD as my NAT router and firewall for some time now. In August I started having connectivity problems (no Ethernet errors, just cable modem dropping link to head end) which has continued to this day through several 4.3 and 4.4 versions. @Home's Tier I support told me today that "no software firewall of any kind" is supported (no I'm not making this up) and that I'd have to switch to a "hub" (by which he meant a router/switch combination like the D-Link or Linksys products. He was unable to suggest a hardware firewall that was supported. Searching the @Home (athome.*) newsgroups didn't turn up any evidence of this policy. I'm running 4.4-STABLE with the required name in dhclient.conf and have no problems getting recognized. netstat -i never shows outbound errors (actually, with the Pro100+'s I've never seen errors on either the cable modem connection or the inside interface at 100Mbits full duplex). The built-in Web monitor to the cable modem shows no errors in its logs. Any ideas? MLS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 14: 0:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id 1167A37B406 for ; Sun, 21 Oct 2001 14:00:08 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 13n1Jz-0007Ie-00 for ; Sat, 21 Oct 2000 09:16:35 -0700 Date: Sun, 21 Oct 2001 09:20:39 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: To: Subject: Need vt100 in minicom, not vt102 Message-ID: System-ID: SunOS 5.8 i86pc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Family, I've been doing some remote serial administration with minicom at work and have to use a serial line to admin during installation on a Sparc box. I tried "tip" and it didn't seem to have any options for setting TERM=vt100. In minicom I've noticed that the default TERM is vt102 and have tried to use all the advice in the manpages etc to set it to vt100. [2_questions] (A) Has anyone manipulated the TERM in minicom ? (B) Can anyone point me to a description of the differences between vt102 and vt100 ? The installation screens on some of the alternate OS's for Sparc (*BSD, Linux) have escape characters all over the place and I need to try and get some console stability to install from a serial cable. The project I'm working on is my own, I've purchased my own Ultra10 (with no keyboard and no monitor) to run different non Solaris OS. So far redhat-6.2 sparc is the only OS that installed with no problems :( and that was NOT the results I wanted to end up with. -- Bill Schoolcraft | PO Box 210076 San Francisco, CA 94121 http://ForwardSlashUnix.com "UNIX, A Way of Life." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 14:48:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.Happydays.DynDNS.Org (adsl-65-66-152-26.dsl.kscymo.swbell.net [65.66.152.26]) by hub.freebsd.org (Postfix) with ESMTP id 4BF4937B405 for ; Sun, 21 Oct 2001 14:48:40 -0700 (PDT) Received: from there (Happydays.DynDNS.Org [10.240.99.1]) by FreeBSD.Happydays.DynDNS.Org (8.11.6/8.11.6) with SMTP id f9LLmrb68421; Sun, 21 Oct 2001 16:48:55 -0500 (CDT) (envelope-from dweimer@Happydays.DynDNS.Org) Message-Id: <200110212148.f9LLmrb68421@FreeBSD.Happydays.DynDNS.Org> Content-Type: text/plain; charset="us-ascii" From: "Dean E. Weimer" Reply-To: dweimer@swbell.net To: questions@freebsd.org Subject: RE: kde2 produces kdeinit.core Date: Sun, 21 Oct 2001 16:48:53 -0500 X-Mailer: KMail [version 1.3] Cc: pirat@access.inet.co.th MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Orginal Message. > Message-ID: <20011021120738.A7578@radwaste.oaep.go.th> > >hi sirs, > >am using freebsd 4-stable and kde2 as my window manager. >the machine is intel pentium iii. > >i have just observed by chance that by the shutdown of x window, kde always >produces kdeinit.core. > >the last message i see at the terminal is > >%kdeinit: sending SIGTERM to children >kdeinit: Exit. > >is there anyway to avoid this core file ? > >please cc to me since i do not subscribe to this list. > >thanks in advance > >with best regards, >psr Unfortunately I do not have an answer but more information about the problem. I have the same symptoms on my FreeBSD 4.4-RELEASE machine, running on an Athalon 750. Here is the output from "gdb `which kdeinit` kdeinit.core" GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `kdeinit'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libDCOP.so.4...done. Reading symbols from /usr/local/lib/libkparts.so.4...done. Reading symbols from /usr/local/lib/libkfile.so.4...done. Reading symbols from /usr/local/lib/libksycoca.so.4...done. Reading symbols from /usr/local/lib/libkio.so.4...done. Reading symbols from /usr/local/lib/libkdeui.so.4...done. Reading symbols from /usr/local/lib/libkdesu.so.4...done. Reading symbols from /usr/local/lib/libkssl.so.2...done. Reading symbols from /usr/local/lib/libkdecore.so.4...done. Reading symbols from /usr/local/lib/libfam.so.0...done. Reading symbols from /usr/X11R6/lib/libqt2.so.4...done. Reading symbols from /usr/local/lib/libpng.so.5...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libjpeg.so.9...done. Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Reading symbols from /usr/lib/libstdc++.so.3...done. Reading symbols from /usr/lib/libutil.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/local/lib/libmng.so.1...done. Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...done. Reading symbols from /usr/local/lib/liblcms.so.1...done. Reading symbols from /usr/local/lib/libkonq.so.4...done. Reading symbols from /usr/local/lib/kdesktop.so...done. Reading symbols from /usr/local/lib/hcstyle.so...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x28422ce9 in KAction::containerCount (this=0x80d9c40) at /usr/X11R6/include/qt2/qvaluelist.h:394 394 uint count() const { return sh->nodes; } Hope this helps someone who has some idea of what all of this is. Please cc me with any possible answers. If more information about the hardware in the machine will help, follow this link http://happydays.dyndns.org/info/#FreeBSD Thanks, Dean Weimer http://Happydays.DynDNS.Org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 14:50:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes10-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id C9B3637B406 for ; Sun, 21 Oct 2001 14:50:21 -0700 (PDT) Received: from telusplanet.net ([142.59.224.163]) by priv-edtnes10-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011021215021.DABL16585.priv-edtnes10-hme0.telusplanet.net@telusplanet.net> for ; Sun, 21 Oct 2001 15:50:21 -0600 Message-ID: <3BD342BE.8B3BE411@telusplanet.net> Date: Sun, 21 Oct 2001 15:48:46 -0600 From: Chris Huisman X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions List Subject: libm.so.6 + apache Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello again, I am still trying to get mod_webapp.so working with apache. My latest attempt, gives me the following error: Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared object "libm.so.6" not found When I do a find for libm.so.6 I do have it on my machine in: /usr/compat/linux/lib/libm.so.6 How do I get apache to find it? Should I move it somewhere else? Thanks, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 14:52:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout00.sul.t-online.de (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id 9CBAA37B403 for ; Sun, 21 Oct 2001 14:52:47 -0700 (PDT) Received: from fwd05.sul.t-online.de by mailout00.sul.t-online.de with smtp id 15vQWU-0002BW-05; Sun, 21 Oct 2001 23:52:46 +0200 Received: from harry.my.net (320020256018-0001@[217.2.43.222]) by fwd05.sul.t-online.com with esmtp id 15vQWP-1I5M7UC; Sun, 21 Oct 2001 23:52:41 +0200 Received: (from kister@localhost) by harry.my.net (8.11.6/8.11.1) id f9LLqeX10374; Sun, 21 Oct 2001 23:52:40 +0200 (CEST) (envelope-from kister) To: freebsd-questions@FreeBSD.ORG Subject: python 2.1.1 with AND without threads From: Ulf.Kister@t-online.de (Ulf Kister) Date: 21 Oct 2001 23:52:40 +0200 Message-ID: <87d73gacev.fsf@harry.my.net> Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 320020256018-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, since I am planning to simultaneously use zope (which requires python to be built with threads) and mod_python-2.7.6 (which requires python to be built without threads) I was wondering if there is a simple way to have both. I use python-2.1.1, zope-2.4.2 (both from ports collection) and would like to use mod_python-2.7.6. Being not familiar with Makefiles I took a closer look at /usr/ports/Mk/bsd.python.mk but did'nt see the clue yet. Does anyone have a hint for solving this dilemma? Thanks in advance, Ulf -- gpg public key at http://www.keyserver.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 15:22:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.panix.com (mail3.panix.com [166.84.0.167]) by hub.freebsd.org (Postfix) with ESMTP id 855C837B405 for ; Sun, 21 Oct 2001 15:22:08 -0700 (PDT) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail3.panix.com (Postfix) with ESMTP id 9DD5E98198 for ; Sun, 21 Oct 2001 18:22:07 -0400 (EDT) Received: (from stanb@localhost) by panix3.panix.com (8.11.6/8.8.8/PanixN1.0) id f9LMM7921076 for freebsd-questions@freebsd.org; Sun, 21 Oct 2001 18:22:07 -0400 (EDT) From: Message-Id: <200110212222.f9LMM7921076@panix3.panix.com> Subject: Mondo success/failure stories To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Sun, 21 Oct 2001 18:22:07 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone made a recovery CD using Mondo fro the their FreebSD STABLE machine? I'd like to hear if any has succeded, or also any atempts that have failed. I'v got a bunch of FreebSD machine's at work, and the idea of "insert CD - rebuild machine" strikes me as apealing. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 16: 6:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id CD08437B405 for ; Sun, 21 Oct 2001 16:06:49 -0700 (PDT) Received: from mercedes.local.domain (h000103d2e005.ne.mediaone.net [66.31.215.27]) by chmls16.mediaone.net (8.11.1/8.11.1) with SMTP id f9LN7YT12153; Sun, 21 Oct 2001 19:07:34 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Browning To: Tanguy Carrabin , questions@FreeBSD.ORG Subject: Re: dist on floppies ? Date: Sun, 21 Oct 2001 19:15:44 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01102119154403.12287@mercedes.local.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 18 October 2001 05:15, Tanguy Carrabin wrote: > Hi, > is there a ready-to-install distrib easily downloadable on floppies ? (for > my old 486 that doesn't have a CDrom nor an internet connection) > > Thanx, > > Tanguy > > Throw a 3Com 509 NIC in an ISA slot in that box and do the network install. 3C509's are dirt cheap and the driver works just fine. I've used quite a few 486s for mailservers, DNS servers and firewalls. BSD will also allow you to run a large (20GB or more) HD as a slave on the IDE controller. -- ---------------------------- Chris Browning brownicm@prokyon.com ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 16: 6:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id B805D37B403 for ; Sun, 21 Oct 2001 16:06:53 -0700 (PDT) Received: from mercedes.local.domain (h000103d2e005.ne.mediaone.net [66.31.215.27]) by chmls16.mediaone.net (8.11.1/8.11.1) with SMTP id f9LN7XT12116; Sun, 21 Oct 2001 19:07:34 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Browning To: Tanguy Carrabin , questions@FreeBSD.ORG Subject: Re: dist on floppies ? Date: Sun, 21 Oct 2001 19:12:25 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01102119122502.12287@mercedes.local.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 18 October 2001 05:15, Tanguy Carrabin wrote: > Hi, > is there a ready-to-install distrib easily downloadable on floppies ? (for > my old 486 that doesn't have a CDrom nor an internet connection) > > Thanx, > > Tanguy > > Throw a 3Com 509 NIC in an ISA slot in that box and do the network install. 3C509's are dirt cheap and the driver works just fine. I've used quite a few 486s for mailservers, DNS servers and firewalls. BSD will also allow you to run a large (20GB or more) HD as a slave on the IDE controller. -- ---------------------------- Chris Browning brownicm@prokyon.com ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 16:16:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 2DF3737B403 for ; Sun, 21 Oct 2001 16:16:48 -0700 (PDT) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A78B1D5A011C; Sun, 21 Oct 2001 16:17:31 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Chip To: freebsd-questions@FreeBSD.ORG Subject: error on startx Date: Sun, 21 Oct 2001 16:22:14 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <0110211622141Z.96094@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed fbsd 4.4-r and installed X during the setup, and chose KDE from the install menu (and since installed my preferred XFCE). When I type in startx or startxfce I get the following error (both as user and root) - After X load the keyboard, mouse, SVGA and fontpath this appears - fatal server error - XF86OpenConsole: KDENABIO failed (Operation not permitted) Any ideas what I need to do to fix this? -- Chip W. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 16:31:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id BAB5437B403 for ; Sun, 21 Oct 2001 16:31:42 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 480772B730; Mon, 22 Oct 2001 01:31:39 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 247E2184; Mon, 22 Oct 2001 09:31:34 +1000 (EST) Date: Mon, 22 Oct 2001 09:31:34 +1000 From: Edwin Groothuis To: =?iso-8859-1?Q?S=F8ren_Neigaard?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache webserver maillist? Message-ID: <20011022093134.C552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , =?iso-8859-1?Q?S=F8ren_Neigaard?= , freebsd-questions@FreeBSD.ORG References: <326704710.20011021132846@e-box.dk> <20011021213457.B552@k7.mavetju.org> <1637820635.20011021134721@e-box.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <1637820635.20011021134721@e-box.dk>; from neigaard@e-box.dk on Sun, Oct 21, 2001 at 01:47:21PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 21, 2001 at 01:47:21PM +0200, Søren Neigaard wrote: > Sunday, October 21, 2001, 1:34:57 PM, Edwin wrote: > > EG> On Sun, Oct 21, 2001 at 01:28:46PM +0200, Søren Neigaard wrote: > >> Sorry about this offtopic question, but does anybodu know about a > >> Apache webserver maillist or forum? > > EG> Did you check www.apache.org? > I did, but maybe I didn't look hard enough!? I can find maillists for > a lot of Apache projects, but not for the webserver!? It's the HTTP server you have to look for :-/ Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 16:50:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from taz.secure.icr.com.au (fantasy.icr.com.au [203.17.49.120]) by hub.freebsd.org (Postfix) with ESMTP id 89F0337B403 for ; Sun, 21 Oct 2001 16:50:32 -0700 (PDT) Received: from icr.com.au (localhost.secure.icr.com.au [127.0.0.1]) by taz.secure.icr.com.au (8.11.1/8.11.1) with ESMTP id f9LNtFR40852 for ; Mon, 22 Oct 2001 09:55:16 +1000 (EST) (envelope-from dale@icr.com.au) Message-Id: <200110212355.f9LNtFR40852@taz.secure.icr.com.au> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 Reply-To: dale@icr.com.au To: freebsd-questions@freebsd.org X-Image-URL: http://www.icr.com.au/~dale/face.gif Subject: Printcap / Accounting Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Oct 2001 09:55:14 +1000 From: Dale Walker Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I am trying to implement printer accounting, and I have tried the following: /etc/printcap: ----------------------------------------------- testprn:\ :sh:af=/var/account/testprn.acct:\ :pw#77:pl#58:\ :lp=/tmp/testprn:\ :sd=/var/spool/output/testprn:\ :lf=/var/log/lpd-errs: ----------------------------------------------- send printjob, eg. 'lp -dtestprn /etc/namedb/named.conf' results 1. output is created normally in /tmp/testprn (I don't have a printer attached) 2. nothing is created in /var/account for it 3. pac -Ptestprn returns nothing next, I tried to 'touch' the accounting file, and retry. # touch /var/account/testprn.acct # chmod 777 /var/account/testprn.acct result was same as before... Has anyone got print accounting working on the lpd system before?? -- Dale Walker < dale@icr.com.au > Independent Computer Retailers (ICR) Pty Ltd http://www.icr.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 17:18:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedex.is.co.za (fedex.is.co.za [196.4.160.243]) by hub.freebsd.org (Postfix) with ESMTP id B23E537B406 for ; Sun, 21 Oct 2001 17:18:23 -0700 (PDT) Received: from c2-pta-69.dial-up.net (c2-pta-69.dial-up.net [196.34.158.197]) by fedex.is.co.za (8.9.3/8.9.3) with ESMTP id CAA13745; Mon, 22 Oct 2001 02:16:53 +0200 (SAST) Date: Mon, 22 Oct 2001 02:19:10 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Chip Cc: Subject: Re: error on startx In-Reply-To: <0110211622141Z.96094@chip.wiegand.org> Message-ID: <20011022021724.S26647-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sun, 21 Oct 2001, Chip wrote: > fatal server error - > XF86OpenConsole: KDENABIO failed (Operation not permitted) By any chance are you running kernel securelevels?Im guessing you are and X wont run in any secure level > 0, you would need 'kern_securelevel="-1"' in your /etc/rc.conf to run X.Change that and give it a go. HTH, PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 17:25:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta02ps.bigpond.com (mta02ps.bigpond.com [144.135.25.134]) by hub.freebsd.org (Postfix) with ESMTP id 70F5737B403 for ; Sun, 21 Oct 2001 17:25:47 -0700 (PDT) Received: from host.apcs.com.au ([144.135.25.78]) by mta02ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GLL05R00.2XL; Mon, 22 Oct 2001 10:32:15 +1000 Received: from 144.137.64.187 ([144.137.64.187]) by PSMAM04.mailsvc.email.bigpond.com(MailRouter V2.9k 8401/2930237); 22 Oct 2001 10:32:11 Message-Id: <5.1.0.14.2.20011022102540.00a61220@mail.hot.net.au> X-Sender: aras@mail.hot.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 22 Oct 2001 10:26:17 +1000 To: freebsd-questions@freebsd.org, cvsup-bugs@polstra.com From: Aras Vaichas Subject: cvsup, Treelist failed, etc Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been getting the same problems that a lot of other people are having with cvsup, Treelist failed, timeouts, etc. But I have these interesting facts: 1) This problem first appeared when I changed ISPs to one.net.au (now defunct). 2) The problem went away when I moved to froggy.com.au. With froggy I had NO problems with cvsup *and* I was using my Windoze box as my dialup and gateway box (because FreeBSD was screwing with my emails) /usr/share/examples/cvsup# nmap -O froggy.com.au Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ ) Warning: OS detection will be MUCH less reliable because we did not find at least 1 open and 1 closed TCP port Interesting ports on (202.129.90.33): (The 1533 ports scanned but not shown below are in state: filtered) Port State Service 21/tcp open ftp 25/tcp open smtp 80/tcp open http 1026/tcp open nterm 1032/tcp open iad3 3389/tcp open msrdp 5800/tcp open vnc 5900/tcp open vnc 6050/tcp open arcserve No exact OS matches for host (test conditions non-ideal). 3) Now I have moved to Telstra Bigpond ADSL, and the problem has returned. Here is a typical cvsup session. /usr/share/examples/cvsup# cvsup -v CVSup client, non-GUI version Copyright 1996-2001 John D. Polstra Software version: SNAP_16_1d Protocol version: 16.1 Operating system: FreeBSD4 http://www.polstra.com/projects/freeware/CVSup/ Report problems to cvsup-bugs@polstra.com /usr/share/examples/cvsup# cvsup -g -L 2 -P- -h ftp4.freebsd.org my_4.x-stable-supfile Parsing supfile "my_4.x-stable-supfile" Connecting to ftp4.freebsd.org Connected to ftp4.freebsd.org Server software version: SNAP_16_1e Negotiating file attribute support Exchanging collection information Establishing passive-mode data connection Running Updating collection src-all/cvs TreeList failed: Network write failure: Connection lost Will retry at 08:42:45 ... etc Any help would be appreciated. regards, Aras Vaichas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 17:31: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 17BC737B405 for ; Sun, 21 Oct 2001 17:30:56 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15vSzW-0008OZ-00; Mon, 22 Oct 2001 02:30:54 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f9M0AwR49267 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 02:10:58 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Need vt100 in minicom, not vt102 Date: Mon, 22 Oct 2001 00:10:58 +0000 (UTC) Message-ID: <9qvo6i$1g3a$1@kemoauc.mips.inka.de> References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Schoolcraft wrote: > I've been doing some remote serial administration with minicom at > work and have to use a serial line to admin during installation on a > Sparc box. I tried "tip" and it didn't seem to have any options for > setting TERM=vt100. tip(1) is a communications program. It connects your terminal to a serial line. It does not include any terminal emulation. Same for cu(1) and kermit(1). > (A) Has anyone manipulated the TERM in minicom ? You appear confused. When you are interacting with a unix box, you *are* at a terminal. That may be an actual device connected by a serial line, it may be an emulation at the console, or it may be an emulation such as xterm running on top of a pty. You can add a terminal emulation layer--screen and minicom do so, for different purposes--but this is rarely useful in itself. The TERM environment variable tells the system what terminal you are using. Changing TERM does not in any way affect the behavior of your terminal. TERM is an index into the termcap(5) database, where applications take the control sequences from they use for cursor control etc. For best results you should set TERM to a value that agrees with the terminal you are using. You cannot "manipulated the TERM in minicom". Minicom includes a terminal emulation, which can be switched between different types of terminals. If you are connected to a host in minicom, you should set TERM there to a value that corresponds to minicom's terminal emulation setting. > (B) Can anyone point me to a description of the differences between > vt102 and vt100 ? The usual candidates are: http://vt100.net/ http://www.cs.utk.edu/~shuford/terminal_index.html The VT102 is a slightly more capable superset of the VT100. I'm too lazy too dig out the details, but the additions are small. Which means that you can use a VT102 (-compatible, emulation) in place of a VT100. FWIW, xterm(1) also emulates a superset of the VT100. > The installation screens on some of the alternate OS's for Sparc > (*BSD, Linux) have escape characters all over the place and I need > to try and get some console stability to install from a serial > cable. I installed OpenBSD/sparc from kermit(1) running in an xterm(1). This is as perfect a VT100 as you could ever need for that purporse. I forgot whether the OpenBSD installer actually ever needs a cursor-addressable terminal, or whether it gets by with plain tty output. > The project I'm working on is my own, I've purchased my own > Ultra10 (with no keyboard and no monitor) to run different non > Solaris OS. > > So far redhat-6.2 sparc is the only OS that installed with no > problems :( and that was NOT the results I wanted to end up with. Both NetBSD and OpenBSD/sparc64 are rather shakey at this time. Whatever problems you may run into, terminal emulation isn't likely to be one. "UltraLinux" (Linux/sparc64) on the other hand is a farce. They have a sun4u kernel, but the userland is plain 32-bit sparc. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 17:55:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 73D5C37B401 for ; Sun, 21 Oct 2001 17:55:48 -0700 (PDT) Received: from c2-pta-69.dial-up.net (c2-pta-69.dial-up.net [196.34.158.197]) by mercury.is.co.za (Postfix) with ESMTP id 68CA43F0E; Mon, 22 Oct 2001 02:55:38 +0200 (SAST) Date: Mon, 22 Oct 2001 02:57:55 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Matthew Graybosch Cc: King Kassle , Subject: Re: Screen full of crap In-Reply-To: <20011020201857.77a0375c.matthew@starbreaker.net> Message-ID: <20011022024915.S26647-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sat, 20 Oct 2001, Matthew Graybosch wrote: > # Why when i use X-Windows then exit to console the screen become > # crumple. How to solve it ? > > What do you mean by "crumple"? Was it filled with diagnostic text? > Either type "clear" or CTRL+L at the prompt; that should clear your > screen. Actually I dont think so, I get that problem occasionally too...system drops out of X and corrupts my display (for lack of a better word) with something that looks out of a dos 3.3 hex editor .Diagnostics show that X times out and doesnt quit correctly. I just wait for my console screensaver to kick in an that restores my display. Its a pain I know but couldnt replicate it to as to figure out the problem. My display card is a Gigabyte TNT2 Ultra 32meg running 3.3.6 (no need for 4.x as all its there for is netscape and pictures:/). My best work around is wait for your screensaver to kick in (I could be imagining things but suspect theres a shortcut do to that in console but forgot). ...And yes I know its annoying to was * seconds to use your terminal again but better than a reboot I guess.=) HTH, PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 18: 4:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp007pub.verizon.net (smtp007pub.verizon.net [206.46.170.186]) by hub.freebsd.org (Postfix) with ESMTP id 72CAA37B401; Sun, 21 Oct 2001 18:04:11 -0700 (PDT) Received: from bellatlantic.net (pool-151-198-117-10.mad.east.verizon.net [151.198.117.10]) by smtp007pub.verizon.net with ESMTP ; id f9M147j20650 Sun, 21 Oct 2001 20:04:08 -0500 (CDT) Message-ID: <3BD37086.7A14C464@bellatlantic.net> Date: Sun, 21 Oct 2001 21:04:06 -0400 From: Sergey Babkin Reply-To: babkin@freebsd.org X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Mike Smith Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org, msmith@mass.dis.org Subject: Re: FYI References: <200110190319.f9J3Jfo06174@mass.dis.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Smith wrote: > > > So the driver writers > > are forced to at least recompile their drivers for each release. > > This isn't typically the case, actually. 4.x has in fact been very > good in this regard. What about between 3.x and 4.x ? And 5.x is going to be yet another major change. > > Plus people are very active at ripping away the old APIs even > > when there is no immediate need for that nor benefit from it (think > > of phk's removal of the LIST-something macros). > > The removal of the LIST* macros doesn't affect the kernel interface > (they're macros, not functions). And if some code uses these macros and has to be recompiled then this becomes an issue. And not only for the drivers but for applications too. Remember, that the thing that broke in -current was vi. Another example would be the compatibility PCI infrastructure ripped out of -current together with a few drivers that were not newbussified yet. If people don't bother about the drivers in the source form that are parts of the official tree, they bother even less about the third-party drivers. I can understand when supporting some old piece of technology requires extra effort which is not available, so it gets into disrepair and eventually gets ripped out. But when people spend _extra_ effort on ripping out the perfectly working things which can stay in the tree for a few more years without any need for support, this amazes me to no end. > > So often not > > a simple recompilation but a noticeable rewrite may be required > > for a driver between different versions of FreeBSD. > > I've been maintaining drivers for a while now, and frankly, I just > don't see this. Think of newbussification. Or of CAM-ifying. > > That actually is true not only for the drivers but for the usual > > binaries too. For example, there seems to be no way to combine > > COFF and ELF libraries into one executable. Sorry, I've meant to say a.out, not COFF. > Of course there isn't, and there'd be no point in it. Why do you think so ? I've given you one real example why it could be useful. > > That made porting > > of Lyx to 4.0 unfeasible, as the binary-only Xforms library it > > used was at the time available in the COFF form only. And I haven't > > found how to build even purely COFF binaries on an ELF-ized > > system either. > > Use a cross-gcc setup. Which is not a too easy and obvious thing to set up. Plus at least install the static a.out libraries and headers from 3.x. > > Maybe we should have an official policy of keeping the things > > compatible and available for as long as possible even if they are > > considered obsolete, unless carrying them on requires a major > > effort. > > We do. And we do. Of course, this effort goes largely unnoticed and > unthanked, since you're not going to comment on it unless you're > personally inconvenienced by it. Maybe I'm missing something but I can't see how keeping compatibility can inconvenience someone. On the contrary, the inconvenience happens when this policy is not followed. > I've asked before, I'll ask again. Will folks please just let this > die? You're producing a great deal of archive-filling material that's > just not accurate or relevant, and your misinformation is harmful to > the Project in a very real fashion. If we hide our heads in the sand in an ostrich fashion, it won't help that much either. And this information is relevant though maybe not always quite accurate. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 18:14: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from valen.gwi.net (valen.gwi.net [207.5.128.33]) by hub.freebsd.org (Postfix) with ESMTP id 3F59237B401 for ; Sun, 21 Oct 2001 18:14:03 -0700 (PDT) Received: from ABERRATION (dieselgeek.outofspec.com [207.5.188.11]) by valen.gwi.net (8.11.6/8.11.6) with SMTP id f9M1E2I21582 for ; Sun, 21 Oct 2001 21:14:02 -0400 (EDT) Message-ID: <006901c15a96$d5eabe90$fa01a8c0@ABERRATION> Reply-To: "Predius" From: "Predius" To: Subject: Install on a Toshiba Satellite 2105CDS Date: Sun, 21 Oct 2001 21:14:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having trouble installing FreeBSD 4.2Rel or anything later on a Toshiba Satellite 2105CDS. The install disks for 4.1.1 boot up fine, but unfortunatly don't recognize my ethernet adapter. Anything later hangs hard (ctrl-alt-del won't work) at the point where it'd mount filesystems. Suggestions on how to correct or what you'd like to see for additional debug info? Joshua Coombs Predius@netzero.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 18:39:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 8BDEE37B401 for ; Sun, 21 Oct 2001 18:39:09 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9M1d7l31076 for ; Mon, 22 Oct 2001 11:39:07 +1000 (EST) (envelope-from Stanley.Hopcroft@IPAustralia.gov.au) Received: from pc09011.aipo.gov.au(10.0.3.110) by pericles.IPAustralia.gov.au via smap (V2.1) id xma031054; Mon, 22 Oct 01 11:38:43 +1000 Received: (from anwsmh@localhost) by pc09011.aipo.gov.au (8.11.3/8.11.1) id f9M1chu00645 for Questions@FreeBSD.ORg; Mon, 22 Oct 2001 11:38:43 +1000 (EST) (envelope-from anwsmh) Date: Mon, 22 Oct 2001 11:38:43 +1000 From: Stanley Hopcroft To: Questions@FreeBSD.ORg Subject: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) Message-ID: <20011022113842.A590@IPAustralia.Gov.AU> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Ladies and Gentlemen, Please would you help me recover from a failed upgrade of 3.2-RELEASE to 4.3-RELEASE ? The situation is a Gateway 366 Solo 9000 laptop with 3.2-RELEASE using 'wd' major devices. The sysinstall upgrade failed at the last point (when trying to copy the new kernel) because the root partition (32MB H) did not have enough size. Since then I have manually booted kernel.GENERIC (from 4.3-R which was copied) and have a booting system (sym linking /modules and /tmp to /usr has made enough space in / for both kernel and kernel.GENERIC) However. . the machine now, while having upgraded from the CD, no longer recognises the CD, despite the device driver probe finding acd0 and - until recently - allowing cd9660 mounts on /dev/acd0c. . if I try and change the kernel definition from ata atadisk atapicd atapifd to only ata or ata0 and ata1 the kernel will no longer boot because it can't find the root partion on /dev/ad0 (in the booting system /etc/fstab has wd0s2 entries - dual boot machine) So at the moment I have no CD and therefore it is difficult to even think of reinstalling or running upgrade again (apart from using NFS). Is there anyway I can correct the CD problem ? Thank you, Yours sincerely -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Those who make peaceful revolution impossible will make violent revolution inevitable. -- John F. Kennedy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 18:48:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 070CE37B403 for ; Sun, 21 Oct 2001 18:48:11 -0700 (PDT) Received: (qmail 61258 invoked from network); 22 Oct 2001 01:49:30 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 22 Oct 2001 01:49:30 -0000 From: "Jonathan M. Slivko" To: "'Stanley Hopcroft'" , Subject: RE: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) Date: Sun, 21 Oct 2001 21:48:16 -0400 Message-ID: <000e01c15a9b$9e9c03e0$6501a8c0@sioux> 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, Build 10.0.2616 In-Reply-To: <20011022113842.A590@IPAustralia.Gov.AU> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you try doing an FTP install from floppy disks? -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Stanley Hopcroft Sent: Sunday, October 21, 2001 9:39 PM To: Questions@FreeBSD.ORg Subject: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) Dear Ladies and Gentlemen, Please would you help me recover from a failed upgrade of 3.2-RELEASE to 4.3-RELEASE ? The situation is a Gateway 366 Solo 9000 laptop with 3.2-RELEASE using 'wd' major devices. The sysinstall upgrade failed at the last point (when trying to copy the new kernel) because the root partition (32MB H) did not have enough size. Since then I have manually booted kernel.GENERIC (from 4.3-R which was copied) and have a booting system (sym linking /modules and /tmp to /usr has made enough space in / for both kernel and kernel.GENERIC) However. . the machine now, while having upgraded from the CD, no longer recognises the CD, despite the device driver probe finding acd0 and - until recently - allowing cd9660 mounts on /dev/acd0c. . if I try and change the kernel definition from ata atadisk atapicd atapifd to only ata or ata0 and ata1 the kernel will no longer boot because it can't find the root partion on /dev/ad0 (in the booting system /etc/fstab has wd0s2 entries - dual boot machine) So at the moment I have no CD and therefore it is difficult to even think of reinstalling or running upgrade again (apart from using NFS). Is there anyway I can correct the CD problem ? Thank you, Yours sincerely -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Those who make peaceful revolution impossible will make violent revolution inevitable. -- John F. Kennedy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of 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 Oct 21 19:15:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 3A54B37B403 for ; Sun, 21 Oct 2001 19:15:38 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9M2F1t33838; Mon, 22 Oct 2001 12:15:01 +1000 (EST) (envelope-from Stanley.Hopcroft@IPAustralia.gov.au) Received: from pc09011.aipo.gov.au(10.0.3.110) by pericles.IPAustralia.gov.au via smap (V2.1) id xma033824; Mon, 22 Oct 01 12:14:52 +1000 Received: (from anwsmh@localhost) by pc09011.aipo.gov.au (8.11.3/8.11.1) id f9M2EqZ00658; Mon, 22 Oct 2001 12:14:52 +1000 (EST) (envelope-from anwsmh) Date: Mon, 22 Oct 2001 12:14:52 +1000 From: Stanley Hopcroft To: "Jonathan M. Slivko" Cc: Questions@FreeBSD.ORG Subject: Re: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) Message-ID: <20011022121451.B590@IPAustralia.Gov.AU> References: <20011022113842.A590@IPAustralia.Gov.AU> <000e01c15a9b$9e9c03e0$6501a8c0@sioux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c15a9b$9e9c03e0$6501a8c0@sioux>; from jslivko@4EverMail.com on Sun, Oct 21, 2001 at 09:48:16PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank yu for your reply and say 'no', On Sun, Oct 21, 2001 at 09:48:16PM -0400, Jonathan M. Slivko wrote: > Did you try doing an FTP install from floppy disks? -- Jonathan > > the machine is dual boot with an MS partition that my co-workers will scream about if it's damaged. If possible I would prefer not doing a fresh install because of the possibility of losing the MS stuff (as has occurred previously). Thank you, Yours sincerely -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Honk if you love peace and quiet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 19:16:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-70-105.cg.shawcable.net [24.64.70.105]) by hub.freebsd.org (Postfix) with SMTP id 8EA5437B401 for ; Sun, 21 Oct 2001 19:16:33 -0700 (PDT) Received: (qmail 12127 invoked by uid 508); 22 Oct 2001 02:16:38 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca with qmail-scanner-1.01 (sweep: 2.6/3.50. . Clean. Processed in 1.098326 secs); 22 Oct 2001 02:16:38 -0000 Received: from unknown (HELO zeus) (24.64.68.214) by h24-64-70-105.cg.shawcable.net with SMTP; 22 Oct 2001 02:16:36 -0000 From: "Mike Roest" To: Subject: OT: email->fax gateway Date: Sun, 21 Oct 2001 20:17:12 -0600 Message-ID: <000001c15a9f$ac689700$d6444018@zeus> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C15A6D.61CFADA0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3311 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C15A6D.61CFADA0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Anyone ever gotten an email->fax gateway setup under FreeBSD? Mike It's better to watch stuff then to do stuff. --Homer Simpson ------=_NextPart_000_0001_01C15A6D.61CFADA0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable OT: email->fax gateway

Anyone ever gotten an email->fax gateway setup under = FreeBSD?


Mike

It's = better to watch stuff then to do stuff.

  --Homer Simpson

------=_NextPart_000_0001_01C15A6D.61CFADA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 19:24:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from carbon.btinternet.com (carbon.btinternet.com [194.73.73.92]) by hub.freebsd.org (Postfix) with ESMTP id 289FC37B401 for ; Sun, 21 Oct 2001 19:24:41 -0700 (PDT) Received: from [217.35.45.67] (helo=marvin.penguinpowered.org.uk) by rhenium with esmtp (Exim 3.22 #6) id 15vRJA-0003He-00 for freebsd-questions@freebsd.org; Sun, 21 Oct 2001 23:43:04 +0100 Received: from [192.168.10.11] (helo=pan.realtime.co.uk) by marvin.penguinpowered.org.uk with esmtp (Exim 3.22 #1) id 15vRCq-0000Ma-00 for freebsd-questions@freebsd.org; Sun, 21 Oct 2001 23:36:32 +0100 Received: from waynep by pan.realtime.co.uk with local (Exim 3.22 #1) id 15vRHe-00007R-00 for freebsd-questions@freebsd.org; Sun, 21 Oct 2001 23:41:30 +0100 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: Purchase advice - Webcam Reply-To: wayne.pascoe@ehsrealtime.com Date: 21 Oct 2001 23:41:28 +0100 Message-ID: <86pu7gsjjb.fsf@pan.home.penguinpowered.org.uk> Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm looking for a webcam for use under FreeBSD. I would prefer one that also works under Linux if possible. I'm not too fussy about interface, but would prefer something that does not require its own proprietry controller (i.e. USB, Serial or parallel). I'm on quite a tight budget as well. Naturally I want something that is available currently, not a discontinued product. I guess Ebay might be good for discontinued bits if I have to. Thanks in advance :) -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 19:36:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 46C8A37B401 for ; Sun, 21 Oct 2001 19:36:05 -0700 (PDT) Received: from sageone (ppp-208-191-234-9.dialup.crchtx.swbell.net [208.191.234.9]) by sage-american.com (8.9.3/8.9.3) with SMTP id VAA28467; Sun, 21 Oct 2001 21:35:33 -0500 (CDT) Message-Id: <3.0.5.32.20011021213603.00f40ae8@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 21 Oct 2001 21:36:03 -0500 To: "Jonathan M. Slivko" , "'Stanley Hopcroft'" , From: jacks@sage-american.com Subject: RE: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) In-Reply-To: <000e01c15a9b$9e9c03e0$6501a8c0@sioux> References: <20011022113842.A590@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can you run restore of old system from your backup... and then start over...??? At 09:48 PM 10.21.2001 -0400, Jonathan M. Slivko wrote: >Did you try doing an FTP install from floppy disks? -- Jonathan > >--------------------------------------------------- >Jonathan Slivko - 4EverMail.COM - www.4evermail.com > Web Hosting - Web Desgin - UNIX Shell Accounts > jslivko@4EverMail.com - Phone: (212) 663-1109 > > >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Stanley >Hopcroft >Sent: Sunday, October 21, 2001 9:39 PM >To: Questions@FreeBSD.ORg >Subject: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering >from failed upgrade) > >Dear Ladies and Gentlemen, > >Please would you help me recover from a failed upgrade of 3.2-RELEASE to > >4.3-RELEASE ? > >The situation is a Gateway 366 Solo 9000 laptop with 3.2-RELEASE using >'wd' major devices. > >The sysinstall upgrade failed at the last point (when trying to copy the > >new kernel) because the root partition (32MB H) did not have enough >size. > >Since then I have manually booted kernel.GENERIC (from 4.3-R which was >copied) and have a booting system (sym linking /modules and /tmp to /usr > >has made enough space in / for both kernel and kernel.GENERIC) > >However. > >. the machine now, while having upgraded from the CD, no longer >recognises the CD, despite the device driver probe finding acd0 and - >until recently - allowing cd9660 mounts on /dev/acd0c. > >. if I try and change the kernel definition from >ata atadisk atapicd atapifd to only ata or ata0 and ata1 the kernel will > >no longer boot because it can't find the root partion on /dev/ad0 (in >the booting system /etc/fstab has wd0s2 entries - dual boot machine) > >So at the moment I have no CD and therefore it is difficult to even >think of reinstalling or running upgrade again (apart from using NFS). > >Is there anyway I can correct the CD problem ? > >Thank you, > >Yours sincerely > >-- >------------------------------------------------------------------------ >Stanley Hopcroft IP Australia >Network Specialist >+61 2 6283 3189 +61 2 6281 1353 (FAX) >Stanley.Hopcroft@IPAustralia.Gov.AU >------------------------------------------------------------------------ >Those who make peaceful revolution impossible will make violent >revolution inevitable. > -- John F. Kennedy > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 20:55:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id E948537B401 for ; Sun, 21 Oct 2001 20:55:09 -0700 (PDT) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A8BFD330116; Sun, 21 Oct 2001 20:55:43 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Chip To: The Psychotic Viper Subject: Re: error on startx Date: Sun, 21 Oct 2001 21:00:26 -0700 X-Mailer: KMail [version 1.2] Cc: References: <20011022021724.S26647-100000@lucifer.fuzion.ath.cx> In-Reply-To: <20011022021724.S26647-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Message-Id: <01102121002620.96094@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 21 October 2001 17:19, The Psychotic Viper wrote: > Hi, > > On Sun, 21 Oct 2001, Chip wrote: > > fatal server error - > > XF86OpenConsole: KDENABIO failed (Operation not permitted) > > By any chance are you running kernel securelevels?Im guessing you are and > X wont run in any secure level > 0, you would need 'kern_securelevel="-1"' > in your /etc/rc.conf to run X.Change that and give it a go. > > HTH, > PsyV That was it - I had it set to boot up to securelevel=2. Changed it to -1 and X works fine now, but what am I missing by making this change? -- Chip W. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 21: 0:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id A7F0D37B403 for ; Sun, 21 Oct 2001 21:00:10 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 13nBPU-0007X3-00; Sat, 21 Oct 2000 20:02:56 -0700 Date: Sun, 21 Oct 2001 20:07:00 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: To: Christian Weisgerber Cc: Subject: Re: Need vt100 in minicom, not vt102 In-Reply-To: <9qvo6i$1g3a$1@kemoauc.mips.inka.de> Message-ID: System-ID: SunOS 5.8 i86pc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 22 Oct 2001 it looks like Christian Weisgerber composed: naddy->You appear confused. naddy-> Yes I am, good observation ;> It's when run minicom from a vt100 terminal, minicom reports it's running vt102. I'm trying to locate where in minicom it decides to ignore the parent vt100 and use it's own default vt102. [midsection_humbly_snipped] naddy->You cannot "manipulated the TERM in minicom". Minicom includes a naddy->terminal emulation, which can be switched between different types naddy->of terminals. If you are connected to a host in minicom, you should naddy->set TERM there to a value that corresponds to minicom's terminal naddy->emulation setting. naddy-> That sounds like a winner, I was struggling the other way. naddy->> (B) Can anyone point me to a description of the differences between naddy->> vt102 and vt100 ? naddy-> naddy->The usual candidates are: naddy->http://vt100.net/ naddy->http://www.cs.utk.edu/~shuford/terminal_index.html naddy-> naddy->The VT102 is a slightly more capable superset of the VT100. Hmm, OK I thought maybe vt100 was preferable to vt102. (see confused above :) naddy->Both NetBSD and OpenBSD/sparc64 are rather shakey at this time. naddy->Whatever problems you may run into, terminal emulation isn't likely naddy->to be one. naddy-> naddy->"UltraLinux" (Linux/sparc64) on the other hand is a farce. They naddy->have a sun4u kernel, but the userland is plain 32-bit sparc. naddy-> I wasn't aware of that, but thanks for your posting. You seem very knowledgable. -- Bill Schoolcraft | PO Box 210076 San Francisco, CA 94121 http://ForwardSlashUnix.com "UNIX, A Way of Life." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 21: 5:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (cc222717-a.owml1.md.home.com [65.8.33.207]) by hub.freebsd.org (Postfix) with ESMTP id 768E137B401 for ; Sun, 21 Oct 2001 21:05:28 -0700 (PDT) Received: from localhost (localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id f9M45Ra01101 for ; Mon, 22 Oct 2001 00:05:28 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Mon, 22 Oct 2001 00:05:27 -0400 (EDT) From: Marco Radzinschi To: FreeBDS-Questions Subject: OT: I'm sticking with FreeBSD Message-ID: <20011021230814.Y1040-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I realize this is slightly off topic for questions, but I'll post it anyway. :-) I started using open source operating systems about a year ago, mostly as a matter of necessity. I needed (wanted) a mail server, and the only spare computer I had for the task was a Pentium 166 MMX machine with 64 MB RAM. Now, I figured Windows NT would not run very well on this box, especially with exchange server. I also didn't have any money to buy a monitor for this machine, so all administration had to be done "remotely," and even PC Anywhere can't make NT shine in this area. I figured I'd give Red Hat Linux a try, and it actually ran quite fast on that slow machine. On the other hand, I was not very impressed with all the garbage that Red Hat came with, as it took me half an hour just to *deselect* things to get the install down to about 300 MB. I ran red hat for two months, and then tried FreeBSD, since I was told it had a small footprint. I also figured that if it is good enough for Yahoo it would be good enough for me. As I am sure you all know, the full FreeBSD install was about 300 MB, with no extra junk, which pleased me immensely. By full install I mean full *server* install: no X Window system. I've been running FreeBSD for many months now, and it seems to be a far more coherent system than the Linux distros, with Red Hat in particular. All this without a single crash, I might add. :-) Unlike some of the Linux advocates, I realize that Unix on the Intel desktop will not take off unless Microsoft wants it to, and I will stick with my Windows 2000 workstation. I am quite happy with the tons of applications that I have available on Windows 2000, even though the OS is not as stable as it should be. However, I will say that I will *NEVER* run a Windows NT server, as it contains too much garbage, which makes it too unstable to run as a server. FreeBSD does not have sound support by default, and it doesn't install any GUI by default. More importantly, it has the good old Novell Netware approach of installing the minumum and adding what is needed. That is the way it should be. Servers do not need sound cards, and they certainly do not need a GUI. One might say that I have not gotten the full Unix experience because I do not and probably will not run a full X workstation. I like my command line though, and FreeBSD suits me well in this respect. It is exactly what I want in a server environment. My thanks to everyone on the FreeBSD team - your work is greatly appreciated. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.4-RELEASE i386 11:08PM up 9:17, 1 user, load averages: 1.00, 1.00, 1.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 22:28:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kt.karacs.sulinet.hu (kt.karacs.sulinet.hu [195.199.20.17]) by hub.freebsd.org (Postfix) with ESMTP id 1135137B403; Sun, 21 Oct 2001 22:28:23 -0700 (PDT) Received: from mailin-03.mx.aol.com (a250246.upc-a.chello.nl [62.163.250.246]) by kt.karacs.sulinet.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id V1D0XXNZ; Mon, 22 Oct 2001 07:03:26 +0100 Message-ID: <00004f7c1623$00001d43$000012b9@mailin-03.mx.aol.com> To: From: kylie_9@aol.com Subject: How can this be? Date: Mon, 22 Oct 2001 01:30:18 -1600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Reply-To: inamarriott@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Toss The 9 to 5 * Does Financial Freedom Interest You? How about being your own boss? Working your own hours? Answering ONLY to yourself? Skydiving in Egypt? (just making sure you're listening) Are you interested in applying your skills towards Direct Marketing and the Internet? If you are motivated, trainable and serious about starting a home-based business, then we would like to talk with you! http://www.towerlake.com/users/mainstreet/ To be removed from this list reply with "Remove" in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 22:56:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 6449A37B401 for ; Sun, 21 Oct 2001 22:56:10 -0700 (PDT) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A52666D700F4; Sun, 21 Oct 2001 22:56:54 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Chip To: The Psychotic Viper Subject: Re: error on startx Date: Sun, 21 Oct 2001 23:01:38 -0700 X-Mailer: KMail [version 1.2] Cc: References: <20011022021724.S26647-100000@lucifer.fuzion.ath.cx> <01102121002620.96094@chip.wiegand.org> In-Reply-To: <01102121002620.96094@chip.wiegand.org> MIME-Version: 1.0 Message-Id: <01102123013822.96094@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 21 October 2001 21:00, Chip wrote: > On Sunday 21 October 2001 17:19, The Psychotic Viper wrote: > > Hi, > > > > On Sun, 21 Oct 2001, Chip wrote: > > > fatal server error - > > > XF86OpenConsole: KDENABIO failed (Operation not permitted) > > > > By any chance are you running kernel securelevels?Im guessing you are and > > X wont run in any secure level > 0, you would need > > 'kern_securelevel="-1"' in your /etc/rc.conf to run X.Change that and > > give it a go. > > > > HTH, > > PsyV > > That was it - I had it set to boot up to securelevel=2. Changed it to -1 > and X works fine now, but what am I missing by making this change? Actually, I just commented out the lines for secureleve in rc.conf. -- Chip W. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -- Chip W. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 23:28:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ideal.net.au (ion.ideal.net.au [203.20.241.5]) by hub.freebsd.org (Postfix) with ESMTP id 96C9237B428 for ; Sun, 21 Oct 2001 23:28:26 -0700 (PDT) Received: from magnesium (vanadium.staff.ideal.net.au [202.3.35.23]) by mail.ideal.net.au (8.9.3/8.9.3) with SMTP id QAA14696 for ; Mon, 22 Oct 2001 16:28:18 +1000 (EST) (envelope-from matthew.blacklow@ticca.com) Reply-To: From: "Matthew Blacklow" To: Subject: C clue on FreeBSD Date: Mon, 22 Oct 2001 16:28:19 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <01102123013822.96094@chip.wiegand.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am running FreeBSD and am trying to learn C. I have a program at the moment which using C's "system" function launches a FreeBSD application. The problem is that it outputs to the screen all the output of the spawned process. I need to know how to supress the output of this process. I have looked through many C programming books and on the web and cant seem to find what i am looking for. All help appreciated Thanks, Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 23:30:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 7962037B409 for ; Sun, 21 Oct 2001 23:30:25 -0700 (PDT) Received: from adsl-63-202-184-167.dsl.snfc21.pacbell.net (HELO yahoo.com) (63.202.184.167) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Oct 2001 06:30:24 -0000 X-Apparently-From: Message-ID: <3BD3BD10.D3048709@yahoo.com> Date: Sun, 21 Oct 2001 23:30:40 -0700 From: seth X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" , qwestions2001@yahoo.com Subject: X/GNOME/Port upgrade/Dist upgrade Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hoping someone will guide me in the right direction. I'm running FreeBSD on P3-450Mhz. I've gotten pretty good about looking on google/dejanews/FreeBSD handbook for answers. I do have some confusion when it comes to UNIX concepts at times. 1. I finally got FreeBSD to load the way I needed - with X. Typically when I first started to play with FreeBSD, I installed with "user - install" option; then loaded X-windows which failed. Hence I went and downloaded the binaries from Xfree86 followed directions, and then after some pain was successful in getting X/Gnome/etc... to work. **point being I got X working currently with GNOME. It supposedly loads TWM as a default Window-manager(WM). After doing some more reading - I found that I needed to load a "GNOME" compliant WM. I did this by going to /usr/ports/x11-wm/sawfish and typed "make" , then "make install" -w/o the quotes. This worked: my task list doesn't crash anymore and GNOME control center shows sawfish as the current WM. keep reading.. there is a point to this. So I still get some errors about incompatibilty.. so I wanted to upgrade GNOME and sawfish.. since I read somwhere that upgrading might make everything peachy. So I endeavored to do so, ONLY because I've never upgraded an already installed app/pkg. On debian - it is easy as "apt-get....." and the upgrade/update or distribution upgrade is performed. I did some reading on FreeBSD Diary and the Handbook. It says something about CSVup and chainging the default values, etc... I am confused at this point. I'd rather not play around BLINDLY and screw up things and then reinstall FreeBSD all overagain. So here are my questions: 1. How does this CSV work? can someone explain or point me in the right direction? 2. If I upgrade a port tree -- what does this really mean? Will it take up more space on my HD? 3. what if I ONLY want to UPGRADE GNOME and SAWFISH.. do I have to upgrade my port tree (however you do this-- I don't know) 4. I have installed currently - FreeBSD-4.2-Release. How do I make this more stable (i.e. make sure I have all the latest pkgs installed with no known security holes. ) I ask this question here since I assume that upgrade OR update pkgs has to do something with CSV. Sorry for the long-winded scenario.. but thought that it would be helpful getting my questions answered if you see my point of view. I would LOVE to be spoon fed at this point, but I realize that that would be too much typing for most people, so some CLEAR directions/references to achieve my goal(s) would be very nice. -Q _________________________________________________________ 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 Oct 21 23:35: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webmail.postech.ac.kr (webmail.postech.ac.kr [141.223.1.3]) by hub.freebsd.org (Postfix) with ESMTP id EAB0D37B403 for ; Sun, 21 Oct 2001 23:35:02 -0700 (PDT) Received: from webmail.postech.ac.kr (webmail.postech.ac.kr [141.223.1.3]) by webmail.postech.ac.kr (8.8.6 (PHNE_17190)/8.8.6) with SMTP id PAA16883 for freebsd-questions@FreeBSD.org; Mon, 22 Oct 2001 15:38:04 +0900 (KST) Message-Id: <20011022.AAA1003732336@postech.ac.kr> From: "Rob Lahaye" To: freebsd-questions@FreeBSD.org Reply-To: lahaye@users.sourceforge.net Subject: Q: CUPS and http://localhost:631/admin ? Date: Mon, 22 Oct 2001 15:38:04 +0900 MIME-Version: 1.0 X-Priority: 3 X-Mailer: @MESSAGE-5.02.0830.3.2001.0217 (HP-UX B.11.00) Content-Type: multipart/mixed; boundary="----=_NextPart_WIP0ADYZF9ZG94Q5XUINS7VQ" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_WIP0ADYZF9ZG94Q5XUINS7VQ Content-Type: multipart/alternative; boundary="----=_NextPart_HSLERER13CODQI4WTVBHODQH" ------=_NextPart_HSLERER13CODQI4WTVBHODQH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I'm running FreeBSD 4.4 with cups-1.1.10.1. All info on the cups http-administration is to type in netscape: http://localhost:631/admin but then I get an error message that says: "Netscape is unable to locate the server localhost:631 Please check the server name and try again" What else do I need to configure to set this up properly? Thanks for help. Rob. [ please cc your reply also to my personal email address- thanks ] ------=_NextPart_HSLERER13CODQI4WTVBHODQH Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 7bit
Hi,

I'm running FreeBSD 4.4 with cups-1.1.10.1.

All info on the cups http-administration is to type
in netscape:

http://localhost:631/admin

but then I get an error message that says:

"Netscape is unable to locate the server localhost:631
Please check the server name and try again"

What else do I need to configure to set this up properly?

Thanks for help.

Rob.
[ please cc your reply also to my personal email address- thanks ]



------=_NextPart_HSLERER13CODQI4WTVBHODQH-- ------=_NextPart_WIP0ADYZF9ZG94Q5XUINS7VQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 23:51:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id B0C6837B405 for ; Sun, 21 Oct 2001 23:51:31 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15vYvp-000FQh-00; Mon, 22 Oct 2001 06:51:29 +0000 To: , From: Cliff Sarginson Subject: Re: C clue on FreeBSD Date: Mon, 22 Oct 2001 06:51:29 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi all, > I am running FreeBSD and am trying to learn C. I have a program at the > moment which using C's "system" function launches a FreeBSD application. The > problem is that it outputs to the screen all the output of the spawned > process. I need to know how to supress the output of this process. I have > looked through many C programming books and on the web and cant seem to find > what i am looking for. > system("program >/dev/null"); -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 23:55:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 7B55137B401 for ; Sun, 21 Oct 2001 23:55:17 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f9M6sq218918; Mon, 22 Oct 2001 08:54:52 +0200 (CEST) (envelope-from stijn) Date: Mon, 22 Oct 2001 08:54:52 +0200 From: Stijn Hoop To: Grzegorz Czaplinski Cc: questions@freebsd.org Subject: Re: Fonts fonts fonts Message-ID: <20011022085452.A18806@pcwin002.win.tue.nl> References: <200110190858.f9J8wef83074@gilberto.physik.rwth-aachen.de> <20011019111324.C59108@pcwin002.win.tue.nl> <20011021184311.A37139@prioris.mini.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011021184311.A37139@prioris.mini.pw.edu.pl>; from gregory@prioris.mini.pw.edu.pl on Sun, Oct 21, 2001 at 06:43:11PM +0200 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sun, Oct 21, 2001 at 06:43:11PM +0200, Grzegorz Czaplinski wrote: > On Fri, Oct 19, 2001 at 11:13:24AM +0200, Stijn Hoop wrote: > [snip] > > Then install the port x11-fonts/webfonts - you'll find most sites > > will look much better after that. > > > > For best results, grab more TTF fonts from a Windows machine [1], > > install them, and ditch all 75dpi/100dpi fontpaths. > > Stijn, > sorry for the problem, but maybe you clould answer my question. ;) > If not I will ask on questions. No problem, but most of the time it's better to still CC: questions because then your question & my answer get archived for others. > You advised someone to install "x11-fonts/webfonts" and I did that, but > I can't get it working. The installation process went as it should, but > when I start my X server I get such message: > failed to set default font path '/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/webfonts' > Fatal server error: > could not open default font 'fixed' > When reporting a problem related to a server crash, please send > the full server output, not just the last messages > X connection to :0.0 broken (explicit kill or server shutdown). > [1] + exit 1 startx > > My /etc/XF86Config has such paths set: > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > FontPath "/usr/X11R6/lib/X11/fonts/local" > FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/Type1" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo" > FontPath "/usr/X11R6/lib/X11/fonts/misc" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi" > FontPath "/usr/X11R6/lib/X11/fonts/URW" > FontPath "/usr/X11R6/lib/X11/fonts/TrueType" > FontPath "/usr/X11R6/lib/X11/fonts/webfonts" > EndSection > > Well, I can't figure out what "default font 'fixed'" is. It is part of the default set of fonts that get installed when you install X. It should be defined in a file called 'fonts.alias' in the miscellaneous fonts directory, /usr/X11R6/lib/X11/fonts/misc. On my system I have this: [stijn@pcwin002] <~> grep ^fixed /usr/X11R6/lib/X11/fonts/misc/fonts.alias fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 If you didn't mess with this or the other default font paths, then either your install of XFree86 is broken, or you installed the XFree86-4-{server,libraries,clients} ports/packages without installing the corresponding font port, x11-fonts/XFree86-4-fontDefaultBitmaps. In either case, reinstalling that last port should help, but it may not be the correct solution. > > For best results, grab more TTF fonts from a Windows machine [1], > > install them, and ditch all 75dpi/100dpi fontpaths. > And how to ditch all 75dpi/100dpi fontpaths? Just remove them from your font path. Make sure you test this using xset(1) before you do this permanently in your XF86Config file. If you make sure you have lines like the following in your .Xdefaults: XTerm*Font: fixed *Font: -microsoft-tahoma-medium-r-normal--12-120-100-100-p-0-iso8859-1 (where you can of course choose other fonts if you want to), most X applications will use some other font than the default 'fixed' (with the exception of xterm, where proportional fonts don't work as well). --Stijn -- "Linux has many different distributions, meaning that you can probably find one that is exactly what you want (I even found one that looked like a Unix system)." -- Mike Meyer, freebsd-questions@freebsd.org, in message <15252.28617.61423.224978@guru.mired.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 21 23:56:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id ABCD737B403 for ; Sun, 21 Oct 2001 23:56:09 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9M6u0s18122; Mon, 22 Oct 2001 02:56:00 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 22 Oct 2001 02:56:00 -0400 (EDT) From: Joe Clarke To: Matthew Blacklow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: C clue on FreeBSD In-Reply-To: Message-ID: <20011022025459.X11121-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Matthew Blacklow wrote: > Hi all, > I am running FreeBSD and am trying to learn C. I have a program at the > moment which using C's "system" function launches a FreeBSD application. The > problem is that it outputs to the screen all the output of the spawned > process. I need to know how to supress the output of this process. I have > looked through many C programming books and on the web and cant seem to find > what i am looking for. Try: system("/my/app 2>&1 >/dev/null"); That will redirect all stdout and stderr to /dev/null, thus making your program silent. Joe > > All help appreciated > > > Thanks, > Matthew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0: 0:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 6E0FE37B401 for ; Mon, 22 Oct 2001 00:00:09 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9M701H18148; Mon, 22 Oct 2001 03:00:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 22 Oct 2001 03:00:01 -0400 (EDT) From: Joe Clarke To: lahaye@users.sourceforge.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: CUPS and http://localhost:631/admin ? In-Reply-To: <20011022.AAA1003732336@postech.ac.kr> Message-ID: <20011022025641.D11121-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Rob Lahaye wrote: > > Hi, > > I'm running FreeBSD 4.4 with cups-1.1.10.1. > > All info on the cups http-administration is to type > in netscape: > > http://localhost:631/admin > > but then I get an error message that says: > > "Netscape is unable to locate the server localhost:631 > Please check the server name and try again" Have you checked hostname resolution? Does: http://127.0.0.1:631/admin work? Check /etc/hosts, /etc/host.conf, and /etc/resolv.conf. If your /etc/host.conf has the default resolve order, the system will look in /etc/hosts to resolve "localhost" first. You might want an entry like: 127.0.0.1 localhost.mydomain.com localhost CUPS also has a security mechanism setup for who can access the server. localhost (or 127.0.0.1) is allowed by default, so I don't think that is biting you. You may want to check /usr/local/etc/cups/cupsd.conf to be sure. Joe > > What else do I need to configure to set this up properly? > > Thanks for help. > > Rob. > [ please cc your reply also to my personal email address- thanks ] > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0: 0:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stanley.e-technik.uni-erlangen.de (stanley.e-technik.uni-erlangen.de [131.188.137.28]) by hub.freebsd.org (Postfix) with ESMTP id 06BC937B406 for ; Mon, 22 Oct 2001 00:00:33 -0700 (PDT) Received: from lrs.e-technik.uni-erlangen.de (brian.e-technik.uni-erlangen.de [131.188.137.10]) by stanley.e-technik.uni-erlangen.de (8.9.1a/8.1.1-FAU) with ESMTP id JAA19584 for ; Mon, 22 Oct 2001 09:00:32 +0200 (MET DST) Message-ID: <3BD3C410.64D86484@lrs.e-technik.uni-erlangen.de> Date: Mon, 22 Oct 2001 09:00:32 +0200 From: Thomas Fiebig Organization: Institute for Computer Aided Circuit Design X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Mike Meyer: Results of my installation marathon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Mike, hope, you had a nice weekend without silly questions about FreeBSD installation and so on. Now I want to stretch your patience a little more, but first, I'll tell you what happens: OK, first on friday I did a 'cvsup -P m stable-supfile' to get the newest sources'. After that I did a 'make buildworld'. Everything went well, so I start a 'make buildkernel' as you told me with a make.conf file in /etc of the master (content: KERNCONF=MASTERKERNEL SLAVEKERNEL). The first problem occured, because on the screen I recognized, that make uses the GENERIC kernel file. I stopped the action and did the actions by hand ('make buildkernel KERNCONF=MASTERKERNEL' and 'make buildkernel KERNCONF=SLAVEKERNEL'). That went well. The next thing I did was on the slave: 'make installkernel KERNCONF=SLAVEKERNEL'. No error messages occured, but: make write the *.ko files into the root directory / and not into /modules. After restarting the slave the way you told me ('shutdown -r now' and 'shutdown now'), lots of error messages occured on the screen. Some hardware wasn't found (hardware, that was included in the old slave kernel, but not in the new one, I had modified to meet my hardware). Several times the message 'stray IRQ7' occured until another message told me that this error will not be logged any longer. This problem didn't change after doing an 'make installworld' and a 'mergemaster'. So I think, that there is a merging between the old version and the new build one, and I don't know why! By the way, the same problem occured on the master as well. So here is my daily amount of questions: 1. Do I have to modify the '/usr/src/Makefile' by including the '/etc/make.conf' and if yes, at which position I have do include this statement? If no what did I wrong? 2. Is there a known problem in the last version of FreeBSD which caused these installation problems? I had a FreeBSD 4.4-STABLE version from 18th of September and everything went well, now with 4.4-STABLE the described problems occured. 3. What does the 'stray IRQ7' message tell me? Have a nice day, Thomas PS: There is just anoher thing, I want to mention: I have to mount the /usr/obj directory and the /usr/src directory of the master direct to /usr/obj and /usr/src on the slave. If I do it with a e.g. /mnt directory, the making of installkernel on the slave doesn't work because of the directory entry. Is this right??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0: 2:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 6804337B407 for ; Mon, 22 Oct 2001 00:02:35 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15vZ6X-000Fvf-00; Mon, 22 Oct 2001 07:02:33 +0000 To: Joe Clarke , Matthew Blacklow , freebsd-questions@FreeBSD.ORG From: Cliff Sarginson Subject: Re: C clue on FreeBSD Date: Mon, 22 Oct 2001 07:02:33 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > On Mon, 22 Oct 2001, Matthew Blacklow wrote: > > > Hi all, > > I am running FreeBSD and am trying to learn C. I have a program at the > > moment which using C's "system" function launches a FreeBSD application. The > > problem is that it outputs to the screen all the output of the spawned > > process. I need to know how to supress the output of this process. I have > > looked through many C programming books and on the web and cant seem to find > > what i am looking for. > > Try: > > system("/my/app 2>&1 >/dev/null"); Wrong. Stderr will still end up on his terminal. system("/my/app >/dev/null 2>&1"); The order is significant :) > That will redirect all stdout and stderr to /dev/null, thus making your > program silent. > > Joe > > > > > All help appreciated > > > > > > Thanks, > > Matthew > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0: 2:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 376AF37B40A for ; Mon, 22 Oct 2001 00:02:38 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9M72XZ18637; Mon, 22 Oct 2001 03:02:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 22 Oct 2001 03:02:33 -0400 (EDT) From: Joe Clarke To: Matthew Blacklow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: C clue on FreeBSD In-Reply-To: <20011022025459.X11121-100000@shumai.marcuscom.com> Message-ID: <20011022030129.C11121-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Joe Clarke wrote: > > > On Mon, 22 Oct 2001, Matthew Blacklow wrote: > > > Hi all, > > I am running FreeBSD and am trying to learn C. I have a program at the > > moment which using C's "system" function launches a FreeBSD application. The > > problem is that it outputs to the screen all the output of the spawned > > process. I need to know how to supress the output of this process. I have > > looked through many C programming books and on the web and cant seem to find > > what i am looking for. > > Try: > > system("/my/app 2>&1 >/dev/null"); Sorry, I should have said: system("/my/app >/dev/null 2>&1"); For some reason (there may be a good one, though I don't know what it is), the shell doesn't redirect stderr in the first example. Joe > > That will redirect all stdout and stderr to /dev/null, thus making your > program silent. > > Joe > > > > > All help appreciated > > > > > > Thanks, > > Matthew > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0: 7:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C83E37B401 for ; Mon, 22 Oct 2001 00:07:19 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15vZB8-000G8J-00; Mon, 22 Oct 2001 07:07:18 +0000 To: Joe Clarke , Matthew Blacklow , freebsd-questions@FreeBSD.ORG From: Cliff Sarginson Subject: Re: C clue on FreeBSD Date: Mon, 22 Oct 2001 07:07:18 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > On Mon, 22 Oct 2001, Joe Clarke wrote: > > > > > > > On Mon, 22 Oct 2001, Matthew Blacklow wrote: > > > > > Hi all, > > > I am running FreeBSD and am trying to learn C. I have a program at the > > > moment which using C's "system" function launches a FreeBSD application. The > > > problem is that it outputs to the screen all the output of the spawned > > > process. I need to know how to supress the output of this process. I have > > > looked through many C programming books and on the web and cant seem to find > > > what i am looking for. > > > > Try: > > > > system("/my/app 2>&1 >/dev/null"); > > Sorry, I should have said: > > system("/my/app >/dev/null 2>&1"); > > For some reason (there may be a good one, though I don't know what it is), > the shell doesn't redirect stderr in the first example. The reason is as follows. The re-directions are done from left to right. So "2" (stderr) is associated with "1" (stdout), which at that point is still associated with the terminal. Then "1" (stdout) is re-directed to /dev/null, but that does not affect the re-directions already in effect. Reversing the order makes it work (if you think about it :) > > Joe > > > > > That will redirect all stdout and stderr to /dev/null, thus making your > > program silent. > > > > Joe > > > > > > > > All help appreciated > > > > > > > > > Thanks, > > > Matthew > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" 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 -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0:10:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raven.mail.pas.earthlink.net (raven.mail.pas.earthlink.net [207.217.120.39]) by hub.freebsd.org (Postfix) with ESMTP id E5BF437B401 for ; Mon, 22 Oct 2001 00:10:16 -0700 (PDT) Received: from sdn-ar-008dcwashp028.dialsprint.net ([63.178.91.140] helo=moo.holy.cow) by raven.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15vZDz-0007Bp-00; Mon, 22 Oct 2001 00:10:16 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id E492050CF1; Mon, 22 Oct 2001 03:11:05 -0400 (EDT) Date: Mon, 22 Oct 2001 03:11:05 -0400 From: parv To: Dru Cc: f-q Subject: Re: how much space is needed for staroffice? Message-ID: <20011022031105.A9266@moo.holy.cow> Mail-Followup-To: Dru , f-q References: <20011019233230.A3348@moo.holy.cow> <20011020080718.N57582-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020080718.N57582-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com>; from genisis@istar.ca on Sat, Oct 20, 2001 at 08:09:06AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20011020080718.N57582-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com>, wrote Dru thusly... > > On Fri, 19 Oct 2001, parv wrote: > > > can anybody tell me how much space & time is required to install > > starOffice from the ports? > > IIRC, about 260 MB, it was under 300 MB. Took me less than an hour > with a cable connection. If you get stuck, I took notes on the install > process. /usr would almost fill if i let the port to install itself. another partition, /source, has enough space for the file to be unpacked and installed... Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2e 2083854 1679535 237611 88% /usr /dev/ad0s3f 2860982 1371774 1260330 52% /source will setting PREFIX to /source be enough? will there be problems being it linux software, in that case? btw, what causes it to bloat? -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0:24:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hal-5.inet.it (hal-5.inet.it [213.92.5.24]) by hub.freebsd.org (Postfix) with ESMTP id 8B93337B403 for ; Mon, 22 Oct 2001 00:24:13 -0700 (PDT) Received: (from root@localhost) by hal-5.inet.it (8.11.1/8.11.1) id f9M7O4I189110; Mon, 22 Oct 2001 09:24:04 +0200 Date: Mon, 22 Oct 2001 09:24:04 +0200 Message-Id: <200110220724.f9M7O4I189110@hal-5.inet.it> Received: from sonoro.inet.it(213.92.1.110) by hal-5.inet.it via I-SMTP id s-213.92.1.110-DCSObT; Mon Oct 22 09:24:04 2001 From: sonoro To: jacks@sage-american.com Cc: freebsd-questions@freebsd.org Subject: Re: Media Player In-Reply-To: <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> References: <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> X-Mailer: Sonoro Mailer Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001 13:04:40 -0500 jacks@sage-american.com wrote: > On a Sony VAIO Pentium (200MHz) experimenting box running BSD 4.4, with > onboard sound, Yamaha OPL3-SA3 I believe, what's a good media player choice > from the ports... for music, sound clips, mp3, etc.... Hi i suggest mplayer ... it's like windows media player with all codecs, included MS codec. Sonoro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 0:45:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id C39A437B405 for ; Mon, 22 Oct 2001 00:45:44 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 4CB0470614; Mon, 22 Oct 2001 01:45:38 -0600 (MDT) Date: Mon, 22 Oct 2001 01:45:38 -0600 (MDT) From: FreeBSD user To: Matthew Blacklow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: C clue on FreeBSD In-Reply-To: Message-ID: <20011022014457.Q77404-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You could output it to /dev/null, or use popen(3). On Mon, 22 Oct 2001, Matthew Blacklow wrote: > Hi all, > I am running FreeBSD and am trying to learn C. I have a program at the > moment which using C's "system" function launches a FreeBSD application. The > problem is that it outputs to the screen all the output of the spawned > process. I need to know how to supress the output of this process. I have > looked through many C programming books and on the web and cant seem to find > what i am looking for. > > All help appreciated > > > Thanks, > Matthew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 1:33:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uas.alaska.edu (alfrigg.uas.alaska.edu [137.229.150.18]) by hub.freebsd.org (Postfix) with ESMTP id A335E37B401 for ; Mon, 22 Oct 2001 01:33:46 -0700 (PDT) Received: from uas.alaska.edu (cable-164-100-237-24.juneau.ak.net [24.237.100.164]) by mail.uas.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id GLLMF100.OG2 for ; Mon, 22 Oct 2001 00:33:01 -0800 Message-ID: <3BD3D9AD.FFA0AFEF@uas.alaska.edu> Date: Mon, 22 Oct 2001 00:33:03 -0800 From: Russ Pagenkopf X-Mailer: Mozilla 4.76 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: make buildworld problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that most of the commands using proc were failing. So, time to make world. Cranks along fine, gets into Stage 2 and dies with : cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsdelf\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -DVERSION=\"2.10.0\" -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -c eelf_i386.c eelf_i386.c: In function `gldelf_i386_check_ld_elf_hints': eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) eelf_i386.c:176: (Each undeclared identifier is reported only once eelf_i386.c:176: for each function it appears in.) eelf_i386.c:179: storage size of `hdr' isn't known eelf_i386.c:182: `ELFHINTS_MAGIC' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/ld. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --- /etc/make.conf has: USA_RESIDENT=YES CFLAGS= -O -pipe --- make buildworld is being used without any switches. Searched archives and usual sources with no luck. Any ideas? TIA Russ Pagenkopf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 1:37:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.medisite.net (mail.medisite.net [194.98.201.15]) by hub.freebsd.org (Postfix) with ESMTP id 818BA37B401 for ; Mon, 22 Oct 2001 01:37:30 -0700 (PDT) Received: from medisite.net (gw2.medisite.net [194.98.201.3]) by mail.medisite.net (8.11.6/8.11.6) with ESMTP id f9M8bPj11827 for ; Mon, 22 Oct 2001 10:37:27 +0200 Message-ID: <3BD3DB5E.5040202@medisite.net> Date: Mon, 22 Oct 2001 10:39:58 +0200 From: Jean-Sebastien Pedron User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Questions Subject: PPP 'ddial' mode Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use PPP 'ddial' mode to keep an adsl connection up. When the connection falls, ppp redials correctly, but after several minutes. Is there a way to reduce this time ? Thanks. Jean-Sebastien Pedron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 1:47:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.medisite.net (mail.medisite.net [194.98.201.15]) by hub.freebsd.org (Postfix) with ESMTP id 10DED37B405 for ; Mon, 22 Oct 2001 01:47:29 -0700 (PDT) Received: from medisite.net (gw2.medisite.net [194.98.201.3]) by mail.medisite.net (8.11.6/8.11.6) with ESMTP id f9M8lQj11934 for ; Mon, 22 Oct 2001 10:47:26 +0200 Message-ID: <3BD3DDB7.6060300@medisite.net> Date: Mon, 22 Oct 2001 10:49:59 +0200 From: Jean-Sebastien Pedron User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Questions Subject: Scroll with Shift + Page-Up / Page-Down Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Under Linux, i use shift + page-up / page-down to scroll the terminal. When the default settings in FreeBSD, i can't. I must use 'scroll lock' and use page-up / page-down. How can i change it ? My second question is about the buffer of each terminal. Actually, i think there is 2 pages per terminal. How can i increase the buffer ? Thanks :) Jean-Sebastien Pedron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 1:54:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 0906F37B405 for ; Mon, 22 Oct 2001 01:54:45 -0700 (PDT) Received: from ester.mobil.cz ([194.228.207.250]) by mobil.cz (8.11.6/8.11.0) with ESMTP id f9M8scv13325 for ; Mon, 22 Oct 2001 10:54:38 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2001102210514546:1207 ; Mon, 22 Oct 2001 10:51:45 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id f9M8wxe91217 for freebsd-questions@FreeBSD.org; Mon, 22 Oct 2001 10:58:59 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Mon, 22 Oct 2001 10:58:59 +0200 From: Roman Neuhauser To: FreeBSD Questions Subject: Re: Scroll with Shift + Page-Up / Page-Down Message-ID: <20011022105859.A4874@roman.mobil.cz> Mail-Followup-To: FreeBSD Questions References: <3BD3DDB7.6060300@medisite.net> Mime-Version: 1.0 In-Reply-To: <3BD3DDB7.6060300@medisite.net> User-Agent: Mutt/1.3.23i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/22/2001 10:51:45 AM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/22/2001 10:51:50 AM, Serialize complete at 10/22/2001 10:51:50 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Mon, 22 Oct 2001 10:49:59 +0200 > From: Jean-Sebastien Pedron > To: FreeBSD Questions > Subject: Scroll with Shift + Page-Up / Page-Down > > Under Linux, i use shift + page-up / page-down to scroll the terminal. > When the default settings in FreeBSD, i can't. I must use 'scroll lock' > and use page-up / page-down. How can i change it ? > > My second question is about the buffer of each terminal. Actually, i think > > there is 2 pages per terminal. How can i increase the buffer ? I'm no expert, but looks like PCVT has the shift+pg(up|down) scrolling. history size can be also modified by appropriate settings in the kernel config file. see /sys/i386/conf/LINT. HTH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2: 0: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 78A3337B407 for ; Mon, 22 Oct 2001 01:59:56 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9M8xGN88206; Mon, 22 Oct 2001 11:59:16 +0300 (EEST) (envelope-from ru) Date: Mon, 22 Oct 2001 11:59:16 +0300 From: Ruslan Ermilov To: Russ Pagenkopf Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problem Message-ID: <20011022115916.A85163@sunbay.com> References: <3BD3D9AD.FFA0AFEF@uas.alaska.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD3D9AD.FFA0AFEF@uas.alaska.edu>; from russ.pagenkopf@uas.alaska.edu on Mon, Oct 22, 2001 at 12:33:03AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 12:33:03AM -0800, Russ Pagenkopf wrote: > Hi all, > > Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that > most of the commands using proc were failing. So, time to make world. > Cranks along fine, gets into Stage 2 and dies with : > > eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) > eelf_i386.c:176: (Each undeclared identifier is reported only once > > Stop in /usr/src/gnu/usr.bin/binutils/ld. > *** Error code 1 Seems your upgrade failed to install /usr/include/elf-hints.h for some reason. Did you upgrade using binary upgrade option of sysinstall? Were you using the official 4.4 images? Also, make sure the bin.?? distribution on this image has usr/include/elf-hints.h? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:10:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stanley.e-technik.uni-erlangen.de (stanley.e-technik.uni-erlangen.de [131.188.137.28]) by hub.freebsd.org (Postfix) with ESMTP id 266DA37B403 for ; Mon, 22 Oct 2001 02:10:10 -0700 (PDT) Received: from lrs.e-technik.uni-erlangen.de (brian.e-technik.uni-erlangen.de [131.188.137.10]) by stanley.e-technik.uni-erlangen.de (8.9.1a/8.1.1-FAU) with ESMTP id LAA20779 for ; Mon, 22 Oct 2001 11:10:08 +0200 (MET DST) Message-ID: <3BD3E26F.9BAA4ABE@lrs.e-technik.uni-erlangen.de> Date: Mon, 22 Oct 2001 11:10:07 +0200 From: Thomas Fiebig Organization: Institute for Computer Aided Circuit Design X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 4.4-STABLE Installation Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, last friday, I downloaded the latest sources of 4.4-STABLE and did a make buildworld, make buildkernel, make installkernel, shutdown now, make installworld, mergemaster, BUT: the replacing of the old things didn't take place in the normal manner. The kernel modules *.ko were placed in the root directory, booting starts with error messages and I realized some things of my old kernel and sone things of the new kernel during the booting process. So, what went wrong? By the way, the last version of 4.4-STABLE downloaded on the 18th of September, went very well, what is changed since that date? Have a nice day, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:12: 1 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 D74B637B403 for ; Mon, 22 Oct 2001 02:11:54 -0700 (PDT) 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 f9M9BpT40139; Mon, 22 Oct 2001 02:11:52 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Dale Chulhan" , "FreeBSD Questions" Subject: RE: Future And Direction Of FreeBSD Project Date: Mon, 22 Oct 2001 02:11:49 -0700 Message-ID: <002901c15ad9$94f3e720$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: <3BD224E7.77D12ECE@uwi.tt> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dale Chulhan >Sent: Saturday, October 20, 2001 6:29 PM >To: FreeBSD Questions >Subject: Future And Direction Of FreeBSD Project > > >Hello, > >To my shock and horror, I read that FreeBSD is now without corporate >sponsorship and that there are now plans by daemonNews to take over that >role. > This depends on your point of view. If your a Jordan, or a core member, or even someone knowlegable of FreeBSD's history, you will probably say that it never really had corporate sponsorship. In short, the modern FreeBSD of today draws it's roots from BSD Lite (a non-bootable, reference operating system) and a tremendous amount of work and rework by many members of the community. While it originally was mainly distributed by Walnut Creek CDROM, most of the people that did the work on it did not work directly for Walnut Creek. This got a bit blurry with BSDI and later WindRiver as many of the major players on FreeBSD went to work for that entity. It's now back the way it used to, with the vast majority of people contributing code not actually working for WindRiver or DaemonNews Howver, the problem is that the PERCEPTION of the general computing community of FreeBSD (those members that knew what it is, that is) was very much colored by the close association of the FreeBSD Project and Walnut Creek, followed by the acquisition of Walnut Creek by BSDI, then followed by the acquisition of BSDI by WindRiver. This is because the FreeBSD project never in the past took great pains to distance itself from the "designated host fish" as it were. Of course, now it's very much in vogue for the core team members that care about such things (not many of them do, actually) to yell at the top of their lungs "we aren't affected by what [insert designated host fish here] is doing" but this is a comparatively new development. It's also very convenient when dealing with the typical corporate suits in a corporation to slap out [designated host fishie's name] when the question is raised "This FreeBSD stuff is all well and good but who did you say the name of the vendor was?" instead of taking a half-hour explaining how support on Free Software _really_ works. I mean, you can hardly tell a corporate businessman that is considering running his operations on FreeBSD that if there's a problem with it "I'll just post the problem to this mailing list, see..." That kind of has to come later - AFTER he's seen the stuff running solid and stable for 6 months and has a little faith in it. So, the upshot is that there are some fundamental reasons that HAVEN'T GONE AWAY for many FreeBSD users to "pretend" that there's a designated flagship corporate sponsor. Right now, that's WindRiver, in the future it may be Daemon News or both, for that matter. >So I am here sitting wondering what's the real scoop with the project >and can we say definitely that this project is independant of corporate >sponsorship? > This depends on what consists of corporate sponsorship. Is it support? Well, for a short time BSDI and WindRiver were selling support contracts for FreeBSD. I don't see that listed anywhere on WindRiver's site today, the only FreeBSD support they seem to be offering anymore is installation technical support on FreeBSD CD's that are sold with their name on it. In short - for the $40 price of the CD you get a 800 number to call for a support tech to help you get the OS loaded. This is not to say that there aren't lots of companies out there offering technical consulting of FreeBSD. (there are) On the other hand, if your definition of corporate sponsorship is paying money for things the project needs (like hosting) well they seem to have a lot of fingers in that pie now. Last I heard Qwest.net was footing the bill for the central repository servers. Since most of FreeBSD distribution servers are mirrors of the central one, those mirrors are supported by the ISP's and companies that maintain them. Or, if your definition of corporate sponsorship is an entity that is paying money out for salaries of developers - well that only happened for a short time when BSDI had announced they would shift the entire commercial BSDI codebase over to FreeBSD. But that never happened and Wind River won't do it of course. And even during the heyday of BSDI they certainly wern't paying salaries of more than probably 1% of all FreeBSD developers. >What about the fired workers are they still willing to work for the >project? And people like Jordan etc. are they still actively involved or >is the project being gradually deserted? > The project is always constantly adding new developers and shedding old ones that decide to go off and do something else. It's not being deserted. >What has Linux have that we don't? > A bunch of developers that are running around with ego's the size of Manhattan, who cannot resist at spouting off at the least little thing that they think impacts them, even when it has nothing whatsover to do with them. By and large the FreeBSD developers are more pragmatic, and don't tend to shoot off their mouths too much (and the ones that did got burned in the BSDI collapse and are now more gun-shy) While this is great if the idea is to build an OS that's strong and stable, it isn't very good for grabbing press. And if your goal is a Linux in every pot, you gotta grab a lot of press to do it. >Hell, If I had even half the talent of some of you guys I'd be more than >willing to give up my free time to this cause, but right now I don't >feel that I have enough to contribute. > There's a very important thing you can do to contribute - and it's probably the most important thing that anyone who uses and likes FreeBSD can do - tell as many people about it as you know and who might be interested. People will eat what's set down in front of them if there's no other choice. But, if given a choice they will always pick the best quality. It's only when things like pricing, support, and political salability are considered that they will cave in (ie: compromise) and take the worse-tasting dog food. If a colleage of yours in the business only knows Microsoft, if YOU never tell him about FreeBSD, then he can't help but continue to eat the dog food. >So please what's going on with my favourite OS? > look in the mirror and ask the question - whoever you see in the mirror is the only one that can answer that. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:13:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from janus.AmbrosiaSW.com (janus.AmbrosiaSW.com [206.27.96.120]) by hub.freebsd.org (Postfix) with ESMTP id D2E1137B405 for ; Mon, 22 Oct 2001 02:13:35 -0700 (PDT) Received: from vaym.net (HubC-mcr-24-95-122-35.midsouth.rr.com [24.95.122.35]) by janus.AmbrosiaSW.com (8.9.1/8.9.1) with SMTP id EAA14390; Mon, 22 Oct 2001 04:49:46 -0400 (EDT) Date: Mon, 22 Oct 2001 04:49:46 -0400 (EDT) Message-Id: <200110220849.EAA14390@janus.AmbrosiaSW.com> From: To: Subject: Free Computers for business owners! MIME-Version: 1.0 Content-Type: multipart/mixed;boundary= "----=_NextPart_000_002C_8037F93A.5B2CD0F8" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ------=_NextPart_000_002C_8037F93A.5B2CD0F8 Content-Type: text/html; charset= "US-ASCII" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5NZW1waGlzIFNvZnR3YXJlIERldmVsb3BtZW50IENv bXBhbnk8L3RpdGxlPg0KPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50 PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9aXNvLTg4NTktMSI+DQo8L2hlYWQ+DQoNCjxib2R5IGJn Y29sb3I9IiMwMDMzMzMiIHRleHQ9IiMwMDAwMDAiIGxpbms9IiM2NkNDRkYiIHZsaW5rPSIj MzNDQ0ZGIiBhbGluaz0iIzMzQ0NGRiI+DQo8cD48Zm9udCBzaXplPSI1IiBjb2xvcj0iI0ND Q0NDQyI+U3RhcnRpbmcgYSBidXNpbmVzcz8gT3duIGFuIGV4aXN0aW5nIEJ1c2luZXNzPyAN CiAgPC9mb250PjwvcD4NCjxwIGFsaWduPSJyaWdodCI+PGZvbnQgc2l6ZT0iNSIgY29sb3I9 IiNDQ0NDQ0MiPiA8Zm9udCBzaXplPSIzIiBjb2xvcj0iI0ZGRkZGRiI+VGhpcyANCiAgRXhj aXRpbmcgb3Bwb3J0dW5pdHkgaXMgZm9yIHlvdSE8L2ZvbnQ+PC9mb250PjwvcD4NCjxwPjxm b250IGNvbG9yPSIjRkZGRkZGIj4oTk9UIGp1c3QgYSBtZXJjaGFudCBhY2NvdW50KTwvZm9u dD48L3A+DQo8cD48Zm9udCBjb2xvcj0iI0NDQ0NDQyI+V291bGQgeW91IGxpa2UgdG8gYWNj ZXB0IDxmb250IGNvbG9yPSIjRkZGRkZGIj48Yj5WaXNhPC9iPjwvZm9udD48Yj4sIA0KICA8 Zm9udCBjb2xvcj0iI0ZGRkZGRiI+TWFzdGVyY2FyZCwgRGlzY292ZXIsIEFtZXJpY2FuIEV4 cHJlc3MsIERpbm5lcnMgQ2x1YiBhbmQgDQogIENhcnRlIEJsYW5jaGU8L2ZvbnQ+PC9iPiBm b3IgeW91ciBwcm9kdWN0cyBvciBzZXJ2aWNlcz8gPC9mb250PjwvcD4NCjxwPjxmb250IGNv bG9yPSIjQ0NDQ0NDIj5Zb3UgY2FuIGV2ZW4gYWNjZXB0IGFsbCBBVE0sIERlYml0LCBhbmQg RUJUIGNhcmRzIGlmIA0KICB5b3UgcHVyY2hhc2UgeW91ciBjcmVkaXQgY2FyZCBtYWNoaW5l IGZyb20gTWVtcGhpcyBTb2Z0d2FyZSBEZXZlbG9wbWVudCBDb21wYW55LiANCiAgUHVyY2hh c2UgYSB0ZXJtaW5hbCBhbmQgd2Ugd2lsbCBnaXZlIHlvdSBhIEZSRUUgQ09NUFVURVIgQU5E IEEgV0VCU0lURSB0byBlbmhhbmNlIA0KICB5b3VyIGJ1c2luZXNzISBGb3IgbW9yZSBpbmZv cm1hdGlvbiBjbGljayB0byB2aXNpdCBvdXIgd2Vic2l0ZSBhdDxhIGhyZWY9Imh0dHA6Ly93 d3cubWVtcGhpc3NvZnR3YXJlLm5ldCI+IA0KICBodHRwOi8vd3d3Lm1lbXBoaXNzb2Z0d2Fy ZS5uZXQ8L2E+LjwvZm9udD48L3A+DQo8cD48Zm9udCBjb2xvcj0iI0NDQ0NDQyI+VGhhbmsg eW91LjwvZm9udD48L3A+DQo8L2JvZHk+DQo8L2h0bWw+DQogICAg ------=_NextPart_000_002C_8037F93A.5B2CD0F8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:24: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id A35DD37B401 for ; Mon, 22 Oct 2001 02:23:55 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9M9Ner57959; Mon, 22 Oct 2001 19:23:40 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-129.aipo.gov.au(192.168.1.129) by pericles.IPAustralia.gov.au via smap (V2.1) id xma057957; Mon, 22 Oct 01 19:23:34 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9M9NZ700404; Mon, 22 Oct 2001 19:23:35 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Mon, 22 Oct 2001 19:23:34 +1000 From: Stanley Hopcroft To: Odhiambo Washington Cc: Questions@FreeBSD.ORG Subject: Re: How to upgrade from 3.2-RELEASE to 4.3-RELEASE (or recovering from failed upgrade) Message-ID: <20011022192333.A375@IPAustralia.Gov.AU> References: <20011022113842.A590@IPAustralia.Gov.AU> <20011022095518.B6834@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022095518.B6834@ns2.wananchi.com>; from wash@wananchi.com on Mon, Oct 22, 2001 at 09:55:18AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank you very much for your help in this matter and say that perhaps your upgrade instructions will help me with the CD problem (BTW, serendipitously, I have generated new slice entries for the disk - sh MAKEDEV ad0s2a etc in this case - and edited /etc/fstab; %s/wd/ad/ in this case). So everything looks sort of Ok except the CD. Now, your instrcutions say - get rid of acd0 - ensure that ata1 is defined in the kernel config file. God willing this will deal with the CD. CVSup is not an option or too much of an option because of a non CVS friendly firewall and CTM (I think) being rather unreliable. Also, I wanted to avoid a lot of sources on the target - yes one can do a make installworld from another machine. Perhaps I should have done this. Thank you very much for your helpful advice. Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Mencken and Nathan's Sixteenth Law of The Average American: Milking a cow is an operation demanding a special talent that is possessed only by yokels, and no person born in a large city can never hope to acquire it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:41:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id B6AF837B405 for ; Mon, 22 Oct 2001 02:41:42 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9M9fec58254 for ; Mon, 22 Oct 2001 19:41:40 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-129.aipo.gov.au(192.168.1.129) by pericles.IPAustralia.gov.au via smap (V2.1) id xma058250; Mon, 22 Oct 01 19:41:11 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9M9fDb00427 for Questions@FreeBSD.ORG; Mon, 22 Oct 2001 19:41:13 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Mon, 22 Oct 2001 19:41:13 +1000 From: Stanley Hopcroft To: Questions@FreeBSD.ORG Subject: 4.3-RELEASE kaput after running Perl applications that forks (and pings). Message-ID: <20011022194111.B375@IPAustralia.Gov.AU> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Ladies and Gentlemen, I am writing to invite your comment on something I feel more likely to occur on an MS Operating system. An unloaded FreeBSD 4.3-RELEASE reboots part way through a Perl script that forks a few hundred processes that exec 'ping'. There is nothing in dmesg (apart from boot messages) or in /var/log/messages. Should I enable a debugging kernel ? Why wasn't the user (un priviledged process) simply terminated ? When the application runs, the system . shows a load average of no more than 30 . total CPU utilisation bottoming at 0% with <= 40% system utilisation . is running no more than 500 user processes. . has no exceptional swap activity (can't remember what it was) If there was a panic, I don't know what the message was; the only indication I had of the machine failing was the ssh connection closing. Here is the application; it failed when it tried to have 255 processes running at one time (replace 100 by 255 in Parallel::ForkManager constructor; this is a CPAN class that while new seems Ok) #!/usr/bin/perl -w use strict ; use Parallel::ForkManager ; use constant TIMEOUT => 5 ; use constant COUNT => 5 ; use constant PING_CMD => 'ping -q -n -c ' . COUNT . ' -t '. TIMEOUT ; use constant DEBUG => 0 ; close STDOUT unless DEBUG ; close STDERR unless DEBUG ; my ($pm, $start, $host, $address) ; $pm = new Parallel::ForkManager(100) ; foreach $start (3..7, 10, 96, 98, 100) { foreach $host (0..255) { $address = "10.0.$start.$host" ; print STDERR "${ \PING_CMD } $address\n" ; $pm->start and next ; exec "${ \PING_CMD } $address" ; } } $pm->wait_all_children ; The reboot is repeatable. There is nothing extraordinary running when the application that causs the reboot runs. Thank you, Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ cursor address, n: "Hello, cursor!" -- Stan Kelly-Bootle, "The Devil's DP Dictionary" Notes 1 The culprit wins> uname -a FreeBSD wins.aipo.gov.au 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Wed Jul 4 19:09:37 EST 2001 root@wins.aipo.gov.au:/usr/src/sys/compile/WINS i386 wins> 2 It's usual slothful activity last pid: 94364; load averages: 0.01, 0.03, 0.00 up 3+08:04:31 19:38:32 29 processes: 1 running, 28 sleeping CPU states: % user, % nice, % system, % interrupt, % idle Mem: 12M Active, 38M Inact, 23M Wired, 12K Cache, 35M Buf, 176M Free Swap: 256M Total, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 132 bind 2 0 4248K 3904K select 2:52 0.00% 0.00% named 248 root 2 0 2760K 2224K select 0:56 0.00% 0.00% nmbd 5009 root 2 -12 1256K 920K select 0:10 0.00% 0.00% ntpd 259 root 2 0 1500K 1112K select 0:06 0.00% 0.00% httpd 169 root 10 0 980K 740K nanslp 0:03 0.00% 0.00% cron 128 root 2 0 928K 636K select 0:03 0.00% 0.00% syslogd 175 root 2 0 2148K 1516K select 0:02 0.00% 0.00% sshd 78845 root 2 0 3336K 3056K select 0:00 0.00% 0.00% dhcpd 250 root -6 0 1916K 1276K piperd 0:00 0.00% 0.00% nmbd 151 root 2 0 1120K 812K select 0:00 0.00% 0.00% amd 94220 root 2 0 2232K 1816K select 0:00 0.00% 0.00% sshd 94221 anwsmh 18 0 1272K 928K pause 0:00 0.00% 0.00% csh 94364 anwsmh 28 0 1884K 1096K RUN 0:00 0.00% 0.00% top 265 nobody 2 0 1548K 1196K accept 0:00 0.00% 0.00% httpd 266 nobody 2 0 1548K 1196K accept 0:00 0.00% 0.00% httpd 136 daemon 2 0 940K 636K select 0:00 0.00% 0.00% portmap 272 root 3 0 936K 652K ttyin 0:00 0.00% 0.00% getty 271 root 3 0 936K 652K ttyin 0:00 0.00% 0.00% getty 273 root 3 0 936K 652K ttyin 0:00 0.00% 0.00% getty 172 root 2 0 928K 636K select 0:00 0.00% 0.00% lpd 263 nobody 2 0 1500K 1124K accept 0:00 0.00% 0.00% httpd 264 nobody 2 0 1500K 1124K accept 0:00 0.00% 0.00% httpd 5612 nobody 2 0 1508K 1144K accept 0:00 0.00% 0.00% httpd 267 nobody 2 0 1500K 1124K accept 0:00 0.00% 0.00% httpd 28 root 18 0 208K 92K pause 0:00 0.00% 0.00% adjkerntz 143 root 10 0 208K 80K nfsidl 0:00 0.00% 0.00% nfsiod 145 root 10 0 208K 80K nfsidl 0:00 0.00% 0.00% nfsiod 146 root 10 0 208K 80K nfsidl 0:00 0.00% 0.00% nfsiod 144 root 10 0 208K 80K nfsidl 0:00 0.00% 0.00% nfsiod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 2:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 0114737B401 for ; Mon, 22 Oct 2001 02:44:52 -0700 (PDT) Received: (qmail 9040 invoked by uid 1002); 22 Oct 2001 09:44:45 -0000 From: "Alson van der Meulen" Date: Mon, 22 Oct 2001 11:44:45 +0200 To: freebsd-questions@FreeBSD.ORG Subject: Re: 4.4-STABLE Installation Problem Message-ID: <20011022114445.E6526@md2.mediadesign.nl> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3BD3E26F.9BAA4ABE@lrs.e-technik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BD3E26F.9BAA4ABE@lrs.e-technik.uni-erlangen.de> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 11:10:07AM +0200, Thomas Fiebig wrote: > Hi, > > last friday, I downloaded the latest sources of 4.4-STABLE and did a make > buildworld, make buildkernel, make installkernel, shutdown now, make > installworld, mergemaster, BUT: the replacing of the old things didn't take > place in the normal manner. The kernel modules *.ko were placed in the root > directory, booting starts with error messages and I realized some things of my > old kernel and sone things of the new kernel during the booting process. So, > what went wrong? > > By the way, the last version of 4.4-STABLE downloaded on the 18th of September, > went very well, what is changed since that date? There was a bug in the -stable source for a few hours, try cvsupping and recompiling again. I guess that mv /*.ko /modules would fix it too. HTH, Alson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:42:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from he002war.uk.vianw.net (he002war.uk.vianw.net [195.102.249.209]) by hub.freebsd.org (Postfix) with ESMTP id 3686D37B403 for ; Mon, 22 Oct 2001 03:42:40 -0700 (PDT) Received: from [213.2.28.70] (helo=STILTON) by he002war.uk.vianw.net with smtp (Exim 3.22 #5) id 15vcVz-0004X1-00 for freebsd-questions@FreeBSD.ORG; Mon, 22 Oct 2001 11:41:03 +0100 From: "Daniel Fairs" To: "FreeBSD Questions" Subject: Dummynet Date: Mon, 22 Oct 2001 11:39:11 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a FreeBSD firewall, behind which are private machines, and machines accessible to the outside world through natd's port forwarding. The public servers have IP addresses below 192.168.0.33, and the private network has 192.168.0.33 to 192.168.0.254. I would like to limit the bandwidth for machines on the private machines to 45KByte/s (total, not each). I understand I can currently do this with a command like ipfw add pipe 1 from any to 192.168.0.0/27 in ipfw pipe 1 config bw 45KByte/s However, one of the servers, 192.168.0.2, runs a squid cache; also, server 192.168.0.4 runs smtp. I would like both of these machines to be included in pipe1 - outgoing and incoming http, and outgoing smtp. I would like to limit incoming smtp to that server to 30KByte/s. Finally, we have a web server, 192.168.0.6, which I'd like to limit to 30KByte/s each way. In other words, I want the following pipes: Pipe 1: 45KByte/s both ways Pipe 2: 30KByte/s incoming Pipe 3: 30KByte/s both ways I would like to connect everything from 192.168.0.33 to 192.168.0.254, and 192.168.0.4 outgoing dest port 25 to pipe 1. I'd like to connect 192.168.0.4 incoming port 25 to pipe 2. Finally, I'd like to connect 192.168.0.6 to pipe 3. I've read about queues in the ipfw man page, and read through http://www.iet.unipi.it/~luigi/ip_dummynet/ but I'm afraid I don't quite see how do define a pipe without specifying addresses or protocols - I want to do that in the queue definition. Any help is gratefully appreciated. If you need any more information, let me know. Many thanks, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:49: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 195E437B409 for ; Mon, 22 Oct 2001 03:49:27 -0700 (PDT) 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 f9MAnOT40295; Mon, 22 Oct 2001 03:49:24 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Matt Penna" , Subject: RE: quick cam driver? Date: Mon, 22 Oct 2001 03:49:23 -0700 Message-ID: <004501c15ae7$35e48b00$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: <5.1.0.14.0.20011020105433.01db6b00@vmspop.rit.edu> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matt Penna >Sent: Saturday, October 20, 2001 8:27 AM >To: freebsd-questions@FreeBSD.ORG >Subject: RE: quick cam driver? > > >At 12:57 AM 10/20/01 -0700, you wrote: >>You should have sold it 5 years ago. The VC programming interface >>changed from the parallel port one and specs have not been available. > > >About a month ago, I sent a very nice, 3-page letter to Logitech basically >begging them to support their cameras under *ANY* operating system other >than Windows. (I specifically mentioned FreeBSD, among others.) I spent a >good deal of space explaining why it would be a boon for them to do this; I >own 4 of their Quickcams already and would likely run out to buy at least 6 >more if they were supported under UNIX, and I have no doubt others would do >the same - a fact I clearly stated in my letter. > >Logitech seems amenable to the idea of supporting other OSes, as they >helped with the drivers for their various joysticks under Linux. Maybe they >just need some more prodding and will alter their position? I'm sure others >have made similar requests of them on previous occasions, so this might >just be wishful thinking. > Um - let me reprint the following from this webpage: http://www.cs.duke.edu/~reynolds/cqcam/faq.html "...One developer actually negotiated an NDA with Logitech and mostly wrote a binary-only driver for the VC and the Pro, only to discover that a licensing catch-22 keeps him from releasing it..." In short, the driver's written, if Logitech wanted it to be out, then they could simply send you a letter saying "all 3rd party UNIX device drivers for the Quickcam VC previously developed under NDA are henceforth unrestricted by that NDA" and the minute that you posted a facsimile of that on a webpage, you would have a driver for your VC in your hands. Simple, and it would cost them nothing. >However, I know a number of people who have wanted support for their >cameras under some version of UNIX, so perhaps Logitech just needs some >more encouragement. If you want them to support their cameras, sending off >a letter or e-mail to them might be beneficial - it certainly can't hurt. > >If anyone else does contact them, BE NICE. > The time for nice is long past. Your better off simply sending them a letter saying in effect: "Dear sirs, I recently needed to acquire the following computer peripheral products [insert list here] I identified the following products from Logitech that would have been acceptable to me [insert list of Logitech products] The total dollar amount would have been [insert dollar amount] I chose to purchase ALL of these products from OTHER manufacturers because Logitech refuses to permit a device driver written by [insert developers name here] for the FreeBSD/Linux OS to be redistributed. Until you change your policy I will not be purchasing products from Logitech and I will be recommending to others to NOT purchase products from Logitech. I spend approximately [insert dollar figure here] a year on products that Logitech could supply. I recommend approximately [insert much higher dollar figure here] worth of computer peripheral purchases that Logitech could supply products for to other people. Thank you for your consideration you may contact me at [insert phone number] if you have further questions" Also, MOST IMPORTANTLY, do NOT send this letter to "attn: President" or some such. Instead, send to the attention of the sales office. Companies like Logitech aren't proactive otherwise this issue wouldn't exist. Instead they are reactive, and the only thing that they really react to is a tangible loss of sales. If you want to motivate them then you need to bring that loss of sales to their attention, the higher the dollar figure the better. Also, keep in mind that the NDA for the Quickcam VC was probably written by some corporate lawyer that knows nothing whatsover about FreeBSD or Linux or programming interfaces, and who has a knee-jerk "don't release anything without an NDA we don't care what it is" response and who is working for the CEO of Logitech. If the sales department goes to the CEO and says "we need to get this NDA shit changed on the VC" the CEO is going to have to weigh the dollar amount of lost sales against the money it will take to have that corporate lawyer actually spend some time thinking, instead of having his assistant crank out more boilerplate. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:55:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kt.karacs.sulinet.hu (kt.karacs.sulinet.hu [195.199.20.17]) by hub.freebsd.org (Postfix) with ESMTP id B6F4F37B401; Mon, 22 Oct 2001 03:55:21 -0700 (PDT) Received: from mailin-03.mx.aol.com (pc1-stoc3-0-cust209.mid.cable.ntl.com [62.254.90.209]) by kt.karacs.sulinet.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id V1D0XYYL; Mon, 22 Oct 2001 09:20:08 +0100 Message-ID: <000029ac57d6$00007b0d$00007a82@mailin-03.mx.aol.com> To: From: kyyum@aol.com Subject: Complete support... Date: Mon, 22 Oct 2001 03:47:03 -1600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Reply-To: imufo1@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Toss The 9 to 5 * Does Financial Freedom Interest You? How about being your own boss? Working your own hours? Answering ONLY to yourself? Skydiving in Egypt? (just making sure you're listening) Are you interested in applying your skills towards Direct Marketing and the Internet? If you are motivated, trainable and serious about starting a home-based business, then we would like to talk with you! http://www.towerlake.com/users/mainstreet/ To be removed from this list reply with "Remove" in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:55:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kt.karacs.sulinet.hu (kt.karacs.sulinet.hu [195.199.20.17]) by hub.freebsd.org (Postfix) with ESMTP id 22F4D37B403 for ; Mon, 22 Oct 2001 03:55:23 -0700 (PDT) Received: from mailin-03.mx.aol.com (thesaurus.datagroup.de [195.20.193.163]) by kt.karacs.sulinet.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id V1D0X5AX; Mon, 22 Oct 2001 10:54:59 +0100 Message-ID: <0000061f6289$00000d9b$00004485@mailin-03.mx.aol.com> To: From: lalapalooza@aol.com Subject: A good choice. Date: Mon, 22 Oct 2001 05:21:51 -1600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Reply-To: interested_person@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Toss The 9 to 5 * Does Financial Freedom Interest You? How about being your own boss? Working your own hours? Answering ONLY to yourself? Skydiving in Egypt? (just making sure you're listening) Are you interested in applying your skills towards Direct Marketing and the Internet? If you are motivated, trainable and serious about starting a home-based business, then we would like to talk with you! http://www.towerlake.com/users/mainstreet/ To be removed from this list reply with "Remove" in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:55:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kt.karacs.sulinet.hu (kt.karacs.sulinet.hu [195.199.20.17]) by hub.freebsd.org (Postfix) with ESMTP id C3A1A37B405; Mon, 22 Oct 2001 03:55:24 -0700 (PDT) Received: from mailin-03.mx.aol.com (thesaurus.datagroup.de [195.20.193.163]) by kt.karacs.sulinet.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id V1D0X5BD; Mon, 22 Oct 2001 10:55:50 +0100 Message-ID: <000073f86c1b$000066ce$0000453f@mailin-03.mx.aol.com> To: From: kzthan@aol.com Subject: A good choice. Date: Mon, 22 Oct 2001 05:22:43 -1600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Reply-To: inaustin@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Toss The 9 to 5 * Does Financial Freedom Interest You? How about being your own boss? Working your own hours? Answering ONLY to yourself? Skydiving in Egypt? (just making sure you're listening) Are you interested in applying your skills towards Direct Marketing and the Internet? If you are motivated, trainable and serious about starting a home-based business, then we would like to talk with you! http://www.towerlake.com/users/mainstreet/ To be removed from this list reply with "Remove" in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 3:56:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 91D9B37B406 for ; Mon, 22 Oct 2001 03:56:10 -0700 (PDT) Received: (qmail 18439 invoked by uid 1002); 22 Oct 2001 10:56:08 -0000 From: "Alson van der Meulen" Date: Mon, 22 Oct 2001 12:56:08 +0200 To: Questions@FreeBSD.ORG Subject: Re: 4.3-RELEASE kaput after running Perl applications that forks (and pings). Message-ID: <20011022125608.F6526@md2.mediadesign.nl> Mail-Followup-To: Questions@FreeBSD.ORG References: <20011022194111.B375@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011022194111.B375@IPAustralia.Gov.AU> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 07:41:13PM +1000, Stanley Hopcroft wrote: > Dear Ladies and Gentlemen, > > I am writing to invite your comment on something I feel more likely to > occur on an MS Operating system. > > An unloaded FreeBSD 4.3-RELEASE reboots part way through a Perl script > that forks a few hundred processes that exec 'ping'. > > There is nothing in dmesg (apart from boot messages) or in > /var/log/messages. > > Should I enable a debugging kernel ? You'll prolly see a panic message at the console > > Why wasn't the user (un priviledged process) simply terminated ? Did you set the limits login.conf(5) correct? Without limits, you'll be able to DoS the system using forkbomb like techniques. Also, if you want to have a lot of processes, you might want to increase MAXUSERS in the kernel config. > > . shows a load average of no more than 30 > . total CPU utilisation bottoming at 0% with <= 40% system utilisation > . is running no more than 500 user processes. > . has no exceptional swap activity (can't remember what it was) > > If there was a panic, I don't know what the message was; the only > indication I had of the machine failing was the ssh connection closing. > > Here is the application; it failed when it tried to have 255 processes > running at one time (replace 100 by 255 in Parallel::ForkManager > constructor; this is a CPAN class that while new seems Ok) Are you sure it's not a hardware problem? Some problems only show up under stress. I can panic a box with a lot of processes if no limit is set for user processes (ulimit -u), but that's just reinventing the forkbomb (using while true; do ping -q foo & done). You can prevent it by just setting limits in login.conf. Someone working on the vm might know if it's normal to panic with such few processes (might be something else wrong). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 4:50:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id E35A537B405 for ; Mon, 22 Oct 2001 04:50:17 -0700 (PDT) Received: from scaryg.shacknet.nu ([64.231.99.157]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011022115011.JSLP12483.tomts13-srv.bellnexxia.net@scaryg.shacknet.nu> for ; Mon, 22 Oct 2001 07:50:11 -0400 Received: (from root@localhost) by scaryg.shacknet.nu (8.11.3/8.11.3) id f9MBo7t63731 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 07:50:07 -0400 (EDT) (envelope-from freymann@scaryg.shacknet.nu) Received: from scaryg.shacknet.nu (scaryg.shacknet.nu [192.168.0.1]) by scaryg.shacknet.nu (8.11.3/8.9.3) with SMTP id f9MBo0e63636; Mon, 22 Oct 2001 07:50:00 -0400 (EDT) Date: Mon, 22 Oct 2001 07:49:55 -0400 From: ScaryG To: seth Cc: freebsd-questions@freebsd.org Subject: Re: X/GNOME/Port upgrade/Dist upgrade Message-Id: <20011022074955.4af81dbe.freymann@scaryg.shacknet.nu> In-Reply-To: <3BD3BD10.D3048709@yahoo.com> References: <3BD3BD10.D3048709@yahoo.com> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-scanner: scanned by Inflex 0.1.5c - (http://www.inflex.co.za/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 21 Oct 2001 23:30:40 -0700 seth wrote: |O|>So I still get some errors about incompatibilty.. so I wanted to upgrade |O|>GNOME and sawfish. pkg_version -v will show you what ports and versions you have installed. pkg_version -c will produce output on how to upgrade individual ports. This all assumes that you are using CVSUP to keep your ports up to date. Configuring CVSUP is not that hard, you can stick an entry in your crontab so it runs automatically, say once a week. At that point, the pkg_version -v command becomes useful to see if newer versions are available, and then the pkg_version -c will give you the commands to do the upgrade. Be warned though that mucking with parts of GNOME can actually create havoc. Anytime I've tried to upgrade main components of GNOME it completely broke it beyond repair. After falling into that trap twice, deleting all ports and trying to rebuild, I gave up and installed KDE from packages and whatever versions I have is what I'm staying with. |O|>1. How does this CSV work? can someone explain or point me in the right |O|>direction? see http://www.mostgraveconcern.com/freebsd He has a great chapter on how to set up CVSUP. |O|>2. If I upgrade a port tree -- what does this really mean? Will it take |O|>up more space on my HD? You're updating the files and patches that will download and compile each port. You aren't downloading each and every port, just the files to make them all. The chapter on Ports at the freebsd.org web site discusses how to use ports quite nicely. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Scary Gerry -- Senior Systems Manager freymann@scaryg.shacknet.nu Now enjoying FreeBSD 4.3-Release along with KDE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 4:51:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from crc.co.za (mail.crc.co.za [196.25.19.85]) by hub.freebsd.org (Postfix) with ESMTP id 9976537B401 for ; Mon, 22 Oct 2001 04:51:04 -0700 (PDT) Received: from dormobile (doron [192.168.0.253]) by crc.co.za (8.11.3/8.11.3) with ESMTP id f9MBp0o02701 for ; Mon, 22 Oct 2001 13:51:00 +0200 (SAST) (envelope-from doron@crc.co.za) Reply-To: From: "Doron Shmaryahu" To: Subject: Cvsup-mirror Date: Mon, 22 Oct 2001 13:50:06 +0200 Organization: CRC Message-ID: <000001c15aef$b1fa77b0$fd00a8c0@dormobile> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HI, I am still having problems with cvsup-mirror - this is a brand new install and it is doing the same thing - I have changed the server to mirror a local one but still no joy CVSup update begins at 2001-10-22 13:46:09 Updating from cvsup2.za.freebsd.org env: cvsup: No such file or directory Any help would be most appreciated Kind Regards Doron Shmaryahu Director Crystal River Corporation (Pty) Ltd. Tel: (021) 761 9630 Fax: (021) 762 1859 web: http://www.crc.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 5:17:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id F416137B406 for ; Mon, 22 Oct 2001 05:17:37 -0700 (PDT) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.11.6/8.11.6) with ESMTP id f9MCHZr35460 for ; Mon, 22 Oct 2001 13:17:36 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-questions@freebsd.org Subject: tuning the buffer cache Date: Mon, 22 Oct 2001 13:17:35 +0100 Message-ID: <35458.1003753055@thrush.ravenbrook.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there a sysctl that I can use to encourage FreeBSD to use more memory for the buffer cache? Is this always a bad idea? I am running our SCM server on FreeBSD (3.4 at present). It's a product called Perforce , which is notoriously CPU-light and memory-hungry: it has a lot of metadata and it likes to access it fast, which means in memory. Currently I am running it on a Celeron 466 with 384 MB of RAM. It occurs to me that performance might be improved if the big metadata files were always resident in the buffer cache. Other than buying more memory, is there any way I can encourage the system to do this? I'm planning to upgrade this machine to FreeBSD 4.4, by the way. Nick Barnes Ravenbrook Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 5:27:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from crc.co.za (mail.crc.co.za [196.25.19.85]) by hub.freebsd.org (Postfix) with ESMTP id 5F06A37B405 for ; Mon, 22 Oct 2001 05:27:47 -0700 (PDT) Received: from dormobile (doron [192.168.0.253]) by crc.co.za (8.11.3/8.11.3) with ESMTP id f9MCRio16857 for ; Mon, 22 Oct 2001 14:27:44 +0200 (SAST) (envelope-from doron@crc.co.za) Reply-To: From: "Doron Shmaryahu" To: Subject: Cvsup-mirror now working Date: Mon, 22 Oct 2001 14:26:50 +0200 Organization: CRC Message-ID: <000201c15af4$d3762560$fd00a8c0@dormobile> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, Well finally after sitting for a couple of hours working on cvsup-mirror have I found the problem. After installing it from the default ports collection, it installs all the files to /usr/local/etc/cvsup. The first time you run the update.sh it complains that it cannot find the config.sh file (it looks for it in /etc/cvusp) this is easily fixed by editing the update.sh file and changing the base directory path. Now the problem I was having was that the update script would not run, it would kick out this error env: cvsup: No such file or directory So I realised the the update.sh script used it own env vairables in terms of the path - just add /usr/local/etc/cvsup and all is working 100% Kind Regards Doron Shmaryahu Director Crystal River Corporation (Pty) Ltd. Tel: (021) 761 9630 Fax: (021) 762 1859 web: http://www.crc.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:11:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id DA1C237B401 for ; Mon, 22 Oct 2001 06:11:07 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id PAA27456; Mon, 22 Oct 2001 15:11:05 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Daniel Fairs" , "FreeBSD Questions" Subject: RE: Dummynet Date: Mon, 22 Oct 2001 15:14:20 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel, just a quick pointer, I can't elaborate right now... > I've read about queues in the ipfw man page, and read through > http://www.iet.unipi.it/~luigi/ip_dummynet/ but I'm afraid I > don't quite see > how do define a pipe without specifying addresses or protocols - I want to > do that in the queue definition. Pipes and Queues are used to control data flows. Normal ipfw rules define which packets gets into which flows. So, I would do this: 1) Define the pipes I want - their main purpose is to limit bandwidth. 2) Define the queues I want - their purpose is to try to prioritise and balance traffic within each pipe. 3) Define ipfw rules to select which packets go through which queues (and hence which pipes). Something like this: 1) Define a pipe for 45Kbit/s. 2) Define 2 queues attached to pipe 1, one has greater weight than the other. 3) ipfw add 1000 queue 1 tcp from any to any 25. ipfw add 1010 queue 2 tcp from any to any 110. In this example, SMTP gets queue 1, and POP3 gets queue 2, and you decide which queue has greater priority, but both SMTP and POP3 share the same 45Kbit/s pipe. Hope this Helps. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:24:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.ehsrealtime.com [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id 43BC637B405 for ; Mon, 22 Oct 2001 06:24:56 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15vf4V-0008GW-01 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 14:24:51 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15vf30-0000Ss-00 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 14:23:18 +0100 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: Fonts in staroffice Reply-To: wayne.pascoe@ehsrealtime.com Date: 22 Oct 2001 14:23:17 +0100 Message-ID: <86hesrdd16.fsf@pan.ehsrealtime.com> Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have both freefonts and webfonts installed. I can use arial and verdana in mozilla and netscape and I see what I expect to. In staroffice 5.2 however, I don't see either of these fonts in my font list. Is there any way to use these truetype fonts in staroffice ? TIA, -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:30: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 092AB37B403 for ; Mon, 22 Oct 2001 06:30:05 -0700 (PDT) Received: from sageone (ppp-208-191-234-34.dialup.crchtx.swbell.net [208.191.234.34]) by sage-american.com (8.9.3/8.9.3) with SMTP id IAA28438; Mon, 22 Oct 2001 08:29:59 -0500 (CDT) Message-Id: <3.0.5.32.20011022083031.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 22 Oct 2001 08:30:31 -0500 To: sonoro From: jacks@sage-american.com Subject: Re: Media Player Cc: freebsd-questions@freebsd.org In-Reply-To: <200110220724.f9M7O4I189110@hal-5.inet.it> References: <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the tip... but, can it be run from the console without using "X"..?? ...which I don't use. At 09:24 AM 10.22.2001 +0200, sonoro wrote: >On Fri, 19 Oct 2001 13:04:40 -0500 >jacks@sage-american.com wrote: > >> On a Sony VAIO Pentium (200MHz) experimenting box running BSD 4.4, with >> onboard sound, Yamaha OPL3-SA3 I believe, what's a good media player choice >> from the ports... for music, sound clips, mp3, etc.... > >Hi >i suggest mplayer ... it's like windows media player with all codecs, included MS codec. >Sonoro > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:33:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id A462237B405 for ; Mon, 22 Oct 2001 06:33:36 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011022133336.NNKF15013.femail34.sdc1.sfba.home.com@g3p1.peta.home> for ; Mon, 22 Oct 2001 06:33:36 -0700 Date: Mon, 22 Oct 2001 06:33:35 -0700 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: install new bind, what happened From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <64DD4847-C6F1-11D5-A697-0050E4050F42@home.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG With cvsup I updated the /usr/ports/net directory. In the net/bind8 dir I typed make and make install. The original bind8 was installed from the ports that came with 4.2. Now why does it work this way: The old named and ndc apps where in /usr/sbin the new ones went into /usr/local/sbin. Was this because it saw there already was a /usr/sbin/named? Or does the newer installer just like local better? Should I move all the new stuff to the /usr/bin dir or just delete the old stuff and use the new stuff where it is? The new named insisted on the named.conf file being in /etc/ not etc/namedb where I had it before. Where is this set? v2[/etc]# ndc start can't open '/etc/named.conf' ndc: error: could not start new name server (/usr/local/sbin/named) v2[/etc]# /usr/local/sbin/named can't open '/etc/named.conf' v2[/etc]# mv namedb/named.conf . v2[/etc]# ndc start new pid is 10780 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:37:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hal-5.inet.it (hal-5.inet.it [213.92.5.24]) by hub.freebsd.org (Postfix) with ESMTP id 7009937B403 for ; Mon, 22 Oct 2001 06:37:08 -0700 (PDT) Received: (from root@localhost) by hal-5.inet.it (8.11.1/8.11.1) id f9MDb38209810; Mon, 22 Oct 2001 15:37:03 +0200 Date: Mon, 22 Oct 2001 15:37:03 +0200 Message-Id: <200110221337.f9MDb38209810@hal-5.inet.it> Received: from sonoro.inet.it(213.92.1.110) by hal-5.inet.it via I-SMTP id s-213.92.1.110-IFPJBg; Mon Oct 22 15:37:02 2001 From: sonoro To: jacks@sage-american.com Cc: freebsd-questions@freebsd.org Subject: Re: Media Player In-Reply-To: <3.0.5.32.20011022083031.00f12f38@mail.sage-american.com> References: <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> <3.0.5.32.20011022083031.00f12f38@mail.sage-american.com> X-Mailer: Sonoro Mailer Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001 08:30:31 -0500 jacks@sage-american.com wrote: > Thanks for the tip... but, can it be run from the console without using > "X"..?? ...which I don't use. yes u do it ... with framebuffer capabilities ... but i have not tried it and i don't know how do it. sorry ... maybe if u read the man pages ... sonoro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 6:57:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from P7.mpionline.com (dsl-mw-209-115-240-i249-edm.nucleus.com [209.115.240.249]) by hub.freebsd.org (Postfix) with ESMTP id 0D70537B401 for ; Mon, 22 Oct 2001 06:57:43 -0700 (PDT) Received: from P5 (P5.mpionline.com [209.115.240.246]) by P7.mpionline.com (8.11.3/8.11.3) with SMTP id f9MDxJQ98352 for ; Mon, 22 Oct 2001 07:59:19 -0600 (MDT) (envelope-from tomek@mpionline.com) Message-ID: <001a01c15b01$a2cb1e40$f6f073d1@mpionline.com> From: "Tomek" To: Subject: promiscious mode needed? (tcpdump) Date: Mon, 22 Oct 2001 07:58:32 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, I was wondering if promiscious mode (enabled by default in tcpdump) is actually needed or in ANY way helpful when jsut trying to monitor traffic to/from the local machine? Also, I have noticed I am picking up a tiny bit of traffic that is supposed to go to other DSL customers in my neighbourhood, is that normal with promiscious mode? Thanks, Tomek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 7: 2: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from void.xpert.com (xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id D196337B401 for ; Mon, 22 Oct 2001 07:02:03 -0700 (PDT) Received: from mailserv.xpert.com ([199.203.132.135]) by void.xpert.com with esmtp (Exim 3.22 #1) id 15vfe4-0003Wm-00; Mon, 22 Oct 2001 16:01:36 +0200 Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id <472JNAVV>; Mon, 22 Oct 2001 16:01:38 +0200 Message-ID: From: Yonatan Bokovza To: 'Tomek' , freebsd-questions@FreeBSD.ORG Subject: RE: promiscious mode needed? (tcpdump) Date: Mon, 22 Oct 2001 16:01:36 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: Tomek [mailto:tomek@mpionline.com] > Sent: Monday, October 22, 2001 15:59 > To: freebsd-questions@FreeBSD.ORG > Subject: promiscious mode needed? (tcpdump) > > > Hello there, > I was wondering if promiscious mode (enabled by default in tcpdump) is > actually needed or in ANY way helpful when jsut trying to monitor > traffic to/from the local machine? tcpdump sets the interface in promiscous mode to show you all the packets your interface sees. Light RTFMing would point you at the -p option. > Also, I have noticed I am picking up a tiny bit of traffic that is > supposed to go to other DSL customers in my neighbourhood, is that > normal with promiscious mode? On daft ISPs, yes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 7: 5:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11807.mail.yahoo.com (web11807.mail.yahoo.com [216.136.172.161]) by hub.freebsd.org (Postfix) with SMTP id 4177B37B403 for ; Mon, 22 Oct 2001 07:05:37 -0700 (PDT) Message-ID: <20011022140536.88219.qmail@web11807.mail.yahoo.com> Received: from [64.73.64.94] by web11807.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 07:05:36 PDT Date: Mon, 22 Oct 2001 07:05:36 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: Re: Best upgrade path from 4.1 Release to 4.4 Release, via CVsup if possible To: Ronnie Clark , kstewart@owt.com Cc: freebsd-questions@freebsd.org In-Reply-To: <3BD1815F.1DA92089@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ronnie, I'm not sure if that would fix the problem or not. The error I was getting was during the make buildworld stage, compiling /gnu/usr.bin/binutils/ld. The specific Stop error I was getting had something to do with an undefined reference to 'basename'. I naver got to the point of making my custom kernel. On Kent's suggestion I tried the process with 4.2 Release, and 4 Stable, instead of 4.4 Release, and the buildworld process went smoothly. Course, now I have to decide whether to be cautious and install 4.4 Release, or start tracking Stable. I think I will probably chicken out and use sysinstall to upgrade to 4.4 Release on my real server. Odd that you did not run into the same Stops running make buildworld though, I wonder if there is something else going on with my system. Jason PS- Don' t know if you caught it above, but the buildworld went fine upgrading to 4 Stable, so your hint about the bootstrapping having changed since 4.4 Release seems correct. I'll be completeing the upgrade tonight on my dev server. I'll probably be posting some questions about going with 4 Stable versus 4.4 release. My instinct tells me that "Stable" is probably least stable immediately after a major release. I'd think the developers would make lots of changes right after a release. --- Ronnie Clark wrote: > Guys, I have been seeing your postings, but for some reason, I cannot > respond with my other mail account. > > Any way, I just upgraded my 4.1 Release box last week. So I will see if > I can help. > First, at what step are you getting the errors? The reason I ask is that > the way I had to do it was to cvsup, then immediately clean out > /usr/obj, then do make world. Where my problem occurred was in the > KERCONF step. My resoloution was to revert back to the GENERIC kernel. > > I hope this helps. If you have any other questions, please let me know. > > R Clark > > ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 7:22:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 7BA0737B401 for ; Mon, 22 Oct 2001 07:22:21 -0700 (PDT) Received: from unknown (HELO kushkush) (12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Oct 2001 14:22:21 -0000 X-Apparently-From: Message-ID: <013e01c15b05$51804750$57a9fea9@kushkush> From: "Bara Zani" To: References: <000701c159bb$96d8edc0$7228fea9@Eagle> Subject: [SUMMERY] freebsd 4.4 with dsl blocking outgoing smtp connections ? Date: Mon, 22 Oct 2001 10:23:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All , I asked :why can't i connect to smtp servers from my freebsd 4.4 box on earthlink dsl . answer:earthlink blocks smtp traffic to avoid spam . thanks to all that answered . Bara Zani _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 7:33:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id C6C6737B403 for ; Mon, 22 Oct 2001 07:33:27 -0700 (PDT) Received: from sageone (ppp-208-191-234-34.dialup.crchtx.swbell.net [208.191.234.34]) by sage-american.com (8.9.3/8.9.3) with SMTP id JAA07898; Mon, 22 Oct 2001 09:33:19 -0500 (CDT) Message-Id: <3.0.5.32.20011022093350.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 22 Oct 2001 09:33:50 -0500 To: xphilius@yahoo.com, Ronnie Clark , kstewart@owt.com From: jacks@sage-american.com Subject: Re: Best upgrade path from 4.1 Release to 4.4 Release, via CVsup if possible Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20011022140536.88219.qmail@web11807.mail.yahoo.com> References: <3BD1815F.1DA92089@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When doing an update/upgrade, be sure to read the "UPDATING" file for changes hat can apply separately to the system or the kernel. The kernel is affected largely from treatment of the hardware config which may have worked before, but not now without some tweaking at the behest of the UPDATING file.... At 07:05 AM 10.22.2001 -0700, X Philius wrote: >Ronnie, >I'm not sure if that would fix the problem or not. The error I was getting was during the make >buildworld stage, compiling /gnu/usr.bin/binutils/ld. The specific Stop error I was getting had >something to do with an undefined reference to 'basename'. I naver got to the point of making my >custom kernel. On Kent's suggestion I tried the process with 4.2 Release, and 4 Stable, instead of >4.4 Release, and the buildworld process went smoothly. Course, now I have to decide whether to be >cautious and install 4.4 Release, or start tracking Stable. I think I will probably chicken out >and use sysinstall to upgrade to 4.4 Release on my real server. Odd that you did not run into the >same Stops running make buildworld though, I wonder if there is something else going on with my >system. > >Jason > >PS- Don' t know if you caught it above, but the buildworld went fine upgrading to 4 Stable, so >your hint about the bootstrapping having changed since 4.4 Release seems correct. I'll be >completeing the upgrade tonight on my dev server. I'll probably be posting some questions about >going with 4 Stable versus 4.4 release. My instinct tells me that "Stable" is probably least >stable immediately after a major release. I'd think the developers would make lots of changes >right after a release. > >--- Ronnie Clark wrote: >> Guys, I have been seeing your postings, but for some reason, I cannot >> respond with my other mail account. >> >> Any way, I just upgraded my 4.1 Release box last week. So I will see if >> I can help. >> First, at what step are you getting the errors? The reason I ask is that >> the way I had to do it was to cvsup, then immediately clean out >> /usr/obj, then do make world. Where my problem occurred was in the >> KERCONF step. My resoloution was to revert back to the GENERIC kernel. >> >> I hope this helps. If you have any other questions, please let me know. >> >> R Clark >> > >> ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s > > > >__________________________________________________ >Do You Yahoo!? >Make a great connection at Yahoo! Personals. >http://personals.yahoo.com > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:10: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11807.mail.yahoo.com (web11807.mail.yahoo.com [216.136.172.161]) by hub.freebsd.org (Postfix) with SMTP id 7B5F837B406 for ; Mon, 22 Oct 2001 08:10:06 -0700 (PDT) Message-ID: <20011022151006.96725.qmail@web11807.mail.yahoo.com> Received: from [64.73.64.94] by web11807.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 08:10:06 PDT Date: Mon, 22 Oct 2001 08:10:06 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: Re: make buildworld problem To: Ruslan Ermilov , Russ Pagenkopf Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20011022115916.A85163@sunbay.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Russ, My buildworld died in the exact same place, after CVsupping to 4.4 Release on a 4.1 Release box. It has something to do with an undefined reference to 'basename'. I am afraid I don't have a solution for you, but thought you'd like to know it is likely not due to your ISO's in any way. Been getting help from Kent Stewart, and he thinks it has to do with the way that make buildworld boot straps itself. I am pretty much green at this kind of thing, so I'l leave ot to others to decide if this is a real bug, or something that needs to be escelated. I managed to run make buildworld with the 4 Stable source, but I am chicken to start tracking Stable on my production server. I was planning on doing a binary upgrade to 4.4 Release using Systinstall, but if that is what you did, then I am a bit apprenensive that I will have similar problems after upgrading. Anyone else know of problems with proc commands after a binary upgrade to 4.4 Release or problems compiling /usr/src/gnu/usr.bin/binutils/ld? Jason --- Ruslan Ermilov wrote: > On Mon, Oct 22, 2001 at 12:33:03AM -0800, Russ Pagenkopf wrote: > > Hi all, > > > > Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that > > most of the commands using proc were failing. So, time to make world. > > Cranks along fine, gets into Stage 2 and dies with : > > > > eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) > > eelf_i386.c:176: (Each undeclared identifier is reported only once > > > > Stop in /usr/src/gnu/usr.bin/binutils/ld. > > *** Error code 1 > > Seems your upgrade failed to install /usr/include/elf-hints.h for some > reason. Did you upgrade using binary upgrade option of sysinstall? > Were you using the official 4.4 images? Also, make sure the bin.?? > distribution on this image has usr/include/elf-hints.h? > > > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:16:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id B2A3B37B407 for ; Mon, 22 Oct 2001 08:16:05 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9MFEjj45938; Mon, 22 Oct 2001 18:14:45 +0300 (EEST) (envelope-from ru) Date: Mon, 22 Oct 2001 18:14:45 +0300 From: Ruslan Ermilov To: X Philius Cc: Russ Pagenkopf , freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problem Message-ID: <20011022181445.C31361@sunbay.com> References: <20011022115916.A85163@sunbay.com> <20011022151006.96725.qmail@web11807.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022151006.96725.qmail@web11807.mail.yahoo.com>; from xphilius@yahoo.com on Mon, Oct 22, 2001 at 08:10:06AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Please wrap your lines at 65 or so characters.] On Mon, Oct 22, 2001 at 08:10:06AM -0700, X Philius wrote: > Russ, > > My buildworld died in the exact same place, after CVsupping to > 4.4 Release on a 4.1 Release box. It has something to do with an > undefined reference to 'basename'. I am afraid I don't have a > solution for you, but thought you'd like to know it is likely not > due to your ISO's in any way. > Yes, 4.1R -> 4.4R upgrade path was broken. This has been fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. Unfortunately, we can't backport the fixes to already released (sticky) version (4.4-RELEASE). > Been getting help from Kent > Stewart, and he thinks it has to do with the way that make > buildworld boot straps itself. I am pretty much green at this > kind of thing, so I'l leave ot to others to decide if this is a > real bug, or something that needs to be escelated. I managed to > run make buildworld with the 4 Stable source, but I am chicken to > start tracking Stable on my production server. I was planning on > doing a binary upgrade to 4.4 Release using Systinstall, but if > that is what you did, then I am a bit apprenensive that I will > have similar problems after upgrading. Anyone else know of > problems with proc commands after a binary upgrade to 4.4 Release > or problems compiling /usr/src/gnu/usr.bin/binutils/ld? > > Jason > > --- Ruslan Ermilov wrote: > > On Mon, Oct 22, 2001 at 12:33:03AM -0800, Russ Pagenkopf wrote: > > > Hi all, > > > > > > Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that > > > most of the commands using proc were failing. So, time to make world. > > > Cranks along fine, gets into Stage 2 and dies with : > > > > > > eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) > > > eelf_i386.c:176: (Each undeclared identifier is reported only once > > > > > > Stop in /usr/src/gnu/usr.bin/binutils/ld. > > > *** Error code 1 > > > > Seems your upgrade failed to install /usr/include/elf-hints.h for some > > reason. Did you upgrade using binary upgrade option of sysinstall? > > Were you using the official 4.4 images? Also, make sure the bin.?? > > distribution on this image has usr/include/elf-hints.h? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:22:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12907.mail.yahoo.com (web12907.mail.yahoo.com [216.136.174.74]) by hub.freebsd.org (Postfix) with SMTP id 1AFD237B403 for ; Mon, 22 Oct 2001 08:22:05 -0700 (PDT) Message-ID: <20011022152205.47154.qmail@web12907.mail.yahoo.com> Received: from [203.61.155.10] by web12907.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 01:22:05 EST Date: Tue, 23 Oct 2001 01:22:05 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: smbfs bug? To: questions@freebsd.org Cc: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm wondering whether I've come across a bug in smbfs. I've maanged to get this working at home and it's doing a great job. I brought one of my FreeBSD boxes into work tongight and plugged it into the LAN with the intention of showing smbfs to one of my co-workers. I tried attaching to a workstation on the network and got the following error: "mount_smbfs: server name 'auadwesm1511625' too long" This NT workstation works fine on our network so I know that it isn't a problem. As I mentioned earlier I've used smbfs successfully at home but that with with machines that had netbios names less than 15 characters in length. I know that netbios names can be 16 characters in length but that the 16th character is a reserved 'special' character used to denote a particular function. 15 character netbios names for machines are perfectly legal - does smbfs have a bug? Thanks, PJ http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:27:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t115.citlink.net [207.173.249.115]) by hub.freebsd.org (Postfix) with ESMTP id 49F2637B427 for ; Mon, 22 Oct 2001 08:27:30 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id A4F87EE64C for ; Mon, 22 Oct 2001 08:27:23 -0700 (PDT) Message-ID: <000d01c15b0e$09e029c0$cd2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: Subject: VPN Server & Win2K Client Not Connecting Date: Mon, 22 Oct 2001 08:27:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to setup a VPN server on my home network. I have installed mpd-netgraph 3.3 from ports and followed the directions in the user guide and sample files. I'm attempting to connect from a Win2K client but am not successful. I have searched the list archives and found one message that was close to my problem but did not find any replies. Below is my log from an attempted connection. I don't really understand what's going on and hope someone can point out my error and let me know where to look next. Thanks, Drew ----------------------------------------------- Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 27386, version 3.3 (root@blacksheep.mykitchentable.net 07:08 21-Oct-2001) [pptp] ppp node is "mpd27386-pptp" mpd: local IP address for PPTP is 192.168.10.2 [pptp] using interface ng0 [pptp:vpn1] mpd: PPTP connection from xxx.xxx.xxx.xxx:2166 pptp0: attached to connection with xxx.xxx.xxx.xxx:2166 [pptp] IFACE: Open event [pptp] IPCP: Open event [pptp] IPCP: state change Initial --> Starting [pptp] IPCP: LayerStart [pptp] IPCP: Open event [pptp] bundle: OPEN event in state CLOSED [pptp] opening link "vpn1"... [vpn1] link: OPEN event [vpn1] LCP: Open event [vpn1] LCP: state change Initial --> Starting [vpn1] LCP: LayerStart [vpn1] device: OPEN event in state DOWN [vpn1] attaching to peer's outgoing call [vpn1] device is now in state OPENING [vpn1] device: UP event in state OPENING [vpn1] device is now in state UP [vpn1] link: UP event [vpn1] link: origination is remote [vpn1] LCP: Up event [vpn1] LCP: state change Starting --> Req-Sent [vpn1] LCP: phase shift DEAD --> ESTABLISH [vpn1] LCP: SendConfigReq #1 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT pptp0-0: ignoring SetLinkInfo [vpn1] LCP: rec'd Configure Request #0 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #0 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #2 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #1 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #1 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #3 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #2 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #2 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #4 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #5 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #3 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #3 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #6 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #7 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #4 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #4 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #8 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #9 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #10 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #5 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: not converging [vpn1] LCP: parameter negotiation failed [vpn1] LCP: state change Req-Sent --> Stopped [vpn1] LCP: LayerFinish [vpn1] device: CLOSE event in state UP pptp0-0: clearing call pptp0-0: killing channel [vpn1] PPTP call terminated [pptp] IFACE: Close event [pptp] IPCP: Close event [pptp] IPCP: state change Starting --> Initial [pptp] IPCP: LayerFinish [pptp] IFACE: Close event pptp0: closing connection with xxx.xxx.xxx.xxx:2166 [pptp] IFACE: Close event [vpn1] device is now in state CLOSING [pptp] bundle: CLOSE event in state OPENED [pptp] closing link "vpn1"... [vpn1] device: DOWN event in state CLOSING [vpn1] device is now in state DOWN [vpn1] link: CLOSE event [vpn1] LCP: Close event [vpn1] LCP: state change Stopped --> Closed [vpn1] device: DOWN event in state DOWN [vpn1] device is now in state DOWN [vpn1] link: DOWN event [vpn1] LCP: Down event [vpn1] LCP: state change Closed --> Initial [vpn1] LCP: phase shift ESTABLISH --> DEAD pptp0: invalid length 16 for type 4 pptp0: killing connection with xxx.xxx.xxx.xxx:2166 [vpn1] link: DOWN event [vpn1] LCP: Down event To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:28:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 12F1C37B405 for ; Mon, 22 Oct 2001 08:28:11 -0700 (PDT) Received: from adsl-63-202-184-167.dsl.snfc21.pacbell.net (HELO yahoo.com) (63.202.184.167) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Oct 2001 15:28:07 -0000 X-Apparently-From: Message-ID: <3BD43B14.82E5AAF2@yahoo.com> Date: Mon, 22 Oct 2001 08:28:20 -0700 From: seth X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: X/GNOME/Port upgrade/Dist upgrade References: <3BD3BD10.D3048709@yahoo.com> <20011022074955.4af81dbe.freymann@scaryg.shacknet.nu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Configuring CVSUP is not that hard, you can stick an entry in your crontab so it runs automatically, say once a week. At that point, the pkg_version -v command becomes useful to see if newer versions are available, and then the pkg_version -c will give you the commands to do the upgrade. > > Be warned though that mucking with parts of GNOME can actually create havoc. Anytime I've tried to upgrade main components of GNOME it completely broke it beyond repair. After falling into that trap twice, deleting all ports and trying to rebuild, I gave up and installed KDE from packages and whatever versions I have is what I'm staying with. So are you suggesting that KDE is far more stable than GNOME? --thanks for all the other info. It is very usefull.. I"ll post results when I'm finished. - _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:33: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10005.mail.yahoo.com (web10005.mail.yahoo.com [216.136.130.41]) by hub.freebsd.org (Postfix) with SMTP id 0D3B837B403 for ; Mon, 22 Oct 2001 08:33:02 -0700 (PDT) Message-ID: <20011022153258.93625.qmail@web10005.mail.yahoo.com> Received: from [172.181.199.238] by web10005.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 08:32:58 PDT Date: Mon, 22 Oct 2001 08:32:58 -0700 (PDT) From: Tom Kersten Subject: Anyone Used Cox @Home?? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am in the process of building a FreeBSD workstation running on 4.4R. I can't get a DSL connection in my apartment building, so I am considering going with a cable provider by the name of Cox (the service is called Cox@Home). I was curious if anyone had used this ISP before? If so, what is your opinion/experience with the company? Any comments/suggestions are greatly appreciated. I am located in southern Arizona(Tucson) if anyone has any personal suggestions for services in that area. Thanks in advance, Thomas Kersten __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:41:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.magmacom.com (mx1.magmacom.com [206.191.0.217]) by hub.freebsd.org (Postfix) with ESMTP id B0CBF37B41B for ; Mon, 22 Oct 2001 08:41:31 -0700 (PDT) Received: from webmail1.magma.ca (webmail1.magma.ca [206.191.0.241]) by mx1.magmacom.com (8.9.3/8.9.3) with ESMTP id LAA04751 for ; Mon, 22 Oct 2001 11:41:30 -0400 (EDT) Received: (from tical@localhost) by webmail1.magma.ca (8.9.3+Sun/8.9.3) id LAA12494; Mon, 22 Oct 2001 11:41:30 -0400 (EDT) Date: Mon, 22 Oct 2001 11:41:30 -0400 (EDT) Message-Id: <200110221541.LAA12494@webmail1.magma.ca> To: questions@FreeBSD.org From: Marc-André Subject: multi-OS question X-Account: tical X-Sender-IP: 131.149.120.17 Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I read the FAQ but it doesnt really answer my question. To have windows98 and FreeBSD installed on the same PC (only one hard disk), do you need to partition the hard disk before installing the FreeBSD, or can you simply run the install of FreeBSD? I already have windows installed. thank you. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:43:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 64D3937B403 for ; Mon, 22 Oct 2001 08:43:15 -0700 (PDT) Received: from stormwall.org (h139n2fls31o846.telia.com [217.208.108.139]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id f9MFhD319744 for ; Mon, 22 Oct 2001 17:43:13 +0200 (CEST) Message-ID: <3BD43F47.F288BD71@stormwall.org> Date: Mon, 22 Oct 2001 17:46:15 +0200 From: Tor Stormwall X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: sendmail and named! References: <5.1.0.14.0.20011021121920.031dae50@mail.Go2France.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Len Conrad wrote: > named.root is kinda quaint. Since the file conains a "referral", and it's > part of the DNS database, I like or db.roothint > where can I find this file? > same database filename convention here, db.127.0.0 > > >zone "myhome.my" { > > type master; > > file "db.myhome.my"; > >}; should I change db.myhome.my to bd.127.0.0? > > ah, no style nits here :)) > > >zone "0.168.192.inddr.arpa" { > > ty ae; > > file "myhome-reverse"; > >}; and this zone should be like this, right?: zone "0.168.192.in-addr.arpa" { type master; file "myhome-reverse"; } > what's the error? This: Oct 22 17:37:38 bossen named[848]: Ready to answer queries. Oct 22 17:37:42 bossen named[850]: starting (/etc/namedb/named.conf). named 8.2.4-REL Tue Sep 18 09:51:38 PDT 2001 murray@builder.FreeBSD.org:/usr/obj/usr/src/usr.sbin/named Oct 22 17:37:42 bossen named[850]: limit files set to fdlimit (1024) Oct 22 17:37:42 bossen named[850]: /etc/namedb/named.conf:1: no options statement before first zone; using previous/default Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root: No such file or directory Oct 22 17:37:42 bossen named[850]: db_load could not open: localhost.rev: No such file or directory Oct 22 17:37:42 bossen named[850]: db_load could not open: db.myhome.my: No such file or directory Oct 22 17:37:42 bossen named[850]: db_load could not open: myhome-reverse: No such file or directory Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root: No such file or directory Oct 22 17:37:42 bossen named[851]: Ready to answer queries. According these errors there is missing some files but I've got them, dont see whats the problem. Best Regards, Tor Stormwall -- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | M A Y T H E S O U R C E B E W I T H Y O U | | | | Tor Stormwall mailto:tor@stormwall.org | | http://www.creson.com/~tor | | | | http://www.sslug.dk http://www.stormwall.org | | http://www.FreeBSD.org http://www.muf.se | | | * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:47:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nikabrik.cyburdine.com (c126647-b.roalok1.mi.home.com [24.181.244.67]) by hub.freebsd.org (Postfix) with ESMTP id 1AD2C37B401 for ; Mon, 22 Oct 2001 08:47:57 -0700 (PDT) Received: (from justin@localhost) by nikabrik.cyburdine.com (8.11.1/8.11.1) id f9MFlpA39587 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 11:47:51 -0400 (EDT) (envelope-from justin) Date: Mon, 22 Oct 2001 11:47:51 -0400 From: justin@cyburdine.com To: freebsd-questions@freebsd.org Subject: capturing relayed email Message-ID: <20011022114751.A39425@cyburdine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was wondering if there is a way to easily capture email that is being relayed across my systems? We have a ton of attempts to use our systems as a relay and I want to be able to accept the messages but not forward for these offending domains. Is there something that will do this in the ports collection? or does someone out there have a better solution? thanks, Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:51:55 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 E0E8437B403 for ; Mon, 22 Oct 2001 08:51:52 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15vhMk-00063J-00; Mon, 22 Oct 2001 11:51:50 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9MFvJl83637; Mon, 22 Oct 2001 11:57:19 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Mon, 22 Oct 2001 11:57:19 -0400 (EDT) From: Dru X-X-Sender: To: =?X-UNKNOWN?Q?Marc-Andr=E9?= Cc: Subject: Re: multi-OS question In-Reply-To: <200110221541.LAA12494@webmail1.magma.ca> Message-ID: <20011022115359.F83548-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Marc-Andr=E9 wrote: > I read the FAQ but it doesnt really answer my question. > > To have windows98 and FreeBSD installed on the same PC (only one hard dis= k), > do you need to partition the hard disk before installing the FreeBSD, or = can you simply > run the install of FreeBSD? I already have windows installed. Hi Marc, Depends on your current partitioning scheme. FreeBSD is looking for free space on a primary partition. If you currently only have one partition, you will lose Windows98 unless you shave some space off of its partition to make another primary partition using a tools like fips or Partition Magic. If you have two partitions, but one is logical, you'll nee= d to convert that logical to a primary. HTH, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:52:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.ehsrealtime.com [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id EAEF337B406 for ; Mon, 22 Oct 2001 08:52:09 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15vhMs-0000EF-01; Mon, 22 Oct 2001 16:51:58 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15vhLN-0000gf-00; Mon, 22 Oct 2001 16:50:25 +0100 From: Wayne Pascoe To: justin@cyburdine.com Cc: freebsd-questions@freebsd.org Subject: Re: capturing relayed email References: <20011022114751.A39425@cyburdine.com> Reply-To: wayne.pascoe@ehsrealtime.com Date: 22 Oct 2001 16:50:25 +0100 In-Reply-To: <20011022114751.A39425@cyburdine.com> Message-ID: <86adyjbrni.fsf@pan.ehsrealtime.com> Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG justin@cyburdine.com writes: > I was wondering if there is a way to easily capture email that is > being relayed across my systems? We have a ton of attempts to use > our systems as a relay and I want to be able to accept the messages > but not forward for these offending domains. Is there something > that will do this in the ports collection? or does someone out > there have a better solution? If you capture the e-mails you have already used the bandwidth. Also, intercepting e-mail messages not intended for your use could be a crime in your area. I would check this before going any further if I was you. With Exim's forwarder rules, it should be quite easy to put a rule together that says "if its not a domain I forward for, accept the mail and deliver locally to user x" -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:52:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id C317437B403; Mon, 22 Oct 2001 08:52:11 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9MFpl551231; Mon, 22 Oct 2001 18:51:47 +0300 (EEST) (envelope-from ru) Date: Mon, 22 Oct 2001 18:51:47 +0300 From: Ruslan Ermilov To: Paul Jansen , Boris Popov Cc: questions@FreeBSD.org, ports@FreeBSD.org Subject: Re: smbfs bug? Message-ID: <20011022185147.D31361@sunbay.com> References: <20011022152205.47154.qmail@web12907.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022152205.47154.qmail@web12907.mail.yahoo.com>; from vlaero@yahoo.com.au on Tue, Oct 23, 2001 at 01:22:05AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 23, 2001 at 01:22:05AM +1000, Paul Jansen wrote: > I'm wondering whether I've come across a bug in smbfs. > I've maanged to get this working at home and it's > doing a great job. I brought one of my FreeBSD boxes > into work tongight and plugged it into the LAN with > the intention of showing smbfs to one of my > co-workers. I tried attaching to a workstation on the > network and got the following error: > > "mount_smbfs: server name 'auadwesm1511625' too long" > > This NT workstation works fine on our network so I > know that it isn't a problem. As I mentioned earlier > I've used smbfs successfully at home but that with > with machines that had netbios names less than 15 > characters in length. > I know that netbios names can be 16 characters in > length but that the 16th character is a reserved > 'special' character used to denote a particular > function. 15 character netbios names for machines are > perfectly legal - does smbfs have a bug? > Seems like a bug. kernel/netsmb/smb.h:#define SMB_MAXSRVNAMELEN 15 /* NetBIOS limit */ lib/smb/ctx.c: if (strlen(name) >= SMB_MAXSRVNAMELEN) { lib/smb/ctx.c- smb_error("server name '%s' too long", 0, name); The attached patch (untested) should fix this. Make sure to apply smb_conn.h patch in /usr/src/sys/net/netsmb, if you have this directory, and recompile smbfs KLD and/or your kernel (if you have it compiled in statically). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p diff --exclude=CVS -ru smbfs-1.4.1/kernel/netsmb/smb_conn.h smbfs-1.4.1/kernel/netsmb/smb_conn.h --- smbfs-1.4.1/kernel/netsmb/smb_conn.h Tue Apr 10 08:37:22 2001 +++ smbfs-1.4.1/kernel/netsmb/smb_conn.h Mon Oct 22 18:47:08 2001 @@ -148,7 +148,7 @@ int flags; enum smbiod_state iodstate; struct smb_sopt sopt; - char srvname[SMB_MAXSRVNAMELEN]; + char srvname[SMB_MAXSRVNAMELEN + 1]; char vcname[128]; }; diff --exclude=CVS -ru smbfs-1.4.1/lib/smb/ctx.c smbfs-1.4.1/lib/smb/ctx.c --- smbfs-1.4.1/lib/smb/ctx.c Fri Apr 6 18:47:14 2001 +++ smbfs-1.4.1/lib/smb/ctx.c Mon Oct 22 18:47:16 2001 @@ -266,7 +266,7 @@ int smb_ctx_setserver(struct smb_ctx *ctx, const char *name) { - if (strlen(name) >= SMB_MAXSRVNAMELEN) { + if (strlen(name) > SMB_MAXSRVNAMELEN) { smb_error("server name '%s' too long", 0, name); return ENAMETOOLONG; } --3uo+9/B/ebqu+fSQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 8:58:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 0FCAD37B403 for ; Mon, 22 Oct 2001 08:58:05 -0700 (PDT) Received: from phantom (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with SMTP id f9MFuRt65686; Mon, 22 Oct 2001 11:56:27 -0400 (EDT) (envelope-from freymann@scaryg.shacknet.nu) Message-ID: <047f01c15b12$a30690e0$0f01a8c0@phantom> From: "Gerald T. Freymann" To: "seth" Cc: References: <3BD3BD10.D3048709@yahoo.com> <20011022074955.4af81dbe.freymann@scaryg.shacknet.nu> <3BD43B14.82E5AAF2@yahoo.com> Subject: Re: X/GNOME/Port upgrade/Dist upgrade Date: Mon, 22 Oct 2001 12:00:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > So are you suggesting that KDE is far more stable than GNOME? No. I'm saying that upgrading ports that are dependencies of other packages can cause a lot of grief! ;-) Now on a personal note, after using Gnome and KDE, I'd say I prefer KDE. -gf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 9:30:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9303.mail.yahoo.com (web9303.mail.yahoo.com [216.136.129.52]) by hub.freebsd.org (Postfix) with SMTP id 19B3337B401 for ; Mon, 22 Oct 2001 09:30:14 -0700 (PDT) Message-ID: <20011022163014.63615.qmail@web9303.mail.yahoo.com> Received: from [199.66.15.252] by web9303.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 09:30:14 PDT Date: Mon, 22 Oct 2001 09:30:14 -0700 (PDT) From: Radhika Sambamurti Subject: Fonts in AbiWord To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am running gnome 1.4, XFree86 3.x, and Freebsd 4.4. I owuld like it so that AbiWord can see my truetype fonts, which i have configured, and is using xfstt as the font server. Thx, radhika ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 10: 6: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f25.law11.hotmail.com [64.4.17.25]) by hub.freebsd.org (Postfix) with ESMTP id 85DAF37B403 for ; Mon, 22 Oct 2001 10:06:07 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 10:06:07 -0700 Received: from 63.91.130.82 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 22 Oct 2001 17:06:07 GMT X-Originating-IP: [63.91.130.82] From: "Kevin Pirkle" To: questions@freebsd.org Subject: Console Password Recovery Date: Mon, 22 Oct 2001 17:06:07 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Oct 2001 17:06:07.0500 (UTC) FILETIME=[D72734C0:01C15B1B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can someone point me to a doc on root password recovery at a local console. I've done it once before, just can't remember how at the moment. Actually, if I remember correctly, it's not so much recovery, as setting a new one. Thanks! KP _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 10:10:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from borg.starbase.net (mail.big-blue.net [208.233.101.2]) by hub.freebsd.org (Postfix) with ESMTP id C82F937B406 for ; Mon, 22 Oct 2001 10:10:42 -0700 (PDT) Received: from localhost (alex@localhost) by borg.starbase.net (8.11.1/8.11.1) with ESMTP id f9MH6UT33189; Mon, 22 Oct 2001 13:06:30 -0400 (EDT) (envelope-from alex@big-blue.net) Date: Mon, 22 Oct 2001 13:06:29 -0400 (EDT) From: Alexander V P X-Sender: alex@localhost To: Kevin Pirkle Cc: questions@FreeBSD.ORG Subject: Re: Console Password Recovery In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW hth alex On Mon, 22 Oct 2001, Kevin Pirkle wrote: > Can someone point me to a doc on root password recovery at a local console. > I've done it once before, just can't remember how at the moment. Actually, > if I remember correctly, it's not so much recovery, as setting a new one. > > Thanks! > > KP > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 10:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id 02C0037B405 for ; Mon, 22 Oct 2001 10:56:00 -0700 (PDT) Received: from dds.nl ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GLMCHA00.975 for ; Mon, 22 Oct 2001 19:55:58 +0200 Message-ID: <3BD45DAD.4070600@dds.nl> Date: Mon, 22 Oct 2001 19:55:57 +0200 From: "Alex (DDS)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: CPU interrupted problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a problem with the interrupt level of my cpu. Over 50% is at normal operation used for interrupt. If i become root with the su command then the 50% strangely disappears for a couple of minutes and then it comes back again. Does any one recognize it? What can i do to reduce the interrupt to a minimum? Tanks in advance, Alex #top last pid: 19042; load averages: 0.11, 0.22, 0.22 up 4+01:54:29 19:35:40 36 processes: 1 running, 34 sleeping, 1 zombie CPU states: 0.8% user, 0.0% nice, 2.3% system, 52.7% interrupt, 44.2% idle Mem: 4664K Active, 5500K Inact, 7452K Wired, 60K Cache, 6224K Buf, 10M Free Swap: 64M Total, 5152K Used, 59M Free, 7% Inuse #su #top last pid: 19045; load averages: 0.11, 0.18, 0.20 up 4+01:57:31 19:38:42 37 processes: 1 running, 35 sleeping, 1 zombie CPU states: 1.5% user, 0.0% nice, 4.6% system, 1.2% interrupt, 92.7% idle Mem: 5040K Active, 5540K Inact, 7484K Wired, 64K Cache, 6224K Buf, 9940K Free Swap: 64M Total, 5152K Used, 59M Free, 7% Inuse >> wait for a little while << last pid: 19057; load averages: 0.11, 0.12, 0.16 up 4+02:02:47 19:43:58 37 processes: 3 running, 33 sleeping, 1 zombie CPU states: 1.9% user, 0.0% nice, 1.9% system, 56.5% interrupt, 39.6% idle Mem: 5044K Active, 5536K Inact, 7484K Wired, 64K Cache, 6224K Buf, 9940K Free Swap: 64M Total, 5152K Used, 59M Free, 7% Inuse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11: 8:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from boggart.ams.com (boggart.ams.com [162.70.146.30]) by hub.freebsd.org (Postfix) with ESMTP id 379D637B403 for ; Mon, 22 Oct 2001 11:08:43 -0700 (PDT) Received: from ams-central-gate-5a.amsinc.com ([162.70.34.52]) by boggart.ams.com with Microsoft SMTPSVC(5.0.2195.2966); Mon, 22 Oct 2001 14:08:41 -0400 Received: by ams-central-gate-5a.amsinc.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256AED.0063771A ; Mon, 22 Oct 2001 14:06:24 -0400 X-Lotus-FromDomain: AMSINC From: Ben_Calvert@amsinc.com To: freebsd-questions@freebsd.org Message-ID: <85256AED.00624AF3.00@ams-central-gate-5a.amsinc.com> Date: Mon, 22 Oct 2001 11:22:26 -0700 Subject: sysinstall errors Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 22 Oct 2001 18:08:41.0367 (UTC) FILETIME=[94A1DA70:01C15B24] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG have just aquired several old machines, and was installing 4.4--STABLE on them over the weekend, when i got several signal 11s: background: using the 4.4-RELEASE install floppies, installing from releng4 via passive ftp when the install is mostly complete, answering 'yes' to either linux emulation or installation of the packages, the installer attempts to get an index of packages from the server, which it apparently cannot find, and dies with a signal 11. this behavior is specific to the releng4 machine, if i select 4.4-STABLE and use a different machine everything goes smoothly. let me know if any further information would be usefull ben (sorry about the lotus notes generated crap at the top) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:11:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id E53BB37B405 for ; Mon, 22 Oct 2001 11:11:39 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9MIBba15721; Mon, 22 Oct 2001 11:11:38 -0700 (PDT) Date: Mon, 22 Oct 2001 11:11:37 -0700 (PDT) From: David Kirchner X-X-Sender: To: "Alex (DDS)" Cc: Subject: Re: CPU interrupted problem In-Reply-To: <3BD45DAD.4070600@dds.nl> Message-ID: <20011022111009.U85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Alex (DDS) wrote: > Hi, > > I have a problem with the interrupt level of my cpu. Over 50% is at > normal operation used for interrupt. If i become root with the su > command then the 50% strangely disappears for a couple of minutes and > then it comes back again. Does any one recognize it? What can i do to > reduce the interrupt to a minimum? > > Tanks in advance, > Alex Interrupts come with heavy disk activity or network activity, typically. You can see if either is occuring by running "systat" in its "vmstat" mode. It'll show you something like: Interrupts 251 total ata0 irq14 23 xl0 irq15 fdc0 irq6 psm0 irq12 100 clk irq0 128 rtc irq8 on the far right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:12: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A995B37B407 for ; Mon, 22 Oct 2001 11:12:06 -0700 (PDT) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mail1.panix.com (Postfix) with ESMTP id 9A6BA48746 for ; Mon, 22 Oct 2001 14:12:02 -0400 (EDT) Received: (from stanb@localhost) by panix1.panix.com (8.11.6/8.8.8/PanixN1.0) id f9MIC2a26846 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 14:12:02 -0400 (EDT) From: Message-Id: <200110221812.f9MIC2a26846@panix1.panix.com> Subject: Mondo experiences? To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Mon, 22 Oct 2001 14:12:01 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mondo seems to be an atempt to create a Ghost like functionality for non MS Os'es. I'm looking at using it for a Linux box or 2, and I have a lot of FreeBSD machines. Has anyone tried to make this work? Any success/failure stories? A bootable recovery CD sounds _really nice_. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:35:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t115.citlink.net [207.173.249.115]) by hub.freebsd.org (Postfix) with ESMTP id DADD937B405 for ; Mon, 22 Oct 2001 11:35:02 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 44FEBEE64C for ; Mon, 22 Oct 2001 11:35:00 -0700 (PDT) Message-ID: <005c01c15b28$3f3630a0$cd2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: Subject: VPN Server & Win2K Client Not Connecting Date: Mon, 22 Oct 2001 11:34:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I apologize if this is a duplicate. I'm not sure my first post made it out as I received an error when sending it. I'm trying to setup a VPN server on my home network. I have installed mpd-netgraph 3.3 from ports and followed the directions in the user guide and sample files. I'm attempting to connect from a Win2K client but am not successful. I have searched the list archives and found one message that was close to my problem but did not find any replies. Below is my log from an attempted connection. I don't really understand what's going on and hope someone can point out my error and let me know where to look next. Thanks, Drew ----------------------------------------------- Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 27386, version 3.3 (root@blacksheep.mykitchentable.net 07:08 21-Oct-2001) [pptp] ppp node is "mpd27386-pptp" mpd: local IP address for PPTP is 192.168.10.2 [pptp] using interface ng0 [pptp:vpn1] mpd: PPTP connection from xxx.xxx.xxx.xxx:2166 pptp0: attached to connection with xxx.xxx.xxx.xxx:2166 [pptp] IFACE: Open event [pptp] IPCP: Open event [pptp] IPCP: state change Initial --> Starting [pptp] IPCP: LayerStart [pptp] IPCP: Open event [pptp] bundle: OPEN event in state CLOSED [pptp] opening link "vpn1"... [vpn1] link: OPEN event [vpn1] LCP: Open event [vpn1] LCP: state change Initial --> Starting [vpn1] LCP: LayerStart [vpn1] device: OPEN event in state DOWN [vpn1] attaching to peer's outgoing call [vpn1] device is now in state OPENING [vpn1] device: UP event in state OPENING [vpn1] device is now in state UP [vpn1] link: UP event [vpn1] link: origination is remote [vpn1] LCP: Up event [vpn1] LCP: state change Starting --> Req-Sent [vpn1] LCP: phase shift DEAD --> ESTABLISH [vpn1] LCP: SendConfigReq #1 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT pptp0-0: ignoring SetLinkInfo [vpn1] LCP: rec'd Configure Request #0 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #0 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #2 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #1 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #1 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #3 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #2 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #2 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #4 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #5 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #3 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #3 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #6 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #7 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #4 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: SendConfigRej #4 CALLBACK MP MRRU 1614 [vpn1] LCP: SendConfigReq #8 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #9 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: SendConfigReq #10 ACFCOMP PROTOCOMP MRU 1500 MAGICNUM c45f0870 AUTHPROTO CHAP MSOFT [vpn1] LCP: rec'd Configure Request #5 link 0 (Req-Sent) MAGICNUM 75e54257 PROTOCOMP ACFCOMP CALLBACK Not supported MP MRRU 1614 ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 00 00 08 [vpn1] LCP: not converging [vpn1] LCP: parameter negotiation failed [vpn1] LCP: state change Req-Sent --> Stopped [vpn1] LCP: LayerFinish [vpn1] device: CLOSE event in state UP pptp0-0: clearing call pptp0-0: killing channel [vpn1] PPTP call terminated [pptp] IFACE: Close event [pptp] IPCP: Close event [pptp] IPCP: state change Starting --> Initial [pptp] IPCP: LayerFinish [pptp] IFACE: Close event pptp0: closing connection with xxx.xxx.xxx.xxx:2166 [pptp] IFACE: Close event [vpn1] device is now in state CLOSING [pptp] bundle: CLOSE event in state OPENED [pptp] closing link "vpn1"... [vpn1] device: DOWN event in state CLOSING [vpn1] device is now in state DOWN [vpn1] link: CLOSE event [vpn1] LCP: Close event [vpn1] LCP: state change Stopped --> Closed [vpn1] device: DOWN event in state DOWN [vpn1] device is now in state DOWN [vpn1] link: DOWN event [vpn1] LCP: Down event [vpn1] LCP: state change Closed --> Initial [vpn1] LCP: phase shift ESTABLISH --> DEAD pptp0: invalid length 16 for type 4 pptp0: killing connection with xxx.xxx.xxx.xxx:2166 [vpn1] link: DOWN event [vpn1] LCP: Down event To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:41:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id 4A6E537B405 for ; Mon, 22 Oct 2001 11:41:22 -0700 (PDT) Received: from DAVE (nunetnt2.nutech.co.za [196.34.172.5]) by cerebellum.za.net (8.11.6/8.11.3) with SMTP id f9MIcwO45926 for ; Mon, 22 Oct 2001 20:39:01 +0200 (SAST) (envelope-from dave@reason.za.org) Message-ID: <005e01c15b29$5ba1c640$3300a8c0@DAVE> From: "Dave Raven" To: Subject: Sendmail Date: Mon, 22 Oct 2001 20:42:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm sorry if this is the wrong list to post to, but I need some help with sendmail and relay'ing. What exactly must I do to get a box on the with two network cards, one internal, one external to forward mail that comes in on the external card to another server on the internal card. For example: The MX record for mail.com points to 1.1.1.1 which is my server. My server must then forward the mail to 192.168.10.10 which is mail.com's actual server. Only I dont want to set up specific users etc. I want to relay EVERYTHING straight to the server as if it was on the outside. Thanks for any help, Dave. p.s. If I am scanning for virii, will it scan the RELAY'd mails? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:52:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uas.alaska.edu (alfrigg.uas.alaska.edu [137.229.150.18]) by hub.freebsd.org (Postfix) with ESMTP id DF42537B401; Mon, 22 Oct 2001 11:52:12 -0700 (PDT) Received: from uas.alaska.edu (uas163-145.jun.alaska.edu [137.229.163.145]) by mail.uas.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id GLMF1S00.KJR; Mon, 22 Oct 2001 10:51:28 -0800 Message-ID: <3BD46AAA.3030005@uas.alaska.edu> Date: Mon, 22 Oct 2001 10:51:22 -0800 From: Russ Pagenkopf User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3) Gecko/20010801 X-Accept-Language: en-us MIME-Version: 1.0 To: Ruslan Ermilov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problem References: <3BD3D9AD.FFA0AFEF@uas.alaska.edu> <20011022115916.A85163@sunbay.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Mon, Oct 22, 2001 at 12:33:03AM -0800, Russ Pagenkopf wrote: > >>Hi all, >> >>Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that >>most of the commands using proc were failing. So, time to make world. >>Cranks along fine, gets into Stage 2 and dies with : >> >>eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) >>eelf_i386.c:176: (Each undeclared identifier is reported only once >> >>Stop in /usr/src/gnu/usr.bin/binutils/ld. >>*** Error code 1 >> > > Seems your upgrade failed to install /usr/include/elf-hints.h for some > reason. Did you upgrade using binary upgrade option of sysinstall? > Were you using the official 4.4 images? Also, make sure the bin.?? > distribution on this image has usr/include/elf-hints.h? The ISO images were pulled from ftp.freebsd.org. Booted from CD. Selected upgrade. Selected all (including X which I don't need). Ran fine. -r--r--r-- 1 root wheel 2023 Sep 18 10:24 elf-hints.h Looks like it's there. Other ideas? Russ Pagenkopf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 11:56:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id 61C8837B403 for ; Mon, 22 Oct 2001 11:56:46 -0700 (PDT) Message-ID: <20011022185646.25708.qmail@web13408.mail.yahoo.com> Received: from [128.111.214.66] by web13408.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 11:56:46 PDT Date: Mon, 22 Oct 2001 11:56:46 -0700 (PDT) From: Chris Dempsey Subject: Re: Anyone Used Cox @Home?? To: Tom Kersten Cc: freebsd-questions@freebsd.org In-Reply-To: <20011022153258.93625.qmail@web10005.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was under the impression that Cox@Home was no longer taking customers. That is the message they have been delivering in the Santa Barbara, CA area. Regardless, I have had a fair experience with Cox. How busy your neighbors are will determine your bandwidth, as it is pooled between everyone in your immediate neighborhood. Also, at this time (at least in CA) Cox@home is blocking incoming requests to ports 80 and 25, rendering primary applications of my server useless. You may have better luck with Cox@work, which for a few dollars more gives you static IP numbers, and no blocked ports. YMMV, Chris Dempsey --- Tom Kersten wrote: > I am in the process of building a FreeBSD > workstation > running on 4.4R. I can't get a DSL connection in my > apartment building, so I am considering going with a > cable provider by the name of Cox (the service is > called Cox@Home). I was curious if anyone had used > this ISP before? If so, what is your > opinion/experience with the company? Any > comments/suggestions are greatly appreciated. I am > located in southern Arizona(Tucson) if anyone has > any > personal suggestions for services in that area. > > Thanks in advance, > > Thomas Kersten > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:11:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id 0E82137B40A for ; Mon, 22 Oct 2001 12:11:17 -0700 (PDT) Received: from ntt27f48otgmw8 (dhcp246.nttmcl.com [216.69.69.246]) by alicia.nttmcl.com (8.10.1/8.10.1) with SMTP id f9MJBGv26136 for ; Mon, 22 Oct 2001 12:11:16 -0700 (PDT) Reply-To: From: "Anuranjan" To: Subject: PCI/Cardbus adapter Date: Mon, 22 Oct 2001 12:11:42 -0700 Message-ID: <003d01c15b2d$62b130c0$f64545d8@ntt27f48otgmw8> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I want to write a device driver for a Cardbus WLAN card for a desktop. For the purpose, I'm going to use a 32-bit Cardbus/PCI adapter and I think this will make the device look like a regular PCI device to freeBSD kernel (example the "an" driver using the PCI shim , by Bill Paul). What I'm wondering about is whether this scenario will work or not? Does the adapter scenario for Cardbus work? Or do we necessarily need 16 bit PCCard support on the WLAN card? I need to know this very urgently and will be grateful for advice. Thanks in anticipation -A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:13:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdsl-216-36-101-146.dsl.chi.megapath.net (sdsl-216-36-101-146.dsl.chi.megapath.net [216.36.101.146]) by hub.freebsd.org (Postfix) with SMTP id 9BFDC37B403 for ; Mon, 22 Oct 2001 12:13:33 -0700 (PDT) Received: (qmail 41756 invoked from network); 22 Oct 2001 19:13:51 -0000 Received: from apu.five.sight (HELO apu.five.sight.fivesight.com) (lucas@192.168.0.102) by wiggum.five.sight with SMTP; 22 Oct 2001 19:13:51 -0000 From: Lucas Bergman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15316.28654.703166.139493@apu.five.sight> Date: Mon, 22 Oct 2001 14:13:50 -0500 To: jacks@sage-american.com Cc: freebsd-questions@freebsd.org Subject: Re: Media Player In-Reply-To: <3.0.5.32.20011022083031.00f12f38@mail.sage-american.com> References: <3.0.5.32.20011019130440.01a3cce8@mail.sage-american.com> <3.0.5.32.20011022083031.00f12f38@mail.sage-american.com> X-Mailer: VM 6.96 under Emacs 20.7.1 Reply-To: lucas@fivesight.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Thanks for the tip... but, can it be run from the console without > using "X"..?? ...which I don't use. I've used sox for small clips (.wav, .au) and mpg123 for MP3, and the Ogg people have their own command-line Ogg Vorbis player. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:20:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.amigo.net (smtp1.amigo.net [209.94.64.30]) by hub.freebsd.org (Postfix) with ESMTP id 6FDD237B42F for ; Mon, 22 Oct 2001 12:20:40 -0700 (PDT) Received: from mike (billing.amigo.net [209.94.67.250]) by smtp1.amigo.net (8.11.4/8.11.4) with SMTP id f9MJMa105539 for ; Mon, 22 Oct 2001 13:22:36 -0600 (MDT) (envelope-from mst@amigo.net) Message-ID: <000801c15b2e$a06e7020$6701a8c0@amigo.net> From: "Michael S. Taylor" To: Subject: Date: Mon, 22 Oct 2001 13:20:35 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15AFC.554DB920" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15AFC.554DB920 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi- I have FreeBSD 4.4 installed on my laptop which is a GATEWAY Solo 9500. = I can't find any resources to find out the sync rates for it. gateway = dosen't even know. I need the range in order to run KDE or other window = managers. Any help would greatly be appreciated.=20 Thanks Mike >:) ------=_NextPart_000_0005_01C15AFC.554DB920 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi-
 
I have FreeBSD 4.4 installed on my = laptop=20 which is a GATEWAY Solo 9500. I can't find any resources to find out the = sync=20 rates for it. gateway dosen't even know. I need the range in order = to run=20 KDE or other window managers. Any help would greatly be appreciated.=20
 
Thanks
Mike >:)
 
------=_NextPart_000_0005_01C15AFC.554DB920-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:22:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 3862D37B405 for ; Mon, 22 Oct 2001 12:22:06 -0700 (PDT) Received: (qmail 14093 invoked from network); 22 Oct 2001 19:22:33 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 22 Oct 2001 19:22:33 -0000 From: "Jonathan M. Slivko" To: "'Michael S. Taylor'" , Subject: RE: Date: Mon, 22 Oct 2001 15:22:13 -0400 Message-ID: <001101c15b2e$dafb73a0$6501a8c0@sioux> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <000801c15b2e$a06e7020$6701a8c0@amigo.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What kind of monitor is it? 15 inch? 17 inch? -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com =A0=A0 Web Hosting - Web Desgin - UNIX Shell Accounts =A0=A0 jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Michael S. Taylor Sent: Monday, October 22, 2001 3:21 PM To: freebsd-questions@FreeBSD.ORG Subject:=20 Hi- =A0 I=A0have FreeBSD 4.4 installed on my laptop which is a GATEWAY Solo = 9500. I can't find any resources to find out the sync rates for it. gateway dosen't even know.=A0I need the range in order to run KDE or other = window managers. Any help would greatly be appreciated.=20 =A0 Thanks Mike >:) =A0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:24:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f241.law8.hotmail.com [216.33.241.241]) by hub.freebsd.org (Postfix) with ESMTP id BD3B037B401 for ; Mon, 22 Oct 2001 12:24:34 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 12:24:34 -0700 Received: from 209.178.72.226 by lw8fd.law8.hotmail.msn.com with HTTP; Mon, 22 Oct 2001 19:24:34 GMT X-Originating-IP: [209.178.72.226] From: "Edmund Morgan" To: freebsd-questions@FreeBSD.ORG Subject: Fwd: Information Date: Mon, 22 Oct 2001 19:24:34 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Oct 2001 19:24:34.0584 (UTC) FILETIME=[2E8FA180:01C15B2F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: "Ed Morgan" >To: >Subject: Information >Date: Mon, 22 Oct 2001 15:22:03 -0400 > >Hi, > >Currently I am running FreeBsd 3.3 on a 486. What are the advantages and >/ or disadvantages of running on the 4.x version? >Would I have to move to a Pentium based PC to running the 4.x version? >Will the 3.x version run on a Pentium based PC? >Is there a comparison chart that compares 3.x and 4.x versions? > >Thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:28:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id B8FAF37B405 for ; Mon, 22 Oct 2001 12:28:47 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 1B74C2E461 for ; Mon, 22 Oct 2001 15:28:46 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.6/8.11.6) id f9MJSkm71994; Mon, 22 Oct 2001 15:28:46 -0400 (EDT) (envelope-from khera@kcilink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kcilink.com using -f To: questions@freebsd.org Subject: Re: using fonts with Magicpoint References: <20011020102253.P64430-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> From: Vivek Khera Date: 22 Oct 2001 15:28:45 -0400 In-Reply-To: <20011020102253.P64430-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> Message-ID: Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "g" == genisis writes: g> -I'm trying to sort through the Using Fonts in XFree86 section of the g> handbook and my lack of understanding of fonts is not helping me. I've g> followed the instructions for building and "xsetting" both UCW and g> freefont, but my magicpoint slides still look the same Assuming XFree86 3.3.x, this is what I did: Install xfstt from ports. I believe that there is now a port for various TTF fonts, but when I did it, there were not. So I went to Micro$oft, downloaded their TTF 16-bit 'exe' files and unzipped them (they are just self-extracting ZIP files). I ran whatever magic command I needed (I think it was ttmkfontdir or something like that) to index them. Then start xfstt, and tell your X server to use the font server for fonts, by adding FontPath "unix/:7101" to your XF86Config. Now you have the truetype fonts. Making your apps use them is another matter... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:37: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9737B409 for ; Mon, 22 Oct 2001 12:36:57 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id D95692E461 for ; Mon, 22 Oct 2001 15:36:56 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.6/8.11.6) id f9MJauk86053; Mon, 22 Oct 2001 15:36:56 -0400 (EDT) (envelope-from khera@kcilink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kcilink.com using -f To: questions@freebsd.org Subject: Re: OT: email->fax gateway References: <000001c15a9f$ac689700$d6444018@zeus> From: Vivek Khera Date: 22 Oct 2001 15:36:56 -0400 In-Reply-To: <000001c15a9f$ac689700$d6444018@zeus> Message-ID: Lines: 56 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "MR" == Mike Roest writes: MR> Anyone ever gotten an email->fax gateway setup under FreeBSD? Yes. Originally under sendmail, then under postfix. With postfix it is much easier. Just configure a fake top-level domain, like .fax, then any message sent to Joe_User@5551212.fax would be delivered by the "fax" transport agent. The fax transport agent was just a shell script that took the address, split it into the parts necessary for hylafax' sendfax program, read the message from stdin and run it through faxmail to format it nicely, then fax it. Here's the script. Obviously you need to change the FAXSERVER setting. --cut here-- #! /bin/sh # # mailfax - Email to FAX gateway for postfix # # This file should be installed as /usr/local/libexec/mailfax # (or whatever is specified in the master.cf file) below. # # Edit your Postfix master.cf configuration. Include the following # mailer definition: # # fax unix - n n - 5 pipe # flags= user=fax argv=/usr/local/libexec/mailfax ${recipient} ${sender} # # and add the following to the address transport map: # # .fax fax:localhost # # Now, email sent to NAME@FAXNUMBER.fax will be sent via the sendfax program. # # Note that the mailfax script must be invoked as either root, daemon, or # uucp if the from address is to be changed with the -f option to sendfax. # FAXSERVER=faxmachine; export FAXSERVER TO=$1 FROM=$2 # strip the .fax part of the address to pass to the sendfax program TO=`echo $TO | sed -e 's/\.fax$//'` /usr/contrib/bin/faxmail -n -d "$TO" "$FROM" --cut here-- -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 12:39:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from SRDMAIL.SINP.MSU.RU (bigking.sinp.msu.ru [213.131.9.130]) by hub.freebsd.org (Postfix) with ESMTP id 4ABBF37B401 for ; Mon, 22 Oct 2001 12:39:25 -0700 (PDT) Received: from [213.131.9.201] (helo=omega1) by SRDMAIL.SINP.MSU.RU with smtp (Exim 3.33 #3) id 15vkyv-000Nrf-00 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 23:43:30 +0400 Message-ID: <000e01c15b31$a72c2da0$010110ac@omega1> From: "Dmitry Mottl" To: Subject: disk quota for root in jail? Date: Mon, 22 Oct 2001 23:41:51 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C15B53.1F7F8AB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C15B53.1F7F8AB0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hi, is there a chance to use disk quota for root in jail? --- Dmitry Mottl ------=_NextPart_000_0009_01C15B53.1F7F8AB0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hi,
 
is there a chance to use disk = quota for root=20 in jail?
 
---
Dmitry = Mottl
------=_NextPart_000_0009_01C15B53.1F7F8AB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 13: 0:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 1363B37B401 for ; Mon, 22 Oct 2001 13:00:29 -0700 (PDT) Received: from rne (lsanca1-ar3-108-064.elnk.dsl.gtei.net [4.33.108.64]) by snipe.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9MK0Mg29893 for ; Mon, 22 Oct 2001 13:00:23 -0700 (PDT) From: "Ronald R. Perez" To: Subject: Compaq 1700 Laptop - ESS Allegro PCI Audio (WDM) Date: Mon, 22 Oct 2001 13:05:40 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I read the section in the handbook about Sound. I followed the procedure and still can't get the sound to work. I have an ESS Allegro PCI Audio (WDM) - I using FreeBSD 4.4-RELEASE with a generic kernel - I added "device pcm" in the kernel and recompile the kernel. - I type in "dmesg | grep pcm" but nothing show up. What am i doing wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 13: 2:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cantvc.canterbury.ac.nz (cantvm.canterbury.ac.nz [132.181.2.36]) by hub.freebsd.org (Postfix) with ESMTP id 9F9DC37B406 for ; Mon, 22 Oct 2001 13:02:50 -0700 (PDT) Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz (PMDF V6.0-025 #39332) id <01K9OH96OUTC9850ST@it.canterbury.ac.nz> for freebsd-questions@freebsd.org; Fri, 19 Oct 2001 09:01:22 +1300 (NEW ZEALAND DAYLIGHT TIME) Received: from rbm49.tacacs.canterbury.ac.nz (rbm49.tacacs.canterbury.ac.nz [172.31.164.87]) by it.canterbury.ac.nz (PMDF V6.0-025 #39332) with ESMTP id <01K9OH96KB3Q8WWIRU@it.canterbury.ac.nz>; Fri, 19 Oct 2001 09:01:23 +1300 (NEW ZEALAND DAYLIGHT TIME) Received: from rbm49 by rbm49.tacacs.canterbury.ac.nz with local (Exim 3.22 #1) id 15uJNm-0000ZZ-00; Fri, 19 Oct 2001 09:03:10 +1300 Date: Fri, 19 Oct 2001 09:03:10 +1300 From: Richard B Mahoney Subject: Re: burncd questions In-reply-to: <"from Ronj_clark"@fellowshipchurch.com> To: Ronnie Clark Cc: Subscribers to FreeBSD-Questions Reply-To: Richard B Mahoney Mail-Followup-To: Ronnie Clark , Subscribers to FreeBSD-Questions Message-id: <20011019090310.A1321@it.canterbury.ac.nz> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ronnie, On Thu, Oct 18, 2001 at 12:45:26PM -0400, Ronnie Clark wrote: > Everything seemed to work fine, but after it had bured, I tried to > mount the newly burned CD-RW, and I get the following message: > cd 9660: /dev/acd1c: Invalid argument > > Does anyone have any idea? > > Also, I cannot seem to try to burn to the RW again unless I erase > it first. Any help is most appreciated. You can see how to do things by looking at this script I use to backup my home directory every night through cron : #!/bin/sh # # ~/bin/local-backup-rbm49-cd # /usr/local/bin/mkisofs -allow-multidot -allow-lowercase \ -relaxed-filenames -R \ -o /usr/home/share/temp/rbm49/rbm49.iso /usr/home/rbm49 && \ /usr/sbin/burncd -f /dev/acd0c erase && \ /usr/sbin/burncd -f /dev/acd0c data \ /usr/home/share/temp/rbm49/rbm49.iso fixate && exit 0 exit 2 Many regards, Richard Mahoney -- +----------------------- Richard Mahoney -----------------------+ | 78 Jeffreys Rd +64-3-351-5831 | | Christchurch New Zealand | +--------------[mailto:rbm49@it.canterbury.ac.nz]---------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 13: 4:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 7691D37B406 for ; Mon, 22 Oct 2001 13:04:28 -0700 (PDT) Received: from garbonzo.hos.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id QAA07409; Mon, 22 Oct 2001 16:04:17 -0400 (EDT) Message-ID: <3BD47BC1.310AF913@garbonzo.hos.ufl.edu> Date: Mon, 22 Oct 2001 16:04:17 -0400 From: Bob Johnson X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: marco@radzinschi.com Cc: questions@freebsd.org Subject: Re: Q: Inactive vs. free memory? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Sun, 21 Oct 2001 14:20:20 -0400 (EDT) > From: Marco Radzinschi > Subject: Q: Inactive vs. free memory? > > Hello: > > I am confused by the inactive and free readings given by top. I > certainly understand the free part, but what is the inactive memory being > used for? > See http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vm-design/ and more specifically, http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vm-design/x75.html The relatively short answer is that "Inactive" memory is dirty memory that needs to be written to swap before it can be reallocated. "Cache" is memory that can be reallocated immediately, either because it has already been written to swap, or for some reason it can be reused without doing so (I suppose an example of this would be executable code that will be re-read from the original file if it is needed again). Memory gets into the "Inactive" or "Cache" queue by not being accessed for a while. Something is still claiming it, but since it hasn't been accessed recently, it is considered a good candidate for re-use when something else needs some physical memory. If the process that owns the memory accesses it, it will be moved back to "Active" without any swapping being necessary. > Below is a typical top reading on a box with 256 MB of RAM. > > Mem: 26M Active, 174M Inact, 23M Wired, 11M Cache, 35M Buf, 16M Free > Swap: 1024M Total, 1024M Free > > Could anyone clarify what FreeBSD is doing with the 174MB of inactive > memory? > Well, basically, it is doing nothing but watching it age. If necessary, it will eventually be written to swap. That's not going to happen until memory needs can't be met from the "Free" and "Cache" pools. > Thanks, > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 13:54: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 9F76937B405 for ; Mon, 22 Oct 2001 13:53:57 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-180.wobline.de [212.68.69.188]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9MKtYR47028; Mon, 22 Oct 2001 16:55:38 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9MKtEx36654; Mon, 22 Oct 2001 22:55:14 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9MKqkF41634; Mon, 22 Oct 2001 22:52:49 +0200 (CEST) (envelope-from nils@tisys.org) Date: Mon, 22 Oct 2001 22:52:46 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Richard B Mahoney Cc: Ronnie Clark , Subscribers to FreeBSD-Questions Subject: Re: burncd questions In-Reply-To: <20011019090310.A1321@it.canterbury.ac.nz> Message-ID: <20011022224923.F41615-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Richard B Mahoney wrote: > /usr/local/bin/mkisofs -allow-multidot -allow-lowercase \ > -relaxed-filenames -R \ Just a note: When burning a CD that is to be used on other FreeBSD machines, the -R option in the above example should probably be replaced with -r (small r instead of CAPITAL R). That way, the owner/group info is set to more useful values when using a CD on a different machine. Of course, when burning a home directory for backup purposes, which is what Richard's example is showing, the -R option is probably better suited, as the backup is intended to be used for restoration reasons on the machine on which it was created. Greeting Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 13:57:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id B67F437B405 for ; Mon, 22 Oct 2001 13:57:48 -0700 (PDT) Received: from c4-pta-19.dial-up.net (c4-pta-19.dial-up.net [196.26.210.19]) by mercury.is.co.za (Postfix) with ESMTP id 172473FEC; Mon, 22 Oct 2001 22:57:40 +0200 (SAST) Date: Mon, 22 Oct 2001 22:59:56 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Chip Cc: Subject: Re: error on startx In-Reply-To: <01102121002620.96094@chip.wiegand.org> Message-ID: <20011022225836.P28285-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sun, 21 Oct 2001, Chip wrote: > That was it - I had it set to boot up to securelevel=2. Changed it to -1 and > X works fine now, but what am I missing by making this change? Well either way you can do it by setting it to < 0 or uncomment it (meaning its disabled and defaults to -1 anyways afaik). As for what you missing best read man 7 security it explains what secure levels do and what they prevent.=) PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14: 0: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from roura.ac.upc.es (roura.ac.upc.es [147.83.33.10]) by hub.freebsd.org (Postfix) with ESMTP id 75BDE37B401 for ; Mon, 22 Oct 2001 13:59:59 -0700 (PDT) Received: from acm.org (fonoll.ac.upc.es [147.83.32.14]) by roura.ac.upc.es (8.11.6/8.11.0) with ESMTP id f9MKxbx18566; Mon, 22 Oct 2001 22:59:37 +0200 (MET DST) Message-ID: <3BD488B9.2A8E57C9@acm.org> Date: Mon, 22 Oct 2001 22:59:37 +0200 From: Oscar-Ivan Lepe-Aldama Organization: DAC/UPC X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: es, en MIME-Version: 1.0 To: questions@freebsd.org Subject: Disklabel lost Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The partition table seams o.k. but the disklabel is lost. I move the disk to another FreeBSD system and have been able to mount its root partition with mount /dev/ad2s1a /mnt/ad2s1a The fstab file in the /etc directory of the damage disk is: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1 none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /usr ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 From the mbox at the /root directory of the damage disk a got the following: Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 49583 28226 17391 62% / /dev/ad0s1e 5842520 4071545 1303574 76% /usr procfs 4 4 0 100% /proc From this I know there are only three partitions (root, /usr and swap) and the size of the UFS partitions. But to rebuild the disklabel still I don't know the size of the swap partition and thus can't figure out where does the /usr partition starts. Can anyone help me with this? Does anyone knows if gpart can be use to figure out the disklabel and how? (So far with gpart I have only been able to print the slicetable, not the disklabel.) --- Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14: 5:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from unix3.sihope.com (unix3.sihope.com [207.195.195.3]) by hub.freebsd.org (Postfix) with ESMTP id 1624037B407 for ; Mon, 22 Oct 2001 14:05:55 -0700 (PDT) Received: from admin.drabel.com (207-195-192-33.sihope.com [207.195.192.33]) by unix3.sihope.com (8.9.3/8.9.0) with ESMTP id QAA03822 for ; Mon, 22 Oct 2001 16:05:49 -0500 (CDT) Message-Id: <5.1.0.14.2.20011022160130.00a5a3f0@127.0.0.1> X-Sender: dennisra/drabel.com@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 22 Oct 2001 16:05:18 -0500 To: freebsd-questions@freebsd.org From: "Dennis R. Abel" Subject: Newbie Question Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can I, and if so, exactly how do I configure my httpd.conf to return this message when an attempt is made to list a directory:

"Directory Listing Denied
This Virtual Directory does not allow contents to be listed. "

I would like to avoid having to put an index.html or .htaccess file in every  directory.
 
Dennis

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14: 8: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 1ACA037B405 for ; Mon, 22 Oct 2001 14:08:06 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9ML84916188; Mon, 22 Oct 2001 14:08:04 -0700 (PDT) Date: Mon, 22 Oct 2001 14:08:04 -0700 (PDT) From: David Kirchner X-X-Sender: To: "Dennis R. Abel" Cc: Subject: Re: Newbie Question In-Reply-To: <5.1.0.14.2.20011022160130.00a5a3f0@127.0.0.1> Message-ID: <20011022140715.E85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Dennis R. Abel wrote: > Can I, and if so, exactly how do I configure my httpd.conf to return this > message when an attempt is made to list a directory: > > "Directory Listing Denied > This Virtual Directory does not allow contents to be listed. " > > I would like to avoid having to put an index.html or .htaccess file in > every directory. > > Dennis It won't be exactly like this (that's an IIS error if I'm not mistaken), but you can effecively do that by setting "Options -Indexes" in your docroot's .htaccess or in the appropriate place in the httpd.conf file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14: 8:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from isua4.iastate.edu (isua4.iastate.edu [129.186.1.204]) by hub.freebsd.org (Postfix) with ESMTP id A976E37B406 for ; Mon, 22 Oct 2001 14:08:43 -0700 (PDT) Received: from localhost (legg@localhost) by isua4.iastate.edu (8.8.8/8.8.5) with SMTP id QAA30297 for ; Mon, 22 Oct 2001 16:08:42 -0500 (CDT) Date: Mon, 22 Oct 2001 16:08:41 -0500 (CDT) From: To: freebsd-questions@freebsd.org Subject: USB device error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Background: I have an ABit KA7 running FreeBSD 4-3 Release Problem: 1. At random intervals I get a message "xl0 watchdog timeout" xl0 corresponds to a 3com 905 NIC installed on the machine. Could this be a problem on my machine, or the network? I see it usually once a day or so. 2. At random intervals, I get a USB1 host system error. The error message didn't tell me a thing over what the error was and since I don't use the USB port anyway, I would just like to disable it. Is there any safe method for disabling this device? Details: messages.txt - A copy of my most recent /var/messages http://www.public.iastate.edu/~legg/freebsd/messages.txt Timothy D Legg legg@iastate.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14: 9:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 37FEB37B401 for ; Mon, 22 Oct 2001 14:09:44 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9ML9ev16203; Mon, 22 Oct 2001 14:09:41 -0700 (PDT) Date: Mon, 22 Oct 2001 14:09:40 -0700 (PDT) From: David Kirchner X-X-Sender: To: Oscar-Ivan Lepe-Aldama Cc: Subject: Re: Disklabel lost In-Reply-To: <3BD488B9.2A8E57C9@acm.org> Message-ID: <20011022140848.T85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Oscar-Ivan Lepe-Aldama wrote: > The partition table seams o.k. but the disklabel is lost. I move the > disk to another FreeBSD system and have been able to mount its root > partition with > > mount /dev/ad2s1a /mnt/ad2s1a Shouldn't you be able to read the disklabel on the other FreeBSD system if you can mount drives on it? Perhaps I'm not clear on the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:19:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id C1DF537B403 for ; Mon, 22 Oct 2001 14:19:25 -0700 (PDT) Received: from [209.226.175.20] by tomts10-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011022211925.VBBR4321.tomts10-srv.bellnexxia.net@[209.226.175.20]> for ; Mon, 22 Oct 2001 17:19:25 -0400 From: Steve To: freebsd-questions@freebsd.org Subject: Hardware... Yamaha CRW2200E CD-RW compatible? Date: Mon, 22 Oct 2001 17:13:25 EDT MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20011022211925.VBBR4321.tomts10-srv.bellnexxia.net@[209.226.175.20]> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello world, I'm looking for an IDE CD writer that will work under FreeBSD and "burncd" (4.2-release or 4.4-release). http://www.freebsd.dk/ata/ does not appear current, but it mentions the CRW2100E as being compatible. Anybody know whether or not this is true of the CRW2200e which replaces it? If not, does anyone know of *any* currently produced CD writer that will work? Hope I posted to the right list, if not please let me know where. Best regards, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:25:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id BD1F937B401 for ; Mon, 22 Oct 2001 14:25:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.6/8.11.6) with ESMTP id f9MLOwo02253 for ; Tue, 23 Oct 2001 00:25:01 +0300 (EEST) (envelope-from sa@simon.org.ua) Date: Tue, 23 Oct 2001 00:24:58 +0300 (EEST) From: Andrey Simonenko X-X-Sender: sa@lion.com.ua To: freebsd-questions@freebsd.org Subject: How to enable Netscape plugins in Konqueror in KDE 2.2 ? Message-ID: <20011023001532.A2208-100000@lion.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, How to enable Netscape plugins in Konqueror in KDE 2.2? On RedHat 7.1 in Konqueror in KDE 2.0 I can chose "Netscape Plugins" option in the confiration window and set paths where to find Netscape plugins. Really I need to have Flash5 support in Konqueror (I use FreeBSD 4.4, X-3.3.6, KDE-2.2). Can anybody help with this? TIA ps: please copy your answer on my email also. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:26:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0E37B40C for ; Mon, 22 Oct 2001 14:26:16 -0700 (PDT) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id RAA27014 for ; Mon, 22 Oct 2001 17:26:15 -0400 Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.11.6/8.11.4) id f9MLRAU36261 for freebsd-questions@FreeBSD.org; Mon, 22 Oct 2001 17:27:10 -0400 (EDT) (envelope-from leblanc) Date: Mon, 22 Oct 2001 17:27:10 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: Re: attackers! How do I know whether or not they were successful? Message-ID: <20011022172710.A36179@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5.0.2.1.0.20011020141127.00a191b0@netmail.home.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry I don't have the actual message to reply to, but I got kicked off the list this weekend because my ISP hosed its dns server . Anyone know of a dns service that can serve a domain to a DHCP IP? Anyway, here is the message quoted from the Archives: ------------------------------------------------------------------ > Date: Sat, 20 Oct 2001 14:34:10 -0500 > From: Michael MacKinnon > To: freebsd-questions@FreeBSD.ORG > Subject: attackers! How do I know whether or not they were successful? > Message-ID: <5.0.2.1.0.20011020141127.00a191b0@netmail.home.com> > I noticed in my logs what appears to be an attempt to try a buffer > overflow in my apache logs. > I've included the excerpts from my logs below for reference. > My questions: > 1) I haven't opened up port 80 with my firewall. How did they connect? > Is there > a problem with my rules? (I've included those below for reference as > well) I looked at the log entry. Is this the only one you got? did you get any looking for any 'root.exe' or 'shell.exe' or such things? Those would likely be the Nimda worm trying to spread. What you have is the CodeRed or CodeRed II worm as someone else already suggested. You can ignore this if you like or you can handle it by reporting it to the abuse authorities for that domain. They will (presumably) inform someone administering the machine that it is infected. > 2) How can I tell how successful the attempt was? It wasn't if you are not running IIS on a Win$ O$. > 3) Any ideas what the attempt was trying to do? Is this a known > exploit? Where would I find out? Someone else gave you a good link. You can also get a bit of info here: http://acadia.ne.mediaone.net/Nimda/ It was offline this past weekend, thanks to my ISP, but it's back. I also have links to the handlers that would automatically send complaints to the abuse authorities. > 4) What do I do now? Anything else I should do? You can handle it or ignore it. Won't matter. If you run a lightly loaded server, I'd suggest helping to keep the infections reported with one or both of the handlers you can see at the link above. If you are running a heavily loaded server, just use the suggestions on that page to eliminate the log file overflow that will result from the two worms (especially Nimda). > My Firewall Rules: > block in on dc0 > block in log quick on dc0 from 192.168.0.0/16 to any > block in log quick on dc0 from 172.16.0.0/12 to any > block in log quick on dc0 from 10.0.0.0/8 to any > block in log quick on dc0 from 127.0.0.0/8 to any > block in log quick on dc0 from /32 to any > # allow my own network stuff to get out > pass out quick on dc0 proto tcp/udp from 192.168.0.0/24 to any > keep state > pass out quick on dc0 proto icmp from 192.168.0.0/24 to any > keep state > pass out quick on dc0 proto tcp/udp from /32 to any > keep state Someone else already mentioned the kernel default behavior. You should have the default set to deny so that you can explicitly allow only what you want thru. Try looking at the cheat sheets at http://www.mostgraveconcern.com/freebsd/ I found them most helpful. > httpd-error contents: > [Sat Oct 19 13:25:07 2001] [error] [client 131.123.8.178] Client sent > malformed Host header > > httpd-access contents: > 131.123.8.178 - - [19/Oct/2001:13:25:07 -0700] "GET > /default.ida?NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > NNNNNNNNNNNNNNNNNN%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090% > u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u > 0000%u00=a HTTP/1.0" 400 341 "-" "-" Yup. That's CodeRed. I'm surprised there are any of these still out there. I haven't seen one since 10/10. I think most of them have either been cleaned out or taken over by Nimda. That one's worse because it can spread so many different ways, and it uses roughly 16 separate URLs to try to get into an IIS server. Good luck Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Too much is just enough. -- Mark Twain, on whiskey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:28:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marvin.1729.net (1729.xs4all.nl [213.84.67.6]) by hub.freebsd.org (Postfix) with ESMTP id 3DD1137B403 for ; Mon, 22 Oct 2001 14:28:12 -0700 (PDT) Received: from arnold (arnold.lan [192.168.1.8]) by marvin.1729.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id AAA17591; Tue, 23 Oct 2001 00:03:51 +0200 Message-ID: <018e01c15b40$6dd20700$0801a8c0@lan.1729.net> From: "BSDJunk" To: Cc: "Dave Raven" References: <005e01c15b29$5ba1c640$3300a8c0@DAVE> Subject: Re: Sendmail Date: Mon, 22 Oct 2001 23:28:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Take a look at /etc/mail/virtusertable. You should put a line like @external-host.domain %1@internal-host.domain in there. ----- Original Message ----- From: "Dave Raven" To: Sent: Monday, October 22, 2001 8:42 PM Subject: Sendmail > Hello, > I'm sorry if this is the wrong list to post to, but I need some help > with sendmail and relay'ing. > > What exactly must I do to get a box on the with two network cards, one > internal, one external to forward mail that comes in on the external card to > another server on the internal card. > > For example: > > The MX record for mail.com points to 1.1.1.1 which is my server. > My server must then forward the mail to 192.168.10.10 which is > mail.com's actual server. > > Only I dont want to set up specific users etc. I want to relay EVERYTHING > straight to the server as if it was on the outside. > > > Thanks for any help, > Dave. > > > p.s. If I am scanning for virii, will it scan the RELAY'd mails? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:32:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-fwd.verio-web.com (mail11b.verio-web.com [161.58.148.19]) by hub.freebsd.org (Postfix) with SMTP id AE82C37B401 for ; Mon, 22 Oct 2001 14:32:27 -0700 (PDT) Received: from 161.58.58.32 (161.58.58.32) by mail11b.verio-web.com (RS ver 1.0.60s) with SMTP id 071447863 for ; Mon, 22 Oct 2001 17:32:04 -0400 (EDT) Message-ID: <3BD490AE.8020200@jlsf.org> Date: Mon, 22 Oct 2001 14:33:34 -0700 From: Martin Weber User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mounting a cd-rom Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How does one mount a cd rom connected to a Sound Blaster board? The drive is a mitsumi . Would I use something like mount -t cd9660 matcd0a /cdrom One time I got it mounted but did not write down what I did. Can anyone help? Please reply to mweber@pacbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 14:51:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t115.citlink.net [207.173.249.115]) by hub.freebsd.org (Postfix) with ESMTP id AA08037B401 for ; Mon, 22 Oct 2001 14:51:08 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 1AE00EE64C for ; Mon, 22 Oct 2001 14:51:12 -0700 (PDT) Message-ID: <00a601c15b43$a7946020$cd2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: References: <20011022172710.A36179@acadia.ne.mediaone.net> Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) Date: Mon, 22 Oct 2001 14:51:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Louis LeBlanc" To: Sent: Monday, October 22, 2001 2:27 PM Subject: Re: attackers! How do I know whether or not they were successful? > Sorry I don't have the actual message to reply to, but I got kicked > off the list this weekend because my ISP hosed its dns server . > Anyone know of a dns service that can serve a domain to a DHCP IP? I use ZoneEdit (http://www.zoneedit.com). It's free and it works for me! HTH, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15: 2:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.host4u.net (gaia.host4u.net [209.150.128.48]) by hub.freebsd.org (Postfix) with ESMTP id A845737B401 for ; Mon, 22 Oct 2001 15:02:15 -0700 (PDT) Received: from andre ([216.71.43.117]) by gaia.host4u.net (8.8.5/8.8.5) with SMTP id QAA24936; Mon, 22 Oct 2001 16:59:53 -0500 Message-ID: <022501c15b45$24321ea0$a50410ac@olmct.net> Reply-To: "Andre` Niel Cameron" From: "Andre` Niel Cameron" To: "Drew Tomlinson" , References: <20011022172710.A36179@acadia.ne.mediaone.net> <00a601c15b43$a7946020$cd2a6ba5@lc.ca.gov> Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) Date: Mon, 22 Oct 2001 18:01:45 -0400 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You could also try dyndns.org and hr.org. Regards, Andre` C. Technical Support Ô¿Ô¬ ---------------------------------------------------------------------------- - Visit our support manual at http://supportmanual.com/ ----- Original Message ----- From: "Drew Tomlinson" To: Sent: Monday, October 22, 2001 5:51 PM Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) > > ----- Original Message ----- > From: "Louis LeBlanc" > To: > Sent: Monday, October 22, 2001 2:27 PM > Subject: Re: attackers! How do I know whether or not they were > successful? > > > > Sorry I don't have the actual message to reply to, but I got kicked > > off the list this weekend because my ISP hosed its dns server . > > Anyone know of a dns service that can serve a domain to a DHCP IP? > > I use ZoneEdit (http://www.zoneedit.com). It's free and it works for > me! > > HTH, > > Drew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:20:31 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 C94DD37B401 for ; Mon, 22 Oct 2001 15:20:29 -0700 (PDT) Received: from unknown (HELO cheech.uchaswv.edu) (12.4.161.225) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Oct 2001 22:20:27 -0000 X-Apparently-From: Date: Mon, 22 Oct 2001 18:30:54 -0400 From: Nathan Mace To: freebsd-questions Subject: burncd and CD-RW's Message-Id: <20011022183054.54b9fa7f.nmace85@yahoo.com> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG how well does burncd work at burned cd-RW's, erasing them and burning on them again? and if i burn a CD-RW with burncd is someother CD burning software going to have trouble erasing it and writing to it again? thanks nathan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:24:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 6CC7A37B401 for ; Mon, 22 Oct 2001 15:24:10 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id f9MMNx798868; Mon, 22 Oct 2001 18:23:59 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: error on startx References: <0110211622141Z.96094@chip.wiegand.org> <20011022021724.S26647-100000@lucifer.fuzion.ath.cx> From: Lowell Gilbert Date: 22 Oct 2001 18:23:58 -0400 In-Reply-To: psyv@sec-it.net's message of "Mon, 22 Oct 2001 00:19:56 +0000 (UTC)" Message-ID: <448ze3fh4x.fsf@lowellg.ne.mediaone.net> Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG psyv@sec-it.net (The Psychotic Viper) writes: > Hi, > > On Sun, 21 Oct 2001, Chip wrote: > > > fatal server error - > > XF86OpenConsole: KDENABIO failed (Operation not permitted) > By any chance are you running kernel securelevels?Im guessing you are and > X wont run in any secure level > 0, you would need 'kern_securelevel="-1"' > in your /etc/rc.conf to run X.Change that and give it a go. Not quite right. X will run in any securelevel. It won't *start* in any securelevel that doesn't allow access to raw memory. See the FAQ entry on the topic: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#RUNNING-X-SECURELEVELS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:24:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.mn.rr.com (fe6.rdc-kc.rr.com [24.94.163.53]) by hub.freebsd.org (Postfix) with ESMTP id B36F337B403 for ; Mon, 22 Oct 2001 15:24:32 -0700 (PDT) Received: from [10.0.1.100] ([24.26.174.22]) by mail6.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Mon, 22 Oct 2001 17:24:28 -0500 Mime-Version: 1.0 Message-Id: Date: Mon, 22 Oct 2001 17:24:18 -0500 To: questions@FreeBSD.org From: Joshua Holland Subject: mount root fail Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm setting up a FreeBSD box that someone else started. It booted fine, mounting the first disk, root partition as ad1s1a. However I couldn't get the second disk to show up. So I gave it to another friend who knows more about pc BIOS's and he just pulled some connectors and put them back and got both disks to be recognized, and now the root disk won't mount. I was able to figure out that the first disk is now being recognized as ad6. I can only mount it as read only now (ufs:ad6s1a), and I can't run fsck, which is still looking for ad4. I can't change fstab since it's ro. Also, ad6 is not in /dev (nor the second disk, which is ad10). What's going on? Why did ad4 become ad6? Is there a way to get it back to ad4? Thanks, Josh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:25:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id CC31F37B403 for ; Mon, 22 Oct 2001 15:25:56 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id f9MMPui98886; Mon, 22 Oct 2001 18:25:56 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: cvsup, Treelist failed, etc References: <5.1.0.14.2.20011022102540.00a61220@mail.hot.net.au> From: Lowell Gilbert Date: 22 Oct 2001 18:25:56 -0400 In-Reply-To: aras@apcs.com.au's message of "Mon, 22 Oct 2001 00:26:10 +0000 (UTC)" Message-ID: <446697fh1n.fsf@lowellg.ne.mediaone.net> Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG aras@apcs.com.au (Aras Vaichas) writes: > Here is a typical cvsup session. > > /usr/share/examples/cvsup# cvsup -v > CVSup client, non-GUI version > Copyright 1996-2001 John D. Polstra > Software version: SNAP_16_1d > Protocol version: 16.1 > Operating system: FreeBSD4 > http://www.polstra.com/projects/freeware/CVSup/ Look at the URL. To sum up: you need a server *and* client running more recent versions of cvsup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:39: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail47.sdc1.sfba.home.com (femail47.sdc1.sfba.home.com [24.254.60.41]) by hub.freebsd.org (Postfix) with ESMTP id DF44437B403 for ; Mon, 22 Oct 2001 15:39:06 -0700 (PDT) Received: from there ([24.150.36.162]) by femail47.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011022223906.EMKF13109.femail47.sdc1.sfba.home.com@there> for ; Mon, 22 Oct 2001 15:39:06 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Paul Murphy To: questions@FreeBSD.ORG Subject: Re: kde2 produces kdeinit.core Date: Mon, 22 Oct 2001 18:39:05 -0400 X-Mailer: KMail [version 1.3] References: <200110212148.f9LLmrb68421@FreeBSD.Happydays.DynDNS.Org> In-Reply-To: <200110212148.f9LLmrb68421@FreeBSD.Happydays.DynDNS.Org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011022223906.EMKF13109.femail47.sdc1.sfba.home.com@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ditto for me: [earth] /home/paul: gdb `which kdeinit` kdeinit.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `kdeinit'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libDCOP.so.4...done. Reading symbols from /usr/local/lib/libkparts.so.4...done. Reading symbols from /usr/local/lib/libkfile.so.4...done. Reading symbols from /usr/local/lib/libksycoca.so.4...done. Reading symbols from /usr/local/lib/libkio.so.4...done. Reading symbols from /usr/local/lib/libkdeui.so.4...done. Reading symbols from /usr/local/lib/libkdesu.so.4...done. Reading symbols from /usr/local/lib/libkssl.so.2...done. Reading symbols from /usr/local/lib/libkdecore.so.4...done. Reading symbols from /usr/local/lib/libfam.so.0...done. Reading symbols from /usr/X11R6/lib/libqt2.so.4...done. Reading symbols from /usr/local/lib/libpng.so.5...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libjpeg.so.9...done. Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Reading symbols from /usr/lib/libstdc++.so.3...done. Reading symbols from /usr/lib/libutil.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/X11R6/lib/libXft.so.1...done. Reading symbols from /usr/local/lib/libmng.so.1...done. Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...done. Reading symbols from /usr/X11R6/lib/libXrender.so.1...done. Reading symbols from /usr/X11R6/lib/libfreetype.so.6...done. Reading symbols from /usr/local/lib/liblcms.so.1...done. Reading symbols from /usr/local/lib/libkonq.so.4...done. Reading symbols from /usr/local/lib/kdesktop.so...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x2842c025 in KAction::containerCount (this=0x80c6c80) at /usr/X11R6/include/qt2/qvaluelist.h:394 394 uint count() const { return sh->nodes; } (gdb) -- "Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:39:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 2FE4537B401 for ; Mon, 22 Oct 2001 15:39:33 -0700 (PDT) Received: from sageone (ppp-208-191-235-29.dialup.crchtx.swbell.net [208.191.235.29]) by sage-american.com (8.9.3/8.9.3) with SMTP id RAA21055; Mon, 22 Oct 2001 17:39:29 -0500 (CDT) Message-Id: <3.0.5.32.20011022174003.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 22 Oct 2001 17:40:03 -0500 To: Joshua Holland , questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: mount root fail In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Still sounds like a BIOS problem.... the HD is not configured correcttly. At 05:24 PM 10.22.2001 -0500, Joshua Holland wrote: >I'm setting up a FreeBSD box that someone else started. It booted >fine, mounting the first disk, root partition as ad1s1a. However I >couldn't get the second disk to show up. So I gave it to another >friend who knows more about pc BIOS's and he just pulled some >connectors and put them back and got both disks to be recognized, and >now the root disk won't mount. I was able to figure out that the >first disk is now being recognized as ad6. I can only mount it as >read only now (ufs:ad6s1a), and I can't run fsck, which is still >looking for ad4. I can't change fstab since it's ro. Also, ad6 is >not in /dev (nor the second disk, which is ad10). What's going on? >Why did ad4 become ad6? Is there a way to get it back to ad4? > >Thanks, > >Josh. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:41:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (cc222717-a.owml1.md.home.com [65.8.33.207]) by hub.freebsd.org (Postfix) with ESMTP id 9D59837B401 for ; Mon, 22 Oct 2001 15:41:40 -0700 (PDT) Received: from localhost (localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id f9MMfQa03097; Mon, 22 Oct 2001 18:41:27 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Mon, 22 Oct 2001 18:41:26 -0400 (EDT) From: Marco Radzinschi To: Bob Johnson Cc: Subject: Re: Q: Inactive vs. free memory? In-Reply-To: <3BD47BC1.310AF913@garbonzo.hos.ufl.edu> Message-ID: <20011022182357.X3056-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Bob Johnson wrote: [snip!] > The relatively short answer is that "Inactive" memory is dirty > memory that needs to be written to swap before it can be reallocated. > "Cache" is memory that can be reallocated immediately, either because > it has already been written to swap, or for some reason it can be > reused without doing so (I suppose an example of this would be > executable code that will be re-read from the original file if it > is needed again). > > Memory gets into the "Inactive" or "Cache" queue by not being accessed > for a while. Something is still claiming it, but since it hasn't been > accessed recently, it is considered a good candidate for re-use > when something else needs some physical memory. If the process that > owns the memory accesses it, it will be moved back to "Active" without > any swapping being necessary. I thought that it was unlikely that my system had 174 MB of memory that would need to be swapped out before being reclaimed, since I am sure it did not actually NEED that much memory. That is, there is no way it was working with that large a data set. I wanted to see what would happen if it was needed, so I started enough processes to eat up 200+ MB of RAM, and what I observed was that the system first used the cache memory, as you said it would. Then the inactive memory started dropping fast, and the active memory count started going up. It DID NOT, however, start paging until the inactive memory was down to a few megabytes. From this I conclude that inactive memory need not necessarily be paged out in order to be reclaimed. In my particular case, I believe Samba eats up RAM when I transfer several gigabytes over the network, which ends up as inactive. It still seems odd to me that it does not end up as cache memory, but it seems to work just as well. Thanks for the input, Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.4-RELEASE i386 6:23PM up 1 day, 4:32, 1 user, load averages: 1.00, 1.00, 1.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 15:50:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ijs.com (mail.ijs.com [209.249.22.20]) by hub.freebsd.org (Postfix) with ESMTP id E037D37B403 for ; Mon, 22 Oct 2001 15:50:40 -0700 (PDT) Received: from [139.92.144.211] (account ) by mail.ijs.com (CommuniGate Pro WebUser 3.4.8) with HTTP id 9076760 for ; Mon, 22 Oct 2001 15:44:51 -0700 From: "Mihail Stoyanov" Subject: Xwrapper Problem To: questions@FreeBSD.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.8 Date: Mon, 22 Oct 2001 15:44:51 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm running FreeBSD 4.4-RELEASE at home as a workstation. I want to run my XWindows system when logged in as user, but my Xwrapper is crashing. When started with Xwrapper, even before starting KDE 2.2 blue check/load intro screen my PC just "sleeps". My mouse pointer is moving, but the system stays at this point. Can you help me with this problem ? Thank you in advance for your time and consideration. Sincerely: Mihail Stoyanov _______________________________________________________ Free e-mail by Bulgaria.com at http://mail.bulgaria.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 16: 0: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 374D337B401 for ; Mon, 22 Oct 2001 15:59:58 -0700 (PDT) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 3B2EB8B; Mon, 22 Oct 2001 14:59:52 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Nathan Mace , freebsd-questions Subject: Re: burncd and CD-RW's Date: Mon, 22 Oct 2001 14:59:51 -0800 X-Mailer: KMail [version 1.3] References: <20011022183054.54b9fa7f.nmace85@yahoo.com> In-Reply-To: <20011022183054.54b9fa7f.nmace85@yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011022225952.3B2EB8B@nebula.anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 22 October 2001 02:30 pm, Nathan Mace wrote: > how well does burncd work at burned cd-RW's, erasing them and burning on > them again? and if i burn a CD-RW with burncd is someother CD burning > software going to have trouble erasing it and writing to it again? > thanks > > nathan > Burncd works fine with CD/RW's. I use RW's between freebsd and windows boxes all the time. No problems with burncd and adaptec or nero. Beech -- Micro$oft: "Where can we make you go today?" ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 16:34:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.wxs.nl (smtp06.wxs.nl [195.121.6.58]) by hub.freebsd.org (Postfix) with ESMTP id 5B60A37B405 for ; Mon, 22 Oct 2001 16:34:17 -0700 (PDT) Received: from dds.nl ([213.10.151.186]) by smtp06.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GLMS5300.9XR; Tue, 23 Oct 2001 01:34:15 +0200 Message-ID: <3BD4ACF6.6060800@dds.nl> Date: Tue, 23 Oct 2001 01:34:14 +0200 From: "Alex (DDS)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: David Kirchner Cc: questions@FreeBSD.ORG Subject: Re: CPU interrupted problem References: <20011022111009.U85958-100000@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Kirchner wrote: > On Mon, 22 Oct 2001, Alex (DDS) wrote: >> >>I have a problem with the interrupt level of my cpu. Over 50% is at >>normal operation used for interrupt. If i become root with the su >>command then the 50% strangely disappears for a couple of minutes and >>then it comes back again. Does any one recognize it? What can i do to >>reduce the interrupt to a minimum? > > Interrupts come with heavy disk activity or network activity, typically. > You can see if either is occuring by running "systat" in its "vmstat" > mode. Aditional information: I use the FreeBSD (4.4 former 4.3) computer as a internet server. The normal use of the machine is not from behind that machine, but from behind windows pc's. There are only a few machines that uses it services, so i can prity much determen if there is a heavy network- or harddisk load. The later i control to the fullest. In normal use of the machine 50% of the CPU time goes to interrupted. This is so incase of heavy internet / harddisk use, as well as none such use, the other 50% is avilible. I can easly increase the avilible CPU time to near 100% bye doing one of two things. 1) Open a telnet or ssh connection and become root. This wil give the 50% to outher processes for 5 minutes. Afther wich 50% goes to interrupted. 2) Run to the FreeBSD computer and login either as normal user or as root. This has the advantage that as long if someone is loged in the avilible power of the machine is mostly 100%. When i logout then this power gets reduces to 50%. Both top as well systat in vmstat mode doesn't tell me anything for the interrupt stuf. When the computer is not in use, then harddisk and the nics are used very rearly. The harddisk once every 5 minutes for a script and the NIC whore whatever. (both 4 interrupts). I see and know of no reson what sould cause this. I had the same problem with v4.3. Could this be a bug? Alex Output - systat :vmstat: Interrupts 240 total 1 ed0 irq10 1 xl0 irq9 10 ata0 irc14 ata1 irc15 fdc0 irq6 atkbd0 irq? ppc0 irc7 100 clk irq0 128 rtc irq8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 16:39:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D8AC137B407 for ; Mon, 22 Oct 2001 16:39:21 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Oct 2001 00:39:21 +0100 (BST) To: Joshua Holland Cc: questions@FreeBSD.org Subject: Re: mount root fail In-Reply-To: Your message of "Mon, 22 Oct 2001 17:24:18 CDT." Date: Tue, 23 Oct 2001 00:39:20 +0100 From: Ian Dowse Message-ID: <200110230039.aa57644@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Joshua Holland writes: >first disk is now being recognized as ad6. I can only mount it as >read only now (ufs:ad6s1a), and I can't run fsck, which is still >looking for ad4. I can't change fstab since it's ro. Also, ad6 is >not in /dev (nor the second disk, which is ad10). What's going on? >Why did ad4 become ad6? Is there a way to get it back to ad4? A useful trick to mount a root filesystem read-write when you don't have a device for it in /dev is to create a device node on a small MFS filesystem. e.g: # mount_mfs -T fd1440 none /mnt # cd /mnt # sh /dev/MAKEDEV ad6s1a # fsck /mnt/ad6s1a # mount -u -o rw /mnt/ad6s1a / # cd /dev # sh MAKEDEV ad6s1a Then you can fsck and mount other filesystems, and fix the broken /etc/fstab entries. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 16:39:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2]) by hub.freebsd.org (Postfix) with ESMTP id 1BFDB37B406 for ; Mon, 22 Oct 2001 16:39:20 -0700 (PDT) Received: by prioris.mini.pw.edu.pl (Postfix, from userid 1368) id C66CB7D737; Tue, 23 Oct 2001 01:39:18 +0200 (CEST) Date: Tue, 23 Oct 2001 01:39:18 +0200 From: Grzegorz Czaplinski To: Stijn Hoop Cc: questions@freebsd.org Subject: Re: Fonts fonts fonts Message-ID: <20011023013918.G60627@prioris.mini.pw.edu.pl> References: <200110190858.f9J8wef83074@gilberto.physik.rwth-aachen.de> <20011019111324.C59108@pcwin002.win.tue.nl> <20011021184311.A37139@prioris.mini.pw.edu.pl> <20011022085452.A18806@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022085452.A18806@pcwin002.win.tue.nl>; from stijn@win.tue.nl on Mon, Oct 22, 2001 at 08:54:52AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 08:54:52AM +0200, Stijn Hoop wrote: > Hi, Hi, thanks for the answer. ;> > On Sun, Oct 21, 2001 at 06:43:11PM +0200, Grzegorz Czaplinski wrote: > > On Fri, Oct 19, 2001 at 11:13:24AM +0200, Stijn Hoop wrote: > > [snip] > > > Then install the port x11-fonts/webfonts - you'll find most sites > > > will look much better after that. > > > > > > For best results, grab more TTF fonts from a Windows machine [1], > > > install them, and ditch all 75dpi/100dpi fontpaths. > > > > Stijn, > > sorry for the problem, but maybe you clould answer my question. ;) > > If not I will ask on questions. > > No problem, but most of the time it's better to still CC: questions > because then your question & my answer get archived for others. > Well, right, good point. > > You advised someone to install "x11-fonts/webfonts" and I did that, but > > I can't get it working. The installation process went as it should, but > > when I start my X server I get such message: > > > failed to set default font path '/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/webfonts' > > Fatal server error: > > could not open default font 'fixed' > > When reporting a problem related to a server crash, please send > > the full server output, not just the last messages > > X connection to :0.0 broken (explicit kill or server shutdown). > > [1] + exit 1 startx > > > > My /etc/XF86Config has such paths set: > > Section "Files" > > RgbPath "/usr/X11R6/lib/X11/rgb" > > FontPath "/usr/X11R6/lib/X11/fonts/local" > > FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" > > FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" > > FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" > > FontPath "/usr/X11R6/lib/X11/fonts/Type1" > > FontPath "/usr/X11R6/lib/X11/fonts/Speedo" > > FontPath "/usr/X11R6/lib/X11/fonts/misc" > > FontPath "/usr/X11R6/lib/X11/fonts/100dpi" > > FontPath "/usr/X11R6/lib/X11/fonts/75dpi" > > FontPath "/usr/X11R6/lib/X11/fonts/URW" > > FontPath "/usr/X11R6/lib/X11/fonts/TrueType" > > FontPath "/usr/X11R6/lib/X11/fonts/webfonts" > > EndSection > > > > Well, I can't figure out what "default font 'fixed'" is. > > It is part of the default set of fonts that get installed when you install X. > It should be defined in a file called 'fonts.alias' in the miscellaneous > fonts directory, /usr/X11R6/lib/X11/fonts/misc. > > On my system I have this: > > [stijn@pcwin002] <~> grep ^fixed /usr/X11R6/lib/X11/fonts/misc/fonts.alias > fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 > The same output on my side. Quite strange, it can't find this. > If you didn't mess with this or the other default font paths, then either your > install of XFree86 is broken, or you installed the > XFree86-4-{server,libraries,clients} ports/packages without installing the > corresponding font port, x11-fonts/XFree86-4-fontDefaultBitmaps. > In either case, reinstalling that last port should help, but it may not > be the correct solution. > No, I didn't install XFree86-4. I have XFree86, version 3. Anyway I think I have just solved the problem. I had a closer look at the links you provided, and there was an advice to add such line in /etc/XF86Config: FontPath "unix/:7101" To make TrueType available, xfstt must be run. I commented out my FontPath "/usr/X11R6/lib/X11/webfonts line in /etc/XF86Config, started X'es and found much more fonts in my netscape than there were prior adding the above line. That works for me, but I can't change the size of some of the fonts. The default size is 0. Is that OK? I can't still run X'es with webfonts support. I also found that xfstt, by default looks into /usr/X11R6/lib/X11/fonts/TrueType, but not into /usr/X11R6/lib/X11/fonts/webfonts. Forcing it with --dir /path/to/\ webfonts does not make any difference. Error message is as previously. Maybe I should upgrade my X'es to the newer version? > > > For best results, grab more TTF fonts from a Windows machine [1], > > > install them, and ditch all 75dpi/100dpi fontpaths. > > And how to ditch all 75dpi/100dpi fontpaths? > > Just remove them from your font path. Make sure you test this using > xset(1) before you do this permanently in your XF86Config file. > > If you make sure you have lines like the following in your .Xdefaults: > > XTerm*Font: fixed > *Font: -microsoft-tahoma-medium-r-normal--12-120-100-100-p-0-iso8859-1 > > (where you can of course choose other fonts if you want to), most > X applications will use some other font than the default 'fixed' (with > the exception of xterm, where proportional fonts don't work as well). A ha, now I understand. Thanks for the help again. Best regards, gregory -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:15:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail14.sdc1.sfba.home.com (femail14.sdc1.sfba.home.com [24.0.95.141]) by hub.freebsd.org (Postfix) with ESMTP id 4F23F37B401 for ; Mon, 22 Oct 2001 17:15:41 -0700 (PDT) Received: from tspivey8 ([24.76.54.195]) by femail14.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023001540.ZBBC8787.femail14.sdc1.sfba.home.com@tspivey8> for ; Mon, 22 Oct 2001 17:15:40 -0700 To: freebsd-questions@freebsd.org From: Tyler Spivey Reply-To: Tyler Spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: /etc/exports problem Message-Id: <20011023001540.ZBBC8787.femail14.sdc1.sfba.home.com@tspivey8> Date: Mon, 22 Oct 2001 17:15:40 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i am trying to set up a freebsd file server, and am having a few problems. i will use Linux if i need to, but i want a Stable and Robust operating system. i like linux, and freebsd, but my problem is: in /etc/exports: /home -alldirs fast It says Invalid Line. what is going on? this should work. /usr fast works. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:29:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id AF62437B401 for ; Mon, 22 Oct 2001 17:29:21 -0700 (PDT) Received: from brother ([24.71.32.13]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023002920.SZHV629.femail6.sdc1.sfba.home.com@brother>; Mon, 22 Oct 2001 17:29:20 -0700 Message-ID: <000801c15b59$b6f7e1c0$0301a8c0@brother> From: "Jason" To: Cc: "Brother Wolf" Subject: firewall and natd configurations Date: Mon, 22 Oct 2001 17:29:01 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15B1F.0A12C2C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15B1F.0A12C2C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a question that I've been trying to puzzle out for several = days now: I am currently running FreeBSD 4.2. The system is acting as both a gateway and a firewall on a cable = connection to two other machines. All is well for the most part, everything I want to work works, until I = try to send or receive files via ICQ. I managed to get to the point where I can send files via ICQ, the = network differentiates between the two users on the network, but I = cannot receive... from other people on cable networks. Confused yet? I = am. =20 I am able to receive files from someone on a dialup connection, but not = from a cable connection. I can actually get the request to come in, but = that's the end of it. The command dmesg shows me the attempt (I turned = logging on) but my end cannot acknowledge the request. Here's my settings so far: rc.firewall /sbin/ipfw -f flush /sbin/ipfw add 100 divert natd all from any to any via rl0 /sbin/ipfw add 1000 deny tcp from any to any 137-139 via rl0 /sbin/ipfw add 1100 deny udp from any to any 137-139 via rl0 /sbin/ipfw add 3000 allow log tcp from any to 24.71.32.13 5000-5999 via = rl0 /sbin/ipfw add 3100 allow log tcp from 192.168.1.5 5000-5499 to = 24.71.32.13 5000-5499 via rl0 /sbin/ipfw add 3200 allow log tcp from 192.168.1.3 5500-5999 to = 24.71.32.13 5500-5999 via rl0 /sbin/ipfw add 4000 pass all from any to any via rl1 rc.conf (those lines that are relevant anyway) hostname=3D"mach1.wiredwolf.net" network_interfaces=3D"lo0 rl0 rl1" ifconfig_lo0=3D"inet 127.0.0.1" ifconfig_rl0=3D"DHCP" ifconfig_rl1=3D"inet 192.168.1.1 netmask 255.255.255.0" named_enable=3D"YES" gateway_enable=3D"YES" natd_enable=3D"YES" natd_interface=3D"rl0" firewall_enable=3D"YES" I have been trying to run the following natd commands to redirect ports = to individual systems on the network: /sbin/natd -redirect_port tcp 192.168.1.5:5000-5499 = 24.71.32.13:5000-5499 -n rl0 /sbin/natd -redirect_port tcp 192.168.1.3:5500-5999 = 24.71.32.13:5500-5999 -n rl0 Unfortunately each time I try I get the following error: natd: Unable to bind divert socket.: Address already in use I'm assuming the address is the alias address or the remote address (-n = rl0) but it's not specific. I haven't been able to figure out how to = get around this problem. It seems that once natd is specified as = diverted by the ipfw firewall rules the socket is closed to any = modifications? If I run these commands before the firewall rules are in = place it gets confused because it can't find the addresses. If I run it = after, it says the address is already in use... ... Any ideas? ------=_NextPart_000_0005_01C15B1F.0A12C2C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello, I have a question that I've been = trying to=20 puzzle out for several days now:
 
I am currently running FreeBSD = 4.2.
The system is acting as both a gateway = and a=20 firewall on a cable connection to two other machines.
 
All is well for the most part, = everything I want to=20 work works, until I try to send or receive files via ICQ.
 
I managed to get to the point where I = can send=20 files via ICQ, the network differentiates between the two users on the = network,=20 but I cannot receive... from other people on cable networks.  = Confused=20 yet?  I am. 
 
I am able to receive files from someone = on a dialup=20 connection, but not from a cable connection.  I can actually get = the=20 request to come in, but that's the end of it.  The command dmesg = shows me=20 the attempt (I turned logging on) but my end cannot acknowledge the=20 request.
 
Here's my settings so far:
 
rc.firewall
 
/sbin/ipfw -f flush
/sbin/ipfw add = 100 divert=20 natd all from any to any via rl0
/sbin/ipfw add 1000 deny tcp from = any to any=20 137-139 via rl0
/sbin/ipfw add 1100 deny udp from any to any 137-139 = via=20 rl0
/sbin/ipfw add 3000 allow log tcp from any to 24.71.32.13 = 5000-5999 via=20 rl0
/sbin/ipfw add 3100 allow log tcp from 192.168.1.5 5000-5499 to=20 24.71.32.13 5000-5499 via rl0
/sbin/ipfw add 3200 allow log tcp from=20 192.168.1.3 5500-5999 to 24.71.32.13 5500-5999 via rl0
/sbin/ipfw add = 4000=20 pass all from any to any via rl1
rc.conf (those lines that are relevant=20 anyway)
 
hostname=3D"mach1.wiredwolf.net"
network_interfaces=3D"lo0 = rl0=20 rl1"
ifconfig_lo0=3D"inet=20 127.0.0.1"
ifconfig_rl0=3D"DHCP"
ifconfig_rl1=3D"inet 192.168.1.1 = netmask=20 255.255.255.0"
named_enable=3D"YES"
gateway_enable=3D"YES"
natd_= enable=3D"YES"
natd_interface=3D"rl0"
firewall_enable=3D"YES"
I have been trying to run the following = natd=20 commands to redirect ports to individual systems on the = network:
 
/sbin/natd -redirect_port tcp = 192.168.1.5:5000-5499=20 24.71.32.13:5000-5499 -n rl0
/sbin/natd=20 -redirect_port tcp 192.168.1.3:5500-5999 24.71.32.13:5500-5999 -n = rl0
Unfortunately each time I try I get the following error:
 
natd: Unable to bind divert socket.: Address already in use
 
I'm assuming the address is the alias address or the remote address = (-n=20 rl0) but it's not specific.  I haven't been able to figure out how = to get=20 around this problem.  It seems that once natd is specified as = diverted by=20 the ipfw firewall rules the socket is closed to any modifications?  = If I=20 run these commands before the firewall rules are in place it gets = confused=20 because it can't find the addresses.  If I run it after, it says = the=20 address is already in use...
 
... Any ideas?
------=_NextPart_000_0005_01C15B1F.0A12C2C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:30:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 528FE37B403 for ; Mon, 22 Oct 2001 17:30:39 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9N0UcZ16711; Mon, 22 Oct 2001 17:30:38 -0700 (PDT) Date: Mon, 22 Oct 2001 17:30:38 -0700 (PDT) From: David Kirchner X-X-Sender: To: Tyler Spivey Cc: Subject: Re: /etc/exports problem In-Reply-To: <20011023001540.ZBBC8787.femail14.sdc1.sfba.home.com@tspivey8> Message-ID: <20011022173005.O85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Tyler Spivey wrote: > i am trying to set up a freebsd file server, > and am having a few problems. i will use Linux if i need to, > but i want a Stable and Robust operating system. i like linux, and freebsd, but my problem is: > in /etc/exports: > /home -alldirs fast > It says Invalid Line. > what is going on? this should work. > /usr fast > works. /etc/exports only works for mount points - that is, /home must be its own mountpoint rather than a directory of another drive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:33: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 0D45E37B405 for ; Mon, 22 Oct 2001 17:32:59 -0700 (PDT) Received: from tspivey8 ([24.76.54.195]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023003258.FKVV4652.femail11.sdc1.sfba.home.com@tspivey8> for ; Mon, 22 Oct 2001 17:32:58 -0700 To: freebsd-questions@freebsd.org From: Tyler Spivey Reply-To: Tyler Spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: /etc/exports Message-Id: <20011023003258.FKVV4652.femail11.sdc1.sfba.home.com@tspivey8> Date: Mon, 22 Oct 2001 17:32:58 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i mv'd /usr/home to /home, since i like it that way. i have 1 big partition for all my stuff, so that works. why doesn't the /home -alldirs fast line work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:33:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 91B2037B406 for ; Mon, 22 Oct 2001 17:33:26 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9N0XOt16727; Mon, 22 Oct 2001 17:33:24 -0700 (PDT) Date: Mon, 22 Oct 2001 17:33:24 -0700 (PDT) From: David Kirchner X-X-Sender: To: "Alex (DDS)" Cc: Subject: Re: CPU interrupted problem In-Reply-To: <3BD4ACF6.6060800@dds.nl> Message-ID: <20011022173213.T85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Alex (DDS) wrote: > Both top as well systat in vmstat mode doesn't tell me anything for the > interrupt stuf. When the computer is not in use, then harddisk and the > nics are used very rearly. The harddisk once every 5 minutes for a > script and the NIC whore whatever. (both 4 interrupts). I see and know > of no reson what sould cause this. I had the same problem with v4.3. > Could this be a bug? > > Alex I wonder if it would be related to this: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:36: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail24.sdc1.sfba.home.com (femail24.sdc1.sfba.home.com [24.0.95.149]) by hub.freebsd.org (Postfix) with ESMTP id E225737B403 for ; Mon, 22 Oct 2001 17:36:03 -0700 (PDT) Received: from tspivey8 ([24.76.54.195]) by femail24.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023003603.TZTV17681.femail24.sdc1.sfba.home.com@tspivey8> for ; Mon, 22 Oct 2001 17:36:03 -0700 To: freebsd-questions@freebsd.org From: Tyler Spivey Reply-To: Tyler Spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: ferther exports problems Message-Id: <20011023003603.TZTV17681.femail24.sdc1.sfba.home.com@tspivey8> Date: Mon, 22 Oct 2001 17:36:03 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sorry for all the mails, but it says it can't remount /home; invalid argument. what is this? and if i get it fixed, wil i need to have a seperate account on the freebsd box with the same uid as the one on my linux box? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 17:40:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tmlp.com (mail.tmlp.com [209.117.42.249]) by hub.freebsd.org (Postfix) with ESMTP id 7B91C37B405 for ; Mon, 22 Oct 2001 17:40:51 -0700 (PDT) Received: from tmlp.com [207.86.249.109] by mail.tmlp.com with ESMTP (SMTPD32-7.04) id AD627BCC00E8; Mon, 22 Oct 2001 20:44:18 -0400 Message-ID: <3BD4BDC8.99D687C2@tmlp.com> Date: Mon, 22 Oct 2001 20:46:00 -0400 From: jxr2000@tmlp.com X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd questions Subject: Bindkey Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. Can anyone tell me how to bind the delete-char command of tcsh to the delete key. I don't know what the ^key should be. In addition where can I find information on what the ^key should be for different keys, such as Home, End, and so one. I did spend some time reading the man page for tcsh, but could not find the answer to the above question. In the eighty's there was a joke about IBM mainframe manuals, that said you needed a manual to read a manual (the manuals have come a long way since than). I get the impression from reading a few man pages that you need a man page to read a man page, specially those of us that are starting to get our feet wet in Unix. Thanks for the help in advance. Joe Rodrigues. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18: 3:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 7C15437B405 for ; Mon, 22 Oct 2001 18:03:08 -0700 (PDT) Received: by q.closedsrc.org (Postfix, from userid 1002) id 7386213607; Mon, 22 Oct 2001 18:01:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 657E0BA19; Mon, 22 Oct 2001 18:01:57 -0700 (PDT) Date: Mon, 22 Oct 2001 18:01:57 -0700 (PDT) From: Linh Pham To: "Dennis R. Abel" Cc: Subject: Re: Newbie Question In-Reply-To: <5.1.0.14.2.20011022160130.00a5a3f0@127.0.0.1> Message-ID: <20011022180109.I64577-100000@q.closedsrc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-10-22, Dennis R. Abel scribbled: # Can I, and if so, exactly how do I configure my httpd.conf to return this # message when an attempt is made to list a directory: # # "Directory Listing Denied # This Virtual Directory does not allow contents to be listed. " Below is what I have in my httpd.conf file to display an error instead of the directory listing: Options -Indexes +FollowSymLinks +MultiViews AllowOverride None Order allow,deny Allow from all -- Linh Pham [lplist@closedsrc.org] # Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:23: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ubc.ca (mail.interchange.ubc.ca [137.82.27.15]) by hub.freebsd.org (Postfix) with ESMTP id 3A37E37B401 for ; Mon, 22 Oct 2001 18:22:58 -0700 (PDT) Received: from dsl232.net.ubc.ca ([142.103.175.232] helo=zevez) by mail.interchange.ubc.ca with smtp (Exim 3.03 #1) id 15vqHQ-0003cv-00 for freebsd-questions@FreeBSD.ORG; Mon, 22 Oct 2001 18:22:56 -0700 Message-Id: <3.0.32.20011022182522.01726780@pop.interchange.ubc.ca> X-Sender: zev@pop.interchange.ubc.ca X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 22 Oct 2001 18:25:29 -0700 To: From: Zev Thompson Subject: Re: firewall and natd configurations (ICQ specifically) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been having troubles with ICQ and natd as well, I've set up a range of tcp ports to take incoming requests, which forward just fine (I can receive files etc.) but connections to the icq login server on port 4000 (udp) do not seem to stay active; ie. I disconnect & reconnect to the server periodically. In my icq firewall settings I've set up a 30 second timeout, and modified some sysctl variables to try and prevent this from happening, but I'm stuck. Natd works great otherwise. Any suggestions? Specifics: Internal 192.168.1.x LAN going through freebsd 4.4 release gateway 192.168.1.1 firewall rules (security isn't really a top concern of mine): 00050 divert 8668 ip from any to any via ex0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from any to any 65535 deny ip from any to any natd.conf: deny_incoming no dynamic yes use_sockets yes same_ports yes # redirect web to internal redirect_port tcp 192.168.1.2:80 80 redirect_port tcp 192.168.1.2:12000-12100 12000-12100 redirect_port udp 192.168.1.2:27910-27960 27910-27960 Those last 3 lines redirect http, icq, and quake 2 & 3 servers to my internal machine 192.168.1.2 Sysctl variables changed: net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.dyn_syn_lifetime: 100 net.inet.ip.fw.dyn_fin_lifetime: 100 net.inet.ip.fw.dyn_rst_lifetime: 100 net.inet.ip.fw.dyn_short_lifetime: 100 from defaults net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_fin_lifetime: 20 net.inet.ip.fw.dyn_rst_lifetime: 5 net.inet.ip.fw.dyn_short_lifetime: 5 Thanks in advance to any suggestions or ideas; naturally I'll happily supply more information about the configuration if it helps. Zev Thompson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:26:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12004.mail.yahoo.com (web12004.mail.yahoo.com [216.136.172.212]) by hub.freebsd.org (Postfix) with SMTP id 70A3437B401 for ; Mon, 22 Oct 2001 18:26:39 -0700 (PDT) Message-ID: <20011023012639.42548.qmail@web12004.mail.yahoo.com> Received: from [61.9.188.40] by web12004.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 11:26:39 EST Date: Tue, 23 Oct 2001 11:26:39 +1000 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: URGENT HELP!-> How do I install DHCPD To: fbsd MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have no time and need to install dhcp server on my 4.3 box I have webmin and can therefore configure it but where is the programme? is it in ports tree? regards keith http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:37:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 2804737B403; Mon, 22 Oct 2001 18:37:21 -0700 (PDT) Received: from moo.holy.cow ([199.35.94.185]) by harrier.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id SAA15315; Mon, 22 Oct 2001 18:37:18 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 0DEBF50CF1; Mon, 22 Oct 2001 20:58:15 -0400 (EDT) Date: Mon, 22 Oct 2001 20:58:15 -0400 From: parv To: f-q Cc: nakai@freebsd.org Subject: does xpuzzletama make noise? Message-ID: <20011022205814.A65236@moo.holy.cow> Mail-Followup-To: f-q , nakai@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG does anybody know if xpuzzletama produces sound, or is it a silent program? if it uses a device, which device (in /dev) would that be? thanks much. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:37:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id 393D637B403 for ; Mon, 22 Oct 2001 18:37:30 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id 2D8C42B8BF; Tue, 23 Oct 2001 11:37:16 +0930 (CST) Date: Tue, 23 Oct 2001 11:37:16 +0930 From: Andrew Reid To: Keith Spencer Cc: fbsd Subject: Re: URGENT HELP!-> How do I install DHCPD Message-ID: <20011023113716.B37925@plug.cx> References: <20011023012639.42548.qmail@web12004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023012639.42548.qmail@web12004.mail.yahoo.com>; from bsd2000au@yahoo.com.au on Tue, Oct 23, 2001 at 11:26:39AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 11:26:39AM +1000, Keith Spencer wrote: > I have webmin and can therefore configure it but where > is the programme? isc-dhcp. > is it in ports tree? /usr/ports/net/isc-dhcp2 and /usr/ports/net/isc-dhcp3 for versions 2 and 3 respectively. - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:43:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12007.mail.yahoo.com (web12007.mail.yahoo.com [216.136.172.215]) by hub.freebsd.org (Postfix) with SMTP id 7EF0637B405 for ; Mon, 22 Oct 2001 18:43:44 -0700 (PDT) Message-ID: <20011023014344.64235.qmail@web12007.mail.yahoo.com> Received: from [61.9.188.40] by web12007.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 11:43:44 EST Date: Tue, 23 Oct 2001 11:43:44 +1000 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: Solved->Re: URGENT HELP!-> How do I install DHCPD To: Andrew Reid Cc: fbsd In-Reply-To: <20011023113716.B37925@plug.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks heaps --- Andrew Reid wrote: > On Tue, Oct 23, 2001 at 11:26:39AM +1000, Keith > Spencer wrote: > > > I have webmin and can therefore configure it but > where > > is the programme? > > isc-dhcp. > > > is it in ports tree? > > /usr/ports/net/isc-dhcp2 and > /usr/ports/net/isc-dhcp3 for versions 2 and > 3 respectively. > > - andrew > > -- > void signature () { > cout << "Andrew Reid -- andrew.reid@plug.cx" << > endl; > cout << "Cell: +61 401 946 813" << endl; > cout << "Quidquid latine dictum sit, altum viditur" > << endl; > } > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:46:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 3DA2937B403; Mon, 22 Oct 2001 18:46:37 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C0E3B2B732; Tue, 23 Oct 2001 03:46:34 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 99D7ED4; Tue, 23 Oct 2001 11:46:30 +1000 (EST) Date: Tue, 23 Oct 2001 11:46:30 +1000 From: Edwin Groothuis To: parv Cc: f-q , nakai@freebsd.org Subject: Re: does xpuzzletama make noise? Message-ID: <20011023114630.D552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , parv , f-q , nakai@freebsd.org References: <20011022205814.A65236@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022205814.A65236@moo.holy.cow>; from parv_@yahoo.com on Mon, Oct 22, 2001 at 08:58:15PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 08:58:15PM -0400, parv wrote: > does anybody know if xpuzzletama produces sound, or is it > a silent program? if it uses a device, which device (in /dev) > would that be? Just build it, it produced no sound when ran. Had some problems trying to found out what it did actually, but I saw that I was immediatly on the first place :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:47:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9608.mail.yahoo.com (web9608.mail.yahoo.com [216.136.129.187]) by hub.freebsd.org (Postfix) with SMTP id 2757F37B409 for ; Mon, 22 Oct 2001 18:47:22 -0700 (PDT) Message-ID: <20011023014721.81770.qmail@web9608.mail.yahoo.com> Received: from [66.69.141.1] by web9608.mail.yahoo.com via HTTP; Mon, 22 Oct 2001 18:47:21 PDT Date: Mon, 22 Oct 2001 18:47:21 -0700 (PDT) From: The Almonds Subject: Re: Q: Inactive vs. free memory? To: Marco Radzinschi , Bob Johnson Cc: questions@freebsd.org In-Reply-To: <20011022182357.X3056-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry to jump in but thought this may be a good thread to ask a similar question. We are trying to determine 4 things on some systems at work. 1. How much memory is on the system via a utility in FreeBSD? 2. How much of the physical memory is being used by the system currently? 3. What part of the physical memory belongs to the kernel? 4. What part of the physical memory belongs to applications? --- Marco Radzinschi wrote: > > On Mon, 22 Oct 2001, Bob Johnson wrote: > > [snip!] > > > The relatively short answer is that "Inactive" > memory is dirty > > memory that needs to be written to swap before it > can be reallocated. > > "Cache" is memory that can be reallocated > immediately, either because > > it has already been written to swap, or for some > reason it can be > > reused without doing so (I suppose an example of > this would be > > executable code that will be re-read from the > original file if it > > is needed again). > > > > Memory gets into the "Inactive" or "Cache" queue > by not being accessed > > for a while. Something is still claiming it, but > since it hasn't been > > accessed recently, it is considered a good > candidate for re-use > > when something else needs some physical memory. > If the process that > > owns the memory accesses it, it will be moved back > to "Active" without > > any swapping being necessary. > > > I thought that it was unlikely that my system had > 174 MB of memory > that would need to be swapped out before being > reclaimed, since I am sure > it did not actually NEED that much memory. That is, > there is no way it > was working with that large a data set. > > I wanted to see what would happen if it was needed, > so I started enough > processes to eat up 200+ MB of RAM, and what I > observed was that the > system first used the cache memory, as you said it > would. Then the inactive > memory started dropping fast, and the active memory > count started going > up. It DID NOT, however, start paging until the > inactive memory was down > to a few megabytes. From this I conclude that > inactive memory need not > necessarily be paged out in order to be reclaimed. > > In my particular case, I believe Samba eats up RAM > when I transfer several > gigabytes over the network, which ends up as > inactive. It still seems odd > to me that it does not end up as cache memory, but > it seems to work just > as well. > > Thanks for the input, > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > Running FreeBSD 4.4-RELEASE i386 > 6:23PM up 1 day, 4:32, 1 user, load averages: > 1.00, 1.00, 1.00 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:48: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by hub.freebsd.org (Postfix) with ESMTP id CD25D37B403 for ; Mon, 22 Oct 2001 18:48:02 -0700 (PDT) Received: from rain (24.247.81.122.bay.mi.chartermi.net [24.247.81.122]) by Veronica.wmol.com (Vircom SMTPRS 5.0.193) with ESMTP id for ; Mon, 22 Oct 2001 21:45:07 -0400 Message-ID: <001a01c15b64$290d9de0$0201a8c0@hill.hom> From: "David Hill" To: Subject: can't get stateful ipfw working... Date: Mon, 22 Oct 2001 21:43:42 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0017_01C15B42.9E2860A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0017_01C15B42.9E2860A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello - Implementing the following ipfw ruleset allows nothing to work. The nat'd machines can't access the gateway, nor the internet What am I doing wrong? # rules # # 192.168.1.0/24 (NAT) <-> 192.168.1.1 (fbsd firewall) 24.247.x.x <->=20 # Internet # fwcmd=3D"/sbin/ipfw" oif=3D"sis0" iif=3D"fxp0" inwr=3D"192.168.1.0/24" iip=3D"192.168.1.1" $fwcmd -f flush $fwcmd add divert natd all from any to any via $oif $fwcmd add 100 pass all from any to any via lo0 $fwcmd add 101 deny all from any to 127.0.0.0/8 $fwcmd add 500 check-state $fwcmd add 510 deny tcp from any to any in established $fwcmd add 520 allow tcp from any to any keep-state setup $fwcmd add 600 allow udp from any to any out $fwcmd add 601 allow udp from 255.255.255.255 to any 68 in recv $oif $fwcmd add 700 allow icmp from any to any icmptypes 8 out $fwcmd add 701 allow icmp from any to any icmptypes 0 in $fwcmd add 702 allow icmp from any to any icmptypes 11 in ------=_NextPart_000_0017_01C15B42.9E2860A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello=20 -
Implementing the following ipfw ruleset allows nothing to = work.
The=20 nat'd machines can't access the gateway, nor the internet

What am = I doing=20 wrong?

# rules
#
# 192.168.1.0/24 (NAT) <-> = 192.168.1.1 (fbsd=20 firewall) 24.247.x.x <->
#=20 Internet
#
fwcmd=3D"/sbin/ipfw"
oif=3D"sis0"
iif=3D"fxp0"
= inwr=3D"192.168.1.0/24"
iip=3D"192.168.1.1"

$fwcmd=20 -f flush
$fwcmd add divert natd all from any to any via = $oif
$fwcmd add=20 100 pass all from any to any via lo0
$fwcmd add 101 deny all from any = to=20 127.0.0.0/8

$fwcmd add 500 check-state
$fwcmd add 510 deny tcp = from=20 any to any in established
$fwcmd add 520 allow tcp from any to any = keep-state=20 setup

$fwcmd add 600 allow udp from any to any out
$fwcmd add = 601=20 allow udp from 255.255.255.255 to any 68 in recv $oif

$fwcmd add = 700=20 allow icmp from any to any icmptypes 8 out
$fwcmd add 701 allow icmp = from any=20 to any icmptypes 0 in
$fwcmd add 702 allow icmp from any to any = icmptypes 11=20 in


------=_NextPart_000_0017_01C15B42.9E2860A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:51:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 6AA1937B409 for ; Mon, 22 Oct 2001 18:51:18 -0700 (PDT) Received: (qmail 19451 invoked from network); 23 Oct 2001 01:51:46 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 23 Oct 2001 01:51:46 -0000 From: "Jonathan M. Slivko" To: "'The Almonds'" , "'Marco Radzinschi'" , "'Bob Johnson'" Cc: Subject: RE: Q: Inactive vs. free memory? Date: Mon, 22 Oct 2001 21:51:26 -0400 Message-ID: <000401c15b65$3a69c7c0$6501a8c0@sioux> 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, Build 10.0.2616 In-Reply-To: <20011023014721.81770.qmail@web9608.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "man top" -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of The Almonds Sent: Monday, October 22, 2001 9:47 PM To: Marco Radzinschi; Bob Johnson Cc: questions@freebsd.org Subject: Re: Q: Inactive vs. free memory? Sorry to jump in but thought this may be a good thread to ask a similar question. We are trying to determine 4 things on some systems at work. 1. How much memory is on the system via a utility in FreeBSD? 2. How much of the physical memory is being used by the system currently? 3. What part of the physical memory belongs to the kernel? 4. What part of the physical memory belongs to applications? --- Marco Radzinschi wrote: > > On Mon, 22 Oct 2001, Bob Johnson wrote: > > [snip!] > > > The relatively short answer is that "Inactive" > memory is dirty > > memory that needs to be written to swap before it > can be reallocated. > > "Cache" is memory that can be reallocated > immediately, either because > > it has already been written to swap, or for some > reason it can be > > reused without doing so (I suppose an example of > this would be > > executable code that will be re-read from the > original file if it > > is needed again). > > > > Memory gets into the "Inactive" or "Cache" queue > by not being accessed > > for a while. Something is still claiming it, but > since it hasn't been > > accessed recently, it is considered a good > candidate for re-use > > when something else needs some physical memory. > If the process that > > owns the memory accesses it, it will be moved back > to "Active" without > > any swapping being necessary. > > > I thought that it was unlikely that my system had > 174 MB of memory > that would need to be swapped out before being > reclaimed, since I am sure > it did not actually NEED that much memory. That is, > there is no way it > was working with that large a data set. > > I wanted to see what would happen if it was needed, > so I started enough > processes to eat up 200+ MB of RAM, and what I > observed was that the > system first used the cache memory, as you said it > would. Then the inactive > memory started dropping fast, and the active memory > count started going > up. It DID NOT, however, start paging until the > inactive memory was down > to a few megabytes. From this I conclude that > inactive memory need not > necessarily be paged out in order to be reclaimed. > > In my particular case, I believe Samba eats up RAM > when I transfer several > gigabytes over the network, which ends up as > inactive. It still seems odd > to me that it does not end up as cache memory, but > it seems to work just > as well. > > Thanks for the input, > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > Running FreeBSD 4.4-RELEASE i386 > 6:23PM up 1 day, 4:32, 1 user, load averages: > 1.00, 1.00, 1.00 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 18:59: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id AD5F937B409 for ; Mon, 22 Oct 2001 18:58:59 -0700 (PDT) Received: from mark2 (host217-34-95-47.in-addr.btopenworld.com [217.34.95.47]) by dv-db.com (8.9.3/8.9.3) with SMTP id CAA23578; Tue, 23 Oct 2001 02:58:55 +0100 (GMT/BST) Message-ID: <004901c15b66$1f6e5200$0200a8c0@mark2> From: "Mark Hughes" To: "Tyler Spivey" , References: <20011023003603.TZTV17681.femail24.sdc1.sfba.home.com@tspivey8> Subject: Re: ferther exports problems Date: Tue, 23 Oct 2001 02:57:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > sorry for all the mails, but it says it can't remount /home; invalid argument. > what is this? > and if i get it fixed, wil i need to have a seperate account on the freebsd box with the same uid as the one on my linux box? If, as you said above, you have everything on one partition, then obviously you cannot mount /home, as it isn't a partition in it's own right. According to David Kirchner above : "/etc/exports only works for mount points - that is, /home must be its own mountpoint rather than a directory of another drive." Which basically means that it won't work for /home if /home is not a partition/mountpoint in it's own right. Can you please reply to one thread rather than starting a new thread with each question about the same subject? It makes it much much easier to follow what is being said if you do :+) Hope this helps somewhat... Regards, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19: 0:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 081ED37B403 for ; Mon, 22 Oct 2001 19:00:54 -0700 (PDT) Received: from telusplanet.net ([142.59.227.177]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011023020053.WZZH13979.priv-edtnes09-hme0.telusplanet.net@telusplanet.net> for ; Mon, 22 Oct 2001 20:00:53 -0600 Message-ID: <3BD4CEF2.6090803@telusplanet.net> Date: Mon, 22 Oct 2001 19:59:14 -0600 From: Chris Huisman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20011021 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd Subject: Apache problems Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello again, I installed apache-mod_ssl, and when I run apachectl configtest, this is what I get: %apachectl configtest Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.35161") failed Error: MM: mm:core: failed to open semaphore file (Permission denied): OS: No such file or directory what is httpd.mm ?????? However, when I run it from root I get the following error: Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared object "libm.so.6" not found What am I doing wrong? Thanks, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19: 4:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id A5FC337B401 for ; Mon, 22 Oct 2001 19:04:14 -0700 (PDT) Received: from acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.186.69]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9N245r23548 for ; Mon, 22 Oct 2001 22:04:05 -0400 (EDT) Received: (from leblanc@localhost) by acadia.ne.mediaone.net (8.11.6/8.11.6) id f9N24Jh26118 for freebsd-questions@FreeBSD.ORG; Mon, 22 Oct 2001 22:04:19 -0400 (EDT) (envelope-from leblanc) Date: Mon, 22 Oct 2001 22:04:19 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.ORG Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) Message-ID: <20011022220419.B25852@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20011022172710.A36179@acadia.ne.mediaone.net> <00a601c15b43$a7946020$cd2a6ba5@lc.ca.gov> <022501c15b45$24321ea0$a50410ac@olmct.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <022501c15b45$24321ea0$a50410ac@olmct.net> User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you Drew and Andre` very much. I'll look into both and see what I can come up with. Now to pick a domain and register it :) Lou On 10/22/01 06:01 PM, Andre` Niel Cameron sat at the `puter and typed: > You could also try dyndns.org and hr.org. > Regards, > Andre` C. > Technical Support > Ô¿Ô¬ > ---------------------------------------------------------------------------- > - > Visit our support manual at http://supportmanual.com/ > ----- Original Message ----- > From: "Drew Tomlinson" > To: > Sent: Monday, October 22, 2001 5:51 PM > Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not > they were successful?) > > > > > > ----- Original Message ----- > > From: "Louis LeBlanc" > > To: > > Sent: Monday, October 22, 2001 2:27 PM > > Subject: Re: attackers! How do I know whether or not they were > > successful? > > > > > > > Sorry I don't have the actual message to reply to, but I got kicked > > > off the list this weekend because my ISP hosed its dns server . > > > Anyone know of a dns service that can serve a domain to a DHCP IP? > > > > I use ZoneEdit (http://www.zoneedit.com). It's free and it works for > > me! > > > > HTH, > > > > Drew > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Kettering's Observation: Logic is an organized way of going wrong with confidence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19: 8: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from goldorak.ericsson.ca (goldorak.ericsson.ca [192.75.89.161]) by hub.freebsd.org (Postfix) with SMTP id F2EB837B405 for ; Mon, 22 Oct 2001 19:07:56 -0700 (PDT) Received: (qmail 15617 invoked by uid 65534); 23 Oct 2001 02:07:55 -0000 Date: 23 Oct 2001 02:07:55 -0000 Message-ID: <20011023020755.15616.qmail@goldorak.ericsson.ca> From: "Martin Gignac FreeBSD " To: freebsd-questions@freebsd.org Subject: nmbd (Samba) not binding after shutdown now + CTRL-D combination... X-Mailer: NeoMail 1.25 X-IPAddress: 192.75.88.40 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am running the samba-2.2.1a_2 port on a FreeBSD 4.3-RC machine. When I start my machine from a power-off state or reboot the machine (using 'halt' or 'reboot') my smbd and nmbd daemons run fine. But if I issue a 'shutdown now' command to go into single-user mode, do a couple of things, and then press CTRL-D to return to multi-user mode, the nmd daemon refuses to start, instead giving off the following errors in the /var/log/log.nmbd file: [2001/10/22 21:29:04, 0] nmbd/asyncdns.c:start_async_dns(150) started asyncdns process 3552 [2001/10/22 21:29:04, 0] nmbd/nmbd_subnetdb.c:create_subnets(242) create_subnets: No local interfaces ! [2001/10/22 21:29:04, 0] nmbd/nmbd.c:main(835) ERROR: Failed when creating subnet lists. Exiting. smbd runs fine, though. Any attempt to start nmbd, either by hand, with SWAT, or with /usr/local/etc/rc.d/samba.sh ultimately fails. I find myself having to completely reboot the machine to get nmbd to work once again. What is suprising is that all other services seems to work just fine after the return to multi-user: DNS, HTTP, NTP, SMTP, FTP, etc. Is there anything 'bad' about not performing a full reboot? I've always enjoyed the speed advantage of going into single-user mode and then jumping back to multi-user instead of having to wait for a complete machine boot. Is this behavior expected? If so, why does it seem as if I am only seeing it with nmbd? And why does it complain about there not being any local interfaces? I can see them just fine if I do an 'ifconfig -a'. Anyway, if anyone can give me a clue as to what is (or might be) going on, it would be much appreciated. Thanks, -Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:11:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corp5.cbn.net.id (corp5.cbn.net.id [202.158.3.29]) by hub.freebsd.org (Postfix) with ESMTP id 75D3037B403 for ; Mon, 22 Oct 2001 19:11:49 -0700 (PDT) Received: from dante.naver.co.id (unknown [202.158.92.141]) by corp5.cbn.net.id (Postfix) with ESMTP id C5916559F0 for ; Tue, 23 Oct 2001 09:11:40 +0700 (JAVT) Received: by dante.naver.co.id (Postfix, from userid 1000) id 55ACC171398; Tue, 23 Oct 2001 09:11:33 +0700 (JAVT) Date: Tue, 23 Oct 2001 09:11:33 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: How does quota suppose to work? Message-ID: <20011023091133.A10346@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-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi... I have never used quota before. About 2 weeks ago I setup my machine to be a file server which anyone in my network can write to. Installed samba-2.2.1a_2 from ports. I configured samba so I have /home/samba (owned by user:samba and group:samba) as the directory in which people can write to. # cat /etc/fstab /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw,userquota 1 1 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 /dev/fd0 /floppy msdos rw,noauto,longnames 0 0 /dev/ad0s1 /win msdos rw,longnames 0 0 proc /proc procfs rw 0 0 Then as root I issued edquota samba. # quota -u samba Disk quotas for user samba (uid 1003): Filesystem usage quota limit grace files quota limit grace / 4601 300000030000001 3 0 0 But when I tried to fill /home/samba with junk (using another machine, a Windows 2000 machine, copying lots of MP3s thru Network Neighborhood), my machine didn't forbid 4 gigs size! Does quota suppose to work like this? I have OPTIONS QUOTA in my kernel and set enable_quotas="YES" in /etc/rc.conf. This is a -CURRENT system. # uname -a FreeBSD dante.naver.co.id 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Oct 8 17:04:57 JAVT 2001 root@dante.naver.co.id:/usr/obj/usr/src/sys/DANTE i386 tq /john Live Free OR Die To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:16:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 3994B37B406 for ; Mon, 22 Oct 2001 19:16:15 -0700 (PDT) Received: (qmail 19780 invoked from network); 23 Oct 2001 02:16:43 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 23 Oct 2001 02:16:43 -0000 From: "Jonathan M. Slivko" To: "'Chris Huisman'" , "'freebsd'" Subject: RE: Apache problems Date: Mon, 22 Oct 2001 22:16:23 -0400 Message-ID: <000501c15b68$b6f3ec50$6501a8c0@sioux> 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, Build 10.0.2616 In-Reply-To: <3BD4CEF2.6090803@telusplanet.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you use the port? -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Chris Huisman Sent: Monday, October 22, 2001 9:59 PM To: freebsd Subject: Apache problems Hello again, I installed apache-mod_ssl, and when I run apachectl configtest, this is what I get: %apachectl configtest Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.35161") failed Error: MM: mm:core: failed to open semaphore file (Permission denied): OS: No such file or directory what is httpd.mm ?????? However, when I run it from root I get the following error: Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared object "libm.so.6" not found What am I doing wrong? Thanks, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:18:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id 8581637B407 for ; Mon, 22 Oct 2001 19:18:32 -0700 (PDT) Received: (qmail 16951 invoked from network); 23 Oct 2001 02:18:16 -0000 Received: from unknown (HELO localhost) (63.17.104.248) by smtp2.mx.pitdc1.stargate.net with SMTP; 23 Oct 2001 02:18:16 -0000 X-Sender: fatburner@usa.com From: Energizing Fat Burner POWER To: "customer" Date: Mon, 22 Oct 2001 19:11:11 -0400 Subject: Drop 10 pounds by November 5th GUARANTEED! MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001__272382558_69071.82" Message-Id: <20011023021832.8581637B407@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a Multipart MIME message. ------=_NextPart_000_001__272382558_69071.82 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_000_001__272382558_69071.82 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9u YWwvL2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50 LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxt ZXRhIGh0dHAtZXF1aXY9IkV4cGlyZXMiIGNvbnRlbnQ9IkZyaSwgMjcgQXByIDIwMDEsIDE4 OjI0OjI5IEdNVCI+DQogICA8bWV0YSBuYW1lPSJHRU5FUkFUT1IiIGNvbnRlbnQ9Ik1vemls bGEvNC43MiBbZW5dIChXaW45NTsgSSkgW05ldHNjYXBlXSI+DQogICA8dGl0bGU+ZUJheSBp dGVtIDU4MDg1NTQwNCAoRW5kcyBBcHItMjctMDEgMTE6NDI6NTMgUERUKSAtICMxIERJRVQg UElMTCBMT1NFIDEwMExCUyBCWSBKVU5FIEdVQVJBTlRFRUQhISANCjwvdGl0bGU+DQo8L2hl YWQ+DQo8Ym9keSBiZ2NvbG9yPSIjRkZGRkZGIj4NCg0KPGJsb2NrcXVvdGU+DQo8Y2VudGVy Pjxmb250IHNpemU9KzQ+PGZvbnQgY29sb3I9IiMwMDAwMDAiPkxPU0UgV0VJR0hUDQo8L2Zv bnQ+PGI+PGZvbnQgY29sb3I9IiMwMDAwRkYiPkZBU1Q8L2ZvbnQ+PC9iPjxmb250IGNvbG9y PSIjMDAwMDAwIj4NCiwgTE9TRSBXRUlHSFQgPC9mb250PjxiPjxmb250IGNvbG9yPSIjMDAw MEZGIj5TQUZFTFk8L2ZvbnQ+PC9iPjxmb250IGNvbG9yPSIjMDAwMDAwIj4sPC9mb250Pjwv Zm9udD4NCjxicj48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rND5MT1NF IFdFSUdIVCBOT1c8L2ZvbnQ+PC9mb250PjwvYj4NCjxwPjxmb250IGNvbG9yPSIjMDAwMDAw Ij48Zm9udCBzaXplPSs0PkZpbmFsbHkgYSBQcm9kdWN0IHRoYXQgY2FuIEhlbHANCllvdTwv Zm9udD48L2ZvbnQ+DQo8YnI+PGI+PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9 KzQ+TE9TRSAzMC02MCBMQlMvTU9OVEg8L2ZvbnQ+PC9mb250PjwvYj48L2NlbnRlcj4NCg0K PHA+PGJyPg0KPGJsb2NrcXVvdGU+DQo8YmxvY2txdW90ZT4NCjx1bD4NCjxsaT4NCjxmb250 IHNpemU9KzI+QWxsIG5hdHVyYWwgaW5ncmVkaWVudHMgd2l0aCBubyBzaWRlIGVmZmVjdHMh PC9mb250PjwvbGk+DQoNCjxsaT4NCjxmb250IHNpemU9KzI+QnV5IHJpZ2h0IGZyb20gdGhl IG1hbnVmYWN0dXJlciE8L2ZvbnQ+PC9saT4NCg0KPGxpPg0KPGZvbnQgc2l6ZT0rMj5UaGUg cmVhbCBNY0NveSAtIG5vdCBhIGNoZWFwIGltaXRhdGlvbiBsaWtlIHRoZXkgc2VsbCBvbg0K ZUJheSE8L2ZvbnQ+PC9saT4NCg0KPGxpPg0KPGZvbnQgc2l6ZT0rMj5HdWFyYW50ZWVkIHRv IHdvcmsgb3IgeW91ciBtb25leSBiYWNrITwvZm9udD48L2xpPg0KPC91bD4NCjwvYmxvY2tx dW90ZT4NCjwvYmxvY2txdW90ZT4NCg0KPGNlbnRlcj4NCjxwPjxicj48Yj48Zm9udCBjb2xv cj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rND5OTyBNT1JFIENPVU5USU5HIFVQIENBTE9SSUVT DQpPTiBBIENBUkQsT1IgQlVZSU5HIE9WRVJQUklDRUQgRk9PRCBGUk9NIEEgRElFVCBDRU5U RVI8L2ZvbnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGZv bnQgc2l6ZT0rND5USElTIElTIFRIRSBPTkxZIFBST0RVQ1QgVEhBVA0KR1VBUkFOVEVFUyBS RVNVTFRTPC9mb250PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+ PGZvbnQgc2l6ZT0rMT5JZiB5b3UgYXJlIGZydXN0cmF0ZWQgd2l0aCB0cnlpbmcNCm90aGVy IHByb2R1Y3RzLCBub3QgaGF2aW5nIGFueSBzdWNjZXNzLCBhbmQganVzdDwvZm9udD48L2Zv bnQ+PC9iPg0KPGJyPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsxPm5v dCBnZXR0aW5nIHRoZSByZXN1bHRzIHlvdQ0Kd2VyZSBwcm9taXNlZC4uLjwvZm9udD48L2Zv bnQ+PC9iPg0KPGJyPjxiPjxmb250IHNpemU9KzE+PGZvbnQgY29sb3I9IiM4MDAwODAiPk5P VzwvZm9udD48Zm9udCBjb2xvcj0iIzAwMDAwMCI+DQp0aGF0IGlzIGFsbCBvdmVyISBZb3Ug aGF2ZSA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRjAwMDAiPkFCU09MVVRFTFkgTk9USElORzwv Zm9udD48Zm9udCBjb2xvcj0iIzAwMDAwMCI+DQp0byBsb3NlLjwvZm9udD48L2ZvbnQ+PC9i Pg0KPGJyPjxiPjxmb250IHNpemU9KzE+PGZvbnQgY29sb3I9IiMwMDAwMDAiPkkgYmFjayB0 aGlzIGF1Y3Rpb24gd2l0aCBteQ0KdW5tYXRjaGVkIDwvZm9udD48Zm9udCBjb2xvcj0iIzgw MDA4MCI+MTAwJSBNT05FWSBCQUNLIEdVQVJBTlRFRTwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+ PGI+PGZvbnQgc2l6ZT0rMT48Zm9udCBjb2xvcj0iIzAwMDAwMCI+SWYgYXQgQU5ZIHRpbWUg eW91IGZlZWwgeW91IGFyZQ0Kbm90IHNhdGlzZmllZCB3aXRoIG91ciBwcm9kdWN0IGp1c3Qg cmV0dXJuIHRoZSB1bnVzZWQgcG9ydGlvbiBmb3IgYQ0KPC9mb250Pjxmb250IGNvbG9yPSIj ODAwMDgwIj5GVUxMDQpSRUZVTkQuLi48L2ZvbnQ+PGZvbnQgY29sb3I9IiMwMDAwMDAiPiB5 b3UgcmVhZCBjb3JyZWN0bHkuLi4gSSBzYWlkIGEgPC9mb250Pjxmb250IGNvbG9yPSIjODAw MDgwIj5GVUxMDQpSRUZVTkQhISE8L2ZvbnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBj b2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMT5JIGFtIGNvbXBsZXRlbHkgY29uZmlkZW50 IHlvdQ0KdG9vIHdpbGwgYmUgYXMgc3VjY2Vzc2Z1bCBhcyB0aGU8L2ZvbnQ+PC9mb250Pjwv Yj4NCjxicj48Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMT50aG91c2Fu ZHMgb2Ygb3RoZXIgcGVvcGxlIGxpa2UNCnlvdSB3aG8gaGF2ZSB0YWtlbiB0aGUgcHJvZHVj dC48L2ZvbnQ+PC9mb250PjwvYj4NCjxicj4mbmJzcDsNCjxwPjxiPjxmb250IGNvbG9yPSIj MDAwMEZGIj48Zm9udCBzaXplPSsyPldIWSBCVVkgUklHSFQgTk9XPzwvZm9udD48L2ZvbnQ+ PC9iPjwvY2VudGVyPg0KDQo8dWw+DQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+ PGZvbnQgc2l6ZT0rMT5XZSBzaGlwIHdpdGhpbiA0OCBob3Vycy48L2ZvbnQ+PC9mb250Pjwv Yj48L2xpPg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0r MT5XaHkgYnV5IGZyb20gYSBtaWRkbGVtYW4gd2hlbiB5b3UNCmNhbiBnbyBkaXJlY3RseSB0 byB0aGUgc291cmNlPzwvZm9udD48L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4NCjxiPjxmb250 IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsxPk91ciBjdXN0b21lciBzZXJ2aWNlIGlz IDEwMCUgQ29tbWl0dGVkDQp0byB5b3UhPC9mb250PjwvZm9udD48L2I+PC9saT4NCg0KPGxp Pg0KPGI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzE+V2UgYmFjayBvdXIg cHJvZHVjdCB3aXRoIGEgd3JpdHRlbg0KTElGRVRJTUUgMTAwJSBNT05FWS1CQUNLIGd1YXJh bnRlZSEhPC9mb250PjwvZm9udD48L2I+PC9saT4NCg0KPGxpPg0KPGI+PGZvbnQgc2l6ZT0r MT5Zb3Ugd2FudCB0byBzdGFydCBsb3Npbmcgd2VpZ2h0IFRPREFZLiZuYnNwOyBXaHkgd2Fp dA0KZm9yIGFuIGF1Y3Rpb24gdG8gZW5kPyBPcmRlciBub3cgYW5kIGJlZ2luIHlvdXIgZGll dCB3aXRoaW4gNDggaG91cnMhPC9mb250PjwvYj48L2xpPg0KPC91bD4NCg0KPHA+PGJyPjxi Pjxmb250IGNvbG9yPSIjRkYwMDAwIj48Zm9udCBzaXplPSszPldFIFNFTEwgQVQgVEhFIExP V0VTVCBQUklDRQ0KQU5ZV0hFUkUuPC9mb250PjwvZm9udD48L2I+DQo8Y2VudGVyPg0KPHA+ PGI+PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9KzQ+TE9TRSBXRUlHSFQgRkFT VCEhISE8L2ZvbnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+ PGZvbnQgc2l6ZT0rMz5XRSBHVUFSQU5URUUgSVQhPC9mb250PjwvZm9udD48L2I+DQo8cD48 Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMT5JdCBpcyB2ZXJ5IHBvc3Np YmxlIHRvIGxvc2Ugd2VpZ2h0DQpuYXR1cmFsbHkgd2l0aG91dCB0aGUgdXNlIG9mIGRydWdz IHRoYXQgaGF2ZSBhPC9mb250PjwvZm9udD48L2I+DQo8YnI+PGI+PGZvbnQgY29sb3I9IiMw MDAwMDAiPjxmb250IHNpemU9KzE+bnVtYmVyIG9mIHNpZGUgZWZmZWN0cywgd2l0aG91dA0K dGhlIHVzZSBvZiBwbGFzdGljIHN1cmd1cnkuPC9mb250PjwvZm9udD48L2I+DQo8YnI+PGI+ PHU+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzE+RG9uJ3Qgc2V0dGxlIGZv ciBjaGVhcCBpbWl0YXRpb25zPC9mb250PjwvZm9udD48L3U+PC9iPg0KPGJyPjxpbWcgU1JD PSJyYWluYm93X2xpbmUuZ2lmIiBBTFQ9IiIgQk9SREVSPTAgaGVpZ2h0PTEgd2lkdGg9NjAw Pg0KPHA+PGI+PGZvbnQgc2l6ZT0rMT5UaGUgb3RoZXIgc3R1ZmYganVzdCBET0VTTidUIFdP UksuJm5ic3A7IEkndmUgdHJpZWQNCmFsbCB0aGUgb3RoZXIgZGlldCBwaWxscyB3aXRoIG5v IHJlc3VsdHMuJm5ic3A7IFlvdSBrbm93IHRoZSBvbmVzLiBUaGV5DQpib2FzdCBvZiBoYXZp bmcgZXZlcnkgaGVyYiBleHRyYWN0IHVuZGVyIHRoZSBzdW4gaW4gdGhlaXIgcGlsbHMsIGJ1 dCB0aGF0DQpkb2Vzbid0IG1lYW4gaXQgaGVscHMgeW91IGxvc2Ugd2VpZ2h0LiZuYnNwOyBN b3N0IG9mIHRoZW0gY29udGFpbiBjYWZmZWluZSwNCmd1YXJhbmEgYW5kIE1hIEh1YW5nLCBh bGwgb2Ygd2hpY2ggY2F1c2UgdGhlIGppdHRlcnMgYW5kIGhhdmUgbm8gcHJvdmVuDQp3ZWln aHQgbG9zcyByZXN1bHRzLiZuYnNwOyBET04nVCBCVVkgVEhFIENIRUFQIElNSVRBVElPTlMu Jm5ic3A7IE9ubHkgUG93ZXINCkRpZXQgUGx1cyBjb250YWlucyA8Zm9udCBjb2xvcj0iI0ZG MDAwMCI+TElQT1RST1BJQyBGQVQgQlVSTkVSUyA8L2ZvbnQ+d2hpY2gNCmFyZSBzY2llbnRp ZmljYWxseSBwcm92ZW4gdG8gaW5jcmVhc2UgbWV0YWJvbGlzbSBhbmQgY2F1c2UgcmFwaWQg d2VpZ2h0DQpsb3NzLiZuYnNwOyBObyAiaG9jdXMgcG9jdXMiIGluIHRoZXNlIHBpbGxzIC0g anVzdCBSRVNVTFRTLCBSRVNVTFRTLCBSRVNVTFRTISE8L2ZvbnQ+PC9iPg0KPHA+PGltZyBT UkM9InJhaW5ib3dfbGluZS5naWYiIEFMVD0iIiBCT1JERVI9MCBoZWlnaHQ9MSB3aWR0aD02 MDA+DQo8cD48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rMj5IYXZlIHlv dSBiZWVuIHdhbnRpbmcgdG8gLi4uPC9mb250PjwvZm9udD48L2I+DQo8YnI+PGI+PGZvbnQg Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9LTE+dGhpcyBkaWV0IGFkIGlzIHByb3BlcnR5 IG9mDQp1bHRpbWF0ZWRpZXRzLmNvbXRoaXMgZGlldCBhZCBpcyBwcm9wZXJ0eSBvZiB1bHRp bWF0ZWRpZXRzLmNvbTwvZm9udD48L2ZvbnQ+PC9iPjwvY2VudGVyPg0KDQo8dWw+DQo8bGk+ DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGZvbnQgc2l6ZT0rMT4mbmJzcDtMb3NlIHdl aWdodCB0aGUgc2FmZSAmYW1wOw0KZWZmZWN0aXZlIHdheT88L2ZvbnQ+PC9mb250Pjxmb250 IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPS0xPmQ8L2ZvbnQ+PC9mb250PjwvYj48L2xp Pg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGZvbnQgc2l6ZT0rMT5Mb3Nl IHdlaWdodCB3aXRob3V0IGhhdmluZyB0byBlYXQNCnJpY2UgY2FrZXMgYWxsIGRheT88L2Zv bnQ+PC9mb250PjwvYj48L2xpPg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+ PGZvbnQgc2l6ZT0rMT5Mb3NlIHdlaWdodCB3aXRob3V0IGV4Y2VyY2lzaW5nPzwvZm9udD48 L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4NCjxiPjxmb250IGNvbG9yPSIjMDAwMEZGIj48Zm9u dCBzaXplPSsxPkJlIGFibGUgdG8gZWF0IGRpbm5lciB3aXRob3V0IHNlcnZpbmcNCnlvdXIg bWVhbCBvdXQgb2YgYSBmcm96ZW4gYm94PzwvZm9udD48L2ZvbnQ+PC9iPjwvbGk+DQoNCjxs aT4NCjxiPjxmb250IGNvbG9yPSIjMDAwMEZGIj48Zm9udCBzaXplPSsxPkhhdmUgbW9yZSBl bmVyZ3kgdG8ga2VlcCB1cCB3aXRoDQp0aGUga2lkcz88L2ZvbnQ+PC9mb250PjwvYj48L2xp Pg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGZvbnQgc2l6ZT0rMT5GaXQg aW50byB0aGF0IGRyZXNzIHlvdSd2ZSBiZWVuDQpkeWluZyB0byBwdXQgb24gYnV0IGNvdWxk bid0IGJlZm9yZT88L2ZvbnQ+PC9mb250PjwvYj48L2xpPg0KPC91bD4NCg0KPHA+PGJyPjxi Pjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSsyPldlIGNhbiBoZWxwIHlvdSBs b3NlIDEwLTE1DQpwb3VuZHMgcGVyIHdlZWsgbmF0dXJhbGx5ISBZb3UgZG8gbm90IGhhdmUg dG8gZXhlcmNpc2Ugb3IgZWF0IGJldHRlciBmb3INCnRoaXMgc3VwcGxlbWVudCB0byBoZWxw IHlvdSBsb3NlIHdlaWdodCE8L2ZvbnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBjb2xv cj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0tMT50aGlzIGRpZXQgYWQgaXMgcHJvcGVydHkgb2YN CnVsdGltYXRlZGlldHMuY29tdGhpcyBkaWV0IGFkIGlzIHByb3BlcnR5IG9mIHVsdGltYXRl ZGlldHMuY29tPC9mb250PjwvZm9udD48L2I+DQo8Y2VudGVyPg0KPHA+PGI+PGZvbnQgY29s b3I9IiNGRjAwMDAiPjxmb250IHNpemU9KzQ+WW91IG5lZWQgRW5lcmdpemluZyBGYXQgQnVy bmVyDQpQT1dFUjwvZm9udD48L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNp emU9LTE+dGhpcyBkaWV0IGFkIGlzDQpwcm9wZXJ0eSBvZiB1bHRpbWF0ZWRpZXRzLmNvbXRo aXMgZGlldCBhZCBpcyBwcm9wZXJ0eSBvZiB1bHRpbWF0ZWRpZXRzLmNvbTwvZm9udD48L2Zv bnQ+PC9iPg0KPGJyPiZuYnNwOw0KPHA+PGI+PHU+PGZvbnQgY29sb3I9IiNGRjAwMDAiPjxm b250IHNpemU9KzM+V0hBVCBJUyBFbmVyZ2l6aW5nIEZhdCBCdXJuZXINClBPV0VSPzwvZm9u dD48L2ZvbnQ+PC91PjwvYj4NCjxwPjxiPjxmb250IHNpemU9KzE+PGZvbnQgY29sb3I9IiNG RjAwMDAiPkVuZXJnaXppbmcgRmF0IEJ1cm5lciBQT1dFUiBpcw0KYSBibGVuZCBvZiBUV0VO VFkgRklWRSBESUZGRVJFTlQgTkFUVVJBTCBJTkdSRURJRU5UUy4gQWZ0ZXIgeWVhcnMgb2Yg cmVzZWFyY2gNCmFuZCB0ZXN0aW5nIHdlIGFyZSBmaW5hbGx5IGFibGUgdG8gb2ZmZXIgYSBw cm9kdWN0IHRoYXQgaXMgZWNvbm9taWNhbCBhbmQNCjwvZm9udD48dT48Zm9udCBjb2xvcj0i IzgwMDA4MCI+c2hvd3MNCnJlc3VsdHM8L2ZvbnQ+PC91Pjxmb250IGNvbG9yPSIjRkYwMDAw Ij4uIFRyeSBpdCBmb3IgYSBtb250aCBhbmQgeW91ciBmcmllbmRzDQphbmQgZmFtaWx5IHdp bGwgbm90aWNlIHRoZSBkaWZmZXJlbmNlLiBNb3JlIGltcG9ydGFudGx5LCB5b3Ugd2lsbCBo YXZlDQptb3JlIGVuZXJneSB0byBkbyB0aGUgdGhpbmdzIHRoYXQgeW91IGFsd2F5cyBpbWFn aW5lZCBkb2luZy4gV2Fsa2luZyBhDQpmZXcgbWlsZXMgYSBkYXkgd2lsbCBub3QgYmUgYSBw cm9ibGVtLiA8L2ZvbnQ+PHU+PGZvbnQgY29sb3I9IiMwMDAwRkYiPllPVQ0KV0lMTCBIQVZF IFRIRSBFTkVSR1k8L2ZvbnQ+PC91Pjxmb250IGNvbG9yPSIjRkYwMDAwIj4uIE5vIG1vcmUg YmluZ2Ugc25hY2tpbmcuDQpJbmdyZWRpZW50cyB3aXRoaW4gdGhlIHBpbGwgd2lsbCBjdXJi IHlvdXIgY3JhdmluZ3MgZm9yIHN3ZWV0cy4gTE9TRSBXRUlHSFQNCkFORCBTSVpFUyBGUk9N IFlPVVIgV0FJU1QuIFRISVMgSVMgU0lNUExZIEFOIEFNQVpJTkcgUFJPRFVDVCEhPC9mb250 PjwvZm9udD48L2I+DQo8cD48Yj48dT48Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGZvbnQgc2l6 ZT0rMj5XSEFUJ1MgSU4gSVQ/PC9mb250PjwvZm9udD48L3U+PC9iPjwvY2VudGVyPg0KPGI+ PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzA+TElQT1RST1BJQyBGQVQgQlVS TkVSIFRBQkxFVFMtIFByb2R1Y3QNCkluZ3JlZGllbnRzOjwvZm9udD48L2ZvbnQ+PC9iPg0K PGJyPiZuYnNwOw0KPHVsPg0KPGxpPg0KPGI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250 IHNpemU9KzA+MTAwJSBQdXJlIFBoYXJtYWNldXRpY2FsIEdyYWRlIEwtQ2Fybml0aW5lLjwv Zm9udD48L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4NCjxiPjxmb250IGNvbG9yPSIjMDAwMDAw Ij48Zm9udCBzaXplPSswPjEwMCUgUHVyZSBQaGFybWFjZXV0aWNhbCBHcmFkZSBDaG9saW5l DQpCaXRhcnRyYXRlLjwvZm9udD48L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4NCjxiPjxmb250 IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSswPjEwMCUgUHVyZSBQaGFybWFjZXV0aWNh bCBHcmFkZSBJbm9zaXRvbC48L2ZvbnQ+PC9mb250PjwvYj48L2xpPg0KDQo8bGk+DQo8Yj48 Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMD4xMDAlIFB1cmUgUGhhcm1hY2V1 dGljYWwgR3JhZGUgQmV0YWluZS48L2ZvbnQ+PC9mb250PjwvYj48L2xpPg0KDQo8bGk+DQo8 Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMD4xMDAlIFB1cmUgUGhhcm1h Y2V1dGljYWwgR3JhZGUgTWV0aGlvbmluZS48L2ZvbnQ+PC9mb250PjwvYj48L2xpPg0KDQo8 bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMD4xMDAlIFB1cmUg UGhhcm1hY2V1dGljYWwgR3JhZGUgQ2hyb21pdW0NClBpY29saW5hdGUuPC9mb250PjwvZm9u dD48L2I+PC9saT4NCjwvdWw+DQo8L2Jsb2NrcXVvdGU+DQoNCjxwPjxicj48Yj48Zm9udCBj b2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMD5MSVBPVFJPUElDIEZBVCBCVVJORVIgVEFC TEVUUw0KLSBQUk9EVUNUIERPU0FHRTo8L2ZvbnQ+PC9mb250PjwvYj4NCjxibG9ja3F1b3Rl PiZuYnNwOw0KPGJyPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSswPkxJ UE9UUk9QSUMgRkFUIEJVUk5FUiBUQUJMRVRTDQpjb250YWluIHRoZSBmb2xsb3dpbmc8L2Zv bnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6 ZT0rMD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsNCmluZ3JlZGllbnRzIHBlciB0YWJsZXQ6PC9mb250 PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0r MD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsNCkwtQ2Fybml0 aW5lIC4uLi4uLi4uLi4uLi4uLi4uLiAxMCBtZzwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+PGI+ PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzA+Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7DQpDaG9saW5lIEJpdGFydHJhdGUgLi4uLi4uLiAx NTAgbWc8L2ZvbnQ+PC9mb250PjwvYj4NCjxwPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48 Zm9udCBzaXplPSswPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw Ow0KSW5vc2l0b2wgLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4xNTAgbWc8L2ZvbnQ+PC9mb250 PjwvYj4NCjxwPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPSswPiZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOw0KQmV0YWluZSAuLi4uLi4u Li4uLi4uLi4uLi4uLi4uMTUwIG1nPC9mb250PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBj b2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0rMD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsNCk1ldGhpb25pbmUgLi4uLi4uLi4uLi4uLi4uLi4xNTAgbWc8 L2ZvbnQ+PC9mb250PjwvYj4NCjxwPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBz aXplPSswPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOw0KQ2hy b21pdW0gUGljb2xpbmF0ZSAuLi4uNTAgbWNnPC9mb250PjwvZm9udD48L2I+DQo8Y2VudGVy Pg0KPHA+PGI+PHU+PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9KzI+SE9XIERP RVMgSVQgV09SSz88L2ZvbnQ+PC9mb250PjwvdT48L2I+PC9jZW50ZXI+DQoNCjxibG9ja3F1 b3RlPg0KPGJsb2NrcXVvdGU+PGZvbnQgc2l6ZT0rMT5MaXBvdHJvcGljcyBhcmUgc3Vic3Rh bmNlcyB0aGF0IHByZXZlbnQgYW4gYWJub3JtYWwNCmFjY3VtdWxhdGlvbiBvZiBmYXQgaW4g dGhlIGxpdmVyLiBCZXNpZGVzIGltcHJvdmluZyBmYXQgbWV0YWJvbGlzbSwgbGlwb3Ryb3Bp Y3MNCndpbGwgYWxzbyBhaWQgaW4gdGhlIG1ldGFib2xpc20gb2YgZmF0IHNvbHVibGUgbnV0 cmllbnRzIGFuZCBhaWQgdGhlIGxpdmVyDQppbiBpdHMgb3RoZXIgbWV0YWJvbGljIGZ1bmN0 aW9ucyBzdWNoIGFzIHRoZSBwcm9jZXNzaW5nIG9mIGhvcm1vbmVzLCBlc3Ryb2dlbiwNCnN1 bGZhIGRydWdzLCBnbHVjb3NlLCBhbmQgZ2x5Y29nZW4uIFRoZSBmb3VyIGxpcG90cm9waWNz IGFyZSBtZXRoaW9uaW5lLA0KY2hvbGluZSwgaW5vc2l0b2wsIGFuZCBiZXRhaW5lLiBIb3cg dGhleSB3b3JrIGlzIHRoaXMsIGxpcG90cm9waWNzIGluY3JlYXNlDQpwcm9kdWN0aW9uIG9m IGxlY2l0aGluIGluIHRoZSBsaXZlciwgaGVscGluZyB0byBrZWVwIGNob2xlc3Rlcm9sIG1v cmUgc29sdWJsZQ0KYW5kIGxlc3NlbmluZyBkZXBvc2l0cyBpbiB0aGUgYmxvb2QgdmVzc2Vs cy4gVGhleSBwcmV2ZW50IGFjY3VtdWxhdGlvbg0Kb2YgZmF0cyBpbiB0aGUgbGl2ZXIgYW5k IHRoZXkgZGV0b3hpZnkgYW1pbmVzIHdoaWNoIGFyZSBieSBwcm9kdWN0cyBvZg0KcHJvdGVp biBtZXRhYm9saXNtPC9mb250Pi48L2Jsb2NrcXVvdGU+DQo8L2Jsb2NrcXVvdGU+DQoNCjxj ZW50ZXI+PGI+PHU+PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9KzI+U1RJTEwg TkVFRCBNT1JFIFBST09GPw0KV0VMTCwgSEVSRSBJVCBJUyE8L2ZvbnQ+PC9mb250PjwvdT48 L2I+PC9jZW50ZXI+DQoNCjxwPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXpl PSswPlNldmVyYWwgZG91YmxlIGJsaW5kIGNyb3Nzb3Zlcg0Kc3R1ZGllcywgY29uZHVjdGVk IGFsb25nIHdpdGggY2xpbmljYWwgYW5kIGxhYm9yYXRvcnkgdGVzdHMgYXQgbGVhZGluZw0K dW5pdmVyc2l0aWVzIGFuZCBob3NwaXRhbHMsIGhhdmUgcHJvdmVuIHRoYXQgdGhpcyBwcm9k dWN0IGlzIGVmZmVjdGl2ZS4NCk92ZXIgYSBzaXggd2VlayBwZXJpb2QsIHdpdGhvdXQgc2ln bmlmaWNhbnRseSBjaGFuZ2luZyBkaWV0YXJ5IG9yIGV4ZXJjaXNlDQpoYWJpdHMsIHN1Ympl Y3RzIGluIHNlcGFyYXRlIHN0dWRpZXMgbG9zdCBhbiBhdmVyYWdlIG9mIDIzJSBib2R5IGZh dCBhbmQNCmluY3JlYXNlZCBsZWFuIGJvZHkgbXVzY2xlIGJ5IDEuNSBwb3VuZHMuIFBlb3Bs ZSBvdmVyIHRoZSBhZ2Ugb2YgNDYgZGlkDQpldmVuIGJldHRlciwgd2hpbGUgd29tZW4gc2Vl bWVkIHRvIGRvIHRoZSBiZXN0LiBQZW9wbGUgd2l0aCBlbGV2YXRlZCBjaG9sZXN0ZXJvbA0K bGV2ZWxzIGF2ZXJhZ2VkIGEgMTklIGRyb3AgaW4gTERMIGNob2xlc3Rlcm9sICh0aGF0IGlz IHRoZSBkYW5nZXJvdXMga2luZCkuPC9mb250PjwvZm9udD48L2I+DQo8Y2VudGVyPg0KPHA+ PGI+PHU+PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9KzI+SE9XIE9GVEVOIERP IFlPVSBUQUtFIFRIRQ0KUElMTFM/PC9mb250PjwvZm9udD48L3U+PC9iPg0KPHA+PGI+PGZv bnQgc2l6ZT0rMT48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+U3VnZ2VzdGVkIHVzZSBpcyB0byB0 YWtlIG9uZQ0KY2Fwc3VsZSBhdCAxMCBhbSBhbmQgYW5vdGhlciBvbmUgYWdhaW4gYXQgMyBw bS48L2ZvbnQ+PGZvbnQgY29sb3I9IiMwMDAwMDAiPg0KVGhlcmUgYXJlIDkwIHBpbGxzIGlu IGEgYm90dGxlIHNvIG9yZGVyIGFjY29yZGluZ2x5LiA8aT5NYW55IGZpcnN0IHRpbWUNCmN1 c3RvbWVycyB0cnkgMiBib3R0bGVzIGFuZCB0aGVuIHRoZXkgYnV5IG11bHRpcGxlcyBldmVy eSB0aW1lIHRoZXkgcmVvcmRlci4NClRoaXMgbm90IG9ubHkgc2F2ZXMgb24gc2hpcHBpbmcg YnV0IHNhdmVzIHlvdSBmcm9tIHJ1bm5pbmcgb3V0IG9mIHBpbGxzLg0KR2V0IHRoYXQgYmFj ayB1cCBib3R0bGUgYW5kIHJlb3JkZXIgb25jZSB5b3Ugc3RhcnQgdXNpbmcgaXQuIEFmdGVy IGEgZmV3DQpkYXlzIHlvdSB3aWxsIGtub3cgdGhpcyBwcm9kdWN0IGlzIGZvciByZWFsIGFu ZCB3aWxsIGJlIHRlbGxpbmcgZnJpZW5kcywNCmZhbWlseSBhbmQgY293b3JrZXJzIGFib3V0 IHVzLiBJIHN0YW5kIGJlaGluZCBvdXIgcHJvZHVjdHMgMTAwJSBhcyBJIGhhdmUNCnNlZW4g Zmlyc3QgaGFuZCB0aGUgYW1hemluZyByZXN1bHRzIG9mIEVuZXJnaXppbmcgRmF0IEJ1cm5l ciBQT1dFUi4gPC9pPk9yZGVyDQo1IG9yIG1vcmUgYm90dGxlcyBhbmQgc2hpcHBpbmcgaXMg ZnJlZS4gU2F2ZSB5b3Vyc2VsZiAkOCByaWdodCB0aGVyZS48L2ZvbnQ+PC9mb250PjwvYj4N CjxwPjxiPjx1Pjxmb250IGNvbG9yPSIjMDAwMEZGIj48Zm9udCBzaXplPSsyPkhFQVIgV0hB VCBPVVIgQ1VTVE9NRVJTIEhBVkUNClNBSUQ6PC9mb250PjwvZm9udD48L3U+PC9iPjwvY2Vu dGVyPg0KDQo8cD48YnI+DQo8dGFibGUgQk9SREVSPTEwIENFTExTUEFDSU5HPTAgQ0VMTFBB RERJTkc9MTAgV0lEVEg9IjgwJSIgQkdDT0xPUj0iI0ZGRkZGRiIgYm9yZGVyY29sb3I9Im5h dnkiID4NCjx0cj4NCjx0ZCBBTElHTj1DRU5URVIgVkFMSUdOPVRPUCBXSURUSD0iNTAlIiBC R0NPTE9SPSIjMDAwMDAwIj48Yj48aT48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6 ZT0rMz5MT1NUDQoyMjBMQlM8L2ZvbnQ+PC9mb250PjwvaT48L2I+PC90ZD4NCg0KPHRkIEFM SUdOPUNFTlRFUiBWQUxJR049VE9QIFdJRFRIPSI1MCUiIEJHQ09MT1I9IiMwMDAwMDAiPjxi PjxpPjxmb250IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkxPU1QNCjg1TEJTPC9m b250PjwvZm9udD48L2k+PC9iPjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQUxJR049Q0VO VEVSIFZBTElHTj1UT1AgV0lEVEg9IjUwJSI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250 IHNpemU9LTE+VGhhbmsNCnlvdSBEdXRjaCBJbnRlcm5hdGlvbmFsIGZvciBtYWtpbmcgRW5l cmdpemluZyBGYXQgQnVybmVyIFBPV0VSLiBUaGVzZSBwaWxscw0KZ2F2ZSBtZSBhIG5ldyBs b29rIG9uIGxpZmUuIEkgaGF2ZSBsb3N0IDIxMCBwb3VuZHMgaW4gbGVzcyB0aGFuIDggbW9u dGhzISEhPC9mb250PjwvZm9udD4NCjxwPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBz aXplPS0xPkkgZGVjaWRlZCB0byBzdGFydCB0YWtpbmcgRXh0cmVtZQ0KUG93ZXIgUGx1cyB3 aGVuIEkgc2F3IGEgdmlkZW8gb2YgbXlzZWxmIGF0IDM3NCBwb3VuZHMsIHdoaWNoIGVtYmFy cmFzc2VkDQptZSBhIGxvdC4gQSBmcmllbmQgdG9sZCBtZSBhYm91dCB0aGVzZSBwaWxscyBh bmQgaGUgc2FpZCBpdCB3b3VsZCBjdXQgbXkNCmFwcGV0aXRlIGFuZCBnaXZlIG1lIGVuZXJn eS4gV2VsbCwgaXQgd29ya2VkISEhPC9mb250PjwvZm9udD4NCjxwPjxmb250IGNvbG9yPSIj MDAwMDAwIj48Zm9udCBzaXplPS0xPkkgd2FzIGF0IHRoZSBwb2ludCB0aGF0IEkgZGlkbid0 DQp3YW50IHRvIGRvIGFueXRoaW5nLiBBbGwgSSB3YW50ZWQgdG8gZG8gd2FzIGdvIHRvIHdv cmsgYW5kIGJhY2suIEkgZGlkbid0DQpjYXJlIHRvIGRvIGFueXRoaW5nIG1vcmUgdGhhbiBJ IGhhZCB0by4gTm93IEkgbG9vayBmb3IgdGhpbmdzIHRvIGRvLiBJJ20NCmVuam95aW5nIGxp ZmUgYWdhaW4uIE5vdyBJIGNhbiBnZXQgb24gdGhlIGZsb29yIGFuZCBwbGF5IGdhbWVzIHdp dGggbXkNCmdyYW5kZGF1Z2h0ZXIuPC9mb250PjwvZm9udD4NCjxwPjxmb250IGNvbG9yPSIj MDAwMDAwIj48Zm9udCBzaXplPS0xPlRoYW5rIHlvdSB2ZXJ5IG11Y2ggYWdhaW4gYmVjYXVz ZSwNCkkgY291bGQgbm90IGhhdmUgZG9uZSBpdCBvbiBteSBvd24uPC9mb250PjwvZm9udD4N CjxkaXYgYWxpZ249cmlnaHQ+PGI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPkRhbGUgQm91emln YXJkPC9mb250PjwvYj48L2Rpdj4NCjwvdGQ+DQoNCjx0ZCBBTElHTj1DRU5URVIgVkFMSUdO PVRPUCBXSURUSD0iNTAlIj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0tMT5J DQpzdGFydGVkIHRha2luZyBFbmVyZ2l6aW5nIEZhdCBCdXJuZXIgUE9XRVIgaW4gSnVuZSBv ZiAxOTk4LiBXaGVuIEkgc3RhcnRlZCwNCkkgd2FzIHdlYXJpbmcgYSBzaXplIDE4IGRyZXNz LCBJIHdlYXIgYSBzaXplIDggbm93ISBJIGFtIGFsc28gYSByZWdpc3RlcmVkDQpudXJzZSBh bmQgSSB0YWtlIGNhcmUgb2YgcGF0aWVudHMgd2l0aCBjYXJkaWFjIHByb2JsZW1zLjwvZm9u dD48L2ZvbnQ+DQo8cD48Zm9udCBjb2xvcj0iIzAwMDAwMCI+PGZvbnQgc2l6ZT0tMT5JIHJl Y2VudGx5IGV4cGVyaWVuY2VkIGVwaXNvZGVzDQpvZiBjaGVzdCBwYWlucy4gTXkgY2FyZGlv bG9naXN0IGltbWVkaWF0ZWx5IHdhbnRlZCB0byB0ZXN0IG1lLiBIZSBhc3N1bWVkDQp0aGF0 IHRoZSBNYSBIdWFuZyBpbiBFbmVyZ2l6aW5nIEZhdCBCdXJuZXIgUE9XRVIgd2FzIHRoZSBj YXVzZSBvZiB0aGUgcGFpbnMuPC9mb250PjwvZm9udD4NCjxwPjxmb250IGNvbG9yPSIjMDAw MDAwIj48Zm9udCBzaXplPS0xPkFmdGVyIGV4dGVuc2l2ZSB0ZXN0aW5nLCBteSBkb2N0b3IN Cm5vdCBvbmx5IGRldGVybWluZWQgdGhhdCBFbmVyZ2l6aW5nIEZhdCBCdXJuZXIgUE9XRVIg aGFkIG5vdGhpbmcgdG8gZG8NCndpdGggbXkgY2hlc3QgcGFpbnMsIGJ1dCB0aGF0IEkgaGFk IGEgaGVhcnQgb2YgYSAxNiB5ZWFyIG9sZCEgKE15IHBhaW5zDQp3ZXJlIGNhdXNlZCBmcm9t IGFuIHVsY2VyLikgTmVpdGhlciBvZiB1cyBhcmUgY29uY2VybmVkIGFueW1vcmUgYWJvdXQg dGhlDQpoZWFsdGggcmlza3Mgb2YgRW5lcmdpemluZyBGYXQgQnVybmVyIFBPV0VSLiBJIHdp bGwgdGFrZSB0aGVtIGZvciB0aGUgcmVzdA0Kb2YgbXkgbGlmZSE8L2ZvbnQ+PC9mb250Pg0K PGRpdiBhbGlnbj1yaWdodD48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+U2hlcnlsIEVkd2Fy ZHMsIFJOPC9mb250PjwvYj48L2Rpdj4NCjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQUxJ R049Q0VOVEVSIFZBTElHTj1UT1AgV0lEVEg9IjUwJSIgQkdDT0xPUj0iIzAwMDAwMCI+PGI+ PGk+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9KzM+TE9TVA0KT1ZFUiAyNTBM QlM8L2ZvbnQ+PC9mb250PjwvaT48L2I+PC90ZD4NCg0KPHRkIEFMSUdOPUNFTlRFUiBWQUxJ R049VE9QIFdJRFRIPSI1MCUiIEJHQ09MT1I9IiMwMDAwMDAiPjxiPjxpPjxmb250IGNvbG9y PSIjRkZGRkZGIj48Zm9udCBzaXplPSszPkxPU1QNCk9WRVIgMTAwTEJTPC9mb250PjwvZm9u dD48L2k+PC9iPjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQgQUxJR049Q0VOVEVSIFZBTElH Tj1UT1AgV0lEVEg9IjUwJSI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9LTE+ TGlrZQ0KdGhlIEVuZXJnaXplciBCdW5ueSwgbXkgd2VpZ2h0IGxvc3Mga2VlcHMgb24gZ29p bmchIFRoYW5rcyB0byBFeHRyZW1lIFBvd2VyDQpQbHVzLCBJIGhhdmUgdGhlIGVuZXJneSBh bmQgc3RhbWluYSB0byBub3Qgb25seSBob2xkIGRvd24gMiBqb2JzIGJ1dCB0bw0KYWxzbyBm YXRoZXIgbXkgMiBzb25zLiZuYnNwOzwvZm9udD48L2ZvbnQ+DQo8cD48Zm9udCBjb2xvcj0i IzAwMDAwMCI+PGZvbnQgc2l6ZT0tMT5UbyB0b3AgaXQgb2ZmLCBteSB3aWZlIERvbm5hIGhh cw0KYmVlbiB0YWtpbmcgRW5lcmdpemluZyBGYXQgQnVybmVyIFBPV0VSIGFuZCBpdCBzZWVt cyBsaWtlIGV2ZXJ5IHdlZWsgc2hlDQppcyBpbiBuZWVkIG9mIGEgbmV3IGRvd24gc2l6ZWQg d2FyZHJvYmUgYXMgdGhlIHdlaWdodCByYXBpZGx5IGZhbGxzIG9mZi4NCklmIHNoZSBzdGFu ZHMgdXAgdG9vIGZhc3QgaGVyIHBhbnRzIGxpdGVyYWxseSBmYWxsIGRvd24hIFNvLCBJJ3Zl IGRlY2lkZWQNCnRvIGdldCBoZXIgYSB2YXJpZXR5IG9mIHN1c3BlbmRlcnMgZm9yIENocmlz dG1hcy48L2ZvbnQ+PC9mb250Pg0KPGRpdiBhbGlnbj1yaWdodD48Yj48Zm9udCBjb2xvcj0i I0ZGMDAwMCI+SmVmZiBZb3JrPC9mb250PjwvYj48L2Rpdj4NCjwvdGQ+DQoNCjx0ZCBBTElH Tj1DRU5URVIgVkFMSUdOPVRPUCBXSURUSD0iNTAlIj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+ PGZvbnQgc2l6ZT0tMT5XaGVuDQpJIHN0YXJ0ZWQgdGFraW5nIEVuZXJnaXppbmcgRmF0IEJ1 cm5lciBQT1dFUiBJIHdlaWdoZWQgMjkwIHBvdW5kcyBhbmQgd2FzDQp3ZWFyaW5nIGEgc2l6 ZSA0OCBwYW50cyBhbmQgYSBzaXplIDNYIHNoaXJ0LiBJIGtuZXcgdGhhdCBJIGhhZCB0byBk byBzb21ldGhpbmcuDQpNeSBkYWQsIERhbGUgQm91emlnYXJkLCB0b2xkIG1lIHRoYXQgaGUg d2FzIHRha2luZyBFbmVyZ2l6aW5nIEZhdCBCdXJuZXINClBPV0VSIGFuZCBpdCBjdXQgaGlz IGFwcGV0aXRlLCBzbyBJIGJlZ2FuIHRha2luZyB0aGUgcHJvZHVjdC4gSXQgd29ya3MhPC9m b250PjwvZm9udD4NCjxwPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9udCBzaXplPS0xPkFm dGVyIG9uZSB5ZWFyLCBJIGFtIHByb3VkIHRvIHJlcG9ydA0KdGhhdCBJJ3ZlIGxvc3Qgb3Zl ciAxMDAgcG91bmRzISBNeSB3YWlzdCBpcyBkb3duIHRvIGEgMzggYW5kIEkgYW0gd2Vhcmlu Zw0KYSBtZW5zIGxhcmdlIHNoaXJ0LiBJIGZlZWwgZ3JlYXQhIFRoYW5rIHlvdSBEdXRjaCBJ bnRlcm5hdGlvbmFsIGZvciBtYWtpbmcNCkVuZXJnaXppbmcgRmF0IEJ1cm5lciBQT1dFUi4g SXQgaGFzIGNoYW5nZWQgbXkgbGlmZSE8L2ZvbnQ+PC9mb250Pg0KPGRpdiBhbGlnbj1yaWdo dD48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+QnJpYW4gQm91emlnYXJkPC9mb250PjwvYj48 L2Rpdj4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT4NCg0KPGNlbnRlcj4NCjxwPjxiPjxmb250 IGNvbG9yPSIjRkZGRkZGIj48Zm9udCBzaXplPS0xPnRoaXMgZGlldCBhZCBpcyBwcm9wZXJ0 eSBvZiB1bHRpbWF0ZWRpZXRzLmNvbXRoaXMNCmRpZXQgYWQgaXMgcHJvcGVydHkgb2YgdWx0 aW1hdGVkaWV0cy5jb208L2ZvbnQ+PC9mb250PjwvYj4NCjxicj48Yj48Zm9udCBjb2xvcj0i I0ZGMDAwMCI+PGZvbnQgc2l6ZT0rMT5RdWljayBSZXNwb25zZSEhIEZhc3QgU2hpcHBpbmch IQ0KQSBHcmVhdCBTZWxsZXIhITwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+PGI+PHU+PGZvbnQg Y29sb3I9IiMwMDgwMDAiPjxmb250IHNpemU9KzE+WU9VUiBTVUNDRVNTIFNUT1JZPzwvZm9u dD48L2ZvbnQ+PC91PjwvYj4NCjxicj48Yj48Zm9udCBjb2xvcj0iIzAwODAwMCI+PGZvbnQg c2l6ZT0rMT5PcmRlciB0b2RheSBhbmQgYmVjb21lIHBhcnQNCm9mIG15IGFkIGluIHRoZSBm dXR1cmUuIEJlIGxpa2UgdGhlIHRob3VzYW5kcyBvZiBvdGhlcnMgdGhhdCBoYXZlIGJlbmVm aXR0ZWQNCmZyb20gRW5lcmdpemluZyBGYXQgQnVybmVyIFBPV0VSLiBJdCBpcyB0aGF0IHNp bXBsZS4gUmVtZW1iZXIgdGhvc2UgYmVmb3JlDQphbmQgYWZ0ZXIgcGljdHVyZXMgd2lsbCBj b21lIGluIGhhbmR5LjwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+PGI+PGZvbnQgY29sb3I9IiMw MDAwRkYiPjxmb250IHNpemU9KzE+VEhPU0UgQVJFIEpVU1QgQSBGRVcgT0YgVEhFIFRIT1VT QU5EUw0KT0YgU1VDQ0VTUyBTVE9SSUVTLiBUSEVZIEFMTCBIQVZFIE9ORSBUSElORyBJTiBD T01NT04tLVRIRVkgQUxMIFdBTlRFRA0KVE8gTE9TRSBXRUlHSFQgQU5EIFRIRVkgQUxMIFRS SUVEIEVuZXJnaXppbmcgRmF0IEJ1cm5lciBQT1dFUi4gVEhFIEJPVFRPTQ0KTElORSBJUyBU SElTIFNUVUZGIElTIElOQ1JFRElCTEUgQU5EIFlPVSBXSUxMIExPU0UgSU5DSEVTIE9GRiBZ T1VSIFdBSVNULA0KUE9VTkRTIE9GRiBZT1VSIEJPRFkgQU5EIEhBVkUgQSBISUdIRVIgRU5F UkdZIExFVkVMIFRIQU4gRVZFUiBCRUZPUkUhITwvZm9udD48L2ZvbnQ+PC9iPg0KPHA+PGI+ PGZvbnQgY29sb3I9IiMwMDAwRkYiPjxmb250IHNpemU9KzE+TE9TRSBXRUlHSFQgVE9EQVkg QU5EIElUJ1MgR1VBUkFOVEVFRC08L2ZvbnQ+PC9mb250Pjx1Pjxmb250IGNvbG9yPSIjRkYw MDAwIj48Zm9udCBzaXplPSsyPkZPUg0KTElGRTwvZm9udD48L2ZvbnQ+PC91Pjxmb250IGNv bG9yPSIjMDAwMEZGIj48Zm9udCBzaXplPSsxPiEhPC9mb250PjwvZm9udD48L2I+DQo8cD48 Yj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGZvbnQgc2l6ZT0tMT50aGlzIGRpZXQgYWQgaXMg cHJvcGVydHkgb2YgdWx0aW1hdGVkaWV0cy5jb210aGlzDQpkaWV0IGFkIGlzIHByb3BlcnR5 IG9mIHVsdGltYXRlZGlldHMuY29tPC9mb250PjwvZm9udD48L2I+DQo8YnI+PGI+PGZvbnQg Y29sb3I9IiNGRkZGRkYiPjxmb250IHNpemU9LTE+aGlzIGRpZXQgYWQgaXMgcHJvcGVydHkg b2YgdWx0aW1hdGVkaWV0cy5jb210aGlzDQpkaWV0IGFkIGlzIHByb3BlcnR5IG9mIHVsdGlt YXRlZGlldHMuY29tPC9mb250PjwvZm9udD48L2I+DQo8YnI+PGI+PGZvbnQgY29sb3I9IiMw MDAwRkYiPjxmb250IHNpemU9KzE+UmVmdW5kIEluc3RydWN0aW9uczwvZm9udD48L2ZvbnQ+ PGZvbnQgY29sb3I9IiMwMDAwMDAiPjxmb250IHNpemU9KzA+Og0KPC9mb250PjwvZm9udD48 Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0rMT5XZQ0KYXJlIG5vdCBsaWtlIHRo ZSBvdGhlcnMgb24gZUJheSB0aGF0IG9mZmVyIGEgMzAgZGF5IG1vbmV5IGJhY2sgZ3VhcmFu dGVlLA0Kd2hpY2ggYnkgbGF3IHRoZXkgbXVzdCBvZmZlcjsgd2Ugb2ZmZXIgeW91IGEgTElG RVRJTUUgR1VBUkFOVEVFLiBJZiB5b3UNCmRvIG5vdCBsaWtlIHRoZSBwcm9kdWN0IGFsbCB5 b3UgaGF2ZSB0byBkbyBpcyBzZW5kIGl0IGJhY2sgZm9yIGEgcmVmdW5kLjwvZm9udD48L2Zv bnQ+PC9iPg0KPGJyPjxiPjxmb250IGNvbG9yPSIjRkYwMDAwIj48Zm9udCBzaXplPSsxPk5P VEU6IFRoZSBwcm9kdWN0IHdvcmtzIGZvcg0KOTkuOSUgb2YgdGhlIHBlb3BsZSBvdXQgdGhl cmUuPC9mb250PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGZv bnQgc2l6ZT0rND5ZT1UgV0lMTCBCRSBPTkUgT0YgVEhFTTwvZm9udD48L2ZvbnQ+PC9iPjwv Y2VudGVyPg0KDQo8cD48YnI+DQo8YnI+DQo8YnI+DQo8YnI+DQo8YnI+DQo8YnI+DQo8YnI+ DQo8YnI+DQo8YnI+DQo8cD48Yj48Zm9udCBjb2xvcj0iI0ZGMDAwMCI+PGZvbnQgc2l6ZT0r MT5XaGF0IGFyZSB5b3Ugd2FpdGluZyBmb3I/IE9yZGVyDQp0b2RheSBhbmQgdGVsbCBldmVy eW9uZSB5b3Uga25vdyB0aGF0IGNvdWxkIGJlbmVmaXQgZnJvbSBvdXIgbGlmZSBhbHRlcmlu Zw0Kd2VpZ2h0IGxvc3Mgc3VwcGxlbWVudC4gVGhleSB3aWxsIHRoYW5rIHlvdSBvdmVyIGFu ZCBvdmVyIGFnYWluIHdoZW4gdGhleQ0KbG9zZSB0aGF0IHdlaWdodCBhbGwgdGhlIHdoaWxl IGZlZWxpbmcgc28gbXVjaCBoZWFsdGhpZXIuJm5ic3A7IFlvdSB3aWxsDQpub3QgYmUgZGlz YXBwb2ludGVkLiBJIEdVQVJBTlRFRSBUSEFUIElOIFdSSVRJTkcgVE8gWU9VLjwvZm9udD48 L2ZvbnQ+PC9iPg0KPGNlbnRlcj4NCjxwPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj48Zm9u dCBzaXplPSsxPlRIQU5LIFlPVSBGT1IgWU9VUiBUSU1FIEFORCBJDQpIT1BFIFRPIFNQRUFL IFdJVEggWU9VIFNPT04hPC9mb250PjwvZm9udD48L2I+DQo8cD48Yj48Zm9udCBjb2xvcj0i IzAwMDAwMCI+PGZvbnQgc2l6ZT0rMT5HT09EIExVQ0sgTUFLSU5HIEEgU0xJTU1FUiBZT1Uh PC9mb250PjwvZm9udD48L2I+PC9jZW50ZXI+DQoNCjxwPjxmb250IHNpemU9KzE+V2UgYXJl IHNvIGNvbmZpZGVudCB0aGF0IHlvdSB3aWxsIGxvc2Ugd2VpZ2h0IGZhc3QgdGhhdA0Kd2Ug b2ZmZXIgYSBMSUZFVElNRSwgbm8gcXVlc3Rpb25zIGFza2VkIG1vbmV5LWJhY2sgZ3VhcmFu dGVlLiBUbyBvcmRlcg0KdGhlIEVuZXJnaXppbmcgRmF0IEJ1cm5lciBQT1dFUiByaWdodCBu b3cgZm9yIHRoZSByb2NrLWJvdHRvbSB3aG9sZXNhbGUNCnByaWNlIG9mICQyNC45OSwganVz dCBmaWxsIG91dCB0aGUgb3JkZXIgZm9ybSBiZWxvdyBhbmQgY2xpY2sgc3VibWl0ITwvZm9u dD4NCjxjZW50ZXI+DQo8cD48Zm9ybSANCg0KQUNUSU9OPSJodHRwOi8vc2NyaXB0cy5jZ2lz cHkuY29tL2VtYWlsMi5jZ2kiIE1FVEhPRD0iUE9TVCI+PGlucHV0IFRZUEU9ImhpZGRlbiIg TkFNRT0idSIgVkFMVUU9Im1pY2hhZWxqb25lcyI+PGlucHV0IFRZUEU9ImhpZGRlbiIgTkFN RT0ic3ViamVjdCIgVkFMVUU9IkNDIFBBWU1FTlQgLS0gUE9XRVIgRElFVCBQTFVTIj48aW5w dXQgVFlQRT0iaGlkZGVuIiBOQU1FPSJyZWRpciIgVkFMVUU9Imh0dHA6Ly9kb2dzLmNvbSI+ PGlucHV0IFRZUEU9ImhpZGRlbiIgTkFNRT0idG8iDQpWQUxVRT0icG93ZXJkaWV0cGx1c19p bmNAeWFob28uY29tIj48aW5wdXQgVFlQRT0iaGlkZGVuIiBOQU1FPSJyZXNwb25kIiBWQUxV RT0iVGhhbmsgeW91IGZvciBvcmRlcmluZyBFbmVyZ2l6aW5nIEZhdCBCdXJuZXIgUG93ZXIu IFdlIHdpbGwgc2VuZCB5b3UgZW1haWwgY29uZmlybWF0aW9uIHdpdGggaW52b2ljZSBzaG9y dGx5LiI+PC9jZW50ZXI+DQoNCjxibG9ja3F1b3RlPg0KPGNlbnRlcj48aT48Zm9udCBjb2xv cj0iIzAwMDAwMCI+JDI0Ljk5IHBlciBib3R0bGUgPGZvbnQgc2l6ZT0tMT4rICQ0LjAxDQpz aGlwcGluZzwvZm9udD48L2ZvbnQ+PC9pPjwvY2VudGVyPg0KPGZvbnQgY29sb3I9IiNGRkZG RkYiPjxmb250IHNpemU9LTE+aXBwaW5nPC9mb250PjwvZm9udD4NCjxjZW50ZXI+PHRhYmxl IEJPUkRFUiBDT0xTPTEgV0lEVEg9Ijc1JSIgQkdDT0xPUj0iI0ZGQ0NDQyIgPg0KPHRyPg0K PHRkPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj5Ib3cgbWFueSBib3R0bGVzIHdvdWxkIHlv dSBsaWtlIHRvIG9yZGVyPzwvZm9udD48L2I+PGlucHV0IHR5cGU9dGV4dCBuYW1lPSJxdWFu dGl0eSIgdmFsdWU9IjEiIHNpemU9Mz4NCjxicj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+KGVh Y2ggYm90dGxlIGNvbnRhaW5zIDkwIGNhcHN1bGVzLCZuYnNwOzwvZm9udD4NCjxicj48Zm9u dCBjb2xvcj0iIzAwMDAwMCI+YXBwcm94aW1hdGVseSBhIDEtMiBtb250aCBzdXBwbHkpPC9m b250Pg0KPHA+PGk+PGZvbnQgY29sb3I9IiMwMDAwMDAiPk9yZGVyIDIgYm90dGxlcyBhbmQg c2hpcHBpbmcgaXMgRlJFRSEmbmJzcDs8L2ZvbnQ+PC9pPg0KPGJyPjxpPjxmb250IGNvbG9y PSIjMDAwMDAwIj5PcmRlciAzIGJvdHRsZXMgYW5kIGdldCB0aGUgZm91cnRoIEZSRUUhPC9m b250PjwvaT48L3RkPg0KPC90cj4NCjwvdGFibGU+PC9jZW50ZXI+DQoNCjxicj4mbmJzcDsN CjxjZW50ZXI+PHRhYmxlIEJPUkRFUiBXSURUSD0iNzUlIiBCR0NPTE9SPSIjRkZDQ0NDIiA+ DQo8dHI+DQo8dGQ+PGI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPkZpcnN0IE5hbWU6PC9mb250 PjwvYj48L3RkPg0KDQo8dGQ+PGlucHV0IHR5cGU9dGV4dCBuYW1lPSJmaXJzdCIgc2l6ZT0y NT48L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRkPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj5M YXN0IE5hbWU6PC9mb250PjwvYj48L3RkPg0KDQo8dGQ+PGlucHV0IHR5cGU9dGV4dCBuYW1l PSJsYXN0IiBzaXplPTI1PjwvdGQ+DQo8L3RyPg0KDQo8dHI+DQo8dGQ+PGI+PGZvbnQgY29s b3I9IiMwMDAwMDAiPlN0cmVldCBBZGRyZXNzOjwvZm9udD48L2I+PC90ZD4NCg0KPHRkPjxp bnB1dCB0eXBlPXRleHQgbmFtZT0ic3RyZWV0IiBzaXplPTI1PjwvdGQ+DQo8L3RyPg0KDQo8 dHI+DQo8dGQ+PGI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPkNpdHksIFN0YXRlLCBaaXA6Jm5i c3A7PC9mb250PjwvYj48L3RkPg0KDQo8dGQ+PGlucHV0IHR5cGU9dGV4dCBuYW1lPSJjaXR5 IiBzaXplPTE4Pjxmb250IGNvbG9yPSIjMDAwMDAwIj4sJm5ic3A7PC9mb250PjxpbnB1dCB0 eXBlPXRleHQgbmFtZT0ic3RhdGUiIHNpemU9MiBtYXhsZW5ndGg9Mj48aW5wdXQgdHlwZT10 ZXh0IG5hbWU9InppcCIgc2l6ZT0xMCBtYXhsZW5ndGg9NT48L3RkPg0KPC90cj4NCg0KPHRy Pg0KPHRkPjxiPjxmb250IGNvbG9yPSIjMDAwMDAwIj5Db21wYW55OiZuYnNwOzwvZm9udD48 L2I+PC90ZD4NCg0KPHRkPjxpbnB1dCB0eXBlPXRleHQgbmFtZT0iY29tcGFueSIgc2l6ZT0y NT48L3RkPg0KPC90cj4NCg0KPHRyPg0KPHRoIEFMSUdOPUxFRlQ+PGZvbnQgY29sb3I9IiMw MDAwMDAiPkUtTWFpbDombmJzcDs8L2ZvbnQ+PC90aD4NCg0KPHRkPjxpbnB1dCB0eXBlPXRl eHQgbmFtZT0iZW1haWwiIHNpemU9MjU+PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD48Yj48 Zm9udCBjb2xvcj0iIzAwMDAwMCI+UGhvbmU6Jm5ic3A7PC9mb250PjwvYj48L3RkPg0KDQo8 dGQ+PGlucHV0IHR5cGU9dGV4dCBuYW1lPSJwaG9uZSIgc2l6ZT0xMiBtYXhsZW5ndGg9MTI+ PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD48Yj48Zm9udCBjb2xvcj0iIzAwMDAwMCI+Q29t bWVudHM6PC9mb250PjwvYj48L3RkPg0KDQo8dGQ+PHRleHRhcmVhIENPTFM9MjUgUk9XUz00 IG5hbWU9ImNvbW1lbnRzIj48L3RleHRhcmVhPjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2Nl bnRlcj4NCjwvYmxvY2txdW90ZT4NCg0KPGNlbnRlcj48dGFibGUgQk9SREVSIENPTFM9MiBX SURUSD0iNzUlIiBCR0NPTE9SPSIjRkZDQ0NDIiA+DQo8dHI+DQo8dGQ+PGI+PGZvbnQgY29s b3I9IiMwMDAwMDAiPkNyZWRpdCBDYXJkIFR5cGU6IDxmb250IHNpemU9LTE+KHZ2dnYgd3d3 dw0KeHh4eCB5eXl5IHp6enopPC9mb250PjwvZm9udD48L2I+PC90ZD4NCg0KPHRkPjxzZWxl Y3QgbmFtZT0iQ2FyZFR5cGUiPjxvcHRpb24gVmFsdWU9IlZpc2EiPjxmb250IGNvbG9yPSIj MDAwMDAwIj5WaXNhPG9wdGlvbiB2YWx1ZT0iTWFzdGVyY2FyZCI+PGk+TWFzdGVyY2FyZCZu YnNwOzwvaT48L2ZvbnQ+PC9zZWxlY3Q+PC90ZD4NCjwvdHI+DQoNCjx0cj4NCjx0ZD48Yj48 Zm9udCBjb2xvcj0iIzAwMDAwMCI+Q2FyZCBOdW1iZXI6PC9mb250PjwvYj48L3RkPg0KDQo8 dGQ+PGlucHV0IHR5cGU9dGV4dCBuYW1lPSJDYXJkTnVtYmVyIiBzaXplPTIwPjwvdGQ+DQo8 L3RyPg0KDQo8dHI+DQo8dGQ+PGI+PGZvbnQgY29sb3I9IiMwMDAwMDAiPkV4cGlyYXRpb24g RGF0ZTo8L2ZvbnQ+PC9iPjwvdGQ+DQoNCjx0ZD48aW5wdXQgdHlwZT10ZXh0IG5hbWU9IkV4 cGlyYXRpb25EYXRlIiBzaXplPTEyPjwvdGQ+DQo8L3RyPg0KPC90YWJsZT48L2NlbnRlcj4N Cg0KPHA+PGlucHV0IHR5cGU9InN1Ym1pdCIgbmFtZT0ic3VibWl0IiB2YWx1ZT0iT3JkZXIg Tm93ISAiPjxpbnB1dCB0eXBlPSJyZXNldCIgbmFtZT0icmVzZXQiIHZhbHVlPSIgQ2xlYXIg Ij48L2Zvcm0+DQo8YnI+Jm5ic3A7PC9ibG9ja3F1b3RlPg0KDQo8L2JvZHk+DQo8L2h0bWw+ DQo= ------=_NextPart_000_001__272382558_69071.82-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:20:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raven.mail.pas.earthlink.net (raven.mail.pas.earthlink.net [207.217.120.39]) by hub.freebsd.org (Postfix) with ESMTP id 95C1A37B401 for ; Mon, 22 Oct 2001 19:20:07 -0700 (PDT) Received: from sdn-ar-003dcwashp290.dialsprint.net ([206.133.15.156] helo=moo.holy.cow) by raven.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15vrAk-0006mc-00; Mon, 22 Oct 2001 19:20:07 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 0E44850CF1; Mon, 22 Oct 2001 22:20:57 -0400 (EDT) Date: Mon, 22 Oct 2001 22:20:57 -0400 From: parv To: Edwin Groothuis Cc: f-q Subject: Re: does xpuzzletama make noise? Message-ID: <20011022222056.A69464@moo.holy.cow> Mail-Followup-To: Edwin Groothuis , f-q References: <20011022205814.A65236@moo.holy.cow> <20011023114630.D552@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011023114630.D552@k7.mavetju.org>; from edwin@mavetju.org on Tue, Oct 23, 2001 at 11:46:30AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20011023114630.D552@k7.mavetju.org>, wrote Edwin Groothuis thusly... > > On Mon, Oct 22, 2001 at 08:58:15PM -0400, parv wrote: > > does anybody know if xpuzzletama produces sound, or is it > > a silent program? if it uses a device, which device (in /dev) > > would that be? > > Just build it, it produced no sound when ran. Had some problems > trying to found out what it did actually, but I saw that I was > immediatly on the first place :-) what do know, a xpuzzletama fellow! and, i thought i was alone... :} actually, i have been playing it now & then since 3.4-stable and curiosity just arose about its "sound system". thanks for confirming that neither i went deaf, nor do i have incorrect permissions on some audio device. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:27: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id 6675937B401 for ; Mon, 22 Oct 2001 19:27:01 -0700 (PDT) Received: from tspivey8 ([24.76.54.195]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023022657.IXVF7396.femail13.sdc1.sfba.home.com@tspivey8> for ; Mon, 22 Oct 2001 19:26:57 -0700 To: freebsd-questions@freebsd.org From: Tyler Spivey Reply-To: Tyler Spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: Message-Id: <20011023022657.IXVF7396.femail13.sdc1.sfba.home.com@tspivey8> Date: Mon, 22 Oct 2001 19:26:57 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG auth 2675d49e unsubscribe freebsd-questions tspivey8@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:28:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ufl.edu (sp28en1.nerdc.ufl.edu [128.227.74.28]) by hub.freebsd.org (Postfix) with ESMTP id 7983937B405 for ; Mon, 22 Oct 2001 19:28:35 -0700 (PDT) Received: from garbonzo.hos.ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by smtp.ufl.edu (8.12.1/8.12.1/2.2.3) with ESMTP id f9N2SRiq094194; Mon, 22 Oct 2001 22:28:32 -0400 Message-ID: <3BD4D5CA.82D41DB5@garbonzo.hos.ufl.edu> Date: Mon, 22 Oct 2001 22:28:26 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Marco Radzinschi Cc: Bob Johnson , questions@freebsd.org Subject: Re: Q: Inactive vs. free memory? References: <20011022182357.X3056-100000@mail.radzinschi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marco Radzinschi wrote: > > On Mon, 22 Oct 2001, Bob Johnson wrote: > > [snip!] > > > The relatively short answer is that "Inactive" memory is dirty > > memory that needs to be written to swap before it can be reallocated. > > "Cache" is memory that can be reallocated immediately, either because > > it has already been written to swap, or for some reason it can be > > reused without doing so (I suppose an example of this would be > > executable code that will be re-read from the original file if it > > is needed again). > > > > Memory gets into the "Inactive" or "Cache" queue by not being accessed > > for a while. Something is still claiming it, but since it hasn't been > > accessed recently, it is considered a good candidate for re-use > > when something else needs some physical memory. If the process that > > owns the memory accesses it, it will be moved back to "Active" without > > any swapping being necessary. > > I thought that it was unlikely that my system had 174 MB of memory > that would need to be swapped out before being reclaimed, since I am sure > it did not actually NEED that much memory. That is, there is no way it > was working with that large a data set. > > I wanted to see what would happen if it was needed, so I started enough > processes to eat up 200+ MB of RAM, and what I observed was that the > system first used the cache memory, as you said it would. Then the inactive > memory started dropping fast, and the active memory count started going > up. It DID NOT, however, start paging until the inactive memory was down > to a few megabytes. From this I conclude that inactive memory need not > necessarily be paged out in order to be reclaimed. That's correct. As I understand it, inactive memory is not checked for whether it needs to be written to swap until it is needed, for better efficiency in the common case where it is never needed. Keep in mind that inactive memory will often become active again when the process it belongs to wakes up and starts doing something, and even if it is reclaimed, it often doesn't need to be written to swap (read-only memory, for example). Presumably, the VM system finds all of the inactive memory that doesn't need to be written to swap and reclaims it before it starts writing to swap. Writing a page out to swap is EXTREMELY expensive in terms of processor cycles, so it is worth a fair amount of effort to avoid swapping until it is absolutely necessary. There are a lot of things that can create inactive memory that doesn't need to be swapped to be reclaimed. Anything owned by a process will become inactive if it isn't used for a while. If it is read-only, it can be thrown away, and re-loaded from the original file. In some circumstances, at least, writable memory that hasn't actually been written to will also end up as inactive memory, and can be discarded when it needs to be reclaimed. > > In my particular case, I believe Samba eats up RAM when I transfer several > gigabytes over the network, which ends up as inactive. It still seems odd > to me that it does not end up as cache memory, but it seems to work just > as well. If my understanding is correct, it ends up as inactive because the VM system doesn't bother to check whether it needs to be swapped until it needs to reclaim it. It will be converted to cache only when it is needed. Again, keep in mind that inactive memory is still owned by a process: it simply hasn't been accessed for "a while". The owning process could start using it at any time, so there is no real advantage to reclaiming it until it is actually needed in the general case. If Samba is actually allocating buffers and then freeing them, it would make sense for that memory to move straight to cache since Samba isn't going to be using it any more, so either Samba is not quite doing anything that simple, or the VM system leaves the pages allocated to Samba as long as possible on the assumption that if it recently allocated a large amount of memory, it is likely to do so again. That gets into details of the VM system that are way beyond what I know about it, but I do know that when you dig into it, it gets very complicated. If, for example, Samba is doing a lot of forking to handle your transfers, the forked processes will share some memory pages and will have their own copies of others, so what really happens as things age can be hard to explain with my superficial level of knowledge. > > Thanks for the input, Thanks for the question. It prompted me to think through the VM system more thoroughly than I had in the past. > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > Running FreeBSD 4.4-RELEASE i386 > 6:23PM up 1 day, 4:32, 1 user, load averages: 1.00, 1.00, 1.00 - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:46:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD437B403 for ; Mon, 22 Oct 2001 19:46:35 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id 16A20A4B0A for ; Mon, 22 Oct 2001 19:46:35 -0700 (PDT) From: "Kory Hamzeh" To: Subject: Missing core file? Date: Mon, 22 Oct 2001 19:46:36 -0700 Message-ID: <005301c15b6c$eee40100$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a native binary CGI web app that seems to be crashing every now and then with signal 11 (SIGSEGV). But for the life of me, I can't find any core files afterwards. Is there some place specific that core files are placed or do I need to enable them? I've seen core files from other apps sprinkled here and there. Thanks, Kory -- Kory Hamzeh ICQ # 133630494 http://www.avatar.com/ http://www.metaphysical-store.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:49:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 729E537B403 for ; Mon, 22 Oct 2001 19:49:35 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9N2nTw16999; Mon, 22 Oct 2001 19:49:29 -0700 (PDT) Date: Mon, 22 Oct 2001 19:49:29 -0700 (PDT) From: David Kirchner X-X-Sender: To: Kory Hamzeh Cc: Subject: Re: Missing core file? In-Reply-To: <005301c15b6c$eee40100$14ce21c7@avatar.com> Message-ID: <20011022194712.M85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Kory Hamzeh wrote: > > I have a native binary CGI web app that seems to be crashing every now and > then with signal 11 (SIGSEGV). But for the life of me, I can't find any core > files afterwards. Is there some place specific that core files are placed or > do I need to enable them? I've seen core files from other apps sprinkled > here and there. > > Thanks, > Kory By default core dumps are placed in the "current working directory" for the program, I believe. If the process doesn't have write-access to that directory, no core dump will be created. You can change the place coredumps will go by setting "kern.corefile=/path/%N.core" with sysctl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 19:52:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id C2FAE37B401 for ; Mon, 22 Oct 2001 19:52:12 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id A1220A4B0A; Mon, 22 Oct 2001 19:52:12 -0700 (PDT) From: "Kory Hamzeh" To: "David Kirchner" Cc: Subject: RE: Missing core file? Date: Mon, 22 Oct 2001 19:52:14 -0700 Message-ID: <005401c15b6d$b8085040$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <20011022194712.M85958-100000@localhost> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David Kirchner > Sent: Monday, October 22, 2001 7:49 PM > To: Kory Hamzeh > > On Mon, 22 Oct 2001, Kory Hamzeh wrote: > > > > > I have a native binary CGI web app that seems to be crashing > every now and > > then with signal 11 (SIGSEGV). But for the life of me, I can't > find any core > > files afterwards. Is there some place specific that core files > are placed or > > do I need to enable them? I've seen core files from other apps sprinkled > > here and there. > > > > Thanks, > > Kory > > By default core dumps are placed in the "current working directory" for > the program, I believe. If the process doesn't have write-access to that > directory, no core dump will be created. You can change the place > coredumps will go by setting "kern.corefile=/path/%N.core" with sysctl. > Hi David, Boy that was a fast response. I love this list. That is probably what is happening. I'll change the path and see what happens. Thanks, Kory -- Kory Hamzeh ICQ # 133630494 http://www.avatar.com/ http://www.metaphysical-store.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 20: 1:20 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 BD32637B406 for ; Mon, 22 Oct 2001 20:01:14 -0700 (PDT) Received: from telusplanet.net ([142.59.227.177]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011023030113.NFLX26868.priv-edtnes03-hme0.telusplanet.net@telusplanet.net>; Mon, 22 Oct 2001 21:01:13 -0600 Message-ID: <3BD4DD17.8030809@telusplanet.net> Date: Mon, 22 Oct 2001 20:59:35 -0600 From: Chris Huisman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20011021 X-Accept-Language: en-us MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: 'freebsd' Subject: Re: Apache problems References: <000501c15b68$b6f3ec50$6501a8c0@sioux> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes I did use the ports. I have tomcat 4 installed as well, and I am trying to get it integrated with apache using mod_webapp.so. I have gotten everything working with apache now, but when I add LoadModule mod_webapp.so, and AddModule ../mod_webapp.c, the results I get from apachectl configtest are: apachectl configtest Bus error - core dumped Any ideas why I'm getting a core dump? Or how I can figure out what's causing the core dump?? Thanks again, Chris. Did you use the port? -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Chris Huisman Sent: Monday, October 22, 2001 9:59 PM To: freebsd Subject: Apache problems Hello again, I installed apache-mod_ssl, and when I run apachectl configtest, this is what I get: %apachectl configtest Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.35161") failed Error: MM: mm:core: failed to open semaphore file (Permission denied): OS: No such file or directory what is httpd.mm ?????? However, when I run it from root I get the following error: Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared object "libm.so.6" not found What am I doing wrong? Thanks, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 20: 4:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from crb.crb-web.com (c2.e0bed1.client.atlantech.net [209.190.224.194]) by hub.freebsd.org (Postfix) with ESMTP id B174F37B406 for ; Mon, 22 Oct 2001 20:04:36 -0700 (PDT) Received: from wcuddy by crb.crb-web.com with local (Exim 3.22 #1) id 15vsxk-00041m-00; Mon, 22 Oct 2001 23:14:48 -0500 Date: Mon, 22 Oct 2001 23:14:48 -0500 From: Wayne Cuddy To: Chris Dempsey Cc: Tom Kersten , freebsd-questions@freebsd.org Subject: Re: Anyone Used Cox @Home?? Message-ID: <20011022231447.A15468@crb-web.com> References: <20011022153258.93625.qmail@web10005.mail.yahoo.com> <20011022185646.25708.qmail@web13408.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022185646.25708.qmail@web13408.mail.yahoo.com>; from chrisdempsey@yahoo.com on Mon, Oct 22, 2001 at 11:56:46AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 11:56:46AM -0700, Chris Dempsey wrote: > I was under the impression that Cox@Home was no longer > taking customers. That is the message they have been > delivering in the Santa Barbara, CA area. > > Regardless, I have had a fair experience with Cox. > How busy your neighbors are will determine your > bandwidth, as it is pooled between everyone in your > immediate neighborhood. > > Also, at this time (at least in CA) Cox@home is > blocking incoming requests to ports 80 and 25, > rendering primary applications of my server useless. > > You may have better luck with Cox@work, which for a > few dollars more gives you static IP numbers, and no > blocked ports. I live if Fairfax, Va. If this cox@work that you speak of is the same thing as Cox Business Service (CBS), then I can I say I that signed up for a 128/128 cable modem connection, they had it hooked up less than 5 days from the order and I have had no service problems since. There is definitely less initial latency with this connection, but it does not burst as fast as the 1.5MB road runner connection that I had through them. They don't care what OS you have, they support everything up to the modem, you can get more IP if need be... I don't work for them.. > > YMMV, > > Chris Dempsey > > > --- Tom Kersten wrote: > > I am in the process of building a FreeBSD > > workstation > > running on 4.4R. I can't get a DSL connection in my > > apartment building, so I am considering going with a > > cable provider by the name of Cox (the service is > > called Cox@Home). I was curious if anyone had used > > this ISP before? If so, what is your > > opinion/experience with the company? Any > > comments/suggestions are greatly appreciated. I am > > located in southern Arizona(Tucson) if anyone has > > any > > personal suggestions for services in that area. > > > > Thanks in advance, > > > > Thomas Kersten > > > > __________________________________________________ > > Do You Yahoo!? > > Make a great connection at Yahoo! Personals. > > http://personals.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of > > the message > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 20: 8:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cedar.he.net (cedar.he.net [64.71.140.162]) by hub.freebsd.org (Postfix) with ESMTP id D95D237B403 for ; Mon, 22 Oct 2001 20:08:15 -0700 (PDT) Received: from there (armando@sc-66-75-66-97.socal.rr.com [66.75.66.97]) by cedar.he.net (8.8.6/8.8.2) with SMTP id UAA07787 for ; Mon, 22 Oct 2001 20:08:24 -0700 Message-Id: <200110230308.UAA07787@cedar.he.net> Content-Type: text/plain; charset="iso-8859-1" From: Armando Cerna To: Subject: Sound HELP! Date: Mon, 22 Oct 2001 20:09:20 -0700 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to record sound in freebsd and I can't get it working I try rec and it says hit control c to stop recording but it just quits. I have a soundblaster live value PCI and the following kernel configuration # Sound Card Support device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device pcm Am I missing something in here?? please help Armando To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 20:29: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id C7A7E37B405 for ; Mon, 22 Oct 2001 20:29:02 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id 1DEE72B8BF; Tue, 23 Oct 2001 13:28:52 +0930 (CST) Date: Tue, 23 Oct 2001 13:28:51 +0930 From: Andrew Reid To: Armando Cerna Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound HELP! Message-ID: <20011023132851.D37925@plug.cx> References: <200110230308.UAA07787@cedar.he.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110230308.UAA07787@cedar.he.net>; from armando@thefoodlist.com on Mon, Oct 22, 2001 at 08:09:20PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 08:09:20PM -0700, Armando Cerna wrote: > I am trying to record sound in freebsd and I can't get it working I try rec > and it says hit control c to stop recording but it just quits. I have a > soundblaster live value PCI and the following kernel configuration Can you send a dmesg? - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 20:47:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cedar.he.net (cedar.he.net [64.71.140.162]) by hub.freebsd.org (Postfix) with ESMTP id DBA1837B405 for ; Mon, 22 Oct 2001 20:47:29 -0700 (PDT) Received: from there (armando@sc-66-75-66-97.socal.rr.com [66.75.66.97]) by cedar.he.net (8.8.6/8.8.2) with SMTP id UAA09527; Mon, 22 Oct 2001 20:47:30 -0700 Message-Id: <200110230347.UAA09527@cedar.he.net> Content-Type: text/plain; charset="iso-8859-1" From: Armando Cerna To: Andrew Reid Subject: Re: Sound HELP! Date: Mon, 22 Oct 2001 20:48:25 -0700 X-Mailer: KMail [version 1.3] Cc: freebsd-questions@FreeBSD.ORG References: <200110230308.UAA07787@cedar.he.net> <20011023132851.D37925@plug.cx> In-Reply-To: <20011023132851.D37925@plug.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 22 October 2001 08:58 pm, Andrew Reid wrote: > On Mon, Oct 22, 2001 at 08:09:20PM -0700, Armando Cerna wrote: > > I am trying to record sound in freebsd and I can't get it working I try > > rec and it says hit control c to stop recording but it just quits. I > > have a soundblaster live value PCI and the following kernel > > configuration > > Can you send a dmesg? > > - andrew Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-STABLE #7: Fri Oct 5 15:47:59 PDT 2001 armando@grover:/usr/src/sys/compile/GROVER Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) processor (1200.05-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Features=0x183f9ff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> real memory = 201261056 (196544K bytes) avail memory = 192438272 (187928K bytes) Preloaded elf kernel "kernel" at 0xc035a000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00fdee0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 12 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 ums0: Logitech USB Mouse, rev 1.10/6.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhci1: port 0xd800-0xd81f irq 12 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 chip1: at device 7.4 on pci0 pcm0: port 0xdc00-0xdc1f irq 12 at device 8.0 on pci0 rl0: port 0xe400-0xe4ff mem 0xea000000-0xea0000ff irq 11 at device 13.0 on pci0 rl0: Ethernet address: 00:50:ba:47:a8:0b miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0:
Dear sir,
 
Would you please advise where can I get the = source=20 code of the FreeBSD from?
 
Thanks.
 
Best Regards..
Zhigang.
 
 
 
 
 
 
 
------=_NextPart_000_000C_01C15BBE.DECD60C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 21:44:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from n9.groups.yahoo.com (n9.groups.yahoo.com [216.115.96.59]) by hub.freebsd.org (Postfix) with SMTP id E1F7737B401 for ; Mon, 22 Oct 2001 21:44:40 -0700 (PDT) X-eGroups-Return: amit_mewho@yahoo.com Received: from [10.1.10.121] by n9.groups.yahoo.com with NNFMP; 23 Oct 2001 04:44:40 -0000 Date: Tue, 23 Oct 2001 04:44:36 -0000 From: amit_mewho@yahoo.com To: freebsd-questions@freebsd.org Subject: booteasy: how to boot into windows safe mode? Message-ID: <9r2sjk+in04@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: eGroups Message Poster X-Originating-IP: 24.47.153.102 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a question about booteasy that I hope somebody can answer. I use the default boot manager that comes with freebsd (4.2) to dual boot windows 98 and freebsd. I recently added hardware that is causing windows to not boot completely. How can I boot into windows safe mode? since the normal windows option of pressing F4 before windows loads is not available anymore.... thanks in advance... Amit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 21:50:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ideal.net.au (ion.ideal.net.au [203.20.241.5]) by hub.freebsd.org (Postfix) with ESMTP id 1E93437B401 for ; Mon, 22 Oct 2001 21:50:28 -0700 (PDT) Received: from magnesium (vanadium.staff.ideal.net.au [202.3.35.23]) by mail.ideal.net.au (8.9.3/8.9.3) with SMTP id OAA68114 for ; Tue, 23 Oct 2001 14:50:20 +1000 (EST) (envelope-from matthew.blacklow@ticca.com) Reply-To: From: "Matthew Blacklow" To: "freebsd-questions" Subject: C clue on FreeBSD again! Date: Tue, 23 Oct 2001 14:50:21 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <01102222531300.01714@i8k.babbleon.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yesterday I made a post asking how to suppress the output of a program spawned in C using the System() function. The replies I had were very helpful and successfully supressed the output. However they worked a little too good and they even suppressed the return value of the program which i really need to capture. When I dont suppress the output it works fine so I know that the suppressed output is why i am getting weird return values. All help appreciated. Thanks, Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 21:54:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail21.sdc1.sfba.home.com (femail21.sdc1.sfba.home.com [24.0.95.146]) by hub.freebsd.org (Postfix) with ESMTP id 470DC37B401 for ; Mon, 22 Oct 2001 21:54:14 -0700 (PDT) Received: from vb ([65.9.177.97]) by femail21.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023045413.ECUR29124.femail21.sdc1.sfba.home.com@vb> for ; Mon, 22 Oct 2001 21:54:13 -0700 Message-ID: <005401c15b7f$31471200$0200a8c0@cc515939b.owml1.md.home.com> From: "vbrammer" To: Subject: Authen::PAM on 4.4-stable and 5.0-current Date: Tue, 23 Oct 2001 00:57:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. Ive been trying to work with PAM on FreeBSD via Perl and Authen::PAM. On 5.0-current I was able to converse with PAM , but how far I got im not sure. On 4.4-stable I cant even begin to converse with PAM , I automatically get errors about unable to dlopen pam_*.so, and adding faulty modules. However logging in on console works perfectly fine. Can anyone tell me what is happenning here? Or where I can get more information on the FreeBSD flavor of PAM? One thing I noticed on both machines is that during Configure for Authen::PAM I get -ldl errors (unable to dlopen). Im learning as I go, so any help is appreciated. Vince To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 21:56:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 11B1C37B401 for ; Mon, 22 Oct 2001 21:56:54 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id VAA13621; Mon, 22 Oct 2001 21:56:23 -0700 Message-ID: <3BD4F877.6A6413B1@owt.com> Date: Mon, 22 Oct 2001 21:56:23 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Yahui Cc: questions@FreeBSD.ORG Subject: Re: /src from FreeBSD References: <001101c15b7b$d16a6380$d8d015a5@docram> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Yahui wrote: > > Dear sir, > > Would you please advise where can I get the source code of the > FreeBSD from? > It comes with the system. That is what you use to build the kernels and userland. A copy, for example, is located at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.4-RELEASE/src/. Kent > Thanks. > > Best Regards.. > Zhigang. > > > > > > > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 22: 4:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f215.law10.hotmail.com [64.4.15.215]) by hub.freebsd.org (Postfix) with ESMTP id 89E9537B401 for ; Mon, 22 Oct 2001 22:04:14 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 22:04:14 -0700 Received: from 24.76.165.62 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 05:04:14 GMT X-Originating-IP: [24.76.165.62] From: "John Smith" To: freebsd-questions@freebsd.org Subject: colors really dark Date: Mon, 22 Oct 2001 22:04:14 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 05:04:14.0406 (UTC) FILETIME=[28F34E60:01C15B80] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm a bit of a new user to FreeBSD, but I'd like to know why is it that colors seem very dark in editors like vim even when the TERM variable is set properly? I'm using xterm-color in xterm, and cons25 in the console, it just seems *alot* darker than what I had in linux. This goes for things like BSD ls and vim. Any suggestions on making it brighter or prettier without having to mess with the vim config? I compiled vim on both Linux and FreeBSD right from source, using all default settings, and the colors look *alot* different with syntax highlighting on between both systems. If anyone knows how to fix this, please let me know. Thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 22:31:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id DFF2737B401 for ; Mon, 22 Oct 2001 22:31:52 -0700 (PDT) Received: from there (pool0220.cvx11-bradley.dialup.earthlink.net [209.178.188.220]) by gull.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id WAA08951; Mon, 22 Oct 2001 22:31:41 -0700 (PDT) Message-Id: <200110230531.WAA08951@gull.mail.pas.earthlink.net> Content-Type: text/plain; charset="iso-8859-1" From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: click46@webpimps.net, freebsd-questions@FreeBSD.ORG Subject: Re: New BSD Users Group Date: Mon, 22 Oct 2001 00:21:15 -0700 X-Mailer: KMail [version 1.3] References: <20011020201916.3C20537B405@hub.freebsd.org> In-Reply-To: <20011020201916.3C20537B405@hub.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 20 October 2001 01:15 pm, Aaron wrote: > > I'm wondering if anybody would be interested in a users group in Cypres= s, > California since I know of only two other people in my area that use a > BSD operating system! > and one in Orange... > Thanks, > aaron > --=20 Don't give me that "kinkier than thou" attitude. Gunnar H Reichert-Weygold http://www.paganlibrary.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 22:37:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id B55B237B405 for ; Mon, 22 Oct 2001 22:37:48 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.85.154]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 23 Oct 2001 01:37:47 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "John Smith" , freebsd-questions@FreeBSD.ORG Subject: Re: colors really dark Date: Tue, 23 Oct 2001 01:37:38 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01102301373801.01714@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 October 2001 01:04, John Smith wrote: > Hi, > > I'm a bit of a new user to FreeBSD, but I'd like to know why is it that > colors seem very dark in editors like vim even when the TERM variable is > set properly? I'm using xterm-color in xterm, and cons25 in the console, > it just seems *alot* darker than what I had in linux. This goes for things > like BSD ls and vim. Any suggestions on making it brighter or prettier > without having to mess with the vim config? I compiled vim on both Linux > and FreeBSD right from source, using all default settings, and the colors > look *alot* different with syntax highlighting on between both systems. > > If anyone knows how to fix this, please let me know. Thanks Compare your XF86Config files. Since both systems use X, they should be the same (assuming the same version of X). Perhaps you are using 8-bit color mode somehow? Of course that doesn't explain the console . . . Can you go back & forth from Linux to FreeBSD or did you wipe Linux? It's not possible that you accidentally altered your monitor settings or something silly like that is it? > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org -------> Free Dmitry Sklyarov! (let him go home) <----------- http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 22:54:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 2F9B937B401 for ; Mon, 22 Oct 2001 22:54:32 -0700 (PDT) Received: from blossom.cjclark.org (dialup-209.245.137.102.Dial1.SanJose1.Level3.net [209.245.137.102]) by swan.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id WAA28950; Mon, 22 Oct 2001 22:54:25 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9N5sLA02366; Mon, 22 Oct 2001 22:54:21 -0700 (PDT) (envelope-from cjc) Date: Mon, 22 Oct 2001 22:54:21 -0700 From: "Crist J. Clark" To: j mckitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about mtu and fragment offset Message-ID: <20011022225420.E364@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011019134824.A9949@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011019134824.A9949@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Fri, Oct 19, 2001 at 01:48:24PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 01:48:24PM +0100, j mckitrick wrote: > > This is for a class project :-) > > If the mtu of a gateway is 1500, does that mean all fragments larger > than this will be broken into packets of 1500 (20 header, 1480 data) or > packets of 1496 (20 header, 1476 data) since the fragment offset must be > even multiples of 8? 1500. 1480 is a multiple of 8 last time I checked. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23: 3:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f86.law10.hotmail.com [64.4.15.86]) by hub.freebsd.org (Postfix) with ESMTP id DA1E437B403 for ; Mon, 22 Oct 2001 23:03:28 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 23:03:28 -0700 Received: from 24.76.165.62 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 06:03:28 GMT X-Originating-IP: [24.76.165.62] From: "John Smith" To: freebsd-questions@freebsd.org Subject: Re: colors really dark Date: Mon, 22 Oct 2001 23:03:28 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 06:03:28.0750 (UTC) FILETIME=[6F8128E0:01C15B88] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the quick reply.. no, I haven't changed any of the monitor settings, and both use the same XF86Config. I was thinking about 8-bit color for a second, but does a default install automatically pick this for you, and is there any way of changing it? I've used Linux for a few years, and I know how vim looks between every Linux system by default with syntax highlighting on, it's just it very dark in FreeBSD's console. I installed gnuls and found it to be a much better alternative to FreeBSD's ls, since it does sorting by extension, and the colors are much brighter, and easier to see. >From: Brian T. Schellenberger >To: "John Smith" , freebsd-questions@FreeBSD.ORG >Subject: Re: colors really dark >Date: Tue, 23 Oct 2001 01:37:38 -0400 > >On Tuesday 23 October 2001 01:04, John Smith wrote: > > Hi, > > > > I'm a bit of a new user to FreeBSD, but I'd like to know why is it that > > colors seem very dark in editors like vim even when the TERM variable is > > set properly? I'm using xterm-color in xterm, and cons25 in the >console, > > it just seems *alot* darker than what I had in linux. This goes for >things > > like BSD ls and vim. Any suggestions on making it brighter or prettier > > without having to mess with the vim config? I compiled vim on both >Linux > > and FreeBSD right from source, using all default settings, and the >colors > > look *alot* different with syntax highlighting on between both systems. > > > > If anyone knows how to fix this, please let me know. Thanks > >Compare your XF86Config files. Since both systems use X, they should be >the >same (assuming the same version of X). > Perhaps you are using 8-bit color mode somehow? > >Of course that doesn't explain the console . . . >Can you go back & forth from Linux to FreeBSD or did you wipe Linux? >It's not possible that you accidentally altered your monitor settings or >something silly like that is it? > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at >http://explorer.msn.com/intl.asp > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > >-- >Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) >Brian, the man from Babble-On . . . . bts@babbleon.org (personal) > http://www.babbleon.org > >-------> Free Dmitry Sklyarov! (let him go home) <----------- > >http://www.eff.org http://www.programming-freedom.org _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:18:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id DA2F837B403 for ; Mon, 22 Oct 2001 23:18:53 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9N6Inv17319; Mon, 22 Oct 2001 23:18:50 -0700 (PDT) Date: Mon, 22 Oct 2001 23:18:49 -0700 (PDT) From: David Kirchner X-X-Sender: To: Matthew Blacklow Cc: freebsd-questions Subject: Re: C clue on FreeBSD again! In-Reply-To: Message-ID: <20011022230153.Q85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Matthew Blacklow wrote: > Yesterday I made a post asking how to suppress the output of a program > spawned in C using the System() function. > The replies I had were very helpful and successfully supressed the output. > However they worked a little too good and they even suppressed the return > value of the program which i really need to capture. > > When I dont suppress the output it works fine so I know that the suppressed > output is why i am getting weird return values. Here's another way to do it, without system () (I don't recall if someone posted this way before. Also I can't guarantee this is the best way to do it, :) ) #include #include #include #include #include int main (int argc, char *argv) { pid_t pid; int status; if (pid = fork()) { printf ("this is the parent speaking\n"); wait4(pid, &status, 0, NULL); printf ("%d\n", WEXITSTATUS (status)); } else if (pid == 0) { char buf[1024]; sprintf (buf, "/usr/bin/false"); close (0); close (1); close (2); execlp (buf, NULL); exit (254); } else { perror ("fork"); exit (254); } } This program will fork off a child, close the standard input, output, and error file descriptors, and then calls execlp to replace itself with a new process image (that of /usr/bin/false in this case, there are better examples out there I'm sure. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:21:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 581FD37B401 for ; Mon, 22 Oct 2001 23:21:32 -0700 (PDT) Received: from dialup-209.245.137.102.dial1.sanjose1.level3.net ([209.245.137.102] helo=blossom.cjclark.org) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15vuwH-0003d9-00; Mon, 22 Oct 2001 23:21:26 -0700 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9N6KtX02444; Mon, 22 Oct 2001 23:20:55 -0700 (PDT) (envelope-from cjc) Date: Mon, 22 Oct 2001 23:20:55 -0700 From: "Crist J. Clark" To: David Kirchner Cc: Tyler Spivey , freebsd-questions@FreeBSD.ORG Subject: Re: /etc/exports problem Message-ID: <20011022232054.F364@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011023001540.ZBBC8787.femail14.sdc1.sfba.home.com@tspivey8> <20011022173005.O85958-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011022173005.O85958-100000@localhost>; from davidk@accretivetg.com on Mon, Oct 22, 2001 at 05:30:38PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 05:30:38PM -0700, David Kirchner wrote: > On Mon, 22 Oct 2001, Tyler Spivey wrote: > > > i am trying to set up a freebsd file server, > > and am having a few problems. i will use Linux if i need to, > > but i want a Stable and Robust operating system. i like linux, and freebsd, but my problem is: > > in /etc/exports: > > /home -alldirs fast > > It says Invalid Line. > > what is going on? this should work. > > /usr fast > > works. > > /etc/exports only works for mount points - that is, /home must be its own > mountpoint rather than a directory of another drive. That is not true. But the format of the exports(5) file does catch a lot of people. Is that '/home' line the only one in exports(5)? What does, ls -ld /home return? /home should not be a symlink. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:24:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id ED30F37B403 for ; Mon, 22 Oct 2001 23:24:50 -0700 (PDT) Received: from blossom.cjclark.org (dialup-209.245.137.102.Dial1.SanJose1.Level3.net [209.245.137.102]) by snipe.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9N6Ong12512 for ; Mon, 22 Oct 2001 23:24:49 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9N6Ok702480 for freebsd-questions@freebsd.org; Mon, 22 Oct 2001 23:24:46 -0700 (PDT) (envelope-from cjc) Date: Mon, 22 Oct 2001 23:24:10 -0700 From: "Crist J. Clark" To: Tyler Spivey Subject: Re: /etc/exports Message-ID: <20011022232410.G364@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011023003258.FKVV4652.femail11.sdc1.sfba.home.com@tspivey8> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023003258.FKVV4652.femail11.sdc1.sfba.home.com@tspivey8>; from tspivey8@home.com on Mon, Oct 22, 2001 at 05:32:58PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 05:32:58PM -0700, Tyler Spivey wrote: > i mv'd /usr/home to /home, > since i like it that way. > i have 1 big partition for all my stuff, so that works. > why doesn't the /home -alldirs fast > line work? In exports(5): The second is to specify the pathname of the root of the filesys- tem followed by the -alldirs flag; ^^^^ The '-alldirs' flag only can be used for the root of a filesystem. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id 5F63037B403 for ; Mon, 22 Oct 2001 23:36:47 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id AAA13641 for ; Tue, 23 Oct 2001 00:36:45 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: Recommended MTA Date: Tue, 23 Oct 2001 00:47:34 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, FreeBSD 4.4 includes Sendmail by default. I will be setting up a mail host and I am looking for recommendations on a good MTA. Should I stick with Sendmail or go with one of the others? I know Sendmail, Postfix and Qmail are all good choices, but which one should I invest my time and braincells into? I have to learn one, which one should it be? Thanks, _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:40:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 2DE4137B405 for ; Mon, 22 Oct 2001 23:40:20 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-003dcwashP290.dialsprint.net [206.133.15.156]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id XAA18652; Mon, 22 Oct 2001 23:39:44 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id DBC8950CF1; Tue, 23 Oct 2001 02:39:48 -0400 (EDT) Date: Tue, 23 Oct 2001 02:39:48 -0400 From: parv To: John Smith Cc: freebsd-questions@freebsd.org Subject: Re: colors really dark Message-ID: <20011023023948.A74369@moo.holy.cow> Mail-Followup-To: John Smith , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from ludwicza@hotmail.com on Mon, Oct 22, 2001 at 11:03:28PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote John Smith thusly... > ... > I was thinking about 8-bit > color for a second, but does a default install automatically pick this for > you, and is there any way of changing it? see XFree86 manual(s) and/or XF86Config somewhere in /etc. > I've used Linux for a few years, > and I know how vim looks between every Linux system by default with syntax > highlighting on, it's just it very dark in FreeBSD's console. I installed > gnuls and found it to be a much better alternative to FreeBSD's ls, since it > does sorting by extension, and the colors are much brighter, and easier to > see. well, as far as ls(1) & gnuls(1) are concerned, they just use different "fonts" & colors. for ls, all the colored listing are in normal font, i.e. not bold. whereas, gnuls uses bold fonts, which happens to be in "bright"er version of the same color than normal font. for directories, both ls & gnuls use blue, which is very unreadable on dark background. however, gnuls also uses bolder font, which helps a little. and for executable files and symlinks, gnuls uses bold font and bright(green,cyan), while ls uses red and magenta, respectively. color choices for ls, in this case, are not easily readable on dark background, understandably. you may be able to change to color definitions. to get some idea, see vidcontrol(1) and xterm(1) in addition. - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 997E637B401 for ; Mon, 22 Oct 2001 23:48:36 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-121.wobline.de [212.68.69.129]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9N6oJR54685; Tue, 23 Oct 2001 02:50:26 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6nmx38649; Tue, 23 Oct 2001 08:49:52 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6kvo60106; Tue, 23 Oct 2001 08:47:03 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 08:46:57 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Nathan Mace Cc: freebsd-questions Subject: Re: burncd and CD-RW's In-Reply-To: <20011022183054.54b9fa7f.nmace85@yahoo.com> Message-ID: <20011023084451.V19350-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Nathan Mace wrote: > how well does burncd work at burned cd-RW's, erasing them and burning on > them again? and if i burn a CD-RW with burncd is someother CD burning > software going to have trouble erasing it and writing to it again? > thanks I've been using burncd and CD-RWs for backup purposes for quite some time. It is easily possible to erease a CD-RW so you can burn on them again. How often that is possible doesn't depend on the software used, but on the quality of the CD-RW you are using. Most manufacturers seem to claim that their RWs can be rewritten 1000 times, but I have not yet had the time to try that. Of course, a CD-RW written with burncd can also be ereased and re-used by any ofter CD writing software. There should be absolutely no problem. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:48:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f69.law11.hotmail.com [64.4.17.69]) by hub.freebsd.org (Postfix) with ESMTP id 4604037B401 for ; Mon, 22 Oct 2001 23:48:47 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 23:48:47 -0700 Received: from 202.182.88.14 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 06:48:46 GMT X-Originating-IP: [202.182.88.14] From: "Julian Morgan" To: freebsd-questions@FreeBSD.ORG Subject: REQUEST FOR COMMENT Date: Tue, 23 Oct 2001 16:48:46 +1000 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 23 Oct 2001 06:48:47.0123 (UTC) FILETIME=[C3C7F630:01C15B8E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG
people - I am very dissappointed here and wanted your opinions.. I have helped set up a 7 site VPN between 2 states in Australia.
4 sites in Melbourne and 3 in Sydney.. The firewalls are running FreeBSD4.3 and communicate with Cisco 827 routes on ADSL 2meg/386K...
After setting all this up and starting a fresh in learning FreeBSD over the past 8 months while the system has been running, we have had some crew question the overall
effectiveness of security and other issues.. As a result they believe that it is better to get some certified hardware firewall that provider upgrades patches, instead of having
a Unix product which is open source and requires patches all the time, updates ontop of the usual monitoring, and dedicate a person to basically be ontop of all seven sites all the
time....
So besides the ISP sucking a little - it means we are going to have to upgrade the whole VPN system - and tear out the BSD boxes and get some hardware firewall!!!!!!!!
hmm yet to see the doco on this equiptment...
just wondered what your thoughts were
Regards
Julian


Get your FREE download of MSN Explorer at http://explorer.msn.com
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:48:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id B6DD337B401 for ; Mon, 22 Oct 2001 23:48:51 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-121.wobline.de [212.68.69.129]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9N6ogR54696; Tue, 23 Oct 2001 02:50:44 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6ohx38656; Tue, 23 Oct 2001 08:50:43 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6mFo79150; Tue, 23 Oct 2001 08:48:30 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 08:48:15 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Martin Weber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting a cd-rom In-Reply-To: <3BD490AE.8020200@jlsf.org> Message-ID: <20011023084724.K19350-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Martin Weber wrote: > How does one mount a cd rom connected to a Sound Blaster board? The > drive is a > mitsumi . > > Would I use something like > mount -t cd9660 matcd0a /cdrom > > One time I got it mounted but did not write down what I did. Can anyone > help? mount_cd9660 /dev/acd0a /cdrom works well here (repleace /dev/acd0c with your CD-ROM drive). Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:49: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 06DA137B405 for ; Mon, 22 Oct 2001 23:49:00 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6FAF86AB15; Tue, 23 Oct 2001 16:18:57 +0930 (CST) Date: Tue, 23 Oct 2001 16:18:57 +0930 From: Greg Lehey To: Scott Gerhardt Cc: FreeBSD Subject: Re: Recommended MTA Message-ID: <20011023161857.L27668@wantadilla.lemis.com> 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 scott@gerhardt-it.com on Tue, Oct 23, 2001 at 12:47:34AM -0600 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 23 October 2001 at 0:47:34 -0600, Scott Gerhardt wrote: > Ok, FreeBSD 4.4 includes Sendmail by default. > > I will be setting up a mail host and I am looking for recommendations on a > good MTA. Should I stick with Sendmail or go with one of the others? > > I know Sendmail, Postfix and Qmail are all good choices, but which one > should I invest my time and braincells into? I have to learn one, which one > should it be? It's a personal choice to a large extent. sendmail has the deserved reputation of being a pig to configure. If you don't know it already, you probably don't want to learn it. The FreeBSD project uses Postfix. So do I, and so do a lot of other people. If you use that, you'll at least have a good number of people to answer questions. 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 See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:50:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f118.law11.hotmail.com [64.4.17.118]) by hub.freebsd.org (Postfix) with ESMTP id 9238F37B401 for ; Mon, 22 Oct 2001 23:50:39 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 22 Oct 2001 23:50:39 -0700 Received: from 63.228.184.129 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 06:50:39 GMT X-Originating-IP: [63.228.184.129] From: "Charles Burns" To: questions@freebsd.org Subject: Re: Recommended MTA Date: Mon, 22 Oct 2001 23:50:39 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 06:50:39.0522 (UTC) FILETIME=[06C6B020:01C15B8F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There was a post about this a few weeks ago (by me) The conclusions that I came up with based on help from this list and research elsewhere: Sendmail is good if you want to admin professionally, most Unix businesses use it. Qmail is probably the most secure, but isn't very good for computers with limited bandwidth as it doesn't parallelize transfers to the same server--they are all serialized. Postfix, which is used by FreeBSD.ORG, has a similar security model to Qmail (so is very secure) and is much more efficient with limited bandwidth. This is the one that I ended up choosing, but it may not be the absolute best. If you are looking for something technically superior by design, Sendmail is probably not it. Note that I am not an expert with MTAs, but I know how to research pretty well. Just my $0.02 Charles Burns >Ok, FreeBSD 4.4 includes Sendmail by default. > >I will be setting up a mail host and I am looking for recommendations on a >good MTA. Should I stick with Sendmail or go with one of the others? > >I know Sendmail, Postfix and Qmail are all good choices, but which one >should I invest my time and braincells into? I have to learn one, which >one >should it be? > >Thanks, > > > >_________________________________ > >Scott Gerhardt, P.Geo. >Gerhardt Information Technologies >_________________________________ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:51: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id C243337B403 for ; Mon, 22 Oct 2001 23:51:06 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-121.wobline.de [212.68.69.129]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9N6qsR54762; Tue, 23 Oct 2001 02:52:56 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6qwx38662; Tue, 23 Oct 2001 08:52:58 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N6ogo07806; Tue, 23 Oct 2001 08:50:49 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 08:50:41 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: "Dennis R. Abel" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie Question In-Reply-To: <5.1.0.14.2.20011022160130.00a5a3f0@127.0.0.1> Message-ID: <20011023084858.H19350-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Dennis R. Abel wrote: > Can I, and if so, exactly how do I configure my httpd.conf to return this > message when an attempt is made to list a directory: > > "Directory Listing Denied > This Virtual Directory does not allow contents to be listed. " > > I would like to avoid having to put an index.html or .htaccess file in > every  directory. I don't remember the correct options, but as far as I know, the apache configuration file is well documented. A small change in there should allow you to do what you want. I can't remember how well the configuration file itself is commented, but have a look at it and you might find something. If not, http://www.apache.org/ should have what you need (assuming you are using Apache...) Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:53:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 02FFA37B401 for ; Mon, 22 Oct 2001 23:53:00 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id IAA38621; Tue, 23 Oct 2001 08:52:14 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Chris Huisman" , "freebsd" Subject: RE: Apache problems Date: Tue, 23 Oct 2001 08:55:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3BD4CEF2.6090803@telusplanet.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris, mod_ssl does a little trick whereby it conditionally loads the mod_ssl module. I have experienced problems with other mod_??? ports or packages added after mod_ssl. What happens is that the new modules install their config lines in httpd.conf inside the conditional block which is intended for mod_ssl only. The symptoms you describe look like this might be your problem. This was described in more detail on this list just last week. Have a look for it in the archive if you need more detail. Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Huisman > Sent: 23 October 2001 03:59 > To: freebsd > Subject: Apache problems > > > > Hello again, > > I installed apache-mod_ssl, and when I run apachectl configtest, this is > what I get: > > %apachectl configtest > Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.35161") failed > Error: MM: mm:core: failed to open semaphore file (Permission > denied): OS: No such file or directory > > what is httpd.mm ?????? > > However, when I run it from root I get the following error: > > Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/mod_webapp.so into server: Shared > object "libm.so.6" not found > > > What am I doing wrong? > > Thanks, > > Chris. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 22 23:55:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 0729337B406 for ; Mon, 22 Oct 2001 23:55:30 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 23 Oct 2001 02:55:17 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: cjclark@alum.mit.edu, "Crist J. Clark" , j mckitrick Subject: Re: question about mtu and fragment offset Date: Tue, 23 Oct 2001 02:54:41 -0400 X-Mailer: KMail [version 1.2] Cc: freebsd-questions@FreeBSD.ORG References: <20011019134824.A9949@dogma.freebsd-uk.eu.org> <20011022225420.E364@blossom.cjclark.org> In-Reply-To: <20011022225420.E364@blossom.cjclark.org> MIME-Version: 1.0 Message-Id: <01102302544103.01714@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 October 2001 01:54, Crist J. Clark wrote: > On Fri, Oct 19, 2001 at 01:48:24PM +0100, j mckitrick wrote: > > This is for a class project :-) > > > > If the mtu of a gateway is 1500, does that mean all fragments larger > > than this will be broken into packets of 1500 (20 header, 1480 data) or > > packets of 1496 (20 header, 1476 data) since the fragment offset must be > > even multiples of 8? > > 1500. 1480 is a multiple of 8 last time I checked. Maybe you should check again: > dc 5 k 1500 8 / p 187.50000 1496 8 / p 187.00000 -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org -------> Free Dmitry Sklyarov! (let him go home) <----------- http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0: 9:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f313.law10.hotmail.com [64.4.14.188]) by hub.freebsd.org (Postfix) with ESMTP id C43FF37B403 for ; Tue, 23 Oct 2001 00:09:43 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 00:09:43 -0700 Received: from 24.76.165.62 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 07:09:43 GMT X-Originating-IP: [24.76.165.62] From: "John Smith" To: freebsd-questions@freebsd.org Subject: Re: colors really dark Date: Tue, 23 Oct 2001 00:09:43 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 07:09:43.0629 (UTC) FILETIME=[B0B78FD0:01C15B91] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: parv >To: John Smith >CC: freebsd-questions@freebsd.org >Subject: Re: colors really dark >Date: Tue, 23 Oct 2001 02:39:48 -0400 > >in message , >wrote John Smith thusly... > > >... > > I was thinking about 8-bit > > color for a second, but does a default install automatically pick this >for > > you, and is there any way of changing it? > >see XFree86 manual(s) and/or XF86Config somewhere in /etc. > Hmmm, are you talking about color depth in xterm or what I'm using in the X server? In that latter case, I'm using 16bpp. I'm assuming this is what you meant, I guess I got confused with the other guy said earlier. > > > I've used Linux for a few years, > > and I know how vim looks between every Linux system by default with >syntax > > highlighting on, it's just it very dark in FreeBSD's console. I >installed > > gnuls and found it to be a much better alternative to FreeBSD's ls, >since it > > does sorting by extension, and the colors are much brighter, and easier >to > > see. > >well, as far as ls(1) & gnuls(1) are concerned, they just use different >"fonts" & colors. for ls, all the colored listing are in normal font, >i.e. not bold. whereas, gnuls uses bold fonts, which happens to be >in "bright"er version of the same color than normal font. > >for directories, both ls & gnuls use blue, which is very unreadable >on dark background. however, gnuls also uses bolder font, which helps >a little. > >and for executable files and symlinks, gnuls uses bold font and >bright(green,cyan), while ls uses red and magenta, respectively. color >choices for ls, in this case, are not easily readable on dark >background, understandably. > >you may be able to change to color definitions. to get some idea, see >vidcontrol(1) and xterm(1) in addition. > > - parv > Yeah, I played around alot with vidcontrol before, but that still doesn't help with vim, and I'm happy with gnuls' choice of colors, and I know how to change them to suit my taste. So I guess this is something I'm going to have to do with vim's config itself then? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:13:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 755CC37B406 for ; Tue, 23 Oct 2001 00:13:16 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id BAA81531; Tue, 23 Oct 2001 01:13:14 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Tue, 23 Oct 2001 01:13:14 -0600 (CST) From: Ryan Thompson To: Scott Gerhardt Cc: FreeBSD Subject: Re: Recommended MTA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Scott, I can tell you without a doubt that sendmail works.. I can also tell you that postfix works, and that qmail works. I remember learning sendmail, however, and cursing at the configuration. Years later, I still curse at sendmail configuration. :-) I still use sendmail and postfix on my systems, and brush with qmail only occasionally lately. Sendmail is good because it is pretty much guaranteed to be available on any UNIX system you come across. If you are going after an admin career, you will need to know sendmail, and I suspect this requirement will persist for quite a few years. If, on the other hand, this is for your own projects, you can safely ignore sendmail and go with something that's easier to manage. - Ryan Scott Gerhardt wrote to FreeBSD: > Ok, FreeBSD 4.4 includes Sendmail by default. > > I will be setting up a mail host and I am looking for recommendations on a > good MTA. Should I stick with Sendmail or go with one of the others? > > I know Sendmail, Postfix and Qmail are all good choices, but which one > should I invest my time and braincells into? I have to learn one, > which one should it be? > > Thanks, > > _________________________________ > > Scott Gerhardt, P.Geo. > Gerhardt Information Technologies > _________________________________ > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:14:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from roura.ac.upc.es (roura.ac.upc.es [147.83.33.10]) by hub.freebsd.org (Postfix) with ESMTP id 0D5CB37B403 for ; Tue, 23 Oct 2001 00:14:39 -0700 (PDT) Received: from acm.org (fonoll.ac.upc.es [147.83.32.14]) by roura.ac.upc.es (8.11.6/8.11.0) with ESMTP id f9N7EHx27039; Tue, 23 Oct 2001 09:14:17 +0200 (MET DST) Message-ID: <3BD518C9.5898BF24@acm.org> Date: Tue, 23 Oct 2001 09:14:17 +0200 From: Oscar-Ivan Lepe-Aldama Organization: DAC/UPC X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: es, en MIME-Version: 1.0 To: David Kirchner Cc: questions@FreeBSD.ORG Subject: Re: Disklabel lost References: <20011022140848.T85958-100000@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Kirchner wrote: > > On Mon, 22 Oct 2001, Oscar-Ivan Lepe-Aldama wrote: > > > The partition table seams o.k. but the disklabel is lost. I move the > > disk to another FreeBSD system and have been able to mount its root > > partition with > > > > mount /dev/ad2s1a /mnt/ad2s1a > > Shouldn't you be able to read the disklabel on the other FreeBSD system if > you can mount drives on it? Perhaps I'm not clear on the problem. What happens is that fdisk at sysintall correctly ids and prints the partition (slice) table for the disk (only one slice), but label (at sysinstall again) ids and prints nothing. To mount the root (bsd) partition of the damage disk I did a guess on its size and with sysinstall/label wrote a disklabel. (My guess was that the root partition was 100Megs large.) Then I succesfully mounted that guessed root partition, as I have said before. (Then I found out that my guess was wrong when I peek at root's mbox file, and change the disklabel to reflect the actula size of the root partition. Again, I have been able to succesfully mount this second guessed root partition.) But from here I have no ideas on how to complete the disklabel for the rest of the partitions. I know there are a couple more, one for swap and one for /usr. About the swap partiton I don't know nothing, neither its size nor where it starts. About the /usr partition I know its size but I don't know where it starts. I already have used gpart (for displaying only) but it only tells me this: fonoll:~> gpart /dev/ad2 Begin scan... Possible partition(*BSD disklabel), size(6196mb), offset(0mb) End scan. Checking partitions... Partition(FreeBSD/NetBSD/386BSD): primary Ok. Guessed primary partition table: Primary partition(1) type: 165(0xA5)(FreeBSD/NetBSD/386BSD) size: 6196mb #s(12691287) s(63-12691349) chs: (0/1/1)-(789/254/63)d (0/1/1)-(789/254/63)r Primary partition(2) type: 000(0x00)(unused) size: 0mb #s(0) s(0-0) chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r Primary partition(3) type: 000(0x00)(unused) size: 0mb #s(0) s(0-0) chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r Primary partition(4) type: 000(0x00)(unused) size: 0mb #s(0) s(0-0) chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r And there I don't see any information about the disklabel. Any more thoughts? --- Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:17:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id D63EC37B405 for ; Tue, 23 Oct 2001 00:17:17 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-121.wobline.de [212.68.69.129]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9N7J9R55715; Tue, 23 Oct 2001 03:19:12 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N7Imx38762; Tue, 23 Oct 2001 09:18:53 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9N7GSo10400; Tue, 23 Oct 2001 09:16:29 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 09:16:28 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Julian Morgan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: REQUEST FOR COMMENT In-Reply-To: Message-ID: <20011023091049.L73295-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Julian Morgan wrote: > As a result they believe that it is better to get some certified > hardware firewall that provider upgrades patches, instead of having a > Unix product which is open source and requires patches all the time, > updates ontop of the usual monitoring, and dedicate a person to > basically be ontop of all seven sites all the time.... Hmmm, I have secured various networks using FreeBSD over the past years. Some of these old FreeBSD systems I have set up are still in used and have only been updated by critical security patches. I have not yet had to run to all the boxes I have set up three times a day because they "require patches all the time". It's actually the other way round: If some security hole is discovered, you can be sure that FreeBSD as an open-source system is amongst the first to release patches. Some of our hackers out there are always working - we don't have "business hours" like the commercial folks do. Last but not least, I don't know why you complain about having to assign a person to monitor the FreeBSD boxes. If it comes to security, monitoring is the second most importatnt thing, following right after "securing". There is no such thing as a "set it and forget it" solution for security, because one must always assume to be at risk. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:32:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 637C637B401 for ; Tue, 23 Oct 2001 00:32:33 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15vw35-00042M-00; Tue, 23 Oct 2001 07:32:31 +0000 To: "Scott Gerhardt" , "FreeBSD" From: Cliff Sarginson Subject: Re: Recommended MTA Date: Tue, 23 Oct 2001 07:32:31 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Ok, FreeBSD 4.4 includes Sendmail by default. > > I will be setting up a mail host and I am looking for recommendations on a > good MTA. Should I stick with Sendmail or go with one of the others? > > I know Sendmail, Postfix and Qmail are all good choices, but which one > should I invest my time and braincells into? I have to learn one, which one > should it be? Postfix. -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:36:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id A558637B403 for ; Tue, 23 Oct 2001 00:36:06 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA39589; Tue, 23 Oct 2001 09:36:07 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Julian Morgan" , Subject: RE: REQUEST FOR COMMENT Date: Tue, 23 Oct 2001 09:39:26 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0080_01C15BA6.9B389540" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0080_01C15BA6.9B389540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Julian, I guess your thoughts are similar to mine... My only comment is that some salesman selling a hardware firewall has obviously done a good job of selling to the powers that be in your company! Here are some questions to throw into the next discussion on the subject: 1) Who "certified" the hardware firewall? The manufacturer? 2) How do you know that the provider will REALLY upgrade and patch that firewall regularly? 3) Who will configure the firewall's ruleset - someone who actually personally cares about the security of your business? More likely it will be a 19-year old techie who just got some "certificate of competence" in corporate network security. 4) How responsive will the supplier be if/when you want to make changes to the firewall's config or ruleset? 5) How MUCH will it all COST? And, as for security holes on 'open source', the FreeBSD project responds to and fixes security problems far faster than any hardware vendor I've met. OK, you must do the download yourself. That might take all of 10 minutes, or else use cvsup and follow -stable. And, what's more, the security issues are usually, probably 98% of the time, NOT in the firewall, but in the software running on other servers behind the firewall. I can't remember when last there was a security problem with ipf OR ipfw. On our VPN we are switching from sites using Cisco 1600 series routers with FreeBSD firewalls behind them, to using the FreeBSD firewall with an on-board Serial card connected to the line from the ISP. I can build a PC with dual-port serial card and 2 Ethernet NICs (for LAN and DMZ), with FreeBSD doing firewalling, NAT, traffic shaping (and potentially even running a transparent proxy cache using Squid or similar) for less than the cost of a single Cisco 1600 router. Go figure! Patrick. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Julian Morgan Sent: 23 October 2001 08:49 To: freebsd-questions@FreeBSD.ORG Subject: REQUEST FOR COMMENT people - I am very dissappointed here and wanted your opinions.. I have helped set up a 7 site VPN between 2 states in Australia. 4 sites in Melbourne and 3 in Sydney.. The firewalls are running FreeBSD4.3 and communicate with Cisco 827 routes on ADSL 2meg/386K... After setting all this up and starting a fresh in learning FreeBSD over the past 8 months while the system has been running, we have had some crew question the overall effectiveness of security and other issues.. As a result they believe that it is better to get some certified hardware firewall that provider upgrades patches, instead of having a Unix product which is open source and requires patches all the time, updates ontop of the usual monitoring, and dedicate a person to basically be ontop of all seven sites all the time.... So besides the ISP sucking a little - it means we are going to have to upgrade the whole VPN system - and tear out the BSD boxes and get some hardware firewall!!!!!!!! hmm yet to see the doco on this equiptment... just wondered what your thoughts were Regards Julian ---------------------------------------------------------------------------- -- Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------=_NextPart_000_0080_01C15BA6.9B389540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Julian,
 
I=20 guess your thoughts are similar to mine...
 
My=20 only comment is that some salesman selling a hardware firewall has = obviously=20 done a good job of selling to the powers that be in your=20 company!
 
Here=20 are some questions to throw into the next discussion on the=20 subject:
1) Who=20 "certified" the hardware firewall?   The=20 manufacturer?
2) How=20 do you know that the provider will REALLY upgrade and patch that = firewall=20 regularly?
3) Who=20 will configure the firewall's ruleset - someone who actually personally = cares=20 about the security of your business?  More likely it will be a = 19-year old=20 techie who just got some "certificate of competence" in corporate = network=20 security.
4) How=20 responsive will the supplier be if/when you want to make changes to the=20 firewall's config or ruleset?
5) How=20 MUCH will it all COST?
 
And,=20 as for security holes on 'open source', the FreeBSD project responds to = and=20 fixes security problems far faster than any hardware vendor I've = met.  OK,=20 you must do the download yourself.  That might take all of 10 = minutes, or=20 else use cvsup and follow -stable.
 
And,=20 what's more, the security issues are usually, probably 98% of the time, = NOT in=20 the firewall, but in the software running on other servers behind the=20 firewall.  I can't remember when last there was a security problem = with ipf=20 OR ipfw.
 
On our=20 VPN we are switching from sites using Cisco 1600 series routers with = FreeBSD=20 firewalls behind them, to using the FreeBSD firewall with an on-board = Serial=20 card connected to the line from the ISP.  I can build a PC with = dual-port=20 serial card and 2 Ethernet NICs (for LAN and DMZ), with FreeBSD doing=20 firewalling, NAT, traffic shaping (and potentially even running a = transparent=20 proxy cache using Squid or similar) for less than the cost of a single = Cisco=20 1600 router.
 
Go=20 figure!
 
Patrick.
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Julian = Morgan
Sent: 23 October 2001 08:49
To:=20 freebsd-questions@FreeBSD.ORG
Subject: REQUEST FOR=20 COMMENT

people - I am very dissappointed here and wanted your opinions.. = I have=20 helped set up a 7 site VPN between 2 states in Australia.
4 = sites in=20 Melbourne and 3 in Sydney.. The firewalls are running FreeBSD4.3 and=20 communicate with Cisco 827 routes on ADSL 2meg/386K...=20
After setting all this up and starting a fresh in learning = FreeBSD=20 over the past 8 months while the system has been running, we have had = some=20 crew question the overall=20
effectiveness of security and other issues.. As a result = they=20 believe that it is better to get some certified hardware firewall that = provider upgrades patches, instead of having=20
a Unix product which is open source and requires patches = all the=20 time, updates ontop of the usual monitoring, and dedicate a person to=20 basically be ontop of all seven sites all the=20
time....=20
So besides the ISP sucking a little - it means we are going = to have=20 to upgrade the whole VPN system - and tear out the BSD boxes and get = some=20 hardware firewall!!!!!!!!=20
hmm yet to see the doco on this equiptment...=20
just wondered what your thoughts were=20
Regards=20
Julian


Get your FREE download of MSN Explorer at http://explorer.msn.com
To=20 Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe=20 freebsd-questions" in the body of the message = ------=_NextPart_000_0080_01C15BA6.9B389540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:51:16 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 953C437B401 for ; Tue, 23 Oct 2001 00:51:10 -0700 (PDT) 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 f9N7p2T42736; Tue, 23 Oct 2001 00:51:03 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Julian Morgan" , Subject: RE: REQUEST FOR COMMENT Date: Tue, 23 Oct 2001 00:51:01 -0700 Message-ID: <001c01c15b97$75bb8f20$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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Julian Morgan Sent: Monday, October 22, 2001 11:49 PM To: freebsd-questions@FreeBSD.ORG Subject: REQUEST FOR COMMENT PLEASE DON'T HTML FORMAT YOUR STUFF!! > people - I am very dissappointed here and wanted your opinions.. I have > helped set up >a 7 site VPN between 2 states in Australia. > 4 sites in Melbourne and 3 in Sydney.. The firewalls are running FreeBSD4.3 > and communicate with Cisco 827 routes on ADSL 2meg/386K... And, I assume that everything is working perfectly? > After setting all this up and starting a fresh in learning FreeBSD over the > past 8 months while the system has been running, we have had some crew > question the overall effectiveness of security and other issues.. How was the crew related to the decision makers in your organization? > As a result they believe that it is better Who exactly is "they"? The crew? The decision makers? Who? > to get some certified hardware firewall that provider upgrades patches, > instead of having a Unix product which is open source and requires patches > all the time, updates ontop of the usual monitoring, and dedicate a person > to basically be ontop of all seven sites all the time.... In short, they are saying to "outsource" the firewalling? There's a number of companies that sell these things here in the US that they call "managed firewalls" whereby you buy a hardware box and the company runs it completely remotely. > So besides the ISP sucking a little - it means we are going to have to > upgrade the whole VPN system - and tear out the BSD boxes and get some > hardware firewall!!!!!!!! If your decision makers choose to do this that is. > hmm yet to see the doco on this equiptment... > just wondered what your thoughts were > Regards > Julian Let's see - where do I start? First of all, boiled down you are saying that some group related to your organization in some fashion is telling you to spend a whole lot of money and time replacing a running system for some undefined reason with a system that may or may not work with some undefined benefits. In addition your saying that this recommendation is so powerful that your expecting to follow it. There's wheels within wheels here, and what you have described is not a technical problem, it's a political problem. Your asking for comments from a technical forum. There's a disconnect here. Now, in these kinds of political issues, coming back with a bunch of technical reasons to support your side is the most futile thing that you can do, because the people you are fighting have already defined the debate in a much more palatable non-technical and digestible format, than in the technical and undigestible format that your trying to use. So if your looking for a list of technical reasons from this forum to support your side you can get them - but they will be worthless, you will lose. It's called doing everything right but still losing and it happens all the time. Now, if you supply us with more details of who is blowing who, there's people here that can assist you to craft a political response that you can use to effectively fight a political action. But, you haven't supplied squat. All we can do is make some general recommendations. Here's mine: Anything that anyone does in a organization costs money. Any change to existing infrastructure costs a lot of money. If your organization has no money to do this then the best salesman in the world can get a triple-signed contract from the Lord Almighty to rip your infrastructure out and replace it with all his stuff - but it doesen't matter squat, it will never happen because your organization can't pay for it. Therefore it follows that in any discussion of changing infrastructure the very first question you have to answer is who is contemplating spending the money to do it, what financial benefit are they expecting to get, and how much money do they have to play with. As early as possible you MUST quantify those figures!! It's rediculously easy for a firewall salesman to come waltzing in claiming that his service/product is going to save you a shitpile of money when: a) you don't know what your even spending now on the thing he's telling you to replace and b) the salesman isn't offering a single dollar figure that he's willing to commit to. But, once you have done your own analysis and determined that, say, the existing infrastructure costs $2K a month in operations, well then you can start holding the feet of these folks to the fire. You often find that once you start demanding they produce verifyable figures of savings that you have effectively wrecked one of their big reasons for getting the foot in the door because most of them will not want to get into this kind of discussion. Because, they know as was pointed out, that their product simply isn't going to save much money in operating expenses. So, then the next thing that comes up onto the table is the efficiency argument - ie: their stuff is better because it does more for the same buck that your spending. That is where it becomes critical to know what's needed to be done in the organization, and how your FreeBSD solution fits in better than the solution they are pushing. Following that is often the ease of use argument. Well, the key to fighting this one is two-pronged. First your own house must be in order, if you have lingering problems with your deployment then you must fix them. You also have to understand that the achilles heel of this argument is that usage is only as good as the monkey behind the wheel. It makes no difference how easy something is to run - morons will be successfully able to wreck anything through incompetence. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:52:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id A4B4C37B401; Tue, 23 Oct 2001 00:52:24 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15vwMI-00055S-00; Tue, 23 Oct 2001 07:52:22 +0000 To: Greg Lehey , Scott Gerhardt , FreeBSD From: Cliff Sarginson Subject: Re: Recommended MTA Date: Tue, 23 Oct 2001 07:52:22 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Tuesday, 23 October 2001 at 0:47:34 -0600, Scott Gerhardt wrote: > > Ok, FreeBSD 4.4 includes Sendmail by default. > > > > I will be setting up a mail host and I am looking for recommendations on a > > good MTA. Should I stick with Sendmail or go with one of the others? > > > > I know Sendmail, Postfix and Qmail are all good choices, but which one > > should I invest my time and braincells into? I have to learn one, which one > > should it be? > > It's a personal choice to a large extent. sendmail has the deserved > reputation of being a pig to configure. If you don't know it already, > you probably don't want to learn it. > > The FreeBSD project uses Postfix. So do I, and so do a lot of other > people. If you use that, you'll at least have a good number of people > to answer questions. > And there is a very active mailing list for Postfix, questions usually get a response within hours (even minutes). It is designed from the beginning as a highly secure and easy to configure system, and even has a "sendmail" command that understands a lot of the sendmail commands so software that assumes sendmail as the MTA will still happily function. Sendmail, as has been pointed out, maybe a better career move at the moment, but if that is not part of the consideration then forget it. Life is too short for an MTA whose definitive reference book is 1100+ pages long. Sendmail is to MTA's what APL is to programming languages .. :) -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 0:53:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id E40BB37B401 for ; Tue, 23 Oct 2001 00:53:39 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.85.154]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 23 Oct 2001 02:56:08 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: cjclark@alum.mit.edu, "Crist J. Clark" , j mckitrick Subject: Re: question about mtu and fragment offset Date: Tue, 23 Oct 2001 02:55:56 -0400 X-Mailer: KMail [version 1.2] Cc: freebsd-questions@FreeBSD.ORG References: <20011019134824.A9949@dogma.freebsd-uk.eu.org> <20011022225420.E364@blossom.cjclark.org> In-Reply-To: <20011022225420.E364@blossom.cjclark.org> MIME-Version: 1.0 Message-Id: <01102302555604.01714@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 October 2001 01:54, Crist J. Clark wrote: > On Fri, Oct 19, 2001 at 01:48:24PM +0100, j mckitrick wrote: > > This is for a class project :-) > > > > If the mtu of a gateway is 1500, does that mean all fragments larger > > than this will be broken into packets of 1500 (20 header, 1480 data) or > > packets of 1496 (20 header, 1476 data) since the fragment offset must be > > even multiples of 8? > > 1500. 1480 is a multiple of 8 last time I checked. Geez, I should stop sending mail when I'm asleep. Please ignore the sarcastic and moronic post I just sent. -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org -------> Free Dmitry Sklyarov! (let him go home) <----------- http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 1: 4:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id 2077437B405 for ; Tue, 23 Oct 2001 01:04:31 -0700 (PDT) Received: from dds.nl ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GLNFRH00.RDP; Tue, 23 Oct 2001 10:04:29 +0200 Message-ID: <3BD5248D.5040808@dds.nl> Date: Tue, 23 Oct 2001 10:04:29 +0200 From: "Alex (DDS)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: David Kirchner Cc: questions@FreeBSD.ORG Subject: Re: CPU interrupted problem References: <20011022173213.T85958-100000@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Kirchner wrote: >On Tue, 23 Oct 2001, Alex (DDS) wrote: > >>Both top as well systat in vmstat mode doesn't tell me anything for the >>interrupt stuf. When the computer is not in use, then harddisk and the >>nics are used very rearly. The harddisk once every 5 minutes for a >>script and the NIC whore whatever. (both 4 interrupts). I see and know >>of no reson what sould cause this. I had the same problem with v4.3. >>Could this be a bug? >> >>Alex >> > >I wonder if it would be related to this: > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16157 > > > > > Gee, i never would have guessed. It is related to that. Tanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 1:30: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 1B57D37B405 for ; Tue, 23 Oct 2001 01:30:02 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id BAA66758; Tue, 23 Oct 2001 01:29:27 -0700 (PDT) Date: Tue, 23 Oct 2001 01:29:27 -0700 (PDT) From: Annelise Anderson To: parv Cc: John Smith , freebsd-questions@FreeBSD.ORG Subject: Re: colors really dark In-Reply-To: <20011023023948.A74369@moo.holy.cow> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, parv wrote: > > I've used Linux for a few years, > > and I know how vim looks between every Linux system by default with syntax > > highlighting on, it's just it very dark in FreeBSD's console. I installed > > gnuls and found it to be a much better alternative to FreeBSD's ls, since it > > does sorting by extension, and the colors are much brighter, and easier to > > see. > > well, as far as ls(1) & gnuls(1) are concerned, they just use different > "fonts" & colors. for ls, all the colored listing are in normal font, > i.e. not bold. whereas, gnuls uses bold fonts, which happens to be > in "bright"er version of the same color than normal font. > > for directories, both ls & gnuls use blue, which is very unreadable > on dark background. however, gnuls also uses bolder font, which helps > a little. > > and for executable files and symlinks, gnuls uses bold font and > bright(green,cyan), while ls uses red and magenta, respectively. color > choices for ls, in this case, are not easily readable on dark > background, understandably. > > you may be able to change to color definitions. to get some idea, see > vidcontrol(1) and xterm(1) in addition. > Here's an LSCOLORS env var that looks pretty good on a black background: LSCOLORS=2x5x0x4x6x464301060203 export LSCOLORS You can change the default listing of regular files and the prompt with vidcontrol, e.g., vidcontrol yellow black Guess that doesn't help with vim, though. :syntax on turns it on, but it is truly lurid. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 1:49:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nitrogen.nexthop.net (nitrogen.nexthop.net [146.115.19.9]) by hub.freebsd.org (Postfix) with ESMTP id BD23937B403 for ; Tue, 23 Oct 2001 01:49:54 -0700 (PDT) Received: (from bene@localhost) by nitrogen.nexthop.net (8.11.6/8.11.6) id f9N8noQ44176; Tue, 23 Oct 2001 04:49:50 -0400 (EDT) (envelope-from bene) Date: Tue, 23 Oct 2001 04:49:50 -0400 From: Ben Eisenbraun To: freebsd-questions@freebsd.org Subject: recovery of corrupt vinum plexes? Message-ID: <20011023044950.A43848@nitrogen.nexthop.net> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy- I'm hoping someone knows if it's possible to recover from a vinum state like the one below. I wedged the NIC somehow and during the reboot, the machine paniced while coming up; I rebooted a few more times before getting it to single user. vinum -> list 8 drives: D max1 State: up Device /dev/ad0e Avail: 19529/19529 MB (100%) D max2 State: up Device /dev/ad2e Avail: 19529/19529 MB (100%) D wd1 State: up Device /dev/ad8e Avail: 57239/57239 MB (100%) D wd2 State: up Device /dev/ad10e Avail: 57239/57239 MB (100%) D max3 State: referenced Device Avail: 0/0 MB D max4 State: referenced Device Avail: 0/0 MB 2 volumes: V stripe-mirror State: up Plexes: 2 Size: 111 GB V var-mirror State: up Plexes: 2 Size: 19 GB 4 plexes: P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB 6 subdisks: S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB I tried grabbing the requested log info from the vinum slices, but the output didn't turn out as expected: # for i in /dev/ad4s1e /dev/ad6s1e /dev/ad8s1e /dev/ad10s1e ; do > (dd if=$i skip=8 count=6|tr -d '\000-\011\200-\377'; echo) >> log > done 1~^R:/uB ^O1u[^_US]^PSu^Lu#9u1^Th^]#h$#V]^LUWVS]=<*u}=*u^Oh 7**j^Pj^P5*{u+hd5*h$=\)T^Yt^ThE#80$^T*<*u1^Z9^]* ^O5^T*15$^O^M$^\$!^O=^X$=^P$15x$^M`$>^Md$P5*^Of15x$)5* ^]*0^P*^L*E^LE05))9u^Pvu^PU^PU^O6^MP$^]0^K^? <)k)9^P*tI=*u^Oh *5^T*^Md$)P5*^O)^P*C=t$^U*:^K^? C^MP$^M)9w^Ru;)w50$^X5)#58)5@)#5L$9=^L*t*P^Md$P5*S ^O=^L*0#8));uvuV*PMQu50)u^OE^Pe[^_^LUWVS=<*^OU=^X*u^Ohx^X*4*jj5^X*^O^]^X*,*w=1zu^W uw^KFu^Mt^PFv=,*u,*t#t\{t hN#C4*j4*@P5^X*(uy^M^X*9WEVu^LWEVt^P=0*tihT#E=8*u^Wfyu $*8*^O^U0*9s^Ou^VhZ#h$#4#4*u^P4*E^LE^LPue[^_^LU^PWVS}u^L%^O^OGst%^? (I have a feeling this bodes ill.) The logfile at /var/log/vinum_history contains no relevant info. I do have copies of the original configuration files, and the "How to debug vinum" page mentions that it may be possible to re-create the on-disk configuration, but I'm not sure what steps I need to take to try this. I'm guessing I could 'resetconfig', 'create -f my-config-file' and then not 'init' the plex, but I thought I would seek advice before doing that. I have a trace from the crash and some other info that spewed on the console if it's of interest. Thanks! -ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 2: 0:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BFE6B37B403 for ; Tue, 23 Oct 2001 02:00:26 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id C01446AB15; Tue, 23 Oct 2001 18:30:23 +0930 (CST) Date: Tue, 23 Oct 2001 18:30:23 +0930 From: Greg Lehey To: Ben Eisenbraun Cc: freebsd-questions@freebsd.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011023183023.M27668@wantadilla.lemis.com> References: <20011023044950.A43848@nitrogen.nexthop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023044950.A43848@nitrogen.nexthop.net>; from bene@nitrogen.nexthop.net on Tue, Oct 23, 2001 at 04:49:50AM -0400 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 23 October 2001 at 4:49:50 -0400, Ben Eisenbraun wrote: > Howdy- > > I'm hoping someone knows if it's possible to recover from a vinum state > like the one below. I wedged the NIC somehow and during the reboot, > the machine paniced while coming up; I rebooted a few more times before > getting it to single user. > > vinum -> list > 8 drives: > D max1 State: up Device /dev/ad0e Avail: 19529/19529 MB (100%) > D max2 State: up Device /dev/ad2e Avail: 19529/19529 MB (100%) > D wd1 State: up Device /dev/ad8e Avail: 57239/57239 MB (100%) > D wd2 State: up Device /dev/ad10e Avail: 57239/57239 MB (100%) > D max3 State: referenced Device Avail: 0/0 MB > D max4 State: referenced Device Avail: 0/0 MB Is this information correct (i.e. you have six drives)? > 2 volumes: > V stripe-mirror State: up Plexes: 2 Size: 111 GB > V var-mirror State: up Plexes: 2 Size: 19 GB > > 4 plexes: > P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB > P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB > P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB > P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB > > 6 subdisks: > S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB > S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB > S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB > S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB > S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB > S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB > > I tried grabbing the requested log info from the vinum slices, but the > output didn't turn out as expected: > > # for i in /dev/ad4s1e /dev/ad6s1e /dev/ad8s1e /dev/ad10s1e ; do >> (dd if=$i skip=8 count=6|tr -d '\000-\011\200-\377'; echo) >> log >> done > 1~^R:/uB > ^O1u[^_US]^PSu^Lu#9u1^Th^]#h$#V]^LUWVS]=<*u}=*u^Oh 7**j^Pj^P5*{u+hd5*h$=\)T^Yt^ThE#80$^T*<*u1^Z9^]* > ^O5^T*15$^O^M$^\$!^O=^X$=^P$15x$^M`$>^Md$P5*^Of15x$)5* ^]*0^P*^L*E^LE05))9u^Pvu^PU^PU^O6^MP$^]0^K^? > <)k)9^P*tI=*u^Oh *5^T*^Md$)P5*^O)^P*C=t$^U*:^K^? C^MP$^M)9w^Ru;)w50$^X5)#58)5@)#5L$9=^L*t*P^Md$P5*S > ^O=^L*0#8));uvuV*PMQu50)u^OE^Pe[^_^LUWVS=<*^OU=^X*u^Ohx^X*4*jj5^X*^O^]^X*,*w=1zu^W > uw^KFu^Mt^PFv=,*u,*t#t\{t > hN#C4*j4*@P5^X*(uy^M^X*9WEVu^LWEVt^P=0*tihT#E=8*u^Wfyu > $*8*^O^U0*9s^Ou^VhZ#h$#4#4*u^P4*E^LE^LPue[^_^LU^PWVS}u^L%^O^OGst%^? > > (I have a feeling this bodes ill.) Yes. This drive contains no Vinum label. Are ad4s1e and ad6s1e the correct device names? > The logfile at /var/log/vinum_history contains no relevant info. > > I do have copies of the original configuration files, and the "How to > debug vinum" page mentions that it may be possible to re-create the > on-disk configuration, but I'm not sure what steps I need to take to > try this. > > I'm guessing I could 'resetconfig', 'create -f my-config-file' and > then not 'init' the plex, but I thought I would seek advice before > doing that. That's a very good idea, to ask advice first. init writes zeros to the entire plex, probably not what you want. > I have a trace from the crash and some other info that spewed on the > console if it's of interest. Well, that's what I ask for in "How to debug", along with a lot of other stuff. But since your Vinum drives seem to have disappeared, that's where you need to look first. What drives do you have on the system? If those two I mentioned above are correct, what do their (Microsoft) partition tables and disk labels look like? What does 'vinum dumpconfig -v' say? 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 See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 2:22:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id DAB1D37B401 for ; Tue, 23 Oct 2001 02:22:24 -0700 (PDT) Received: from hades.hell.gr (patr530-b050.otenet.gr [195.167.121.178]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9N9MJO17290; Tue, 23 Oct 2001 12:22:20 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9N32QT16083; Tue, 23 Oct 2001 06:02:26 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 06:02:26 +0300 From: Giorgos Keramidas To: Tor Stormwall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail and named! Message-ID: <20011023060225.B15848@hades.hell.gr> References: <5.1.0.14.0.20011021121920.031dae50@mail.Go2France.com> <3BD43F47.F288BD71@stormwall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BD43F47.F288BD71@stormwall.org> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 05:46:15PM +0200, Tor Stormwall wrote: > Len Conrad wrote: > > named.root is kinda quaint. Since the file conains a "referral", and it's > > part of the DNS database, I like or db.roothint > > where can I find this file? % ls -l /usr/src/etc/namedb/named.root -rw-r--r-- 1 root wheel - 2843 Sep 13 1999 /usr/src/etc/namedb/named.root > > same database filename convention here, db.127.0.0 > > > > >zone "myhome.my" { > > > type master; > > > file "db.myhome.my"; > > >}; > > should I change db.myhome.my to bd.127.0.0? Not really, the filenames you choose are more a matter of personal taste and style. Bind does not really care about the names. It does get angry if the files do not exist though, or have syntax errors. > Oct 22 17:37:38 bossen named[848]: Ready to answer queries. > Oct 22 17:37:42 bossen named[850]: starting (/etc/namedb/named.conf). named 8.2.4-REL Tue Sep 18 09:51:38 PDT 2001 murray@builder.FreeBSD.org:/usr/obj/usr/src/usr.sbin/named > Oct 22 17:37:42 bossen named[850]: limit files set to fdlimit (1024) > Oct 22 17:37:42 bossen named[850]: /etc/namedb/named.conf:1: no options statement before first zone; using previous/default Bind tried to read your named.conf looking for an `options' statement, but it failed to find one, or the one you have had syntax errors and named ignored it. > Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root: No such file or directory You don't have a file called "named.root" in /etc/namedb. > Oct 22 17:37:42 bossen named[850]: db_load could not open: localhost.rev: No such file or directory You don't have a file called "localhost.rev" in /etc/namedb. > Oct 22 17:37:42 bossen named[850]: db_load could not open: db.myhome.my: No such file or directory You don't have a file called "db.myhome.my" in /etc/namedb. > Oct 22 17:37:42 bossen named[850]: db_load could not open: myhome-reverse: No such file or directory You don't have a file called "myhome-reverse" in /etc/namedb. > Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root: No such file or directory You don't have a file called "named.root" in /etc/namedb. > Oct 22 17:37:42 bossen named[851]: Ready to answer queries. > According these errors there is missing some files but I've > got them, dont see whats the problem. If you do have these files in /etc/namedb check the permissions and owner of these files. Although I fear that you have them, but not in the right place. You should probably get a nice book on setting up named, or read carefully the documentation at /usr/share/doc/bind/html. Bind is a nice beast but it takes care and patience when feeding it. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 2:22:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC737B406 for ; Tue, 23 Oct 2001 02:22:30 -0700 (PDT) Received: from hades.hell.gr (patr530-b050.otenet.gr [195.167.121.178]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9N9MMO17468; Tue, 23 Oct 2001 12:22:23 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9N2rcW15963; Tue, 23 Oct 2001 05:53:39 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 05:53:38 +0300 From: Giorgos Keramidas To: Tor Stormwall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail and named! Message-ID: <20011023055338.A15848@hades.hell.gr> References: <3BD2DEB3.30F1EBC5@stormwall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BD2DEB3.30F1EBC5@stormwall.org> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 21, 2001 at 04:41:55PM +0200, Tor Stormwall wrote: > Hi! > > I'm trying to make a domain called "myhome.my" in my private > network using 192.168.0.x addresses. > > My named.conf looks like this: > > options { > directory "/etc/namedb"; > forwarders { > 127.0.0.1; > }; > }; Do you really need to forward all requests to 127.0.0.1 (i.e. yourself)? I would delete the whole forwarders thing, and leave this looking like: options { directory "/etc/namedb"; }; > zone "0.168.192.inddr.arpa" { > ty ae; What is type 'ae'? Perhaps you meant 'master' here... > file "myhome-reverse"; > }; -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 2:50:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nitrogen.nexthop.net (nitrogen.nexthop.net [146.115.19.9]) by hub.freebsd.org (Postfix) with ESMTP id 2747937B401; Tue, 23 Oct 2001 02:50:04 -0700 (PDT) Received: (from bene@localhost) by nitrogen.nexthop.net (8.11.6/8.11.6) id f9N9o5n63470; Tue, 23 Oct 2001 05:50:05 -0400 (EDT) (envelope-from bene) Date: Tue, 23 Oct 2001 05:50:05 -0400 From: Ben Eisenbraun To: Greg Lehey Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011023055005.A44324@nitrogen.nexthop.net> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023183023.M27668@wantadilla.lemis.com>; from grog@FreeBSD.org on Tue, Oct 23, 2001 at 06:30:23PM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 06:30:23PM +0930, Greg Lehey wrote: > On Tuesday, 23 October 2001 at 4:49:50 -0400, Ben Eisenbraun wrote: > > vinum -> list > > 8 drives: > > D max1 State: up Device /dev/ad0e Avail: 19529/19529 MB (100%) > > D max2 State: up Device /dev/ad2e Avail: 19529/19529 MB (100%) > Is this information correct (i.e. you have six drives)? Yes, 6 IDE drives across three controllers. > > $*8*^O^U0*9s^Ou^VhZ#h$#4#4*u^P4*E^LE^LPue[^_^LU^PWVS}u^L%^O^OGst%^? > > > > (I have a feeling this bodes ill.) > > Yes. This drive contains no Vinum label. Are ad4s1e and ad6s1e the > correct device names? I believe so. Those are the FreeBSD partitions I used in the vinum config file and disklabel shows this: bash-2.05# disklabel /dev/ad4s1 ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK # /dev/ad6s1: type: ESDI disk: ad6s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 7472 sectors/unit: 120053682 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 2097152 117226242 swap # (Cyl. 7296*- 7427*) c: 120053682 0 unused 0 0 # (Cyl. 0 - 7472*) e: 117226242 0 vinum # (Cyl. 0 - 7296*) bash-2.05# disklabel /dev/ad8s1 # /dev/ad8s1: type: ESDI disk: ad8s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 7296 sectors/unit: 117226242 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 117226242 0 unused 0 0 # (Cyl. 0 - 7296*) e: 117226242 0 vinum # (Cyl. 0 - 7296*) ad0 and ad2, the mirrored volume, fsck'ed cleanly and appear to be fine. ad4 and ad6 are identical drives and are partitioned exactly the same. ad8 and ad10 are identical drives and are partitioned exactly the same. > other stuff. But since your Vinum drives seem to have disappeared, > that's where you need to look first. What drives do you have on the > system? If those two I mentioned above are correct, what do their > (Microsoft) partition tables and disk labels look like? What does > 'vinum dumpconfig -v' say? FreeBSD whiskey.klatsch.org 4.4-RC FreeBSD 4.4-RC #0: Tue Aug 21 20:53:12 EDT 2001 root@whiskey.klatsch.org:/usr/obj/usr/src/sys/WHISKEY i386 I haven't made any local changes to system or kernel sources. It didn't write a crash dump to disk on any of the following crashes. I didn't catch the console messages on the first boot before the first panic. Here's the trace from that original panic: db> trace devsw(0,c126e1cc,c134ee00,c64f75b0,1) at devsw+0x6 launch_requests(c134ee00,0,c64f75b0,ccf5e240,c1355000) at launch_requests+0x308 vinumstart(c64f75b0,0,c64f75b0,ce2e8da0,c0199a51) at vinumstart+0x19a vinumstrategy(c64f75b0,c134ce80,c64f75b0,1,ce2e8dac) at vinumstrategy+0x92 spec_strategy(ce2e8dd0,ce2e8db8,c021de25,ce2e8dd0,ce2e8dec) at spec_strategy+0x8d spec_vnoperate(ce2e8dd0,ce2e8dec,c021d6e1,ce2e8dd0,c64f75b0) at spec_vnoperate+0x15 ufs_vnoperatespec(ce2e8dd0,c64f75b0,1,6800c444,c02acc60) at ufs_vnoperatespec+0x15 ufs_strategy(ce2e8e14,ce2e8e20,c0185eb8,ce2e8e14,1c00) at ufs_strategy+0xc5 ufs_vnoperate(ce2e8e14) at ufs_vnoperate+0x15 bwrite(c64f75b0,ce2e8e38,c018b5b5,ce2e8e78,ce2e8e44) at bwrite+0x20c vop_stdbwrite(ce2e8e78,ce2e8e44,c021dded,ce2e8e78,ce2e8e84) at vop_stdbwrite+0xf vop_defaultop(ce2e8e78,ce2e8e84,c0186e64,ce2e8e78,c64f75b0) at vop_defaultop+0x15 ufs_vnoperate(ce2e8e78,c64f75b0,6800c444,ccf5d580,10) at ufs_vnoperate+0x15 vfs_bio_awrite(c64f75b0) at vfs_bio_awrite+0x24c ffs_fsync(ce2e8ee8,c1355e00,0,cc01e2a0,ce2e8ee8) at ffs_fsync+0x28b ffs_sync(c1355e00,2,c0a35900,cc01e2a0,c1355e00) at ffs_sync+0x126 sync(cc01e2a0,ce2e8f80,bfbffdd4,bfbffdd4,2) at sync+0x6f syscall2(2f,2f,2f,2,bfbffdd4) at syscall2+0x23d Xint0x80_syscall() at Xint0x80_syscall+0x2b db> c Fatal trap 12: page fault while in kernel mode mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x8:0xc015439a stack pointer = 0x10:0xce2e8d34 frame pointer = 0x10:0xce2e8d34 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 62 (umount) interrupt mask = bio <- SMP: XXX kernel: type 12 trap, code=0 Stopped at devsw+0x6: cmpl $0,0x2c(%eax) db> ps pid proc addr uid ppid pgrp flag stat wmesg wchan cmd 62 cc01e2a0 ce2e7000 0 48 48 004006 2 umount 48 cc01e5e0 ce2dd000 0 1 48 004086 3 wait cc01e5e0 sh 18 cc01e100 ce2ea000 0 1 18 000204 3 vinum c127d29c vinum 5 cc01e780 ccf66000 0 0 0 000204 3 syncer c02e9188 syncer 4 cc01e920 ccf64000 0 0 0 100204 3 psleep c02d27fc bufdaemon 3 cc01eac0 ccf62000 0 0 0 000204 3 psleep c02e0040 vmdaemon 2 cc01ec60 ccf60000 0 0 0 100204 3 psleep c02c5ab8 pagedaemon 1 cc01ee00 cc023000 0 0 1 004284 3 wait cc01ee00 init 0 c02e8580 c0369000 0 0 0 000204 3 sched c02e8580 swapper db> panic panic: from debugger mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 Debugger("panic") Stopped at devsw+0x6: cmpl $0,0x2c(%eax) db> call boot(0) boot() called on cpu#0 syncing disks... Fatal trap 12: page fault while in kernel mode mp_lock = 00000004; cpuid = 0; lapic.id = 00000000 fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x8:0xc015439a stack pointer = 0x10:0xce2e890c frame pointer = 0x10:0xce2e890c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 62 (umount) interrupt mask = bio <- SMP: XXX kernel: type 12 trap, code=0 Stopped at devsw+0x6: cmpl $0,0x2c(%eax) It hung from there, so I had someone reset it. I'm accessing it via serial console. The next messages I had were from midway through the boot: vinum: reading configuration from /dev/ad8s1e vinum: stripe-mirror.p0 is faulty vinum: stripe-mirror.p1 is faulty vinum: stripe-mirror is down vinum: updating configuration from /dev/ad10s1e vinum: updating configuration from /dev/ad2s1e vinum: updating configuration from /dev/ad0s1e vinum: stripe-mirror.p0 is corrupt vinum: stripe-mirror is up vinum: stripe-mirror.p1 is corrupt vinum: /dev is mounted read-only, not rebuilding /dev/vinum Warning: defective objects D max3 State: referenced Device Avail: 0/0 MB D max4 State: referenced Device Avail: 0/0 MB P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Sdize: 55 aGB 0s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK swapon: adding /dev/da0s1b as swap device ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK swapon: adding /dev/ad4s1b as swap device ad6s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK swapon: adding /dev/ad6s1b as swap device Automatic boot in progress... /dev/da0s1a: 2331 files, 44030 used, 79985 free (793 frags, 9899 blocks, 0.6% fragmentation) /dev/vinum/strippe-mirror: iCANNOT READ: BLKd 16 /dev/vinum/str2ipe-mirror: UNEX2PECTED SOFT UPDA TE INCONSISTENCY(; RUN fsck MANUAfLLY. fsck in frsee(): warning: pcage is already fkree. fsck in fr)ee(): warning: c,hunk is already free. fsck in furee(): warning: ipointer to wrongd page. 0: exited on signal 11 (core dumped) /dev/vinum/stripe-mirror (/usr/home): EXITED WITH SIGNAL 11 I'm not sure if the text corruption here is due to the serial console being flaky (although it hasn't been before). It dropped to debugger from here: db> trace devsw(0,c126e1cc,c135a900,c64fad74,1) at devsw+0x6 launch_requests(c135a900,0,c64fad74,ccf5c980,c0a35900) at launch_requests+0x308 vinumstart(c64fad74,0,c64fad74,ce2e1ca0,c0199a51) at vinumstart+0x19a vinumstrategy(c64fad74,c126f880,ce2e1d24,c64fad74,ce2e1cac) at vinumstrategy+0x92 spec_strategy(ce2e1cd0,ce2e1cb8,c021de25,ce2e1cd0,ce2e1cdc) at spec_strategy+0x8d spec_vnoperate(ce2e1cd0,ce2e1cdc,c0185aca,ce2e1cd0,ce2e1d30) at spec_vnoperate+0x15 ufs_vnoperatespec(ce2e1cd0) at ufs_vnoperatespec+0x15 bread(ccf5c980,10,2000,c0a35900,ce2e1d24) at bread+0x92 ffs_mountfs(ccf5c980,c1359000,cc01e440,c02c3fc0,c1359104) at ffs_mountfs+0x290 ffs_mount(c1359000,bfbff27c,bfbff1c4,ce2e1e80,cc01e440) at ffs_mount+0x56d mount(cc01e440,ce2e1f80,0,bfbff27c,806d4d7) at mount+0x50d syscall2(2f,2f,2f,806d4d7,bfbff27c) at syscall2+0x23d Xint0x80_syscall() at Xint0x80_syscall+0x2b db> c Fatal trap 12: page fault while in kernel mode mp_lock = 01000002; cpuid = 1; lapic.id = 0c000000 fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x8:0xc015439a stack pointer = 0x10:0xce2e1c34 frame pointer = 0x10:0xce2e1c34 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 98 (mount) interrupt mask = none <- SMP: XXX kernel: type 12 trap, code=0 Stopped at devsw+0x6: cmpl $0,0x2c(%eax) Here's the dumpconfig -v. Created on whiskey.klatsch.org at Tue May 1 02:38:57 2001 Config last updated Tue Oct 23 04:23:53 2001 Size: 20478108160 bytes (19529 MB) volume stripe-mirror state up volume var-mirror state up plex name stripe-mirror.p0 state corrupt org striped 1024s vol stripe-mirror plex name stripe-mirror.p1 state corrupt org striped 1024s vol stripe-mirror plex name var-mirror.p0 state up org concat vol var-mirror plex name var-mirror.p1 state up org concat vol var-mirror sd name stripe-mirror.p0.s0 drive max3 plex stripe-mirror.p0 len 117225472s driveoffset 265s state crashed plexoffset 0s sd name stripe-mirror.p0.s1 drive wd1 plex stripe-mirror.p0 len 117225472s driveoffset 265s state up plexoffset 1024s sd name stripe-mirror.p1.s0 drive max4 plex stripe-mirror.p1 len 117225472s driveoffset 265s state crashed plexoffset 0s sd name stripe-mirror.p1.s1 drive wd2 plex stripe-mirror.p1 len 117225472s driveoffset 265s state up plexoffset 1024s sd name var-mirror.p0.s0 drive max1 plex var-mirror.p0 len 39996040s driveoffset 265s state up plexoffset 0s sd name var-mirror.p1.s0 drive max2 plex var-mirror.p1 len 39996040s driveoffset 265s state up plexoffset 0s Drive /dev/ad0e: 19 GB (20478108160 bytes) Created on whiskey.klatsch.org at Tue Jul 31 17:47:06 2001 Config last updated Tue Oct 23 04:23:53 2001 Size: 20478108160 bytes (19529 MB) volume stripe-mirror state up volume var-mirror state up plex name stripe-mirror.p0 state corrupt org striped 1024s vol stripe-mirror plex name stripe-mirror.p1 state corrupt org striped 1024s vol stripe-mirror plex name var-mirror.p0 state up org concat vol var-mirror plex name var-mirror.p1 state up org concat vol var-mirror sd name stripe-mirror.p0.s0 drive max3 plex stripe-mirror.p0 len 117225472s driveoffset 265s state crashed plexoffset 0s sd name stripe-mirror.p0.s1 drive wd1 plex stripe-mirror.p0 len 117225472s driveoffset 265s state up plexoffset 1024s sd name stripe-mirror.p1.s0 drive max4 plex stripe-mirror.p1 len 117225472s driveoffset 265s state crashed plexoffset 0s sd name stripe-mirror.p1.s1 drive wd2 plex stripe-mirror.p1 len 117225472s driveoffset 265s state up plexoffset 1024s sd name var-mirror.p0.s0 drive max1 plex var-mirror.p0 len 39996040s driveoffset 265s state up plexoffset 0s sd name var-mirror.p1.s0 drive max2 plex var-mirror.p1 len 39996040s driveoffset 265s state up plexoffset 0s Drive /dev/ad2e: 19 GB (20478108160 bytes) More info that may or may not be useful: Some fdisks: root@whiskey [5:46am][~]>>fdisk /dev/ad4 ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK ******* Working on device /dev/ad4 ******* parameters extracted from in-core disklabel are: cylinders=7473 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=7473 heads=255 sectors/track=63 (16065 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 120053682 (58619 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: root@whiskey [5:46am][~]>>fdisk /dev/ad8 ******* Working on device /dev/ad8 ******* parameters extracted from in-core disklabel are: cylinders=7297 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=7297 heads=255 sectors/track=63 (16065 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 117226242 (57239 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: A snippet from /var/log/vinum_history 9 Aug 2001 23:57:31.101691 *** vinum started *** 9 Aug 2001 23:57:31.156032 start 9 Aug 2001 23:57:32.338453 *** Created devices *** 22 Oct 2001 22:12:15.439772 *** vinum started *** 22 Oct 2001 22:12:17.654023 list 22 Oct 2001 22:16:28.487796 exit 22 Oct 2001 22:16:29.987780 quit All the disks from /var/log/messages: Oct 23 03:52:29 whiskey /kernel: ata0-master: success setting WDMA2 on Intel chip Oct 23 03:52:29 whiskey /kernel: Creating DISK ad0 Oct 23 03:52:29 whiskey /kernel: ad0: ATA-4 disk at ata0-master Oct 23 03:52:29 whiskey /kernel: ad0: 19531MB (40000464 sectors), 39683 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:29 whiskey /kernel: ad0: 16 secs/int, 1 depth queue, WDMA2 Oct 23 03:52:29 whiskey /kernel: ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 Oct 23 03:52:29 whiskey /kernel: ad0: 19531MB [39683/16/63] at ata0-master WDMA2 Oct 23 03:52:29 whiskey /kernel: ata1-master: success setting WDMA2 on Intel chip Oct 23 03:52:29 whiskey /kernel: Creating DISK ad2 Oct 23 03:52:29 whiskey /kernel: ad2: ATA-4 disk at ata1-master Oct 23 03:52:29 whiskey /kernel: ad2: 19531MB (40000464 sectors), 39683 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:29 whiskey /kernel: ad2: 16 secs/int, 1 depth queue, WDMA2 Oct 23 03:52:29 whiskey /kernel: ad2: piomode=4 dmamode=2 udmamode=2 cblid=0 Oct 23 03:52:30 whiskey /kernel: ad2: 19531MB [39683/16/63] at ata1-master WDMA2 Oct 23 03:52:30 whiskey /kernel: ata2-master: success setting UDMA5 on Promise chip Oct 23 03:52:30 whiskey /kernel: Creating DISK ad4 Oct 23 03:52:30 whiskey /kernel: ad4: ATA-6 disk at ata2-master Oct 23 03:52:30 whiskey /kernel: ad4: 58625MB (120064896 sectors), 119112 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:30 whiskey /kernel: ad4: 16 secs/int, 1 depth queue, UDMA100 Oct 23 03:52:30 whiskey /kernel: ad4: piomode=4 dmamode=2 udmamode=5 cblid=1 Oct 23 03:52:30 whiskey /kernel: Promise check1 failed Oct 23 03:52:30 whiskey /kernel: ad4: 58625MB [119112/16/63] at ata2-master UDMA100 Oct 23 03:52:30 whiskey /kernel: ata3-master: success setting UDMA5 on Promise chip Oct 23 03:52:30 whiskey /kernel: Creating DISK ad6 Oct 23 03:52:30 whiskey /kernel: ad6: ATA-6 disk at a: 3-master Oct 23 03:52:30 whiskey /kernel: ad6: 58625MB (120064896 sectors), 119112 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:30 whiskey /kernel: ad6: 16 secs/int, 1 depth queue, UDMA100 Oct 23 03:52:30 whiskey /kernel: ad6: piomode=4 dmamode=2 udmamode=5 cblid=1 Oct 23 03:52:30 whiskey /kernel: Promise check1 failed Oct 23 03:52:30 whiskey /kernel: ad6: 58625MB [119112/16/63] at ata3-master UDMA100 Oct 23 03:52:30 whiskey /kernel: ata4-master: success setting UDMA5 on Promise chip Oct 23 03:52:30 whiskey /kernel: Creating DISK ad8 Oct 23 03:52:30 whiskey /kernel: ad8: ATA-5 disk at ata4-master Oct 23 03:52:30 whiskey /kernel: ad8: 57241MB (117231408 sectors), 116301 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:30 whiskey /kernel: ad8: 16 secs/int, 1 depth queue, UDMA100 Oct 23 03:52:30 whiskey /kernel: ad8: piomode=4 dmamode=2 udmamode=5 cblid=1 Oct 23 03:52:30 whiskey /kernel: Promise check1 failed Oct 23 03:52:30 whiskey /kernel: ad8: 57241MB [116301/16/63] at ata4-master UDMA100 Oct 23 03:52:30 whiskey /kernel: ata5-master: success setting UDMA5 on Promise chip Oct 23 03:52:30 whiskey /kernel: Creating DISK ad10 Oct 23 03:52:30 whiskey /kernel: ad10: ATA-5 disk: Oct 23 03:52:30 whiskey /kernel: ad10: 57241MB (117231408 sectors), 116301 cyls, 16 heads, 63 S/T, 512 B/S Oct 23 03:52:30 whiskey /kernel: ad10: 16 secs/int, 1 depth queue, UDMA100 Oct 23 03:52:30 whiskey /kernel: ad10: piomode=4 dmamode=2 udmamode=5 cblid=1 Oct 23 03:52:31 whiskey /kernel: Promise check1 failed Oct 23 03:52:31 whiskey /kernel: ad10: 57241MB [116301/16/63] at ata5-master UDMA100 vinum -> list 8 drives: D max1 State: up Device /dev/ad0e Avail: 19529/19529 MB (100%) D max2 State: up Device /dev/ad2e Avail: 19529/19529 MB (100%) D wd1 State: up Device /dev/ad8e Avail: 57239/57239 MB (100%) D wd2 State: up Device /dev/ad10e Avail: 57239/57239 MB (100%) D max3 State: referenced Device Avail: 0/0 MB D max4 State: referenced Device Avail: 0/0 MB 2 volumes: V stripe-mirror State: up Plexes: 2 Size: 111 GB V var-mirror State: up Plexes: 2 Size: 19 GB 4 plexes: P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB 6 subdisks: S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB Did I miss anything? Thanks for your help, Greg. -ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 3:16:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 5D8EE37B403 for ; Tue, 23 Oct 2001 03:16:24 -0700 (PDT) Received: from bezerker (user-2ivea26.dialup.mindspring.com [165.247.40.70]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9NAGJu26740 for ; Tue, 23 Oct 2001 03:16:23 -0700 (PDT) Message-ID: <000901c15bab$fdc1db40$0101a8c0@bezerker> From: "Bezerker" To: Subject: Linksys Wireless? Date: Tue, 23 Oct 2001 06:17:53 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Might anyone know if linksys' wireless pcmcia cards are supported under freebsd? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 4:37:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id AF7B437B401 for ; Tue, 23 Oct 2001 04:37:31 -0700 (PDT) Received: (qmail 5905 invoked by uid 0); 23 Oct 2001 11:37:30 -0000 Received: from p3ee38444.dip.t-dialin.net (HELO volker) (62.227.132.68) by mail.gmx.net (mp004-rz3) with SMTP; 23 Oct 2001 11:37:30 -0000 From: "Volker Sturm" To: Subject: Multiboot Date: Tue, 23 Oct 2001 13:37:36 +0200 Message-ID: <000601c15bb7$1d413500$0100a8c0@volker> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I know there are loads of tutorials out there on how to multiboot FreeBSD and Win2k. Nevertheless I somehow can't do it. My hardware is a Asus A7V with AMD Athlon 1 GHz and a Promise ATA100 controller. I use a Tekram DC390-U2W SCSI controller, too. I have installed Win2k on a disk at the SCSI controller. I used to run Linux on a disk on the normal IDE controller (not the Promise). I could boot both systems with LILO from the MBR on the IDE disk. Now I replaced Linux with FreeBSD4.4-STABLE. I installed Booteasy into the MBR of the IDE disk. I can start FreeBSD without any trouble but the boot menu just shows: F1 FreeBSD F5 Default Both boot the FreeBSD system. Do I have to configure Booteasy in a lilo.conf-like way? I tried doing it via the Win2k-Bootloader but I didn't get what was meant with "don't just copy /boot/boot0 instead of /boot/boot1" as they are on different disks. I also got to know that quite a few people's Booteasy DOES recognize Win2k without any problems. Can anybody help? Regards, Volker Sturm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 4:40:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from crc.co.za (mail.crc.co.za [196.25.19.85]) by hub.freebsd.org (Postfix) with ESMTP id 77FE637B401 for ; Tue, 23 Oct 2001 04:40:33 -0700 (PDT) Received: (from root@localhost) by crc.co.za (8.11.3/8.11.3) id f9NBePi04483 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 13:40:25 +0200 (SAST) (envelope-from doron@crc.co.za) Received: from dormobile (doron [192.168.0.253]) by crc.co.za (8.11.3/8.11.3) with ESMTP id f9NBeNh04431 for ; Tue, 23 Oct 2001 13:40:23 +0200 (SAST) (envelope-from doron@crc.co.za) Reply-To: From: "Doron Shmaryahu" To: Subject: Cvsup-mirror problems once again Date: Tue, 23 Oct 2001 13:39:19 +0200 Organization: CRC Message-ID: <002a01c15bb7$5e3d8f40$fd00a8c0@dormobile> MIME-Version: 1.0 X-scanner: scanned by Inflex 1.0.9 - (http://pldaniels.com/inflex/) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, Hopefully this should be the last question I have about this - I have installed cvsup-mirror and told it to mirror the src and ports colllection. It ran the update.sh app and completed successfully now when I try cvsup off the localhost I get this Connecting to localhost Connected to localhost Server software version: REL_16_1p3 Negotiating file attribute support Exchanging collection information Server message: Unknown collection "ports-all" Establishing multiplexed-mode data connection Running Skipping collection ports-all/cvs Shutting down connection to server Finished successfully Thanks for all your help Kind Regards Doron Shmaryahu Director Crystal River Corporation (Pty) Ltd. Tel: (021) 761 9630 Fax: (021) 762 1859 web: http://www.crc.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:13:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natpost.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 7299E37B403 for ; Tue, 23 Oct 2001 05:13:12 -0700 (PDT) Received: from gate (ACB37D04.ipt.aol.com [172.179.125.4]) by post.webmailer.de (8.9.3/8.8.7) with SMTP id OAA08901 for ; Tue, 23 Oct 2001 14:13:09 +0200 (MET DST) Message-ID: <000901c15bbc$213427d0$01a8a8c0@gate> Reply-To: "Juergen" From: "Juergen" To: References: Subject: Re: Fast serial console Date: Tue, 23 Oct 2001 11:40:46 +0200 Organization: EK-projects MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Thanks, I try it next weekend. Regards Jürgen > > > I have problems to get the serial console to run with 115200baud. > > > > I have added these lines in my kernel: > > > > options CONSPEED=115200 > > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > > I believe you're missing one thing here, though not in the kernel; you > also need: > > BOOT_COMCONSOLE_SPEED=115200 > > in /etc/make.conf , and then you need to re-compile your boot blocks. See > the handbook, specifically > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setu p.html > , for more instructions if you haven't already checked it out. > > Tim Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:13:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id BE59837B403 for ; Tue, 23 Oct 2001 05:13:41 -0700 (PDT) Received: from hades.hell.gr (patr530-a129.otenet.gr [212.205.215.129]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9NCDYO18872; Tue, 23 Oct 2001 15:13:34 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9NBmVX20779; Tue, 23 Oct 2001 14:48:31 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 14:48:31 +0300 From: Giorgos Keramidas To: Matthew Blacklow Cc: freebsd-questions Subject: Re: C clue on FreeBSD again! Message-ID: <20011023144831.B20345@hades.hell.gr> References: <01102222531300.01714@i8k.babbleon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 02:50:21PM +1000, Matthew Blacklow wrote: > Yesterday I made a post asking how to suppress the output of a program > spawned in C using the System() function. > The replies I had were very helpful and successfully supressed the output. > However they worked a little too good and they even suppressed the return > value of the program which i really need to capture. You are not giving enough details for anyone to be able to help you with the specific problem. Show us the relevant source of your program, and the exact commands that you are trying to system(). We can only guess what you are trying to do, and your `return value' is not something you did mention in the original question. Give more details, please, on: a) What exactly you are trying to do? b) How are you trying to do it? c) How does it fail to meet your requirements? -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:28:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20906.mail.yahoo.com (web20906.mail.yahoo.com [216.136.226.228]) by hub.freebsd.org (Postfix) with SMTP id D58EF37B406 for ; Tue, 23 Oct 2001 05:28:34 -0700 (PDT) Message-ID: <20011023122834.23581.qmail@web20906.mail.yahoo.com> Received: from [209.8.72.253] by web20906.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 05:28:34 PDT Date: Tue, 23 Oct 2001 05:28:34 -0700 (PDT) From: Randy Lee Subject: VT100 ? To: freebsd-stable@freebsd.org Cc: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have just upgrade to 4.4-STABLE. This is a new problem since I upgrade: bash-2.05$ make make: no system rules (sys.mk). Error opening terminal: vt100. Error opening terminal: vt100. You need to Make the package before you can use this script (required ./mkpasswd) Error opening terminal: vt100. Anybody know what is the problem and how to solve this problem ? Thank you, Randy Lee. __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:46: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id A5EDD37B401 for ; Tue, 23 Oct 2001 05:45:55 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15w0wL-000MAg-00; Tue, 23 Oct 2001 12:45:53 +0000 To: Giorgos Keramidas , Matthew Blacklow , freebsd-questions From: Cliff Sarginson Subject: Re: C clue on FreeBSD again! Date: Tue, 23 Oct 2001 12:45:53 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Tue, Oct 23, 2001 at 02:50:21PM +1000, Matthew Blacklow wrote: > > Yesterday I made a post asking how to suppress the output of a program > > spawned in C using the System() function. > > The replies I had were very helpful and successfully supressed the output. > > However they worked a little too good and they even suppressed the return > > value of the program which i really need to capture. > > You are not giving enough details for anyone to be able to help you > with the specific problem. Show us the relevant source of your > program, and the exact commands that you are trying to system(). > > We can only guess what you are trying to do, and your `return value' > is not something you did mention in the original question. Give more > details, please, on: > > a) What exactly you are trying to do? > b) How are you trying to do it? > c) How does it fail to meet your requirements? > > -giorgos The return value from "system" won't be of much use to you, it will only indicate if the "system" call managed to successfully exec the program you asked it to. Actually, "system" is also a highly unportable thing to use, if that is of any importance to you. Having said that I am talking about most implementations of "system" .. someone will correct me if I am wrong about it on FreeBSD. Generally however If you want the return/exit value you will need to take a different approach, probably using fork/exec/wait calls. Or in some kludgy way have the return value from the program stored somehow. But as giorgos said if you perhaps sent some code fragments of what you are trying to do you may get some more specific suggestions. -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:51:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 21FBB37B401 for ; Tue, 23 Oct 2001 05:51:14 -0700 (PDT) Received: (qmail 6726 invoked by uid 100); 23 Oct 2001 12:51:11 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.26559.1115.647504@guru.mired.org> Date: Tue, 23 Oct 2001 07:51:10 -0500 To: GABRIEL BASTIDAS Cc: questions@freebsd.org Subject: Re: desktop edition 4.3 or powerpack 4.4 In-Reply-To: <7803854@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG GABRIEL BASTIDAS types: > i am planning in buy > the freebsd in box. > there is desktop edition 4.3 5 cds > there is power pack 4.4 10 cds > > So, for a local network, which is > more suitable? Power Pack 4.4. The Desktop Edition includes Applixware Office, which is an excellent office suite. If you do need desktop software, StarOffice 5.2 is free and provides better MS Office interoperability. If you still want Applixware Office, you can purchase it separately. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:51:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id A298E37B401 for ; Tue, 23 Oct 2001 05:51:42 -0700 (PDT) Received: from hades.hell.gr (patr530-a129.otenet.gr [212.205.215.129]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9NCpcO11236; Tue, 23 Oct 2001 15:51:38 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9NCpkS21612; Tue, 23 Oct 2001 15:51:46 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 15:51:45 +0300 From: Giorgos Keramidas To: John Smith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colors really dark Message-ID: <20011023155145.G20345@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 11:03:28PM -0700, John Smith wrote: > Thanks for the quick reply.. no, I haven't changed any of the monitor > settings, and both use the same XF86Config. I was thinking about 8-bit > color for a second, but does a default install automatically pick this for > you, and is there any way of changing it? I've used Linux for a few years, > and I know how vim looks between every Linux system by default with syntax > highlighting on, it's just it very dark in FreeBSD's console. I installed > gnuls and found it to be a much better alternative to FreeBSD's ls, since it > does sorting by extension, and the colors are much brighter, and easier to > see. For vim on the console, try this: :syntax off :set bakground=dark :syntax on This way colours for highlighting are chosen from a `brighter' range. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:56:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D935037B405 for ; Tue, 23 Oct 2001 05:56:20 -0700 (PDT) Received: from hades.hell.gr (patr530-a129.otenet.gr [212.205.215.129]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9NCuGO20407; Tue, 23 Oct 2001 15:56:17 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9NCuNB21697; Tue, 23 Oct 2001 15:56:23 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 15:56:22 +0300 From: Giorgos Keramidas To: John Smith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colors really dark Message-ID: <20011023155622.H20345@hades.hell.gr> References: <20011023155145.G20345@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011023155145.G20345@hades.hell.gr> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 03:51:45PM +0300, Giorgos Keramidas wrote: > > For vim on the console, try this: > > :syntax off > :set bakground=dark background, i meant of course > :syntax on -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:59:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.riic.uni-linz.ac.at (mail.riic.uni-linz.ac.at [140.78.161.130]) by hub.freebsd.org (Postfix) with ESMTP id A824037B403 for ; Tue, 23 Oct 2001 05:59:34 -0700 (PDT) Received: from hawkings.riic.uni-linz.ac.at (hawkings.riic.uni-linz.ac.at [140.78.161.239]) by mail.riic.uni-linz.ac.at (8.9.3/8.9.3) with ESMTP id OAA11293 for ; Tue, 23 Oct 2001 14:51:09 +0200 Message-Id: <5.1.0.14.0.20011023145009.00a762b0@postoffice.riic.at> X-Sender: hueber@postoffice.riic.at X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 23 Oct 2001 14:51:23 +0200 To: freebsd-questions@freebsd.org From: Gernot Hueber Subject: proxy with virus scanner Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, does anybody know how I can combine a proxy (eg. squid) with a virus scanner to secure file downloads? Thanks, Gernot Dipl.-Ing. Gernot Hueber Institut f=FCr Integrierte Schaltungen Freist=E4dter Strasse 315/2 A-4040 Linz Tel: +43 732 2468-7118, Fax: -7126 E-mail: hueber@riic.at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 5:59:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id F17AA37B403 for ; Tue, 23 Oct 2001 05:59:53 -0700 (PDT) Received: from sageone (ppp-208-191-234-207.dialup.crchtx.swbell.net [208.191.234.207]) by sage-american.com (8.9.3/8.9.3) with SMTP id HAA22715; Tue, 23 Oct 2001 07:59:48 -0500 (CDT) Message-Id: <3.0.5.32.20011023080024.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 23 Oct 2001 08:00:24 -0500 To: amit_mewho@yahoo.com, freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: booteasy: how to boot into windows safe mode? In-Reply-To: <9r2sjk+in04@eGroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hmmmm... as I recall (without doing a reboot to look), you don't need to press the "F" key until you see the Win OS first start and then you should have the key back (I know it's a small window of time). Also, I thought it was "F8" but it's been a while even though I have several dual boot machines. At 04:44 AM 10.23.2001 -0000, amit_mewho@yahoo.com wrote: >Hi, > I have a question about booteasy that I hope somebody can answer. I >use the default boot manager that comes with freebsd (4.2) to dual >boot windows 98 and freebsd. I recently added hardware that is causing >windows to not boot completely. How can I boot into windows safe mode? >since the normal windows option of pressing F4 before windows loads is >not available anymore.... > >thanks in advance... >Amit > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6: 5:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id E28F237B403 for ; Tue, 23 Oct 2001 06:05:44 -0700 (PDT) Received: from sageone (ppp-208-191-234-207.dialup.crchtx.swbell.net [208.191.234.207]) by sage-american.com (8.9.3/8.9.3) with SMTP id IAA23585; Tue, 23 Oct 2001 08:05:36 -0500 (CDT) Message-Id: <3.0.5.32.20011023080612.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 23 Oct 2001 08:06:12 -0500 To: "Julian Morgan" , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: REQUEST FOR COMMENT In-Reply-To: Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "we have had some crew question the overall effectiveness of security and other issues...." You might ask that "crew" guy what specifically (what gap?) is he concerned about rather than just a general concern. That remark could be applied to anything without something specific in mind. It's easy to simply criticize a system.... including special hardware too. At 04:48 PM 10.23.2001 +1000, Julian Morgan wrote: >>>> people - I am very dissappointed here and wanted your opinions.. I have helped set up a 7 site VPN between 2 states in Australia. 4 sites in Melbourne and 3 in Sydney.. The firewalls are running FreeBSD4.3 and communicate with Cisco 827 routes on ADSL 2meg/386K... After setting all this up and starting a fresh in learning FreeBSD over the past 8 months while the system has been running, we have had some crew question the overall effectiveness of security and other issues.. As a result they believe that it is better to get some certified hardware firewall that provider upgrades patches, instead of having a Unix product which is open source and requires patches all the time, updates ontop of the usual monitoring, and dedicate a person to basically be ontop of all seven sites all the time.... So besides the ISP sucking a little - it means we are going to have to upgrade the whole VPN system - and tear out the BSD boxes and get some hardware firewall!!!!!!!! hmm yet to see the doco on this equiptment... just wondered what your thoughts were Regards Julian ---------- Get your FREE download of MSN Explorer at <<'http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message <<<<<<<< Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6: 8:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 5786437B405 for ; Tue, 23 Oct 2001 06:08:39 -0700 (PDT) Received: (qmail 9353 invoked by uid 100); 23 Oct 2001 13:08:37 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.27604.821226.876702@guru.mired.org> Date: Tue, 23 Oct 2001 08:08:36 -0500 To: Chris Huisman Cc: questions@freebsd.org Subject: Re: libm.so.6 + apache In-Reply-To: <127876433@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris Huisman types: > Hello again, > > I am still trying to get mod_webapp.so working with apache. My > latest attempt, gives me the following error: > > Cannot load /usr/local/libexec/apache/mod_webapp.so into server: > Shared object "libm.so.6" not found > > When I do a find for libm.so.6 I do have it on my machine in: > /usr/compat/linux/lib/libm.so.6 > > How do I get apache to find it? Should I move it somewhere else? Where did you get mod_webapp.so from? If it's a linux shared object - which that version of libm would imply - then you're going to have to install a linux version of apache to use it. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:20:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id D2E1337B401 for ; Tue, 23 Oct 2001 06:20:56 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15w1Uy-000GAn-00; Tue, 23 Oct 2001 15:21:40 +0200 From: Sheldon Hearn To: Dany Cayouette Cc: freebsd-questions@FreeBSD.org Subject: Re: Can't compile port with TLS support on 4.4-Release In-reply-to: Your message of "Mon, 22 Oct 2001 19:59:16 -0400." <3BD4B2D4.538A72F3@playground.net> Date: Tue, 23 Oct 2001 15:21:40 +0200 Message-ID: <62172.1003843300@axl.seasidesoftware.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001 19:59:16 -0400, Dany Cayouette wrote: > did not have any responses from freebsd-questions yet. As the > Maintainer of the port, maybe you could give me a pointer on where to > look. Maybe. How are you building Exim? TLS support is enabled by default, so you should be able to do this: cd /usr/ports/mail/exim make clean env -i make install make clean (The 'env -i' runs the build and install with a clean environment) Also, note that the 4.4-RELEASE ISO image has precompiled Exim packages on it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:25:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 67B1437B401 for ; Tue, 23 Oct 2001 06:25:21 -0700 (PDT) Received: (qmail 9898 invoked by uid 100); 23 Oct 2001 13:25:16 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.28603.296849.864129@guru.mired.org> Date: Tue, 23 Oct 2001 08:25:15 -0500 To: Ulf.Kister@t-online.de (Ulf Kister) Cc: questions@freebsd.org Subject: Re: python 2.1.1 with AND without threads In-Reply-To: <55888007@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ulf Kister types: > since I am planning to simultaneously use zope (which requires python > to be built with threads) and mod_python-2.7.6 (which requires python > to be built without threads) I was wondering if there is a simple way > to have both. Sure. Just build them and install them in two different places. No problem. Actually, build it one way, rename the binary, then build it another. I know, that doesn't solve your problem. > I use python-2.1.1, zope-2.4.2 (both from ports collection) and would > like to use mod_python-2.7.6. First question - if you're running zope, why would you want mod_python? Zope comes with a very nice server that makes plugging in python code straightforward, and provides excellent performance. > Being not familiar with Makefiles I took a closer look at > /usr/ports/Mk/bsd.python.mk but did'nt see the clue yet. It looks like the port builds the CGI/apache version. That's a good reason not to use the port. > Does anyone have a hint for solving this dilemma? First suggestion - look on the for the PyApache module, and see if it will do what you want. It works fine with threaded python. Second suggestion. Build Python sans threads. Build Apache with the python module and interpreter statically linked into it, instead of dynamically linked into it. Now build Python with threads for Zope to use. Or vice versa. Or build both versions in two different locations, and set the LD_LIBRARY_PATH appropriately for the two binaries. If there aren't two binaries, but just one - I don't think it can be done without rewriting python so all the external symbols have different names for one version. You might ask on the Python help list, or on freebsd-hackers. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:33:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id C161E37B405 for ; Tue, 23 Oct 2001 06:33:18 -0700 (PDT) Received: (qmail 10059 invoked by uid 100); 23 Oct 2001 13:33:17 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.29084.667743.611717@guru.mired.org> Date: Tue, 23 Oct 2001 08:33:16 -0500 To: Vivek Khera , bsd-lists@blahz.ab.ca Cc: questions@freebsd.org Subject: Re: OT: email->fax gateway In-Reply-To: <73364694@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Vivek Khera types: > >>>>> "MR" == Mike Roest writes: > > MR> Anyone ever gotten an email->fax gateway setup under FreeBSD? > > Yes. Originally under sendmail, then under postfix. With postfix it > is much easier. Just configure a fake top-level domain, like .fax, > then any message sent to Joe_User@5551212.fax would be delivered by > the "fax" transport agent. The fax transport agent was just a shell > script that took the address, split it into the parts necessary for > hylafax' sendfax program, read the message from stdin and run it > through faxmail to format it nicely, then fax it. I'm just paranoid about using real maildrops that I used "5551212@fax.company.com" instead, so that bounces and problems would go back to our postmaster properly. I also provided hooks so the subject line could be used to generate company.com's standard FAX header sheet. They were averaging > 2000 pages/month through the thing shortly after it was announced. Unfortunately, that code vanished shortly after the company did. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:40:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id D1E7837B406 for ; Tue, 23 Oct 2001 06:40:30 -0700 (PDT) Received: (qmail 10253 invoked by uid 100); 23 Oct 2001 13:40:29 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.29516.560307.452208@guru.mired.org> Date: Tue, 23 Oct 2001 08:40:28 -0500 To: Thomas Fiebig Cc: questions@freebsd.org Subject: Re: Mike Meyer: Results of my installation marathon In-Reply-To: <105527869@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thomas Fiebig types: > KERNCONF=SLAVEKERNEL'. No error messages occured, but: make write the *.ko files > into the root directory / and not into /modules. After restarting the slave the That was a bug on the -stable branch. I've been told it's since been fixed, but haven't verified it. Since my workstation is in pieces and I'm using my test machine as a backup, I'm not going to be verifying it anytime soon. > way you told me ('shutdown -r now' and 'shutdown now'), lots of error messages > occured on the screen. Some hardware wasn't found (hardware, that was included > in the old slave kernel, but not in the new one, I had modified to meet my > hardware). Several times the message 'stray IRQ7' occured until another message > told me that this error will not be logged any longer. I'm worried a bit about the *.ko files being in /. Move modules to modules.old (removing the old modules.old), then mkdir modules and move all the *.ko files to modules and try booting again. > 1. Do I have to modify the '/usr/src/Makefile' by including the > '/etc/make.conf' and if yes, at which position I have do include this statement? > If no what did I wrong? You don't have to include it. The only thing I can think that you did wrong was got the name of the variable wrong in make.conf. > 2. Is there a known problem in the last version of FreeBSD which caused these > installation problems? I had a FreeBSD 4.4-STABLE version from 18th of September > and everything went well, now with 4.4-STABLE the described problems occured. Some of them at least. > 3. What does the 'stray IRQ7' message tell me? That you've got a buggy bit of hardware. I think 7 is normally the printer. > PS: There is just anoher thing, I want to mention: I have to mount the /usr/obj > directory and the /usr/src directory of the master direct to /usr/obj and > /usr/src on the slave. If I do it with a e.g. /mnt directory, the making of > installkernel on the slave doesn't work because of the directory entry. Is this > right??? Right. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:46:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 052A337B409 for ; Tue, 23 Oct 2001 06:46:30 -0700 (PDT) Received: (qmail 10432 invoked by uid 100); 23 Oct 2001 13:46:29 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.29876.506241.777292@guru.mired.org> Date: Tue, 23 Oct 2001 08:46:28 -0500 To: Nick Barnes Cc: questions@freebsd.org Subject: Re: tuning the buffer cache In-Reply-To: <2812097@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nick Barnes types: > I am running our SCM server on FreeBSD (3.4 at present). It's a > product called Perforce , which is > notoriously CPU-light and memory-hungry: it has a lot of metadata and > it likes to access it fast, which means in memory. Currently I am > running it on a Celeron 466 with 384 MB of RAM. It occurs to me that > performance might be improved if the big metadata files were always > resident in the buffer cache. Other than buying more memory, is there > any way I can encourage the system to do this? Congratulations on choosing an excellent SCM system. > I'm planning to upgrade this machine to FreeBSD 4.4, by the way. That's probably the best thing you can do about tuning it. I believe a lot of work went into the VM system between 3.x and 4.x. After you do that, read the tuning manual page. It points out one thing you can do which should help perforce a lot - setting vfs.vmiodirenable to 1. That's going to be come the default. As for other things, quoting that man page: There are various buffer-cache and VM page cache related sysctls. We do not recommend messing around with these at all. As of FreeBSD 4.3, the VM system does an extremely good job tuning itself. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:53:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 2232C37B403 for ; Tue, 23 Oct 2001 06:53:16 -0700 (PDT) Received: (qmail 10743 invoked by uid 100); 23 Oct 2001 13:53:14 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.30281.485942.666350@guru.mired.org> Date: Tue, 23 Oct 2001 08:53:13 -0500 To: Andrey Simonenko Cc: questions@freebsd.org Subject: Re: How to enable Netscape plugins in Konqueror in KDE 2.2 ? In-Reply-To: <92919811@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey Simonenko types: > Hi All, > > How to enable Netscape plugins in Konqueror in KDE 2.2? > On RedHat 7.1 in Konqueror in KDE 2.0 I can chose "Netscape Plugins" > option in the confiration window and set paths where to find Netscape > plugins. > > Really I need to have Flash5 support in Konqueror (I use FreeBSD 4.4, > X-3.3.6, KDE-2.2). Can anybody help with this? The Netscape plugins only work with Linux binaries. So you need to install the Linux version of Konquerer, meaning you'll need the rest of the KDE libraries that it uses installed in your linux emulation as well. I'd suggest just keeping the linux version of Netscape around for when you have to use Flash5. > ps: please copy your answer on my email also. That's SOP here. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 6:54:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 79E1B37B403 for ; Tue, 23 Oct 2001 06:54:33 -0700 (PDT) Received: from ester.mobil.cz ([194.228.207.250]) by mobil.cz (8.11.6/8.11.0) with ESMTP id f9NDsVv02928 for ; Tue, 23 Oct 2001 15:54:32 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2001102315513469:116 ; Tue, 23 Oct 2001 15:51:34 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id f9NDwsO02577 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 15:58:54 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 23 Oct 2001 15:58:54 +0200 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: nbsmtp 0.8 doesn't handle "name
" addresses? Message-ID: <20011023155854.A334@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 User-Agent: Mutt/1.3.23i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 03:51:34 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 03:51:40 PM, Serialize complete at 10/23/2001 03:51:40 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, looking for a lightweight sendmail replacement I come across nbsmtp. Looks like it could be exactly what I'm after, but I have a problem with it. Maybe someone on the list can help me solve it. This is the nbsmtp related config in my .muttrc (it may wrap here): set sendmail="/usr/bin/env nbsmtp -d mail.cz -h mail.cz -f cynic@mail.cz" With recipient in the form "To: user@domain.tld", the mail gets delivered just fine. However, as soon as the recipient list is in the form "To: Name ", the message gets bounced back by the recipients pop3 server, or my smtp server, depending on how much the address got screwed. --- The message cannot be delivered to the following address. --- "=?iso-8859-1?b?u2jhbmvsb3bh?=jarmila; Tue, 23 Oct 2001 06:58:10 -0700 (PDT) Received: from HSE-Toronto-ppp117330.sympatico.ca ([216.209.83.133]) by tomts20-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011023135804.VKNT14703.tomts20-srv.bellnexxia.net@HSE-Toronto-ppp117330.sympatico.ca> for ; Tue, 23 Oct 2001 09:58:04 -0400 Date: Tue, 23 Oct 2001 10:07:42 -0400 (EDT) From: "Steve Brown " To: "freebsd-questions@freebsd.org" Subject: Hunting for compatible IDE-CDRW, please help. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, I'm looking for an IDE CD-RW that with work with FreeBSD & BurnCD. I already bought one incompatible CD-RW, this time I want to be reasonably sure it will work *before* I part with my money. I'd especially like to know if the Yamaha CRW2200E would work since it's on sale right now. CRW2100E is on the compatible list, but it's out of production. Already checked http://www.freebsd.dk/ata/ but it appears somewhat out of date; nothing on it is still availiable in my area. If anyone out there has *any* recent IDE CD-RW working under FreeBSD, please let me know make and model number. Cheers, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7: 0:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id C894637B401 for ; Tue, 23 Oct 2001 07:00:53 -0700 (PDT) Received: (qmail 11048 invoked by uid 100); 23 Oct 2001 14:00:53 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15317.30740.517240.126791@guru.mired.org> Date: Tue, 23 Oct 2001 09:00:52 -0500 To: jxr2000@tmlp.com Cc: questions@freebsd.org Subject: Re: Bindkey In-Reply-To: <55748417@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jxr2000@tmlp.com types: > Can anyone tell me how to bind the delete-char command of tcsh to the delete > key. I don't know what the ^key should be. That one is in the tcsh manual page. It says "Delete is written `^?' (caret-question mark)." > In addition where can I find information on what the ^key should be for > different keys, such as Home, End, and so one. Try "cat -v" and then typing those characters. Be warned that they may not be the same on all terminals/consoles/etc. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7: 3: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11807.mail.yahoo.com (web11807.mail.yahoo.com [216.136.172.161]) by hub.freebsd.org (Postfix) with SMTP id 1690C37B407 for ; Tue, 23 Oct 2001 07:02:56 -0700 (PDT) Message-ID: <20011023140255.32833.qmail@web11807.mail.yahoo.com> Received: from [64.73.64.94] by web11807.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 07:02:55 PDT Date: Tue, 23 Oct 2001 07:02:55 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: Re: make buildworld problem To: Ruslan Ermilov Cc: Russ Pagenkopf , freebsd-questions@FreeBSD.ORG In-Reply-To: <20011022181445.C31361@sunbay.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan, A few questions below... --- Ruslan Ermilov wrote: > [Please wrap your lines at 65 or so characters.] Sorry. Hope this is better. > Yes, 4.1R -> 4.4R upgrade path was broken. This has been fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. > Unfortunately, we can't backport the fixes to already > released (sticky) version (4.4-RELEASE). I have read through UPDATING for 4.4 Release, and I do not see any obvious solution. I have just upgraded my dev server to 4.4 Stable with no problems, but I think I'd rather be cautious and keep my prod server on 4.4 Release and then track the security updates. Questions: - Can I use Makefile.upgrade to prepare my system to build 4.4 Release? Or... - Is my only option is to do a binary upgrade using Sysinstall, or start from scratch? It looks like I am not the only one going through a rough patch here upgrading from 4.1 or 4.1.1, hope these questions are not too redundant. Thanks in advance. Jason __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7: 3:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11807.mail.yahoo.com (web11807.mail.yahoo.com [216.136.172.161]) by hub.freebsd.org (Postfix) with SMTP id 8AA6737B406 for ; Tue, 23 Oct 2001 07:03:37 -0700 (PDT) Message-ID: <20011023140337.32917.qmail@web11807.mail.yahoo.com> Received: from [64.73.64.94] by web11807.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 07:03:37 PDT Date: Tue, 23 Oct 2001 07:03:37 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: Re: make buildworld problem To: Ruslan Ermilov Cc: Russ Pagenkopf , freebsd-questions@FreeBSD.ORG In-Reply-To: <20011022181445.C31361@sunbay.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan, A few questions below... --- Ruslan Ermilov wrote: > [Please wrap your lines at 65 or so characters.] Sorry. Hope this is better. > Yes, 4.1R -> 4.4R upgrade path was broken. This has been fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. > Unfortunately, we can't backport the fixes to already > released (sticky) version (4.4-RELEASE). I have read through UPDATING for 4.4 Release, and I do not see any obvious solution. I have just upgraded my dev server to 4.4 Stable with no problems, but I think I'd rather be cautious and keep my prod server on 4.4 Release and then track the security updates. Questions: - Can I use Makefile.upgrade to prepare my system to build 4.4 Release? Or... - Is my only option is to do a binary upgrade using Sysinstall, or start from scratch? It looks like I am not the only one going through a rough patch here upgrading from 4.1 or 4.1.1, hope these questions are not too redundant. Thanks in advance. Jason __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:17: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.megatrends.com (mail2.megatrends.com [155.229.80.11]) by hub.freebsd.org (Postfix) with ESMTP id 234D837B406 for ; Tue, 23 Oct 2001 07:17:05 -0700 (PDT) Received: by ATL_MS1 with Internet Mail Service (5.5.2448.0) id ; Tue, 23 Oct 2001 10:11:06 -0400 Message-ID: <1355693A51C0D211B55A00105ACCFE64FB66C9@ATL_MS1> From: Jason Kline To: "'freebsd-questions@FreeBSD.ORG'" Subject: Stress Testing - CIFS, NFS, NCP, AFP protocols Date: Tue, 23 Oct 2001 10:11:01 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Is there a utility that you can recommend to stress test CIFS, NFS, NCP, and AFP file systems running on FreeBSD? Specifically one that the FreeBSD developers or testers use. Thanks in advance. Jason H. Kline,A+,Network+,MCP+I,MCSE Server Management Products, Network & Internet Appliances Lab American Megatrends, Inc. 770-246-8600 x 7338 jasonk@ami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:30:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t115.citlink.net [207.173.249.115]) by hub.freebsd.org (Postfix) with ESMTP id B65F637B407 for ; Tue, 23 Oct 2001 07:30:07 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id B94C3EE64C; Tue, 23 Oct 2001 07:30:03 -0700 (PDT) Message-ID: <001901c15bcf$30c68900$cd2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: , "Louis LeBlanc" References: <20011022172710.A36179@acadia.ne.mediaone.net> <00a601c15b43$a7946020$cd2a6ba5@lc.ca.gov> <022501c15b45$24321ea0$a50410ac@olmct.net> <20011022220419.B25852@acadia.ne.mediaone.net> Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) Date: Tue, 23 Oct 2001 07:29:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Louis LeBlanc" To: Sent: Monday, October 22, 2001 7:04 PM Subject: Re: DNS for DHCP? (Was: attackers! How do I know whether or not they were successful?) > Thank you Drew and Andre` very much. I'll look into both and see what > I can come up with. Now to pick a domain and register it :) > Lou Take a look at http://www.gandi.net for registering your domain. Only $12 euros per year (about $10 US). It's the cheapest I've found. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:31: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fire.mariinsky.ru (fire.mariinsky.ru [195.201.62.2]) by hub.freebsd.org (Postfix) with ESMTP id E47D837B401; Tue, 23 Oct 2001 07:30:48 -0700 (PDT) Received: from oko2k (oko2k.in.mariinsky.ru [192.168.14.178]) (authenticated (0 bits)) by fire.mariinsky.ru (8.11.6/8.11.6) with ESMTP id f9NEUgh31521; Tue, 23 Oct 2001 18:30:42 +0400 Date: Tue, 23 Oct 2001 18:30:43 +0400 From: Pavel Levshin X-Mailer: The Bat! (v1.53o) Business Reply-To: flicker@mariinsky.ru Organization: Mariinsky Theatre X-Priority: 3 (Normal) Message-ID: <33306021385.20011023183043@mariinsky.ru> To: questions@freebsd.org Cc: hackers@freebsd.org Subject: Fwd: user-level ppp and address range MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No one has answered to me, so I have to ask again. Anyone, help me! WBR, Pavel mailto:flicker@mariinsky.ru icq:52216261 This is a forwarded message From: Pavel Levshin To: stable@FreeBSD.ORG Date: Friday, October 19, 2001, 5:15:40 PM Subject: user-level ppp and address range ===8<==============Original message text=============== Hello, It seemes like there are a problem in the user-level ppp. It assigns the same IP from the range to two of concurrent connections; therefore, second connection does not work. What can I do with this? Excerpts from the log: Oct 19 00:05:48 finity ppp[97414]: Phase: Using interface: tun0 Oct 19 00:05:48 finity ppp[97414]: Phase: deflink: Created in closed state ... Oct 19 00:05:48 finity ppp[97414]: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 ... Oct 19 00:05:48 finity ppp[97414]: Command: incoming: set ifaddr 195.201.62.9 195.201.62.11-195.201.62.15 255.255.255.255 Oct 19 00:05:48 finity ppp[97414]: IPCP: Selected IP address 195.201.62.12 ... Oct 19 01:53:40 finity ppp[98580]: Phase: Using interface: tun1 Oct 19 01:53:40 finity ppp[98580]: Phase: deflink: Created in closed state ... Oct 19 01:53:40 finity ppp[98580]: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 ... Oct 19 01:53:40 finity ppp[98580]: Command: incoming: set ifaddr 195.201.62.9 195.201.62.11-195.201.62.15 255.255.255.255 Oct 19 01:53:40 finity ppp[98580]: IPCP: Selected IP address 195.201.62.12 ... Oct 19 01:54:56 finity ppp[98580]: IPCP: Connect time: 74 secs: 1175 octets in, 0 octets out Oct 19 01:54:56 finity ppp[98580]: IPCP: : 10 packets in, 0 packets out ... Oct 19 02:15:27 finity ppp[97414]: IPCP: Connect time: 7774 secs: 2328528 octets in, 14736543 octets out Oct 19 02:15:27 finity ppp[97414]: IPCP: : 31629 packets in, 32645 packets out My setup (slightly modified today, as I tried to get it work) is as follows: FreeBSD 4.4-RC (28 Aug), mgetty, user-land ppp. ===ppp.conf=== default: set log Phase Chat Connect lcp ipcp ccp command set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 set timeout 600 enable pap enable chap accept dns set dns 195.201.62.2 incoming: set ifaddr 195.201.62.9 195.201.62.11-195.201.62.15 255.255.255.255 enable proxy ===ppp.conf=== ===ppplogin=== #!/bin/sh /usr/sbin/ppp -direct incoming ===ppplogin=== -- WBR, Pavel mailto:flicker@mariinsky.ru icq:52216261 ===8<===========End of original message text=========== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:33:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 75CCA37B403 for ; Tue, 23 Oct 2001 07:33:50 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id QAA25934; Tue, 23 Oct 2001 16:33:42 +0200 (MEST) Message-ID: <00d901c15bcf$dd3ffa40$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: , Cc: References: <3.0.5.32.20011023080024.00f12f38@mail.sage-american.com> Subject: Re: booteasy: how to boot into windows safe mode? Date: Tue, 23 Oct 2001 16:34:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Amit, > I have a question about booteasy that I hope somebody can answer. I >use the default boot manager that comes with freebsd (4.2) to dual >boot windows 98 and freebsd. I recently added hardware that is causing >windows to not boot completely. How can I boot into windows safe mode? >since the normal windows option of pressing F4 before windows loads is >not available anymore.... Jack's answer definitely works, but on fast computers the period to hit the key is very short. If you don't mind using a different boot manager, xosl (www.xosl.org) allows for every boot config to send keys along with the selection. Very nice to solve your problem. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:35: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id B65A737B401 for ; Tue, 23 Oct 2001 07:35:00 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.33 #1) id 15w2cx-000FMN-00; Tue, 23 Oct 2001 17:33:59 +0300 Date: Tue, 23 Oct 2001 17:33:59 +0300 From: Odhiambo Washington To: FreeBSD Cc: scott@gerhardt-it.com Subject: Re: Recommended MTA Message-ID: <20011023173359.K7014@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FreeBSD , scott@gerhardt-it.com References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Pound for pound, the amoeba is the most vicious animal on earth. X-Operating-System: FreeBSD 4.4-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 5:33PM up 8 days, 7:47, 2 users, load averages: 0.10, 0.13, 0.11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Scott Gerhardt [20011023 09:36]: writing on the s= ubject 'Recommended MTA' | Ok, FreeBSD 4.4 includes Sendmail by default. |=20 | I will be setting up a mail host and I am looking for recommendations on a | good MTA. Should I stick with Sendmail or go with one of the others? |=20 | I know Sendmail, Postfix and Qmail are all good choices, but which one | should I invest my time and braincells into? I have to learn one, which = one | should it be? I am stuck with Exim here, not that I hate it but stuck because it's one of= the best. Quite flexible in configuration and a great support forum to boot. Actually when I think MTA, Exim comes first, Postfix second and Sendmail is= a pig, as someone mentioned. Try Exim FIRST ;) -Wash S y s t e m s A d m i n i s t r a t o r -- ~\\_ =20 Odhiambo Washington \\\\ =20 Wananchi Online Ltd., `\\\\\ =20 1st Flr Loita Hse, Loita Street |\\\\\ =20 PO Box 10286,00100-NAIROBI,KE. \\\\\|__.--~~\ =20 Fax: 254 2 313985-9 _--~ / =20 Fax: 254 2 313922 /~ ////// _-~~~~' =20 E-mail: wash@wananchi.com ('-//////-// =20 URL : http://www.wananchi.com //////(((-) =20 GSM: 254 72 743 223 / 254 733 744 121 /////" =20 _///" =20 +++ GOD is applied POWER which is applied GOVERNMENT which is applied POLITICS which is applied ADVERTISING which is applied SOCIOLOGY which is applied PSYCHOLOGY which is applied BIOLOGY which is applied CHEMISTRY which is applied PHYSICS which is applied MATH which is applied PHILOSOPHY which is applied BULLSHIT --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71X/Xn7LIsuxjem8RAo8YAJ9UKJ4vJ7QITOUmuuZx1nluS/GzrgCeJOuT dG6BzUbfmnIyB54fSnet9ek= =MfKI -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:36:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 3767E37B401 for ; Tue, 23 Oct 2001 07:36:51 -0700 (PDT) Received: from unknown (HELO kushkush) (12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 23 Oct 2001 14:36:50 -0000 X-Apparently-From: Message-ID: <003701c15bd0$817cf5e0$846e34c6@kushkush> From: "Bara Zani" To: References: <20011022172710.A36179@acadia.ne.mediaone.net> Subject: Re: attackers! How do I know whether or not they were successful? Date: Mon, 22 Oct 2001 19:16:06 -0400 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG www.dns2go.com ----- Original Message ----- From: "Louis LeBlanc" To: Sent: Monday, October 22, 2001 5:27 PM Subject: Re: attackers! How do I know whether or not they were successful? > Sorry I don't have the actual message to reply to, but I got kicked > off the list this weekend because my ISP hosed its dns server . > Anyone know of a dns service that can serve a domain to a DHCP IP? > > Anyway, here is the message quoted from the Archives: > > ------------------------------------------------------------------ > > Date: Sat, 20 Oct 2001 14:34:10 -0500 > > From: Michael MacKinnon > > To: freebsd-questions@FreeBSD.ORG > > Subject: attackers! How do I know whether or not they were successful? > > Message-ID: <5.0.2.1.0.20011020141127.00a191b0@netmail.home.com> > > > I noticed in my logs what appears to be an attempt to try a buffer > > overflow in my apache logs. > > I've included the excerpts from my logs below for reference. > > > My questions: > > 1) I haven't opened up port 80 with my firewall. How did they connect? > > Is there > > a problem with my rules? (I've included those below for reference as > > well) > > I looked at the log entry. Is this the only one you got? did you get > any looking for any 'root.exe' or 'shell.exe' or such things? Those > would likely be the Nimda worm trying to spread. What you have is > the CodeRed or CodeRed II worm as someone else already suggested. You > can ignore this if you like or you can handle it by reporting it to > the abuse authorities for that domain. They will (presumably) inform > someone administering the machine that it is infected. > > > 2) How can I tell how successful the attempt was? > > It wasn't if you are not running IIS on a Win$ O$. > > > 3) Any ideas what the attempt was trying to do? Is this a known > > exploit? Where would I find out? > > Someone else gave you a good link. You can also get a bit of info > here: http://acadia.ne.mediaone.net/Nimda/ > It was offline this past weekend, thanks to my ISP, but it's back. > > I also have links to the handlers that would automatically send > complaints to the abuse authorities. > > > 4) What do I do now? Anything else I should do? > > You can handle it or ignore it. Won't matter. If you run a lightly > loaded server, I'd suggest helping to keep the infections reported > with one or both of the handlers you can see at the link above. If > you are running a heavily loaded server, just use the suggestions on > that page to eliminate the log file overflow that will result from the > two worms (especially Nimda). > > > My Firewall Rules: > > block in on dc0 > > block in log quick on dc0 from 192.168.0.0/16 to any > > block in log quick on dc0 from 172.16.0.0/12 to any > > block in log quick on dc0 from 10.0.0.0/8 to any > > block in log quick on dc0 from 127.0.0.0/8 to any > > block in log quick on dc0 from /32 to any > > # allow my own network stuff to get out > > pass out quick on dc0 proto tcp/udp from 192.168.0.0/24 to any > > keep state > > pass out quick on dc0 proto icmp from 192.168.0.0/24 to any > > keep state > > pass out quick on dc0 proto tcp/udp from /32 to any > > keep state > > Someone else already mentioned the kernel default behavior. You > should have the default set to deny so that you can explicitly allow > only what you want thru. Try looking at the cheat sheets at > http://www.mostgraveconcern.com/freebsd/ > I found them most helpful. > > > httpd-error contents: > > [Sat Oct 19 13:25:07 2001] [error] [client 131.123.8.178] Client sent > > malformed Host header > > > > httpd-access contents: > > 131.123.8.178 - - [19/Oct/2001:13:25:07 -0700] "GET > > /default.ida?NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > > NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > > NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN > > NNNNNNNNNNNNNNNNNN%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090% > > u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u > > 0000%u00=a HTTP/1.0" 400 341 "-" "-" > > Yup. That's CodeRed. I'm surprised there are any of these still out > there. I haven't seen one since 10/10. I think most of them have > either been cleaned out or taken over by Nimda. That one's worse > because it can spread so many different ways, and it uses roughly 16 > separate URLs to try to get into an IIS server. > > Good luck > Lou > -- > Louis LeBlanc leblanc@acadia.ne.mediaone.net > Fully Funded Hobbyist, KeySlapper Extrordinaire :) > http://acadia.ne.mediaone.net Ô¿Ô¬ > > Too much is just enough. > -- Mark Twain, on whiskey > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:54:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by hub.freebsd.org (Postfix) with ESMTP id D822337B401 for ; Tue, 23 Oct 2001 07:54:46 -0700 (PDT) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id KAA25045 for ; Tue, 23 Oct 2001 10:54:46 -0400 Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.11.6/8.11.4) id f9NEtje37903 for freebsd-questions@FreeBSD.ORG; Tue, 23 Oct 2001 10:55:45 -0400 (EDT) (envelope-from leblanc) Date: Tue, 23 Oct 2001 10:55:45 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.ORG Subject: Re: REQUEST FOR COMMENT Message-ID: <20011023105544.B37753@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <001c01c15b97$75bb8f20$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <001c01c15b97$75bb8f20$1401a8c0@tedm.placo.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/23/01 12:51 AM, Ted Mittelstaedt sat at the `puter and typed: > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Julian Morgan > Sent: Monday, October 22, 2001 11:49 PM > To: freebsd-questions@FreeBSD.ORG > Subject: REQUEST FOR COMMENT > [ . . . ] > > Following that is often the ease of use argument. Well, the key to > fighting this one is two-pronged. First your own house must be in > order, if you have lingering problems with your deployment then you > must fix them. You also have to understand that the achilles heel of > this argument is that usage is only as good as the monkey behind the > wheel. It makes no difference how easy something is to run - morons > will be successfully able to wreck anything through incompetence. And this gets into my favorite argument against buying *ANYTHING* because it's easy to use: They make it easy to use so you can hire unskilled people to use it, but do you really want a moron running your security? Might as well open the gateway up and give out the password. I prefer to develop something to do the damn job! Make it intuitive to the knowledgable user - if it's Granny trying to read email, then fine, that's your target user, but Granny isn't your target user for a damn FIREWALL! Now go get the PHBs! Good luck Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Bradley's Bromide: If computers get too powerful, we can organize them into a committee -- that will do them in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 7:56: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id D478737B409 for ; Tue, 23 Oct 2001 07:55:55 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9NEtCr15779; Tue, 23 Oct 2001 17:55:12 +0300 (EEST) (envelope-from ru) Date: Tue, 23 Oct 2001 17:55:12 +0300 From: Ruslan Ermilov To: X Philius Cc: Russ Pagenkopf , freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problem Message-ID: <20011023175511.C12308@sunbay.com> References: <20011022181445.C31361@sunbay.com> <20011023140337.32917.qmail@web11807.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023140337.32917.qmail@web11807.mail.yahoo.com>; from xphilius@yahoo.com on Tue, Oct 23, 2001 at 07:03:37AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 07:03:37AM -0700, X Philius wrote: > Ruslan, > A few questions below... > > --- Ruslan Ermilov wrote: > > [Please wrap your lines at 65 or so characters.] > > Sorry. Hope this is better. > > > Yes, 4.1R -> 4.4R upgrade path was broken. This has been > > fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. > > > Unfortunately, we can't backport the fixes to already > > released (sticky) version (4.4-RELEASE). > > I have read through UPDATING for 4.4 Release, and I do not see > any obvious solution. I have just upgraded my dev server to 4.4 > Stable with no problems, but I think I'd rather be cautious and > keep my prod server on 4.4 Release and then track the security > updates. > UPDATING for 4.4-R is "sticky". Again, we just can't merge fixes to already released versions. If you want 4.4-RELEASE, you'll have to backport the fix yourself. These are the relevant commits: : ru 2001/09/24 08:45:00 PDT : : Modified files: (Branch: RELENG_4) : . Makefile.inc1 : usr.bin/xinstall Makefile : usr.sbin/mtree Makefile : share/mk bsd.lib.mk bsd.prog.mk : gnu/usr.bin/binutils/ld Makefile : Log: : MFC: Bootstrapping fixes. : : This unbreaks source upgrades from 4.2-RELEASE. : : Revision Changes Path : 1.141.2.33 +6 -6 src/Makefile.inc1 : 1.8.2.5 +9 -2 src/gnu/usr.bin/binutils/ld/Makefile : 1.91.2.4 +2 -2 src/share/mk/bsd.lib.mk : 1.86.2.5 +2 -2 src/share/mk/bsd.prog.mk : 1.11.2.4 +7 -1 src/usr.bin/xinstall/Makefile : 1.15.2.5 +10 -7 src/usr.sbin/mtree/Makefile and : ru 2001/09/26 23:35:47 PDT : : Modified files: (Branch: RELENG_4) : gnu/usr.bin/binutils/libiberty Makefile : Log: : MFC: 1.9 -> 1.12: Fix the upgrade path from 4.1-RELEASE. : : Revision Changes Path : 1.3.2.4 +4 -1 src/gnu/usr.bin/binutils/libiberty/Makefile > Questions: > > - Can I use Makefile.upgrade to prepare my system to build 4.4 > Release? Or... > No, Makefile.upgrade is for really old, pre-3.x systems. > - Is my only option is to do a binary upgrade using Sysinstall, > or start from scratch? > You can also backport the above fixes over 4.4-RELEASE sources, or use 4.4-STABLE. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:17:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Moebius.baked.net (moebius.baked.net [209.48.190.36]) by hub.freebsd.org (Postfix) with ESMTP id 696E237B406 for ; Tue, 23 Oct 2001 08:17:20 -0700 (PDT) Received: (from spong@localhost) by Moebius.baked.net (8.9.3/8.9.3) id LAA26329; Tue, 23 Oct 2001 11:15:38 -0400 Date: Tue, 23 Oct 2001 11:15:38 -0400 From: Matt Spong To: Cliff Sarginson Cc: Giorgos Keramidas , Matthew Blacklow , freebsd-questions Subject: Re: C clue on FreeBSD again! Message-ID: <20011023111538.A26176@Moebius.baked.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i X-Homepage: http://forkbomb.net X-PGP-Key: http://forkbomb.net/realworld/pubkey.asc X-PGP-Fingerprint: 1EAC ADBD B6E9 8317 3001 D2F3 F5C5 9DB2 8F65 88F3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > The return value from "system" won't be of much use to you, it will > only indicate if the "system" call managed to successfully exec the > program you asked it to.=20 No, system() returns -1 if fork() failed, 127 if executing the shell failed, and the return value of the process otherwise. > Actually, "system" is also a highly > unportable thing to use, if that is of any importance to you. True. But this is how it works on both FreeBSD and Linux. Matt --=20 Matt Spong || spong@baked.net || AIM: Spong1027 || http://www.forkbomb.net "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one." -Benjamin Franklin --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE71YmZ9cWdso9liPMRArFYAJ9rPJ0gLBWppDwA5lTWMhxOO/BrCwCeJ+0O wVZcHjRZSsQtNxJPpAU+kgA= =pHZ2 -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:18:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by hub.freebsd.org (Postfix) with ESMTP id 97DFF37B438 for ; Tue, 23 Oct 2001 08:17:58 -0700 (PDT) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id LAA27495 for ; Tue, 23 Oct 2001 11:17:57 -0400 Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.11.6/8.11.4) id f9NFIuh38043 for freebsd-questions@FreeBSD.org; Tue, 23 Oct 2001 11:18:56 -0400 (EDT) (envelope-from leblanc) Date: Tue, 23 Oct 2001 11:18:56 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: Question about a 404 url I haven't seen before Message-ID: <20011023111856.D37753@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I have a question about a 404 I'm seeing in my Apache 404 handler. I have seen the following from time to time: http://acadia.ne.mediaone.net/favico.ico which I am told is a browser's attempt to fetch a 'site icon' when bookmarking the page. Fine, no problem. I have also seen this recently: http://acadia.ne.mediaone.net/My_Files And I haven't a clue. Not sure how to screw down the search on google for it either. My_Files gives a million hits with nothing to do with my question. Any ideas? TIA & HAND Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ opportunist: A man who invites the wolf in and appears the next day in a fur coat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:21:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id 01F8937B401 for ; Tue, 23 Oct 2001 08:21:27 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 13njLv-0001VT-00; Mon, 23 Oct 2000 08:17:31 -0700 Date: Tue, 23 Oct 2001 08:21:39 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: To: FreeBSD Cc: Subject: Re: Recommended MTA In-Reply-To: <20011023173359.K7014@ns2.wananchi.com> Message-ID: System-ID: SunOS 5.8 i86pc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 23 Oct 2001 it looks like Odhiambo Washington composed: wash->I am stuck with Exim here, not that I hate it but stuck because it's one of the wash->best. Quite flexible in configuration and a great support forum to boot. wash->Actually when I think MTA, Exim comes first, Postfix second and Sendmail is a wash->pig, as someone mentioned. wash-> wash->Try Exim FIRST ;) wash-> [Scott] And for mailing lists concerning MTA's, [Exim] is by far the most informative, friendly and a great place to learn about MTA's even if your not running Exim. Subscribe to the Exim mailing list, create a folder in your MUA client called EXIM and get ready to archive some of the best advice given on the subject of Internet mail. :) -- Bill Schoolcraft | PO Box 210076 San Francisco, CA 94121 http://ForwardSlashUnix.com "UNIX, A Way of Life." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:26:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 560F137B405; Tue, 23 Oct 2001 08:26:25 -0700 (PDT) Received: from prayforwind.com ([65.93.33.182]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011023152624.OCPP2701.tomts7-srv.bellnexxia.net@prayforwind.com>; Tue, 23 Oct 2001 11:26:24 -0400 Message-ID: <3BD58E61.9464DE54@prayforwind.com> Date: Tue, 23 Oct 2001 11:36:01 -0400 From: GTA Bsd User Group X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov Cc: X Philius , Russ Pagenkopf , freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problem References: <20011022181445.C31361@sunbay.com> <20011023140337.32917.qmail@web11807.mail.yahoo.com> <20011023175511.C12308@sunbay.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, I just got my 4.4-RELEASE set of 4CD's last night and I'm just sitting down now to upgrade 4.2-RELEASE to 4.4-RELEASE (via sysinstall/upgrade system). Am I reading from this that I'm not going to be able to do it? Regards, Steve Ruslan Ermilov wrote: > On Tue, Oct 23, 2001 at 07:03:37AM -0700, X Philius wrote: > > Ruslan, > > A few questions below... > > > > --- Ruslan Ermilov wrote: > > > [Please wrap your lines at 65 or so characters.] > > > > Sorry. Hope this is better. > > > > > Yes, 4.1R -> 4.4R upgrade path was broken. This has been > > > fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. > > > > > Unfortunately, we can't backport the fixes to already > > > released (sticky) version (4.4-RELEASE). > > > > I have read through UPDATING for 4.4 Release, and I do not see > > any obvious solution. I have just upgraded my dev server to 4.4 > > Stable with no problems, but I think I'd rather be cautious and > > keep my prod server on 4.4 Release and then track the security > > updates. > > > UPDATING for 4.4-R is "sticky". Again, we just can't merge fixes > to already released versions. If you want 4.4-RELEASE, you'll > have to backport the fix yourself. These are the relevant commits: > > : ru 2001/09/24 08:45:00 PDT > : > : Modified files: (Branch: RELENG_4) > : . Makefile.inc1 > : usr.bin/xinstall Makefile > : usr.sbin/mtree Makefile > : share/mk bsd.lib.mk bsd.prog.mk > : gnu/usr.bin/binutils/ld Makefile > : Log: > : MFC: Bootstrapping fixes. > : > : This unbreaks source upgrades from 4.2-RELEASE. > : > : Revision Changes Path > : 1.141.2.33 +6 -6 src/Makefile.inc1 > : 1.8.2.5 +9 -2 src/gnu/usr.bin/binutils/ld/Makefile > : 1.91.2.4 +2 -2 src/share/mk/bsd.lib.mk > : 1.86.2.5 +2 -2 src/share/mk/bsd.prog.mk > : 1.11.2.4 +7 -1 src/usr.bin/xinstall/Makefile > : 1.15.2.5 +10 -7 src/usr.sbin/mtree/Makefile > > and > > : ru 2001/09/26 23:35:47 PDT > : > : Modified files: (Branch: RELENG_4) > : gnu/usr.bin/binutils/libiberty Makefile > : Log: > : MFC: 1.9 -> 1.12: Fix the upgrade path from 4.1-RELEASE. > : > : Revision Changes Path > : 1.3.2.4 +4 -1 src/gnu/usr.bin/binutils/libiberty/Makefile > > > Questions: > > > > - Can I use Makefile.upgrade to prepare my system to build 4.4 > > Release? Or... > > > No, Makefile.upgrade is for really old, pre-3.x systems. > > > - Is my only option is to do a binary upgrade using Sysinstall, > > or start from scratch? > > > You can also backport the above fixes over 4.4-RELEASE sources, > or use 4.4-STABLE. > > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:26:39 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 5097737B405 for ; Tue, 23 Oct 2001 08:26:35 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 23 Oct 2001 16:26:20 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 15w3Oy-00026i-00; Tue, 23 Oct 2001 16:23:36 +0100 Date: Tue, 23 Oct 2001 16:23:36 +0100 (BST) From: Jan Grant X-X-Sender: To: Joe Clarke Cc: Rob Zietlow , FreeBSD-questions Subject: Re: Java SSH In-Reply-To: <20011019232954.H18927-100000@shumai.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Joe Clarke wrote: > > > On Fri, 19 Oct 2001, Rob Zietlow wrote: > > > Has anyone tried to use a Java SSH client? I am looking into this for the > > sake of sshing to my home box when i am away from my computer, or behind a > > firewall that won't allow me out port 22. I have ssh listen on 23, but I > > don't want to do that I already have kiddies poking at port 23 because of the > > Telnet exploit. I have heard about Mindterm, has anyone tried that yet? > > Here is the URL > > http://www.appgate.org/products/mindterm/personal/mindterm_old_downloads.html > > I haven't used Mindterm, but I have used the telnet/ssh module in webmin. > It's been a while, but I do remember it being fairly solid. Mindterm seems to have a more robust xterm implementation than, well, xterm :-) It's pretty good; you can leave it on a web page and all you need for secure end-to-end connections from anywhere is a browser* jan * This is not, of course true; modulo sneaky webkiosks and shoulder-surfers, though, it's pretty good. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Not as randy or clumsom as a blaster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:30:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grant.org (grant.org [206.190.164.98]) by hub.freebsd.org (Postfix) with ESMTP id E8D6437B401 for ; Tue, 23 Oct 2001 08:30:20 -0700 (PDT) Received: from splat.grant.org (mgrant@host213-122-32-40.btinternet.com [213.122.32.40]) by grant.org (8.11.6/8.11.6) with ESMTP id f9NFUIR07722 for ; Tue, 23 Oct 2001 11:30:19 -0400 (EDT) (envelope-from mgrant@splat.grant.org) Received: (from mgrant@localhost) by splat.grant.org (8.9.3+Sun/8.9.1) id QAA14705; Tue, 23 Oct 2001 16:30:14 +0100 (BST) Date: Tue, 23 Oct 2001 16:30:14 +0100 (BST) Message-Id: <200110231530.QAA14705@splat.grant.org> From: Michael Grant To: freebsd-questions@freebsd.org Subject: reinstalling boot loader Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Somehow I managed to mung my bootloader. I'm not quite sure what exactly I did, but just after I did it, I got the classic message: disk boot failure, insert system disk and press enter not found any [active partition] in hdd I managed to boot the backup drive and fooled with fdisk and set the active partition again. After multiple tries, we managed to get it to boot into the boot prompt. It was then loading 0:da(0,a)/kernel which failed. Then the guy working with me tried loading 1:da(0,a)/kernel and it booted. But it doesn't want to boot unassisted anymore. Can I use "disklabel -B" to fix things? There appear to be two ways to run this command, "disklabel -B da0" and "disklabel -B da0s1", depending on whether I am running "dangerously dedicated". How can I find out if I'm running that way or not? I am using the entire disk for FreeBSD. My partitions look like this: disklabel -r da0 # /dev/da0c: type: SCSI disk: da0s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 2230 sectors/unit: 35840952 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 86016 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 5*) b: 1048576 86016 swap # (Cyl. 5*- 70*) c: 35840952 0 unused 0 0 # (Cyl. 0 - 2230*) e: 4505600 1134592 4.2BSD 1024 8192 16 # (Cyl. 70*- 351*) f: 28672000 5640192 4.2BSD 1024 8192 16 # (Cyl. 351*- 2135*) g: 1528760 34312192 4.2BSD 1024 8192 16 # (Cyl. 2135*- 2230*) Is the fact that I'm using "da0s1" prove that I'm not running "dangerously dedicated"? Thanks. -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:35:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by hub.freebsd.org (Postfix) with ESMTP id 8405137B403 for ; Tue, 23 Oct 2001 08:35:29 -0700 (PDT) Received: from [65.93.33.182] by tomts16-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011023153528.NVYB1976.tomts16-srv.bellnexxia.net@[65.93.33.182]> for ; Tue, 23 Oct 2001 11:35:28 -0400 Date: Tue, 23 Oct 2001 11:45:02 -0400 (EDT) From: "Steve Brown " To: "freebsd-questions@freebsd.org" Subject: Upgrade System to 4.4? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, I have a more or less standard (base + X + kernel sources) 4.2 installation. I want to upgrade to 4.4-Release or Stable, I'm not sure which, or how do do it. Where do I start researching, CVSUP? make world? /stand/sysinstall/upgrade system? Which? or all of them? Or would it be easier for a newbie to simply re-install the whole mess? Thanks in advance, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:38:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20404.mail.yahoo.com (web20404.mail.yahoo.com [216.136.226.123]) by hub.freebsd.org (Postfix) with SMTP id 5BFAC37B401 for ; Tue, 23 Oct 2001 08:38:56 -0700 (PDT) Message-ID: <20011023153853.92726.qmail@web20404.mail.yahoo.com> Received: from [156.46.70.144] by web20404.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 08:38:53 PDT Date: Tue, 23 Oct 2001 08:38:53 -0700 (PDT) From: X master Subject: prob with freebsd 4.3 To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I setup my bios to boot from the freebsd 4.3 cd.When i got to the install menu i could not move my arrow and letter keys. When i want to install my own kernal it work. I do have the book call The complete freebsd. I use a Dell M780 Color Monitor, 600 mhz 128 ram 10 harddrive ps/2 mouse. I hope you can help me. Craig __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 8:56: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id F10C337B407 for ; Tue, 23 Oct 2001 08:56:03 -0700 (PDT) Received: from sageone (ppp-208-191-234-207.dialup.crchtx.swbell.net [208.191.234.207]) by sage-american.com (8.9.3/8.9.3) with SMTP id KAA19802; Tue, 23 Oct 2001 10:55:53 -0500 (CDT) Message-Id: <3.0.5.32.20011023105627.00f12f38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 23 Oct 2001 10:56:27 -0500 To: , "freebsd-questions@freebsd.org" From: jacks@sage-american.com Subject: Re: Upgrade System to 4.4? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The handbook has a very good explanation at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html As to whether to do it, if you are a newbie and want to become an "oldie", try updating especially if you aren't too concerned about the box (if it's not a production box)... cvsuping is a good method. At 11:45 AM 10.23.2001 -0400, Steve Brown wrote: >Hello there, > >I have a more or less standard (base + X + kernel sources) 4.2 installation. > >I want to upgrade to 4.4-Release or Stable, I'm not sure which, or how do >do it. Where do I start researching, CVSUP? make world? >/stand/sysinstall/upgrade system? Which? or all of them? Or would it be >easier for a newbie to simply re-install the whole mess? > >Thanks in advance, Steve > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:15:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11801.mail.yahoo.com (web11801.mail.yahoo.com [216.136.172.155]) by hub.freebsd.org (Postfix) with SMTP id 5F51D37B406 for ; Tue, 23 Oct 2001 09:15:27 -0700 (PDT) Message-ID: <20011023161527.62317.qmail@web11801.mail.yahoo.com> Received: from [64.73.64.94] by web11801.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 09:15:27 PDT Date: Tue, 23 Oct 2001 09:15:27 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: Re: make buildworld problem To: GTA Bsd User Group Cc: Russ Pagenkopf , freebsd-questions@FreeBSD.ORG, Ruslan Ermilov In-Reply-To: <3BD58E61.9464DE54@prayforwind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve, Since I may have helped contribute to this confusion, I will try to answer this before the more experienced people that have been helping me get around to posting. The discussion we were having has little to do with upgrading via sysinstall. Your CD's should work just as you expect. The upgrade issue we were discussing has to do with upgrading from source, not upgrading with the sysinstall utility. As I understand it, sysinstall downloads pre-built binaries from the CD or via FTP and uses them to upgrade the system. Good luck. Jason --- GTA Bsd User Group wrote: > Hello there, > > I just got my 4.4-RELEASE set of 4CD's last night and I'm just > sitting > down now to upgrade 4.2-RELEASE to 4.4-RELEASE (via > sysinstall/upgrade > system). > > Am I reading from this that I'm not going to be able to do it? > > Regards, Steve > > > Ruslan Ermilov wrote: > > > On Tue, Oct 23, 2001 at 07:03:37AM -0700, X Philius wrote: > > > Ruslan, > > > A few questions below... > > > > > > --- Ruslan Ermilov wrote: > > > > [Please wrap your lines at 65 or so characters.] > > > > > > Sorry. Hope this is better. > > > > > > > Yes, 4.1R -> 4.4R upgrade path was broken. This has been > > > > fixed later, and 4.1R -> 4.4-STABLE upgrade path is possible. > > > > > > > Unfortunately, we can't backport the fixes to already > > > > released (sticky) version (4.4-RELEASE). > > > > > > I have read through UPDATING for 4.4 Release, and I do not see > > > any obvious solution. I have just upgraded my dev server to 4.4 > > > Stable with no problems, but I think I'd rather be cautious and > > > keep my prod server on 4.4 Release and then track the security > > > updates. > > > > > UPDATING for 4.4-R is "sticky". Again, we just can't merge fixes > > to already released versions. If you want 4.4-RELEASE, you'll > > have to backport the fix yourself. These are the relevant commits: > > > > : ru 2001/09/24 08:45:00 PDT > > : > > : Modified files: (Branch: RELENG_4) > > : . Makefile.inc1 > > : usr.bin/xinstall Makefile > > : usr.sbin/mtree Makefile > > : share/mk bsd.lib.mk bsd.prog.mk > > : gnu/usr.bin/binutils/ld Makefile > > : Log: > > : MFC: Bootstrapping fixes. > > : > > : This unbreaks source upgrades from 4.2-RELEASE. > > : > > : Revision Changes Path > > : 1.141.2.33 +6 -6 src/Makefile.inc1 > > : 1.8.2.5 +9 -2 src/gnu/usr.bin/binutils/ld/Makefile > > : 1.91.2.4 +2 -2 src/share/mk/bsd.lib.mk > > : 1.86.2.5 +2 -2 src/share/mk/bsd.prog.mk > > : 1.11.2.4 +7 -1 src/usr.bin/xinstall/Makefile > > : 1.15.2.5 +10 -7 src/usr.sbin/mtree/Makefile > > > > and > > > > : ru 2001/09/26 23:35:47 PDT > > : > > : Modified files: (Branch: RELENG_4) > > : gnu/usr.bin/binutils/libiberty Makefile > > : Log: > > : MFC: 1.9 -> 1.12: Fix the upgrade path from 4.1-RELEASE. > > : > > : Revision Changes Path > > : 1.3.2.4 +4 -1 > src/gnu/usr.bin/binutils/libiberty/Makefile > > > > > Questions: > > > > > > - Can I use Makefile.upgrade to prepare my system to build 4.4 > > > Release? Or... > > > > > No, Makefile.upgrade is for really old, pre-3.x systems. > > > > > - Is my only option is to do a binary upgrade using Sysinstall, > > > or start from scratch? > > > > > You can also backport the above fixes over 4.4-RELEASE sources, > > or use 4.4-STABLE. > > > > Cheers, > > -- > > Ruslan Ermilov Oracle Developer/DBA, > > ru@sunbay.com Sunbay Software AG, > > ru@FreeBSD.org FreeBSD committer, > > +380.652.512.251 Simferopol, Ukraine > > > > http://www.FreeBSD.org The Power To Serve > > http://www.oracle.com Enabling The Information Age > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:20:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id 2548C37B403 for ; Tue, 23 Oct 2001 09:20:29 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id KAA11967; Tue, 23 Oct 2001 10:20:26 -0600 (CST) From: "Scott Gerhardt" To: "Ryan Thompson" Cc: "FreeBSD" Subject: RE: Recommended MTA Date: Tue, 23 Oct 2001 10:31:14 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for your insightful comments guys! Looks like I will be buying a good Postfix book :-) Any recommendations? Seems like the general consensus is that Sendmail is good to learn from a career/posterity perspective, but Postfix is the more likely choice for manageability and support. - Scott > Hi Scott, > > I can tell you without a doubt that sendmail works.. I can > also tell you > that postfix works, and that qmail works. I remember learning sendmail, > however, and cursing at the configuration. Years later, I > still curse at > sendmail configuration. :-) > > I still use sendmail and postfix on my systems, and brush with > qmail only > occasionally lately. > > Sendmail is good because it is pretty much guaranteed to be > available on > any UNIX system you come across. If you are going after an > admin career, > you will need to know sendmail, and I suspect this requirement will > persist for quite a few years. > > If, on the other hand, this is for your own projects, you can safely > ignore sendmail and go with something that's easier to manage. > > - Ryan > > > Scott Gerhardt wrote to FreeBSD: > > > Ok, FreeBSD 4.4 includes Sendmail by default. > > > > I will be setting up a mail host and I am looking for > recommendations on a > > good MTA. Should I stick with Sendmail or go with one of the others? > > > > I know Sendmail, Postfix and Qmail are all good choices, but > which one > > should I invest my time and braincells into? I have to learn one, > > which one should it be? > > > > Thanks, > > > > _________________________________ > > > > Scott Gerhardt, P.Geo. > > Gerhardt Information Technologies > > _________________________________ > > > > -- > Ryan Thompson > Network Administrator, Accounts > > SaskNow Technologies - http://www.sasknow.com > #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 > > Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon > Toll-Free: 877-727-5669 (877-SASKNOW) North America > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:27:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from i01sv4107.ids1.intelonline.com (i01sv4107-p.ids1.intelonline.com [147.208.166.12]) by hub.freebsd.org (Postfix) with ESMTP id C40E137B401 for ; Tue, 23 Oct 2001 09:27:34 -0700 (PDT) Received: from i01sv4095 (unverified [10.81.26.9]) by i01sv4107.ids1.intelonline.com (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Tue, 23 Oct 2001 16:27:27 +0000 Message-ID: From: Matthias Bartels To: "questions@freebsd.org" X-Originating-IP: [217.4.67.228] Date: Tue, 23 Oct 2001 17:27:27 +0100 X-MSMail-Priority: Normal X-mailer: AspMail 4.0 4.02 (SMT4DD4B4F) Subject: nVidia + XFree 4.1.0 Problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Servus, Today i installed freebsd 4.4. But i have porblem configuring my XServer. I am using a nVidia GForce II graphic card and i installed Xfree 4.1.0 but when i want to make startx i get the following message (same in /var/log/...) : XFree86 Version 4.1.0 / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 2 June 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Build Operating System: FreeBSD 4.2-BETA i386 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Tue Oct 23 17:26:26 2001 (EE) Unable to locate/open config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. has anybody an idea what i am doing wrong Thank You. Matthias Ringtones, Logos und crazy Mailbox Ansagen für Dein Nokia-Handy @ www.genie.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:29:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id D279237B401 for ; Tue, 23 Oct 2001 09:29:54 -0700 (PDT) Received: (qmail 31577 invoked from network); 23 Oct 2001 16:30:20 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 23 Oct 2001 16:30:20 -0000 From: "Jonathan M. Slivko" To: "'Matthias Bartels'" , Subject: RE: nVidia + XFree 4.1.0 Problem Date: Tue, 23 Oct 2001 12:29:58 -0400 Message-ID: <002c01c15bdf$f5180030$6501a8c0@sioux> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try compiling from ports? Also, did you use the package the first time around? -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Matthias Bartels Sent: Tuesday, October 23, 2001 12:27 PM To: questions@freebsd.org Subject: nVidia + XFree 4.1.0 Problem Servus, Today i installed freebsd 4.4. But i have porblem configuring my XServer. I am using a nVidia GForce II graphic card and i installed Xfree 4.1.0 but when i want to make startx i get the following message (same in /var/log/...) : XFree86 Version 4.1.0 / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 2 June 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Build Operating System: FreeBSD 4.2-BETA i386 [ELF] Module Loader present (=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Tue Oct 23 17:26:26 2001 (EE) Unable to locate/open config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. has anybody an idea what i am doing wrong Thank You. Matthias Ringtones, Logos und crazy Mailbox Ansagen f=FCr Dein Nokia-Handy @ www.genie.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:34:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.host4u.net (gaia.host4u.net [209.150.128.48]) by hub.freebsd.org (Postfix) with ESMTP id 7D50237B401 for ; Tue, 23 Oct 2001 09:34:14 -0700 (PDT) Received: from andre ([216.71.43.117]) by gaia.host4u.net (8.8.5/8.8.5) with SMTP id LAA16633; Tue, 23 Oct 2001 11:31:09 -0500 Message-ID: <011601c15be0$63c48530$a50410ac@olmct.net> Reply-To: "Andre` Niel Cameron" From: "Andre` Niel Cameron" To: , References: <9r2sjk+in04@eGroups.com> Subject: Re: booteasy: how to boot into windows safe mode? Date: Tue, 23 Oct 2001 12:33:04 -0400 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ITs F8 never heard of F4;) Regards, Andre` C. Technical Support Ô¿Ô¬ ---------------------------------------------------------------------------- - Visit our support manual at http://supportmanual.com/ ----- Original Message ----- From: To: Sent: Tuesday, October 23, 2001 12:44 AM Subject: booteasy: how to boot into windows safe mode? > Hi, > I have a question about booteasy that I hope somebody can answer. I > use the default boot manager that comes with freebsd (4.2) to dual > boot windows 98 and freebsd. I recently added hardware that is causing > windows to not boot completely. How can I boot into windows safe mode? > since the normal windows option of pressing F4 before windows loads is > not available anymore.... > > thanks in advance... > Amit > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 9:58: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f106.hotmail.com [216.32.181.106]) by hub.freebsd.org (Postfix) with ESMTP id BD19637B401 for ; Tue, 23 Oct 2001 09:58:04 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 09:58:04 -0700 Received: from 208.141.165.157 by lw2fd.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 16:58:04 GMT X-Originating-IP: [208.141.165.157] From: "Korey Pelton" To: questions@freebsd.org Subject: USR Performance Pro modem problems Date: Tue, 23 Oct 2001 10:58:04 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 16:58:04.0672 (UTC) FILETIME=[E1C74000:01C15BE3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Everyone, I have FreeBSD 4.0 and it seems that it won't recognize my PCI 56k US Robotics Performance Pro modem (made in 2000). This is a not a winmodem and a few people I know have gotten their's to work with Linux and FreeBSD. I have talked with them and tried their suggestions without success. Some of the things I have tried include disabling pnp bios, moving the modem around from slot to slot on my mobo, disabling/enabling the sio lines in my kernel config file, setting different flags on my sio lines, and changing around the IRQ's on my sio lines. I also run Windows98 on the same machine and it says my modem is on COM 5 irq 10. Here is a segment of my dmesg: ... pci0: (vendor=0x12b9, dev=0x1008) at 11.0 irq 10 ... sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 10 not in bitmap of probed irqs 0 sio2: configured irq 10 not in bitmap of probed irqs 0 sio3: configured irq 10 not in bitmap of probed irqs 0 sio3 at port 0x2e8-0x2ef irq 10 flags 0x10 on isa0 sio3: type 8250 ... I believe that the "unknown card" on the pci bus is my modem. Also, sio0 is a regular serial port. I would appreciate any suggestions and advice. Thanks in advance, Korey Pelton _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10: 1:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 6B87537B401 for ; Tue, 23 Oct 2001 10:01:38 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9NH0GY18810; Tue, 23 Oct 2001 10:00:16 -0700 (PDT) Date: Tue, 23 Oct 2001 10:00:16 -0700 (PDT) From: David Kirchner X-X-Sender: To: Oscar-Ivan Lepe-Aldama Cc: Subject: Re: Disklabel lost In-Reply-To: <3BD518C9.5898BF24@acm.org> Message-ID: <20011023093846.X85958-200000@localhost> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1987189661-1003856416=:85958" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1987189661-1003856416=:85958 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 23 Oct 2001, Oscar-Ivan Lepe-Aldama wrote: > To mount the root (bsd) partition of the damage disk I did a guess on > its size and with sysinstall/label wrote a disklabel. (My guess was that > the root partition was 100Megs large.) Then I succesfully mounted that > guessed root partition, as I have said before. (Then I found out that my > guess was wrong when I peek at root's mbox file, and change the > disklabel to reflect the actula size of the root partition. Again, I > have been able to succesfully mount this second guessed root partition.) > > But from here I have no ideas on how to complete the disklabel for the > rest of the partitions. I know there are a couple more, one for swap and > one for /usr. About the swap partiton I don't know nothing, neither its > size nor where it starts. About the /usr partition I know its size but I > don't know where it starts. If you installed using the defaults, swap will be 2X your physical RAM. I don't recall what the other partitions are sized at by default. If you didn't delete your last few daily output mails, you may still have the df output there, such as: Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s2a 124015 26338 87756 23% / /dev/wd0s2f 2480982 627548 1654956 27% /usr /dev/wd0s2g 7103813 21826 6513682 0% /usr/local /dev/wd0s2e 297663 1350 272500 0% /var procfs 4 4 0 100% /proc I have a program which could help you recover that particular message. I've attached the C file here. Please note I am offering it without any warranty whatsoever. :-) I'm certain there are better ways to do it than byte-by-byte matching. Its usage is as follows: ./search "string" file-or-device mask.%s For example, in this case you could do: ./search "Disk status:" /dev/wd0s1c /root/df.%s (I've lost the original e-mail, so I don't recall if this is IDE or SCSI. Either way, you want to search partition c.) It takes a long time to run, but it will notify you when it gets matches so you can possibly abort it prematurely. In this example, it would save the output in /root/df.0000001 and up. Btw, if you wanted to recover the entire root mailbox, search for "From " (with the extra space) --0-1987189661-1003856416=:85958 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="search.c" Content-Transfer-Encoding: BASE64 Content-ID: <20011023100016.Q85958@localhost> Content-Description: search.c Content-Disposition: attachment; filename="search.c" LyoNCiAqICJncmVwcyIgZm9yIGEgc3RyaW5nLCBhbmQgd3JpdGVzIG91dCBh bnkgbWF0Y2hlcyAodXAgdG8gYSBOVUxMKQ0KICogdXNlZnVsIGZvciBleHRy YXRpbmcgc2NyaXB0cyBhbmQgaHRtbCBmcm9tIG90aGVyd2lzZSB1bnVzYWJs ZQ0KICogZHJpdmVzLg0KICoNCiAqIGZ1dHVyZSBlbmhhbmNlbWVudHM6DQog KiAgcmVndWxhciBleHByZXNzaW9uIG1hdGNoaW5nDQogKi8NCg0KI2luY2x1 ZGUgPHN0ZGlvLmg+DQojaW5jbHVkZSA8c3RkbGliLmg+DQojaW5jbHVkZSA8 c3lzL3R5cGVzLmg+DQojaW5jbHVkZSA8c3lzL3N0YXQuaD4NCiNpbmNsdWRl IDxmY250bC5oPg0KI2luY2x1ZGUgPGVycm5vLmg+DQoNCnN0YXRpYyBjaGFy IGlkZW50W10gPSAiJElkOiBzZWFyY2guYyx2IDEuMiAyMDAxLzA4LzI0IDE2 OjM1OjQxIGRhdmlkayBFeHAgJCI7DQoNCmludA0KbWFpbiAoYXJnYywgYXJn dikNCglpbnQJYXJnYzsNCgljaGFyCSphcmd2W107DQp7DQoJY2hhcgkqc2Vh cmNoOw0KCWNoYXIJKmZuYW1lOw0KCWNoYXIJKm91dHB1dG1hc2s7DQoJY2hh cglvZm5hbWVbNDA5Nl07DQoJaW50CW1hdGNoID0gMDsNCgljaGFyCW1hdGNo X3NbOF07DQoJaW50CWZkOw0KCWludAlvZmQ7DQoJY2hhcglidWZbMl07DQoJ Y2hhcgkqcHRyOw0KCWxvbmcgbG9uZwlsb2MgPSAwOw0KDQoJaWYgKGFyZ2Mg IT0gNCkgew0KCQlmcHJpbnRmIChzdGRlcnIsICJ1c2FnZTogc2VhcmNoIFwi c3RyaW5nXCIgZmlsZSBvdXRwdXRtYXNrXG4iKTsNCgkJZXhpdCAoMSk7DQoJ fQ0KDQoJc2VhcmNoID0gYXJndlsxXTsNCglmbmFtZSA9IGFyZ3ZbMl07DQoJ b3V0cHV0bWFzayA9IGFyZ3ZbM107DQoJaWYgKG91dHB1dG1hc2tbMF0gPT0g J1wwJyB8fCAhc3Ryc3RyIChvdXRwdXRtYXNrLCAiJXMiKSkgew0KCQlmcHJp bnRmIChzdGRlcnIsICJvdXRwdXRtYXNrIG11c3QgY29udGFpbiBvbmUgJSVz XG4iKTsNCgkJZXhpdCAoMSk7DQoJfQ0KDQoJZmQgPSBvcGVuIChmbmFtZSwg T19SRE9OTFkpOw0KCWlmIChmZCA8IDApIHsNCgkJZnByaW50ZiAoc3RkZXJy LCAiJXM6ICVzXG4iLCBmbmFtZSwgc3RyZXJyb3IgKGVycm5vKSk7DQoJCWV4 aXQgKDEpOw0KCX0NCg0KCXB0ciA9IHNlYXJjaDsNCgl3aGlsZSAoKHJlYWQg KGZkLCBidWYsIDEpKSA+IDApIHsNCgkJaWYgKGJ1ZlswXSA9PSAqcHRyKSB7 DQoJCQlwdHIrKzsNCgkJCWlmICgqcHRyID09ICdcMCcpIHsNCgkJCQkvKiB3 ZSBmb3VuZCBhIG1hdGNoICovDQoJCQkJcHJpbnRmICgibWF0Y2ggKCVzKSFc biIsIHNlYXJjaCk7DQoJCQkJbWF0Y2grKzsNCgkJCQlzcHJpbnRmIChtYXRj aF9zLCAiJTA3ZCIsIG1hdGNoKTsNCgkJCQlzcHJpbnRmIChvZm5hbWUsIG91 dHB1dG1hc2ssIG1hdGNoX3MpOw0KCQkJCXByaW50ZiAoIndyaXRpbmcgdG8g JXNcbiIsIG9mbmFtZSk7DQoJCQkJb2ZkID0gb3BlbiAob2ZuYW1lLCBPX1dS T05MWXxPX0NSRUFUfE9fVFJVTkMsIFNfSVJVU1J8U19JV1VTUik7DQoJCQkJ aWYgKG9mZCA8IDApIHsNCgkJCQkJZnByaW50ZiAoc3RkZXJyLCAiJXM6ICVz XG4iLCBvZm5hbWUsIHN0cmVycm9yIChlcnJubykpOw0KCQkJCX0NCgkJCQlp ZiAoKHdyaXRlIChvZmQsIHNlYXJjaCwgc3RybGVuIChzZWFyY2gpKSkgPCAw KSB7DQoJCQkJCWZwcmludGYgKHN0ZGVyciwgIiVzOiAlc1xuIiwgb2ZuYW1l LCBzdHJlcnJvciAoZXJybm8pKTsNCgkJCQl9DQoJCQkJd2hpbGUgKHJlYWQg KGZkLCBidWYsIDEpID4gMCAmJiBidWZbMF0gIT0gJ1wwJykgew0KCQkJCQlp ZiAoKHdyaXRlIChvZmQsIGJ1ZiwgMSkpIDwgMCkgew0KCQkJCQkJDQoJCQkJ CQlmcHJpbnRmIChzdGRlcnIsICIlczogJXNcbiIsIG9mbmFtZSwgc3RyZXJy b3IgKGVycm5vKSk7DQoJCQkJCX0NCgkJCQkJbG9jKys7DQoJCQkJfQ0KCQkJ CWNsb3NlIChvZmQpOw0KCQkJCXB0ciA9IHNlYXJjaDsNCgkJCX0NCgkJfSBl bHNlIHsNCgkJCXB0ciA9IHNlYXJjaDsNCgkJfQ0KCQlpZiAobG9jICUgMTYz ODQgPT0gMCkgew0KCQkJaWYgKGxvYyAlIDEwNDg1NzYgPT0gMCkgew0KCQkJ CWZwcmludGYgKHN0ZGVyciwgIi4lbGQiLCBsb2MpOw0KCQkJfSBlbHNlIHsN CgkJCQlmcHV0YyAoJy4nLCBzdGRlcnIpOw0KCQkJfQ0KCQl9DQoJCWxvYysr Ow0KCX0NCn0NCg== --0-1987189661-1003856416=:85958-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:29:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp006pub.verizon.net (smtp006pub.verizon.net [206.46.170.185]) by hub.freebsd.org (Postfix) with ESMTP id D6D5337B403 for ; Tue, 23 Oct 2001 10:29:41 -0700 (PDT) Received: from verizon.net (lsanca1-ar14-096-036.lsanca1.dsl.gtei.net [4.41.96.36]) by smtp006pub.verizon.net with ESMTP for ; id f9NHTdv18033 Tue, 23 Oct 2001 12:29:40 -0500 (CDT) Message-ID: <3BD5A7F4.748285AA@verizon.net> Date: Tue, 23 Oct 2001 10:25:08 -0700 From: Shill X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: regex(3), re_format(7) and shortest match Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Say I have the string: "yo hiphop fun" I want to isolate individual "" subexpressions. The naive regex I used was: () Of course, that doesn't work since it returns the longest match, in my case " hiphop ". I battled with bracket expressions and collating elements for three hours to no avail. Can anyone tell me how to achieve the shortest match? i.e. the first call to regexec() would return "" and the second would return "". Any help will be *greatly* appreciated. Shill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:32:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f180.law9.hotmail.com [64.4.9.180]) by hub.freebsd.org (Postfix) with ESMTP id 3982537B401 for ; Tue, 23 Oct 2001 10:32:24 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 10:32:24 -0700 Received: from 153.39.146.161 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 17:32:23 GMT X-Originating-IP: [153.39.146.161] From: "Jeremy Cooper" To: freebsd-questions@FreeBSD.ORG Subject: question using DHCP Date: Tue, 23 Oct 2001 17:32:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 17:32:24.0095 (UTC) FILETIME=[AD4A42F0:01C15BE8] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been trying to set up my first freebsd box using dhcp. I have tried a few things but I am unable to get an IP address from my ISP, Starpower via cable modem. I have tried a few things but I am stuck right now. Does anyone have any suggestions. I am running version 4.4 of freebsd on a Dell Pentium 1. Here are some of my configs: This is the ifconfig w/ the cable modedm plugged in. gateway# ifconfig xl0: flags=8843 mtu 1500 inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 ether 00:50:da:20:66:48 media: Ethernet 10baseT/UTP (10baseT/UTP ) xl1: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:c0:4f:bd:1d:46 media: Ethernet autoselect (10baseT/UTP) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 gateway# ps -aux|grep dhc root 244 0.0 2.1 1060 620 p0 S+ 9:06AM 0:00.01 grep dhc root 124 0.0 1.2 528 360 ?? Ss 9:01AM 0:00.00 /sbin/dhclient xl1 gateway# more rc.conf # -- sysinstall generated deltas -- # Thu Sep 20 10:49:51 2001 # Created: Thu Sep 20 10:49:51 2001 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. gateway_enable="YES" firewall_type="open" firewall_enable="YES" hostname="gateway.jcali.net" ifconfig_xl1="DHCP" ifconfig_xl0="inet 10.111.111.1 netmask 255.255.255.0" kern_securelevel_enable="NO" moused_enable="YES" sendmail_enable="NO" sshd_enable="YES" network_interfaces="lo0 xl0 xl1" ------------ Here is the ifconfig with the cable modem not plugged in. Notice the status of xl1. gateway# ifconfig xl0: flags=8843 mtu 1500 inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 ether 00:50:da:20:66:48 media: Ethernet 10baseT/UTP (10baseT/UTP ) xl1: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:c0:4f:bd:1d:46 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:34:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mk-smarthost-1.mail.uk.worldonline.com (mk-smarthost-1.mail.uk.worldonline.com [212.74.112.71]) by hub.freebsd.org (Postfix) with ESMTP id A15BC37B401 for ; Tue, 23 Oct 2001 10:34:47 -0700 (PDT) Received: from host62-6-93-242.dialup.lineone.co.uk ([62.6.93.242] helo=gateway) by mk-smarthost-1.mail.uk.worldonline.com with smtp (Exim 3.22 #3) id 15w5Rq-000NIW-00 for freebsd-questions@FreeBSD.ORG; Tue, 23 Oct 2001 18:34:43 +0100 Message-ID: <000a01c15bea$ff26eae0$f25d063e@gateway> From: "JAMES LESLIE" To: Subject: programe to run on 3.1 msdos Date: Tue, 23 Oct 2001 18:48:56 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C15BF3.5E9FDC40" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C15BF3.5E9FDC40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would like to use an old computer for Unix only but its one of the = really old systems 8086 but still works fine also has a 32 meg hard = drive and runs on 3.1/3.2 msdos. I require a copy of a Unix programme on = a floppy 3.5 is this possible ?? Regards Jim Leslie [mailto:jim_leslie@lineone.net] ------=_NextPart_000_0007_01C15BF3.5E9FDC40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I would like to use an old computer for = Unix only=20 but its one of the really old systems  8086 but still works fine = also has a=20 32 meg hard drive and runs on 3.1/3.2 msdos. I = require a=20 copy of a Unix programme on a floppy 3.5 is this possible = ??
Regards
Jim=20 Leslie
[mailto:jim_leslie@lineone.net]
------=_NextPart_000_0007_01C15BF3.5E9FDC40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:35:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ko.com (gatekeeper.ko.com [205.160.52.40]) by hub.freebsd.org (Postfix) with ESMTP id 64A6137B401 for ; Tue, 23 Oct 2001 10:35:28 -0700 (PDT) Received: by ko.com; id NAA26197; Tue, 23 Oct 2001 13:35:27 -0400 (EDT) Received: from atlg05.atl.ko.com(151.162.240.9) by gatekeeper.ko.com via smap (V4.2) id xma025856; Tue, 23 Oct 01 13:34:52 -0400 Subject: Compiling Pose 3.3 Under FreeBSD 4.2 To: freebsd-questions@FreeBSD.ORG X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: From: "Ed Lineberry" Date: Tue, 23 Oct 2001 13:34:53 -0400 X-MIMETrack: Serialize by Router on ATLG05/GTY/NA/TCCC(Release 5.0.8 |June 18, 2001) at 10/23/2001 01:34:53 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to get a PalmOS dev environment set up on FreeBSD, and as a first step, would like to get Pose working. Everytime I use the installed Pose package (I think it's Pose 3.1) I get a segfault when I load the ROM. So I try to compile Pose 3.3 from src and I get this error message: checking for 'in fl_height (void)' in -fltk... no FLTK must be installed before running configure FLTK is installed, first ver 1.0.9 then 1.0.10. I made a simlink to libfltk.a in /usr/lib which is where the -Building.txt said it should be, and my directory for fltk is "FL", which is what the _Building.txt said it should be. So, what is configure looking for, and what can I do to correct this. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:43:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 11A1D37B401 for ; Tue, 23 Oct 2001 10:43:09 -0700 (PDT) Received: from columbia ([12.93.210.231]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20011023174307.UAER4554.mtiwmhc22.worldnet.att.net@columbia>; Tue, 23 Oct 2001 17:43:07 +0000 From: "Andrew C. Hornback" To: "JAMES LESLIE" , Subject: RE: programe to run on 3.1 msdos Date: Tue, 23 Oct 2001 13:42:16 -0400 Message-ID: <002601c15bea$0ea5b420$6600000a@columbia> 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: <000a01c15bea$ff26eae0$f25d063e@gateway> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For a machine such as you describe, you would want a copy of Minix. FreeBSD requires at least an 80386SX. --- Andy -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of JAMES LESLIE Sent: Tuesday, October 23, 2001 1:49 PM To: freebsd-questions@FreeBSD.ORG Subject: programe to run on 3.1 msdos I would like to use an old computer for Unix only but its one of the really old systems 8086 but still works fine also has a 32 meg hard drive and runs on 3.1/3.2 msdos. I require a copy of a Unix programme on a floppy 3.5 is this possible ?? Regards Jim Leslie [mailto:jim_leslie@lineone.net] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:45:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 070A137B401 for ; Tue, 23 Oct 2001 10:45:26 -0700 (PDT) Received: from ester.mobil.cz ([194.228.207.250]) by mobil.cz (8.11.6/8.11.0) with ESMTP id f9NHjJv28697 for ; Tue, 23 Oct 2001 19:45:19 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2001102319422052:328 ; Tue, 23 Oct 2001 19:42:20 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id f9NHnef08987 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 19:49:40 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 23 Oct 2001 19:49:40 +0200 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: regex(3), re_format(7) and shortest match Message-ID: <20011023194940.A8947@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: <3BD5A7F4.748285AA@verizon.net> Mime-Version: 1.0 In-Reply-To: <3BD5A7F4.748285AA@verizon.net> User-Agent: Mutt/1.3.23i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 07:42:20 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 07:42:28 PM, Serialize complete at 10/23/2001 07:42:28 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Tue, 23 Oct 2001 10:25:08 -0700 > From: Shill > To: freebsd-questions@freebsd.org > Subject: regex(3), re_format(7) and shortest match > > Say I have the string: > "yo
hiphop fun" > > I want to isolate individual "" subexpressions. > > The naive regex I used was: () > > Of course, that doesn't work since it returns the longest match, in my > case " hiphop ". > > I battled with bracket expressions and collating elements for three > hours to no avail. Can anyone tell me how to achieve the shortest match? > > i.e. the first call to regexec() would return "" and the > second would return "". Try this: () HTH, Roman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:49: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id E56AB37B409 for ; Tue, 23 Oct 2001 10:48:57 -0700 (PDT) Received: from ester.mobil.cz ([194.228.207.250]) by mobil.cz (8.11.6/8.11.0) with ESMTP id f9NHmuv29049 for ; Tue, 23 Oct 2001 19:48:56 +0200 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2001102319455933:331 ; Tue, 23 Oct 2001 19:45:59 +0200 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id f9NHrLO09050 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 19:53:21 +0200 (CEST) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 23 Oct 2001 19:53:20 +0200 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: regex(3), re_format(7) and shortest match Message-ID: <20011023195320.B8947@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: <3BD5A7F4.748285AA@verizon.net> <20011023194940.A8947@roman.mobil.cz> Mime-Version: 1.0 In-Reply-To: <20011023194940.A8947@roman.mobil.cz> User-Agent: Mutt/1.3.23i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 07:45:59 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 10/23/2001 07:46:05 PM, Serialize complete at 10/23/2001 07:46:05 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Date: Tue, 23 Oct 2001 10:25:08 -0700 > > From: Shill > > To: freebsd-questions@freebsd.org > > Subject: regex(3), re_format(7) and shortest match > > > > Say I have the string: > > "yo hiphop fun" > > > > I want to isolate individual "" subexpressions. > > > > The naive regex I used was: () > > > > Of course, that doesn't work since it returns the longest match, in my > > case " hiphop ". > > > > I battled with bracket expressions and collating elements for three > > hours to no avail. Can anyone tell me how to achieve the shortest match? > > > > i.e. the first call to regexec() would return "" and the > > second would return "". > > Try this: () What was I thinking... () Sorry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 10:57:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3.thebiz.net (mx3.thebiz.net [216.238.0.22]) by hub.freebsd.org (Postfix) with SMTP id E6B3D37B401 for ; Tue, 23 Oct 2001 10:57:11 -0700 (PDT) Received: (qmail 40361 invoked from network); 23 Oct 2001 13:57:11 -0400 Received: from unknown (172.16.0.72) by 172.16.0.22 with QMQP; 23 Oct 2001 13:57:11 -0400 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 23 Oct 2001 13:57:10 -0400 Message-Id: <5.1.0.14.0.20011023134957.01ee9ec0@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 23 Oct 2001 13:57:22 -0400 To: questions@FreeBSD.ORG From: Marty Landman Subject: intermittent HD activity on idle box Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got FreeBSD version 4.2 installed and sitting idle most of the time. Occasionally I notice the hard drive working for several seconds to a few minutes and looking at the console don't notice anything in particular happening. I realize there are always processes running in the background so I wonder what is going on and if there's a way I can monitor this sort of activity? Also, does the hard drive get defragmented on the fly? Could that be what's happening at times? Thanks, Marty Face 2 Interface Web Solutions Website Creation Made SIMPL(tm) http://face2interface.com/Home/Demo.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 11:18:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 044EE37B403 for ; Tue, 23 Oct 2001 11:18:46 -0700 (PDT) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Oct 2001 13:14:25 -0500 Message-ID: From: Noah Dunker To: 'Marty Landman' , questions@FreeBSD.ORG Subject: RE: intermittent HD activity on idle box Date: Tue, 23 Oct 2001 13:14:21 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Check the system time and compare it to /etc/crontab and the crontabs of any users on the system. My firewall's clock is WAY off but I don't really care because it's just a boat-anchor 386 with a modem and a NIC. :) the default daily/weekly/monthly housecleaning scripts run "early in the morning" but they usually are running when I get home from work, and I notice a lot of disk activity. Your best bet is to log in and use tools like top, fstat, lsof (if you've compiled it), or xosview (if you've compiled it and you're running X) to get a feel for what your system is up to. Noah Dunker Systems Analyst/Technician Johnson County Community College -----Original Message----- From: Marty Landman [mailto:marty@face2interface.com] Sent: Tuesday, October 23, 2001 12:57 PM To: questions@FreeBSD.ORG Subject: intermittent HD activity on idle box I've got FreeBSD version 4.2 installed and sitting idle most of the time. Occasionally I notice the hard drive working for several seconds to a few minutes and looking at the console don't notice anything in particular happening. I realize there are always processes running in the background so I wonder what is going on and if there's a way I can monitor this sort of activity? Also, does the hard drive get defragmented on the fly? Could that be what's happening at times? Thanks, Marty Face 2 Interface Web Solutions Website Creation Made SIMPL(tm) http://face2interface.com/Home/Demo.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 11:46:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f111.law10.hotmail.com [64.4.15.111]) by hub.freebsd.org (Postfix) with ESMTP id 33F4D37B405 for ; Tue, 23 Oct 2001 11:46:44 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 11:46:43 -0700 Received: from 24.76.165.62 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 18:46:43 GMT X-Originating-IP: [24.76.165.62] From: "John Smith" To: freebsd-questions@freebsd.org Subject: Re: colors really dark Date: Tue, 23 Oct 2001 11:46:43 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 18:46:43.0304 (UTC) FILETIME=[0F2F8E80:01C15BF3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That did the trick, thanks Giorgos! >From: Giorgos Keramidas >To: John Smith >CC: freebsd-questions@FreeBSD.ORG >Subject: Re: colors really dark >Date: Tue, 23 Oct 2001 15:56:22 +0300 > >On Tue, Oct 23, 2001 at 03:51:45PM +0300, Giorgos Keramidas wrote: > > > > For vim on the console, try this: > > > > :syntax off > > :set bakground=dark > >background, i meant of course > > > :syntax on > >-giorgos _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 11:51:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0850B37B40F for ; Tue, 23 Oct 2001 11:51:21 -0700 (PDT) Received: from there (ip206102034072.dlup.ezwv.com [206.102.34.72]) by mail.ezwv.com (8.9.3/8.9.3) with SMTP id OAA02488 for ; Tue, 23 Oct 2001 14:51:18 -0400 Message-Id: <200110231851.OAA02488@mail.ezwv.com> Content-Type: text/plain; charset="iso-8859-1" From: Randy Pratt To: questions@FreeBSD.ORG Subject: microuptime and kern.timecounter.method Date: Tue, 23 Oct 2001 14:52:48 -0400 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I resurrected my old 486DX2-66V for some lightweight server duties and installed 4.4-RELEASE. I would see the occasional message like: microuptime() went backwards (345.292246 -> 345.-695042607) The archives suggested recompiling the kernel to remove the apm option. That did not seem to do the trick. However, another post suggested: sysctl kern.timecounter.method=1 So far, things seem to be stable with no microuptime() messages (20 hrs). Now I'm searching for more information on what this accomplished and what other options are available for the kern.timecounter.method. The man page for sysctl didn't reference this variable. I'd appreciate any pointers to docs. Thanks, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12: 4: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.mn.rr.com (fe4.rdc-kc.rr.com [24.94.163.51]) by hub.freebsd.org (Postfix) with ESMTP id 476DD37B405 for ; Tue, 23 Oct 2001 12:03:56 -0700 (PDT) Received: from [10.0.1.100] ([24.26.174.22]) by mail4.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 23 Oct 2001 14:03:54 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <00a901c151c6$6a72d6d0$252da818@sioux> References: <004f01c15161$6fd08a60$6d36120a@comsys.ntukpi.kiev.ua> <009a01c151c5$44daed50$252da818@sioux> <00a901c151c6$6a72d6d0$252da818@sioux> Date: Tue, 23 Oct 2001 14:03:51 -0500 To: "Jonathan M. Slivko" From: Joshua Holland Subject: Re: Upgrading to 4,4-RELEASE Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to CVSup a different box for someone. It is set up with a 500MB / partition and a 27GB /var partition and FreeBSD 4.3. Will CVS put all the src's and stuff in/usr? Can I change the sup file to reflect a different destination, or should I sym link /usr to /var/usr? I don't and / to fill up. Josh. > > Is that 1 GB beyond what I have on my drive? >> >> >You can delete all of /usr/obj *before* you cvsup, not after. Also, leave >> >the ports collection alone. The whole upgrade should take you less than >1GB, >> >assuming you have the latest 4.3 source. -- Jonathan >> > >> >----- Original Message ----- >> >From: "Joshua Holland" >> >To: >> >Sent: Wednesday, October 10, 2001 3:45 PM >> >Subject: Re: Upgrading to 4,4-RELEASE >> > >> > >> >> >> >> Do I need lots of hard drive space? Can I delete stuff before >> >> running CVSup (like the existing ports collection, after installing > > >> CVSup)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12: 5: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 3AB5737B405 for ; Tue, 23 Oct 2001 12:05:01 -0700 (PDT) Received: (qmail 34006 invoked from network); 23 Oct 2001 19:05:31 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 23 Oct 2001 19:05:31 -0000 From: "Jonathan M. Slivko" To: "'Joshua Holland'" Cc: Subject: RE: Upgrading to 4,4-RELEASE Date: Tue, 23 Oct 2001 15:05:09 -0400 Message-ID: <003701c15bf5$a31593e0$6501a8c0@sioux> 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, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It would put everything in /usr/src. -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joshua Holland Sent: Tuesday, October 23, 2001 3:04 PM To: Jonathan M. Slivko Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading to 4,4-RELEASE I want to CVSup a different box for someone. It is set up with a 500MB / partition and a 27GB /var partition and FreeBSD 4.3. Will CVS put all the src's and stuff in/usr? Can I change the sup file to reflect a different destination, or should I sym link /usr to /var/usr? I don't and / to fill up. Josh. > > Is that 1 GB beyond what I have on my drive? >> >> >You can delete all of /usr/obj *before* you cvsup, not after. Also, leave >> >the ports collection alone. The whole upgrade should take you less than >1GB, >> >assuming you have the latest 4.3 source. -- Jonathan >> > >> >----- Original Message ----- >> >From: "Joshua Holland" >> >To: >> >Sent: Wednesday, October 10, 2001 3:45 PM >> >Subject: Re: Upgrading to 4,4-RELEASE >> > >> > >> >> >> >> Do I need lots of hard drive space? Can I delete stuff before >> >> running CVSup (like the existing ports collection, after installing > > >> CVSup)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:13:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id D485437B401 for ; Tue, 23 Oct 2001 12:13:05 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA31154; Tue, 23 Oct 2001 12:12:58 -0700 Message-ID: <3BD5C13A.794D4BB5@owt.com> Date: Tue, 23 Oct 2001 12:12:58 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: "'Joshua Holland'" , freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading to 4,4-RELEASE References: <003701c15bf5$a31593e0$6501a8c0@sioux> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Jonathan M. Slivko" wrote: > > It would put everything in /usr/src. -- Jonathan However, you can do something like this /dev/ad0s2g 11163302 1168287 9101951 11% /usr /dev/ad4s2e 2576739 318866 2051734 13% /usr/obj /dev/ad6s3e 1488607 316904 1052615 23% /usr/src They are mounted in fstab this way. Kent > > --------------------------------------------------- > Jonathan Slivko - 4EverMail.COM - www.4evermail.com > Web Hosting - Web Desgin - UNIX Shell Accounts > jslivko@4EverMail.com - Phone: (212) 663-1109 > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joshua Holland > Sent: Tuesday, October 23, 2001 3:04 PM > To: Jonathan M. Slivko > Cc: freebsd-questions@freebsd.org > Subject: Re: Upgrading to 4,4-RELEASE > > I want to CVSup a different box for someone. It is set up with a > 500MB / partition and a 27GB /var partition and FreeBSD 4.3. Will > CVS put all the src's and stuff in/usr? Can I change the sup file to > reflect a different destination, or should I sym link /usr to > /var/usr? I don't and / to fill up. > > Josh. > > > > Is that 1 GB beyond what I have on my drive? > >> > >> >You can delete all of /usr/obj *before* you cvsup, not after. Also, > leave > >> >the ports collection alone. The whole upgrade should take you less > than > >1GB, > >> >assuming you have the latest 4.3 source. -- Jonathan > >> > > >> >----- Original Message ----- > >> >From: "Joshua Holland" > >> >To: > >> >Sent: Wednesday, October 10, 2001 3:45 PM > >> >Subject: Re: Upgrading to 4,4-RELEASE > >> > > >> > > >> >> > >> >> Do I need lots of hard drive space? Can I delete stuff before > >> >> running CVSup (like the existing ports collection, after > installing > > > >> CVSup)? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:14:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.xnet.ro (websrv1.xnet.ro [217.10.192.18]) by hub.freebsd.org (Postfix) with ESMTP id BD73937B405 for ; Tue, 23 Oct 2001 12:14:26 -0700 (PDT) Received: from hardfloor ([213.233.103.201]) by mail.xnet.ro with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 23 Oct 2001 22:09:10 +0200 Message-ID: <000c01c15bfe$4c576020$c967e9d5@hardfloor> From: "Claudiu Balogh" To: Subject: xvidtune & Fxtv Date: Tue, 23 Oct 2001 22:04:15 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C15C0E.A7BC0820" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C15C0E.A7BC0820 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have two questions. If somebody could give me an answer I would = appreciate it. 1. Does anyone have an idea about why xvidtune reports "Please install = application first" when I try and run it inside a Konsole in KDE 2.2 ? 2. My Fxtv (tv tuner application) displays a static image unless = something is "working" in KDE 2.2. For example if I make a "Find = file..." in Konqueror then the tv tuner displays the tv channel = correctly (fps is very low though); the same when I am moving the fxtv = window using the mouse, or when I move the mouse cursor over the KDE = desktop icons... I have no idea why could this happen. I am sure I have = configured bktr correctly in the kernel. I have an Athlon Thunderbird = 1.2 GHz, 256 Mb RAM on a VIA KT133 motherboard. Thank you in advance, Claudiu. ------=_NextPart_000_0009_01C15C0E.A7BC0820 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have two questions. If somebody could = give me an=20 answer I would appreciate it.
 
1. Does anyone have an idea about why = xvidtune=20 reports "Please install application first" when I try and run it inside = a=20 Konsole in KDE 2.2 ?
2. My Fxtv (tv tuner application) = displays a static=20 image unless something is "working" in KDE 2.2. For example if I make a = "Find=20 file..." in Konqueror then the tv tuner displays the tv channel = correctly (fps=20 is very low though); the same when I am moving the fxtv window = using the=20 mouse, or when I move the mouse cursor over the KDE desktop icons... I = have no=20 idea why could this happen. I am sure I have configured bktr = correctly=20 in the kernel. I have an Athlon Thunderbird 1.2 GHz, 256 Mb RAM on a VIA = KT133=20 motherboard.
 
Thank you in advance,
Claudiu.
------=_NextPart_000_0009_01C15C0E.A7BC0820-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:48:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 6A55737B401 for ; Tue, 23 Oct 2001 12:48:10 -0700 (PDT) Received: (qmail 9983834 invoked by uid 0); 23 Oct 2001 19:48:08 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Oct 2001 19:48:08 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9NJm5925541; Tue, 23 Oct 2001 21:48:05 +0200 (CEST) (envelope-from root) Message-Id: <200110231948.f9NJm5925541@gits.dyndns.org> Subject: Re: VT100 ? In-Reply-To: <20011023122834.23581.qmail@web20906.mail.yahoo.com> To: Randy Lee Date: Tue, 23 Oct 2001 21:48:05 +0200 (CEST) Cc: freebsd-stable@freebsd.org, questions@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Randy Lee wrote: > > I have just upgrade to 4.4-STABLE. > > This is a new problem since I upgrade: > > bash-2.05$ make > make: no system rules (sys.mk). > > Error opening terminal: vt100. > Error opening terminal: vt100. > You need to Make the package before you can use this > script > (required ./mkpasswd) > Error opening terminal: vt100. > > Anybody know what is the problem and how to solve this > problem ? what are you trying to compile ? what are your environment variables (printenv) ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:53:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 3637937B403 for ; Tue, 23 Oct 2001 12:53:08 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-218.wobline.de [212.68.69.229]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9NJtER66762 for ; Tue, 23 Oct 2001 15:55:14 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9NJtPx41380 for ; Tue, 23 Oct 2001 21:55:25 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9NJrCo19630 for ; Tue, 23 Oct 2001 21:53:14 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 21:53:12 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: freebsd-questions@freebsd.org Subject: Netscape doing strange things... Message-ID: <20011023214929.M19623-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, well, today I installed some of the fonts from /usr/ports/x11-fonts. After the make / make install procedure, I updated the appropriate files to make the X11 see the fonts. No problem so far, everything ran well, and I can now use the new fonts. HOWEVER, Netscape 4.76 doesn't seem to like my new fonts, as, for unknown reasons, it started to look a little strange after I installed them. You can get a screenshot at http://www.tisys.org/misc/netscape.png. Have a look at the text that *should* appear below the buttons... Trying to solve the problem, I deleted my ~/.netscape and recreated it - but without luck. Also, Netscape is the only program that exhibits font-related problem, all other X-software is still working properly. Any suggestions? Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:53:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp006pub.verizon.net (smtp006pub.verizon.net [206.46.170.185]) by hub.freebsd.org (Postfix) with ESMTP id DBD4837B403 for ; Tue, 23 Oct 2001 12:53:34 -0700 (PDT) Received: from verizon.net (lsanca1-ar14-096-036.lsanca1.dsl.gtei.net [4.41.96.36]) by smtp006pub.verizon.net with ESMTP for ; id f9NJrOv24015 Tue, 23 Oct 2001 14:53:29 -0500 (CDT) Message-ID: <3BD5CA67.F591A343@verizon.net> Date: Tue, 23 Oct 2001 12:52:07 -0700 From: Shill X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: regex(3), re_format(7) and shortest match References: <3BD5A7F4.748285AA@verizon.net> <20011023194940.A8947@roman.mobil.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> Say I have the string: >> "yo
hiphop fun" >> >> Can anyone tell me how to achieve the shortest match? >> >> i.e. the first call to regexec() would return "" >> and the second would return "". > Try this: () What if '<' '/' 'a' '>' are all valid characters inside ""? i.e. if I have the string "yo hiphop" a call to regexec() should return " ". If I use the () regex, it would just return REG_NOMATCH. Shill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 12:53:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 6CD0B37B405 for ; Tue, 23 Oct 2001 12:53:39 -0700 (PDT) Received: from bezerker (user-2ive71c.dialup.mindspring.com [165.247.28.44]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9NJrbu06395 for ; Tue, 23 Oct 2001 12:53:38 -0700 (PDT) Message-ID: <001b01c15bfc$a2866f10$0101a8c0@bezerker> From: "Bezerker" To: Subject: Lil help with dummynet please? Date: Tue, 23 Oct 2001 15:55:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im trying to setup bandwith limiting so my fathers machine dont soak all the bandwith on my itty 56k. so.. i do the dummynet stuff and do this ipfw add 1 ip from any to 192.168.1.5 via tun0 ipfw pipe 1 config bw 3Kbytes/s All looks well but when i try to download from the web, it was reaching over 3k a sec, in the 4k a sec range... To me it seems that its not working i even tried getting rid of the via tun0.. to slow any traffic to that box... didnt work am i missing something in my pipe line? Thanks for the response ahead of time To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13: 8: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 2A57237B403 for ; Tue, 23 Oct 2001 13:08:52 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15w7r1-000342-00; Wed, 24 Oct 2001 09:08:51 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9NK8av60710; Wed, 24 Oct 2001 09:08:36 +1300 (NZDT) (envelope-from jonc) Date: Wed, 24 Oct 2001 09:08:36 +1300 From: Jonathan Chen To: Matthias Bartels Cc: "questions@freebsd.org" Subject: Re: nVidia + XFree 4.1.0 Problem Message-ID: <20011024090836.B60529@jonc.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 mbartels@genie.de on Tue, Oct 23, 2001 at 05:27:27PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 05:27:27PM +0100, Matthias Bartels wrote: [...] > XFree86 Version 4.1.0 / X Window System > (protocol Version 11, revision 0, vendor release 6510) > Release Date: 2 June 2001 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/FAQ) > Build Operating System: FreeBSD 4.2-BETA i386 [ELF] > Module Loader present > (==) Log file: "/var/log/XFree86.0.log", Time: Tue Oct 23 17:26:26 > 2001 > (EE) Unable to locate/open config file > (EE) Error from xf86HandleConfigFile() The default config file for XFree86-4.1.0 lives at /etc/X11/XF86Config. Do you have one at that location? -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13:10: 6 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 7CD0737B401 for ; Tue, 23 Oct 2001 13:10:00 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15w7s7-00034L-00; Wed, 24 Oct 2001 09:09:59 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9NK9wG60731; Wed, 24 Oct 2001 09:09:58 +1300 (NZDT) (envelope-from jonc) Date: Wed, 24 Oct 2001 09:09:58 +1300 From: Jonathan Chen To: Ed Lineberry Cc: freebsd-questions@freebsd.org Subject: Re: Compiling Pose 3.3 Under FreeBSD 4.2 Message-ID: <20011024090958.C60529@jonc.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 elineberry@na.ko.com on Tue, Oct 23, 2001 at 01:34:53PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 01:34:53PM -0400, Ed Lineberry wrote: > I'm trying to get a PalmOS dev environment set up on FreeBSD, and as a > first step, would like to get Pose working. Everytime I use the > installed Pose package (I think it's Pose 3.1) I get a segfault when I > load the ROM. So I try to compile Pose 3.3 from src and I get this > error message: > > checking for 'in fl_height (void)' in -fltk... no > FLTK must be installed before running configure > > FLTK is installed, first ver 1.0.9 then 1.0.10. I made a simlink to > libfltk.a in /usr/lib which is where the -Building.txt said it should > be, and my directory for fltk is "FL", which is what the _Building.txt > said it should be. > > So, what is configure looking for, and what can I do to correct this. Compile it from /usr/ports/palm/pose. Worked fine for me. -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13:17:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 6BA1637B401 for ; Tue, 23 Oct 2001 13:17:21 -0700 (PDT) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id 2E61A36415; Tue, 23 Oct 2001 22:17:19 +0200 (CEST) Date: Tue, 23 Oct 2001 22:17:19 +0200 To: freebsd-questions@FreeBSD.ORG Subject: Imwheel problems++ Message-ID: <20011023221719.B47661@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i From: hans@lambermont.dyndns.org (H) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I read most of the imwheel posts on -questions, but I still have a problem with it. Here's my situation: I use 'moused -z 4 -p /dev/psm0 -t auto', moused does see the wheel actions (I know because I hacked it so that it prints +1 and -1 when I move the wheel). I tried this with both a Logitech S48 wheelmouse and a Microsoft Intellimouse. So far so good. I run XFree86-4.1.0_7 from ports on 4.4-STABLE with the following section in my XF86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection I tried imwheel-0.9.9 as it installed from ports. No Go (that is, it does nothing for me yet :) I followed imwheel with a debugger until it reaches XNextEvent(d,e); in getInput from which it never returns. Oh, my window manager is kde-2.2, also from ports. Any ideas/tips to tackle this problem are welcome. regards, Hans Lambermont -- http://lambermont.webhop.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13:23:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 977B137B401 for ; Tue, 23 Oct 2001 13:23:51 -0700 (PDT) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Oct 2001 15:19:30 -0500 Message-ID: From: Noah Dunker To: questions@FreeBSD.ORG Subject: WTF is up with my Laptop's Mouse?! Date: Tue, 23 Oct 2001 15:19:26 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm messing with 4.4-Release on an NEC Ready 120LT Subnotebook. The "stick mouse" is enabled in the setup. When I'm using the computer normally, it works fine, but when I attach it's external CD-ROM drive, the mouse just doesn't show up and it's really grating on me. It doesn't seem to be an IRQ Conflict. Wihtout CD-ROM Drive hooked up: [root@chimaera]# moused -t auto -p /dev/psm0 [root@chimaera]# dmesg | grep irq pcic-pci0: irq 11 at device 3.0 on pci0 pci0: at 4.0 irq 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 3 slot 0 on pccard0 (Notice the psm0 on IRQ 12?) Again... With the CD-ROM hooked up: [root@chimaera]# moused -t auto -p /dev/psm0 moused: unable to open /dev/psm0: Device not configured [root@chimaera]# dmesg | grep irq pcic-pci0: irq 11 at device 3.0 on pci0 pci0: at 4.0 irq 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1 at port 0x170-0x177,0x376 irq 15 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 3 slot 0 on pccard0 (now there is an ata1 on IRQ 15... which should not conflict with the mouse on IRQ 12. But where did psm0 on IRQ 12 GO?!?!) --Angry! Noah Dunker Systems Analyst/Technician Johnson County Community College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13:47:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by hub.freebsd.org (Postfix) with ESMTP id 0B0F037B403 for ; Tue, 23 Oct 2001 13:47:49 -0700 (PDT) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id QAA21534 for ; Tue, 23 Oct 2001 16:47:48 -0400 Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.11.6/8.11.4) id f9NKmmH38621 for freebsd-questions@FreeBSD.org; Tue, 23 Oct 2001 16:48:48 -0400 (EDT) (envelope-from leblanc) Date: Tue, 23 Oct 2001 16:48:48 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: Question about a 404 url I haven't seen before Message-ID: <20011023164848.F37753@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I have a question about a 404 I'm seeing in my Apache 404 handler. Sorry if anyone gets a dupe on this, but I never saw it come thru. I have seen the following from time to time: http://acadia.ne.mediaone.net/favico.ico which I am told is a browser's attempt to fetch a 'site icon' when bookmarking the page. Fine, no problem. I'll figure out how to put one in place another time. I have also seen this recently: http://acadia.ne.mediaone.net/My_Files And I haven't a clue. Not sure how to screw down the search on google for it either. My_Files gives a million hits with nothing to do with my question. Any ideas? TIA & HAND Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ opportunist: A man who invites the wolf in and appears the next day in a fur coat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 13:50:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 5C95137B401 for ; Tue, 23 Oct 2001 13:50:16 -0700 (PDT) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Oct 2001 15:45:55 -0500 Message-ID: From: Noah Dunker To: Noah Dunker , questions@FreeBSD.ORG Subject: RE: WTF is up with my Laptop's Mouse?! Date: Tue, 23 Oct 2001 15:45:53 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG By the way... This is my Kernel Config if anyone cares. Addendum - I'm actually working with 4.3-RELEASE, not 4.4. My Bad. # # CHIMAERA - Tweaked GENERIC with some more network and laptop options # machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident GENERIC maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers device aac # Adaptec FSA RAID, Dell PERC2/PERC3 device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device pcn # AMD Am79C79x PCI 10/100 NICs device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # Xircom Ethernet device xe # PRISM I IEEE 802.11b wireless NIC. device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. device an # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet device cd device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 options INCLUDE_CONFIG_FILE options NETATALK options PPP_FILTER options BRIDGE options DUMMYNET options ICMP_BANDLIM options IPDIVERT options IPFILTER options IPFILTER_LOG options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPSEC options IPSEC_ESP options IPSTEALTH options IPV6FIREWALL options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 pseudo-device bpf 4 pseudo-device tun 1 pseudo-device faith 1 pseudo-device gif 4 pseudo-device snp 3 pseudo-device speaker -----Original Message----- From: Noah Dunker Sent: Tuesday, October 23, 2001 3:19 PM To: questions@FreeBSD.ORG Subject: WTF is up with my Laptop's Mouse?! I'm messing with 4.4-Release on an NEC Ready 120LT Subnotebook. The "stick mouse" is enabled in the setup. When I'm using the computer normally, it works fine, but when I attach it's external CD-ROM drive, the mouse just doesn't show up and it's really grating on me. It doesn't seem to be an IRQ Conflict. Wihtout CD-ROM Drive hooked up: [root@chimaera]# moused -t auto -p /dev/psm0 [root@chimaera]# dmesg | grep irq pcic-pci0: irq 11 at device 3.0 on pci0 pci0: at 4.0 irq 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 3 slot 0 on pccard0 (Notice the psm0 on IRQ 12?) Again... With the CD-ROM hooked up: [root@chimaera]# moused -t auto -p /dev/psm0 moused: unable to open /dev/psm0: Device not configured [root@chimaera]# dmesg | grep irq pcic-pci0: irq 11 at device 3.0 on pci0 pci0: at 4.0 irq 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1 at port 0x170-0x177,0x376 irq 15 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 3 slot 0 on pccard0 (now there is an ata1 on IRQ 15... which should not conflict with the mouse on IRQ 12. But where did psm0 on IRQ 12 GO?!?!) --Angry! Noah Dunker Systems Analyst/Technician Johnson County Community College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14: 3:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pop.agri.ch (hornisse.agrinet.ch [212.28.128.30]) by hub.freebsd.org (Postfix) with ESMTP id D7FBF37B403 for ; Tue, 23 Oct 2001 14:03:39 -0700 (PDT) Received: from curdin.tzo.com (212.28.140.178) by pop.agri.ch (5.1.056) id 3BC52EE20004E6E9 for freebsd-questions@FreeBSD.ORG; Tue, 23 Oct 2001 23:03:35 +0200 Received: from WorldClient [127.0.0.1] by curdin.tzo.com [127.0.0.1] with SMTP (MDaemon.PRO.v4.0.0.R) for ; Tue, 23 Oct 2001 23:02:14 +0200 Date: Tue, 23 Oct 2001 23:02:06 +0200 From: "Matt Lazarou" To: freebsd-questions@FreeBSD.ORG Subject: regarding freebsd X-Mailer: WorldClient Standard 4.0.0 X-MDRemoteIP: 127.0.0.1 X-Return-Path: matt@lazarou.org X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Reply-To: matt@lazarou.org Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi There, I had my FreeBSD box running for 26 days when i got home from work today the system was frozen so i killed the x server and it wouldn't let me relogin in. Now when i restarted my computer... and tryed booting back into FreeBSD i got the message: FreeBSD/i386 BOOT Default: 0:ad0(0,a),a Boot: Also the message invaild partition however the core os of the system is installed on ad1 my secondary drive. Any clue what i should type to fix the problem i tryed: ad1(1,a)/kernel nothing any help would be apperciated. Thank you **Matt Lazarou** **Network Administrator On OggVorbis Network** **Need Hardware/Software Support? e-mail: staff@lazarou.org** **For Upcoming Information e-mail: info@lazarou.org** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14: 5:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f23.law10.hotmail.com [64.4.15.23]) by hub.freebsd.org (Postfix) with ESMTP id 9B3D637B401 for ; Tue, 23 Oct 2001 14:05:48 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 14:05:48 -0700 Received: from 65.29.57.21 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 21:05:48 GMT X-Originating-IP: [65.29.57.21] From: "Mike Dorin" To: questions@freebsd.org Date: Tue, 23 Oct 2001 21:05:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 21:05:48.0529 (UTC) FILETIME=[7D53D610:01C15C06] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just installed freebsd 4.4 on an intel machine and am getting this: Oct 23 15:08:16 chaski getty[1829]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:16 chaski getty[1831]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:16 chaski getty[1833]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:16 chaski init: getty repeating too quickly on port /dev/console, sleeping 30 secs Oct 23 15:08:46 chaski getty[1836]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:46 chaski getty[1838]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:46 chaski getty[1840]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:46 chaski getty[1842]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:46 chaski getty[1844]: login_tty /dev/console: Operation not supported by device Oct 23 15:08:46 chaski init: getty repeating too quickly on port /dev/console, sleeping 30 secs Help! -Mike _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:11:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from acmey.gatech.edu (acmey.gatech.edu [130.207.165.23]) by hub.freebsd.org (Postfix) with ESMTP id 8A5D337B407 for ; Tue, 23 Oct 2001 14:11:24 -0700 (PDT) Received: by acmey.gatech.edu (Postfix, from userid 19753) id 00D7831F2E; Tue, 23 Oct 2001 17:11:23 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by acmey.gatech.edu (Postfix) with ESMTP id ECA48330E3; Tue, 23 Oct 2001 16:11:23 -0500 (EST) Date: Tue, 23 Oct 2001 16:11:23 -0500 (EST) From: Michael Imamura X-Sender: gte255n@acmey.gatech.edu To: Nils Holland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape doing strange things... In-Reply-To: <20011023214929.M19623-100000@jodie.ncptiddische.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Nils Holland wrote: > HOWEVER, Netscape 4.76 doesn't seem to like my new fonts, as, for unknown > reasons, it started to look a little strange after I installed them. You > can get a screenshot at http://www.tisys.org/misc/netscape.png. Have a > look at the text that *should* appear below the buttons... Just a guess, but try adding this line to your .Xresources, then do an "xrdb -merge ~/.Xresources": Netscape*fontList: -adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-* - Michael Imamura mimamura@resnet.gatech.edu LUG@GT Random Web Guy http://www.lugatgt.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:14:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f199.law14.hotmail.com [64.4.21.199]) by hub.freebsd.org (Postfix) with ESMTP id 0288637B403 for ; Tue, 23 Oct 2001 14:14:19 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 14:14:18 -0700 Received: from 204.119.240.2 by lw14fd.law14.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 21:14:18 GMT X-Originating-IP: [204.119.240.2] From: "edison carter" To: freebsd-questions@freebsd.org Subject: problems with 4.4-RELEASE on Abit TH7-RAID Date: Tue, 23 Oct 2001 21:14:18 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 21:14:18.0755 (UTC) FILETIME=[AD722530:01C15C07] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have an Abit TH7-RAID motherboard with a P4-1.5ghz using 2x256MB RDRAM (800mhz, non-ECC), a 3c905b, generic video, and 2x40GB Maxtor ata100 7200rpm hd's. The machine has been randomly locking up on 4.4-RELEASE for the past week. Several re-installs have occured and various make.conf and KERNEL additions have been performed. I had 2x64MB of some Samsung ram, but yanked it out and left only the Kingston. I have taken the hd's off the raid controller (I noticed the raid wasn't supported) and completely disabled both the RAID and USB devices in the bios. I have let the machine run with the GENERIC kernel to no avail either. The machine seems to be able to atleast run for 24hrs until it completely locks up and the only intervention is to turn off/on power (keyboard/ssh non-responsive). I had the machine sitting alone (off production) for a while and ran several I/O intensive tests and saw no problems, It was running for two weeks before I brought it online. I do not see any ERROR messages on the console and in any log files. Can anyone point me in the right direction? I'm thinking either motherboard or ram. (snippits of files) >>>make.conf CPUTYPE=p4 CFLAGS=-Os -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings COPTFLAGS=-Os -pipe >>>KERNEL maxusers 512 options KBD_INSTALL_CDEV # install a CDEV entry in /dev options RANDOM_IP_ID options UFS_DIRHASH _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:20:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id D2C4037B405 for ; Tue, 23 Oct 2001 14:20:07 -0700 (PDT) Received: (qmail 27580 invoked from network); 23 Oct 2001 21:20:09 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.148) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Oct 2001 21:20:09 -0000 Received: (qmail 2801 invoked from network); 23 Oct 2001 21:13:19 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Oct 2001 21:13:19 -0000 From: "Doug Reynolds" To: "freebsd-questions" , "Zev Thompson" Date: Tue, 23 Oct 2001 17:12:12 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: firewall and natd configurations (ICQ specifically) Message-Id: <20011023212007.D2C4037B405@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001 18:25:29 -0700, Zev Thompson wrote: >I've been having troubles with ICQ and natd as well, I've set up a range of >tcp ports to take incoming requests, which forward just fine (I can receive >files etc.) but connections to the icq login server on port 4000 (udp) do >not seem to stay active; ie. I disconnect & reconnect to the server >periodically. > >In my icq firewall settings I've set up a 30 second timeout, and modified >some sysctl variables to try and prevent this from happening, but I'm >stuck. Natd works great otherwise. Any suggestions? what i did was setup a socks5 server for AIM and ICQ. I had to forward WinMX through the NATd myself though. if you need help setting up socks5 you can drop me a line. i dont know how secure socks is, but i am sure someone will through in their 2cents --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:22:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 0CC8B37B401 for ; Tue, 23 Oct 2001 14:22:41 -0700 (PDT) Received: (qmail 4987 invoked from network); 23 Oct 2001 21:22:42 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.148) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Oct 2001 21:22:42 -0000 Received: (qmail 2813 invoked from network); 23 Oct 2001 21:15:56 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Oct 2001 21:15:56 -0000 From: "Doug Reynolds" To: "FreeBSD" , "Scott Gerhardt" Date: Tue, 23 Oct 2001 17:14:49 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Recommended MTA Message-Id: <20011023212241.0CC8B37B401@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001 00:47:34 -0600, Scott Gerhardt wrote: >Ok, FreeBSD 4.4 includes Sendmail by default. > >I will be setting up a mail host and I am looking for recommendations on a >good MTA. Should I stick with Sendmail or go with one of the others? > >I know Sendmail, Postfix and Qmail are all good choices, but which one >should I invest my time and braincells into? I have to learn one, which one >should it be? i didn't like sendmail, it was way to confusing for me to hack into.. i am running qmail now, i think it took about 2hrs to setup.. the list server uses postfix, which is probably what i would use if i hadn't already setup qmail... qmail is really secure though. --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:30:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 1421A37B403 for ; Tue, 23 Oct 2001 14:30:09 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-126.wobline.de [212.68.69.134]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9NLWFR68264 for ; Tue, 23 Oct 2001 17:32:15 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9NLWPx41777 for ; Tue, 23 Oct 2001 23:32:26 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9NLUEo20616 for ; Tue, 23 Oct 2001 23:30:15 +0200 (CEST) (envelope-from nils@tisys.org) Date: Tue, 23 Oct 2001 23:30:14 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape doing strange things... In-Reply-To: <20011023214929.M19623-100000@jodie.ncptiddische.net> Message-ID: <20011023232828.P20611-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Nils Holland wrote: > HOWEVER, Netscape 4.76 doesn't seem to like my new fonts, as, for unknown > reasons, it started to look a little strange after I installed them. You > can get a screenshot at http://www.tisys.org/misc/netscape.png. Have a > look at the text that *should* appear below the buttons... Talking to myself again - Well, I don't know if anybody cares much, but the problem I described was obviously caused by KDE being set to force its color and font settings on non-KDE applications. This is turned on by default, and it didn't seem to have caused any problems before I installed additional fonts. Right now, however, turning this KDE option off makes my Netscape look normal again. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:34:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.communityconnect.com (mailer.communityconnect.com [209.10.78.213]) by hub.freebsd.org (Postfix) with ESMTP id 774B337B401 for ; Tue, 23 Oct 2001 14:34:07 -0700 (PDT) X-Authentication-Warning: bp101.internal.blackplanet.com: spalma owned process doing -bs Date: Tue, 23 Oct 2001 17:34:01 -0400 (EDT) From: Shirley Palma X-X-Sender: To: Subject: php with oci support on freebsd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i've set up a 4.4-stable machine to run linux emulation so that i can run php with oci8 support on apache. i've been trying to run a setup of precompiled linux binaries of apache, php, and oracle, and while apache and oracle both work on their own, loading libphp4.so as part of apache gives me this error upon trying to start httpd: LINUX: 'ipc' typ=3 not implemented httpd could not be started well, that's the error i got when the machine was 4.1.1-stable. now that i've upgraded to 4.4, the typ= has changed from 3 to 13. since i have little to no idea what the error means, i'd first like to ask for help understanding what may be occuring with ipc so i can overcome it and move on to the next problem. otherwise, i'm looking to hear from anyone that's tried this apache+php+oracle combination before on freebsd, and if it was successful, what pitfalls to avoid to get the setup running. cc# uname -a FreeBSD cc.communityconnect.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Oct 19 15:29:47 EDT 2001 root@cc.communityconnect.com:/usr/obj/usr/src/sys/GENERIC i386 installed from source dated Oct 13 2001 using apache 1.3.12, php 4.0.3pl1, and oracle 8.0.5 linux binaries (not ports), graciously made possible (in theory) by linux_base-6.1 and linux_develtools-6.1. making sure apachectl is pointing to those appropriate sources: $ENV{'LD_LIBRARY_PATH'}="/usr/local/lib:/opt/db/mysql/product/3.22.16a/lib/mysql/:/opt/db/oracle/product/current/lib/"; $ENV{'ORACLE_HOME'}="/opt/db/oracle/product/current"; thanks, shirley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:38:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f77.law14.hotmail.com [64.4.21.77]) by hub.freebsd.org (Postfix) with ESMTP id 6D66F37B403 for ; Tue, 23 Oct 2001 14:38:18 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 14:38:18 -0700 Received: from 204.119.240.2 by lw14fd.law14.hotmail.msn.com with HTTP; Tue, 23 Oct 2001 21:38:18 GMT X-Originating-IP: [204.119.240.2] From: "edison carter" To: freebsd-questions@freebsd.org Subject: Re: problems with 4.4-RELEASE on Abit TH7-RAID Date: Tue, 23 Oct 2001 21:38:18 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Oct 2001 21:38:18.0276 (UTC) FILETIME=[07779E40:01C15C0B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: Kent Stewart >To: edison carter >Subject: Re: problems with 4.4-RELEASE on Abit TH7-RAID >Date: Tue, 23 Oct 2001 14:30:08 -0700 > > > > CPUTYPE=p4 > > CFLAGS=-Os -pipe > > CXXFLAGS+= -fmemoize-lookups -fsave-memoized > > BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast >-Wcast-align \ > > -Wcast-qual -Wchar-subscripts -Winline \ > > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > > -Wredundant-decls -Wshadow -Wstrict-prototypes > > -Wwrite-strings > > COPTFLAGS=-Os -pipe > >I don't know where you came up with the options but the only thing I >have ever seen recommended is -O -pipe. The cpuflag is questionable. > >Kent > I just took the idea from a friend, i'm rebuilding with your recommendation, but the machine still locks with kernel.GENERIC, so I doubt that is the culprit :/ >-- >Kent Stewart >Richland, WA > >mailto:kbstew99@hotmail.com >http://users.owt.com/kstewart/index.html >FreeBSD News http://daily.daemonnews.org/ _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:41:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe040.worldonline.dk (fe040.worldonline.dk [212.54.64.205]) by hub.freebsd.org (Postfix) with SMTP id 6068737B401 for ; Tue, 23 Oct 2001 14:41:13 -0700 (PDT) Received: (qmail 20993 invoked by uid 0); 23 Oct 2001 21:41:09 -0000 Received: from 213.237.13.224.adsl.hc.worldonline.dk (HELO NEIGAARD?MOB) (213.237.13.224) by fe040.worldonline.dk with SMTP; 23 Oct 2001 21:41:09 -0000 Date: Tue, 23 Oct 2001 23:42:16 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <1923044716.20011023234216@e-box.dk> To: freebsd-questions@FreeBSD.ORG Subject: Running out of space MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running out of space on /usr How do I figure out what under /usr takes up most space? I have build some ports, can I easily remove the source, and how do I do it? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "For more than 4 generations the IT Professionals were the guardians of quality and stability in software. Before the dark times. Before Microsoft......" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:42:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 3623E37B401 for ; Tue, 23 Oct 2001 14:42:43 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9NLgdT19555; Tue, 23 Oct 2001 14:42:40 -0700 (PDT) Date: Tue, 23 Oct 2001 14:42:39 -0700 (PDT) From: David Kirchner X-X-Sender: To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= Cc: Subject: Re: Running out of space In-Reply-To: <1923044716.20011023234216@e-box.dk> Message-ID: <20011023144131.G85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, [ISO-8859-1] S=F8ren Neigaard wrote: > I'm running out of space on /usr > > How do I figure out what under /usr takes up most space? > > I have build some ports, can I easily remove the source, and how do I > do it? You can find out which directories are taking up the most space by running something like this in /usr: du -k -d 3 . You can remove the ports source and build directories with: rm -r /usr/ports/distfiles/* /usr/ports/*/*/work To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:45:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 7C04D37B405 for ; Tue, 23 Oct 2001 14:45:32 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id f9NLjS503796; Tue, 23 Oct 2001 14:45:28 -0700 (PDT) (envelope-from mph) Date: Tue, 23 Oct 2001 14:45:27 -0700 From: Matthew Hunt To: =?iso-8859-1?Q?S=F8ren_Neigaard?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Running out of space Message-ID: <20011023144527.A3584@wopr.caltech.edu> References: <1923044716.20011023234216@e-box.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <1923044716.20011023234216@e-box.dk>; from neigaard@e-box.dk on Tue, Oct 23, 2001 at 11:42:16PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Søren, On Tue, Oct 23, 2001 at 11:42:16PM +0200, Søren Neigaard wrote: > How do I figure out what under /usr takes up most space? I would start by installing the sysutils/xdu port (don't worry, it's quite small!) and then do: cd /usr du | xdu and it will graphically show you how much room things are taking up on the disk. > I have build some ports, can I easily remove the source, and how do I > do it? Yes; "cd /usr/ports && make -DNOCLEANDEPENDS distclean" will remove both the distfiles (e.g. the .tar.gz files that the source came in) and the work directories that were used to compule the ports. This has no effect on your ability to run the software you installed. -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 14:45:52 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 71C2937B401 for ; Tue, 23 Oct 2001 14:45:47 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15w9Mo-0004GP-00; Wed, 24 Oct 2001 10:45:46 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9NLjea61037; Wed, 24 Oct 2001 10:45:40 +1300 (NZDT) (envelope-from jonc) Date: Wed, 24 Oct 2001 10:45:40 +1300 From: Jonathan Chen To: Mike Dorin Cc: questions@freebsd.org Subject: Re: your mail Message-ID: <20011024104540.A60886@jonc.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 bsd_mike@hotmail.com on Tue, Oct 23, 2001 at 09:05:48PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 09:05:48PM +0000, Mike Dorin wrote: Best to put a subject, most people ignore it otherwise. > > Just installed freebsd 4.4 on an intel machine and am getting this: > > Oct 23 15:08:16 chaski getty[1829]: login_tty /dev/console: Operation not > supported by device Check /etc/ttys. Make sure the console line reads: console none unknown off secure -- Jonathan Chen | To do is to be -- Nietzsche | To be is to do -- Sartre | Scooby do be do -- Scooby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 15: 7: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 3E35E37B403 for ; Tue, 23 Oct 2001 15:07:05 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id B1F81BD2B; Tue, 23 Oct 2001 15:07:04 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id PAA21014; Tue, 23 Oct 2001 15:07:04 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f9NM6Tw44042; Tue, 23 Oct 2001 15:06:29 -0700 (PDT) (envelope-from swear@blarg.net) To: "Ted Mittelstaedt" Cc: Subject: Re: REQUEST FOR COMMENT References: <001c01c15b97$75bb8f20$1401a8c0@tedm.placo.com> From: swear@blarg.net (Gary W. Swearingen) Date: 23 Oct 2001 15:06:28 -0700 In-Reply-To: <001c01c15b97$75bb8f20$1401a8c0@tedm.placo.com> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone wrote (just note the format after the bold command): > PLEASE DON'T HTML FORMAT YOUR STUFF!! ... > First of all, boiled down you are saying that some group related to your > organization > in some fashion is telling you to spend a whole lot of money and time > replacing a > running system for some undefined reason with a system that may or may not > work with > some undefined benefits. In addition your saying that this recommendation is > so > powerful that your expecting to follow it. It will sure be nice when we all get computers powerful enough to handle automatic formatting and no longer have to read those kinds of things. It looks like we're going to have to wait until Microsoft users manage to impose it upon us, with some strings attached. A sad story, often told. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 15:27:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wilderness.dyn.dhs.org (host-209-214-120-48.bna.bellsouth.net [209.214.120.48]) by hub.freebsd.org (Postfix) with ESMTP id 8550937B401 for ; Tue, 23 Oct 2001 15:27:37 -0700 (PDT) Received: from wilderness.dyn.dhs.org (colossus.cotharyus.net [192.168.1.6]) by wilderness.dyn.dhs.org (Postfix) with ESMTP id BEF0D93406 for ; Tue, 23 Oct 2001 16:46:37 -0500 (CDT) Message-ID: <3BD5EF45.3020701@wilderness.dyn.dhs.org> Date: Tue, 23 Oct 2001 17:29:25 -0500 From: Drew Sanford User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: Question about IDE CD operation Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was looking at the man page for dagrab (a cd ripper) and noticed this: Gaining more speed with IDE drives Edit /usr/src/linux/drivers/block/ide-cd.c and change the value defined for CDROM_NBLOCKS_BUFFER near line 202 to a higher value. A value of 32 works for me with a Toshiba XM-6201B (256KB buffer). After installing the new kernel, you may use the -n sectors option to tell dagrab to read more sectors at once. I was wondering what file/value one would change to do this on FreeBSD, and what the overall implications of doing it were. Any help with this will 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 Tue Oct 23 15:55:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes10-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id E892537B401 for ; Tue, 23 Oct 2001 15:55:53 -0700 (PDT) Received: from rebate20.com ([207.194.26.165]) by priv-edtnes10-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with SMTP id <20011023225548.JHMG16585.priv-edtnes10-hme0.telusplanet.net@rebate20.com>; Tue, 23 Oct 2001 16:55:48 -0600 From: rrn@radiant.net To: HomeBuyer/Seller <> Subject: We Pay You $1000's When You Buy and/or Sell Your Home!!! Date: Tue, 23 Oct 2001 15:58:39 -0700 X-Sender: rrn@radiant.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Content-Type: text/plain; charset="us-ascii" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <20011023225548.JHMG16585.priv-edtnes10-hme0.telusplanet.net@rebate20.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG RRN Realty Referral Network Inc. pays CASH to HomeBuyers and HomeSellers!!! "NO CATCHES, NO GIMMICKS!!!" RRN will refer you to a licensed Real Estate Agent in your area and pay you CASH when you complete a sale and/or purchase of real estate with that Agent!!! Bonus Draw with 1/100 chance of winning $10,000!!! (1 entry per transaction) All information is available at www.rebate20.com . If you wish to be removed from further mailings simply reply using the following link mailto:rrn@radiant.net?subject=remove To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 16:10:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id 1298A37B405 for ; Tue, 23 Oct 2001 16:10:25 -0700 (PDT) Received: from cliff (adsl-66-122-63-233.dsl.sntc01.pacbell.net [66.122.63.233]) by pimout2-int.prodigy.net (8.11.0/8.11.0) with SMTP id f9NNANu103026 for ; Tue, 23 Oct 2001 19:10:24 -0400 Message-ID: <001601c15c19$fb9ddfd0$6401a8c0@cliff> From: "Shaklee3" To: Subject: subscribe Date: Tue, 23 Oct 2001 16:23:51 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C15BDF.1A23C130" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C15BDF.1A23C130 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable d ------=_NextPart_000_0007_01C15BDF.1A23C130 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
d
------=_NextPart_000_0007_01C15BDF.1A23C130-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 16:21:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id 4CF7837B406 for ; Tue, 23 Oct 2001 16:21:08 -0700 (PDT) Received: from cliff (adsl-66-122-63-233.dsl.sntc01.pacbell.net [66.122.63.233]) by pimout2-int.prodigy.net (8.11.0/8.11.0) with SMTP id f9NNL7u81656 for ; Tue, 23 Oct 2001 19:21:07 -0400 Message-ID: <008c01c15c1b$7b1c2900$6401a8c0@cliff> From: "Shaklee3" To: Subject: Problems with installworld Date: Tue, 23 Oct 2001 16:36:03 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0089_01C15BE0.CE5874B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0089_01C15BE0.CE5874B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am running 4.3STABLE and trying to upgrade to 4.4STABLE...The cvsup = and make buildworld went with no problems. When I get to make = installworld it halts with an error code 1 and this message: /usr/lib/libtinfo_p.a -> libncurses_p.a sh /usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh = /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.head = /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps = /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.tail = >terminfo.5 tr: not found /usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh: cannot = open unsorted14322: no such file *** Error code 2 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 I looked through that .sh file with no luck, any ideas? ------=_NextPart_000_0089_01C15BE0.CE5874B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am running 4.3STABLE and trying to = upgrade to=20 4.4STABLE...The cvsup and make buildworld went with no problems. When I = get to=20 make installworld it halts with an error code 1 and this = message:
 
/usr/lib/libtinfo_p.a -> = libncurses_p.a
sh=20 /usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh=20 /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.head =20 /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps=20 /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.tail=20 >terminfo.5
tr: not=20 found
/usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh:= cannot=20 open unsorted14322: no such file
*** Error code 2
 
Stop in /usr/src/lib/libncurses.
*** = Error code=20 1
 
Stop in /usr/src/lib.
*** Error code = 1
 
I looked through that .sh file with no = luck, any=20 ideas?
 
------=_NextPart_000_0089_01C15BE0.CE5874B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 16:35: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id A3A9537B403 for ; Tue, 23 Oct 2001 16:35:05 -0700 (PDT) Received: from [217.35.45.67] (helo=marvin.penguinpowered.org.uk) by protactinium with esmtp (Exim 3.22 #6) id 15w9UF-00061P-00 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 22:53:28 +0100 Received: from [192.168.10.11] (helo=pan.realtime.co.uk) by marvin.penguinpowered.org.uk with esmtp (Exim 3.22 #1) id 15w9Ns-0000m9-00 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 22:46:52 +0100 Received: from waynep by pan.realtime.co.uk with local (Exim 3.22 #1) id 15w9Sh-0000Js-00 for freebsd-questions@freebsd.org; Tue, 23 Oct 2001 22:51:51 +0100 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: Fonts in staroffice Reply-To: wayne.pascoe@ehsrealtime.com Date: 23 Oct 2001 22:51:50 +0100 Message-ID: <86elnu58jt.fsf@pan.home.penguinpowered.org.uk> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know how to use truetype fonts in staroffice ? I am able to use them in Netscape and Mozilla. I've tried copying them into /home/office52/share/fonts/ttf but this makes no difference :( TIA, -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 16:47:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 8ECEA37B401 for ; Tue, 23 Oct 2001 16:47:32 -0700 (PDT) Received: from martin ([24.252.48.73]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011023234731.SCER1132.femail12.sdc1.sfba.home.com@martin> for ; Tue, 23 Oct 2001 16:47:31 -0700 From: "Frank Walder" To: Subject: FreeBSD download Date: Tue, 23 Oct 2001 19:41:24 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To whom it may concern: I am currently running a network of seven computers at home, four Win2000, one NetWare5, and one blank. I want to dedicate the blank machine to running your BSD. I went to your FreeBSD.org website on my Win2000 Server to download the operating system, but have had some problems. First, the IE5.5 locks up when I click on the ftp hyperlink. second, my CuteFTP client errors out with "425 Can't build data connection: Operation timed out." when I log on anonymously. I want to remove Bill Gates from my life, but your site is not making that easy. It might be free, but it is not easy either. I can be contacted by email at jlsmbg@hotmail.com or by telephone at 610-583-0556. Sincerely, Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 16:58:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [216.168.61.84]) by hub.freebsd.org (Postfix) with SMTP id 9F35537B403 for ; Tue, 23 Oct 2001 16:58:51 -0700 (PDT) Received: (qmail 82256 invoked from network); 23 Oct 2001 23:58:46 -0000 Received: from c1854262-a.sttln1.wa.home.com (HELO sakura) (24.255.90.101) by akira.lanfear.com with SMTP; 23 Oct 2001 23:58:46 -0000 From: mw@lanfear.com To: freebsd-questions@freebsd.org Subject: Weird syslog message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Kiltdown 0.7 Message-Id: <20011023235851.9F35537B403@hub.freebsd.org> Date: Tue, 23 Oct 2001 16:58:51 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got the following message in my syslog the other day. Oct 20 12:33:41 akira /kernel: arp: 216.168.61.163 moved from 00:05:02:51:2e:26 to 00:50:e4:c0:70:1b on fxp0 Is this something I should be worried about? I've done no network configuration at all over the past few months .... thanks, marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17: 6:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 4DA6037B403 for ; Tue, 23 Oct 2001 17:06:23 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 15wBYo-000Ars-00; Wed, 24 Oct 2001 01:06:18 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f9O06IT50511; Wed, 24 Oct 2001 01:06:18 +0100 (BST) (envelope-from jcm) Date: Wed, 24 Oct 2001 01:06:17 +0100 From: j mckitrick To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about mtu and fragment offset Message-ID: <20011024010617.A50480@dogma.freebsd-uk.eu.org> References: <20011019134824.A9949@dogma.freebsd-uk.eu.org> <20011022225420.E364@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20011022225420.E364@blossom.cjclark.org>; from cristjc@earthlink.net on Mon, Oct 22, 2001 at 10:54:21PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 22, 2001 at 10:54:21PM -0700, Crist J. Clark wrote: | On Fri, Oct 19, 2001 at 01:48:24PM +0100, j mckitrick wrote: | > | > This is for a class project :-) | > | > If the mtu of a gateway is 1500, does that mean all fragments larger | > than this will be broken into packets of 1500 (20 header, 1480 data) or | > packets of 1496 (20 header, 1476 data) since the fragment offset must be | > even multiples of 8? | | 1500. 1480 is a multiple of 8 last time I checked. Okay, I took my time and thought about it to make sure I phrased my answer correctly. As I understand it, the fragment offset equals the length of the entire datagram, not just the data. So, if a gateway has an mtu of 1500, since the offset must be a multiple of 8, and 1500/8 is not even, then the total datagram length could be no more than 1496. If the header is 20 bytes, that leaves 1476 for data. Even though 1480 is a multiple of 8, 1500 is not. So 1480 + 20 header bytes would still be a non-integer number of octets. Am I wrong? Or what have I misunderstood? jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:13:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id 73FBF37B401 for ; Tue, 23 Oct 2001 17:13:52 -0700 (PDT) Received: from cliff (adsl-66-122-63-233.dsl.sntc01.pacbell.net [66.122.63.233]) by pimout2-int.prodigy.net (8.11.0/8.11.0) with SMTP id f9O0Dpu145076 for ; Tue, 23 Oct 2001 20:13:51 -0400 Message-ID: <00a601c15c22$d918a900$6401a8c0@cliff> From: "Shaklee3" To: Subject: Problem with make buildworld Date: Tue, 23 Oct 2001 17:28:47 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A3_01C15BE8.2C3F97F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00A3_01C15BE8.2C3F97F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable when I do a make buildworld from 4.3 STABLE to 4.4STABLE I keep getting = this error and it does not complete: Writing Makefile for DynaLoader =3D=3D> Your Makefile has been rebuilt. <=3D=3D =3D=3D> Please rerun the make command. <=3D=3D false *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. I have re-run make buildworld numerous times with the same result. ------=_NextPart_000_00A3_01C15BE8.2C3F97F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
when I do a make buildworld from 4.3 = STABLE to=20 4.4STABLE I keep getting this error and it does not = complete:
 
Writing Makefile for = DynaLoader
=3D=3D> Your=20 Makefile has been rebuilt. <=3D=3D
=3D=3D> Please rerun the = make command.=20 <=3D=3D
false
*** Error code 1
Stop in=20 /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader.
*** Error code = 1
Stop in /usr/src/gnu/usr.bin/perl/perl.
*** Error code 1
Stop = in=20 /usr/src/gnu/usr.bin/perl.
 
I have re-run make buildworld numerous = times with=20 the same result.
------=_NextPart_000_00A3_01C15BE8.2C3F97F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:15: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.host4u.net (gaia.host4u.net [209.150.128.48]) by hub.freebsd.org (Postfix) with ESMTP id EBB7F37B401 for ; Tue, 23 Oct 2001 17:15:07 -0700 (PDT) Received: from andre ([216.71.43.117]) by gaia.host4u.net (8.8.5/8.8.5) with SMTP id TAA08973 for ; Tue, 23 Oct 2001 19:12:40 -0500 Message-ID: <035701c15c20$db18f7c0$a50410ac@olmct.net> Reply-To: "Andre` Niel Cameron" From: "Andre` Niel Cameron" To: "free bsd" Subject: Form Question Date: Tue, 23 Oct 2001 20:14:32 -0400 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a question;) Any one know how I can put the value of a form field in the URL so when I click submit it posts to the cgi script as COMMAND, FORMVALUE1, FORMVALUE2 Regards, Andre` C. Technical Support Ô¿Ô¬ ---------------------------------------------------------------------------- - Visit our support manual at http://supportmanual.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:19:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 44EE337B401 for ; Tue, 23 Oct 2001 17:19:06 -0700 (PDT) Received: (qmail 40328 invoked from network); 24 Oct 2001 00:19:32 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.4evermail.com with SMTP; 24 Oct 2001 00:19:32 -0000 From: "Jonathan M. Slivko" To: "'Andre` Niel Cameron'" , "'free bsd'" Subject: RE: Form Question Date: Tue, 23 Oct 2001 20:19:10 -0400 Message-ID: <005201c15c21$80e78fe0$6501a8c0@sioux> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <035701c15c20$db18f7c0$a50410ac@olmct.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That=92s an HTML/CGI question, not a FreeBSD question. However, there is = a pretty good FAQ on builder.com about it tho, I belive. -- Jonathan --------------------------------------------------- Jonathan Slivko - 4EverMail.COM - www.4evermail.com Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@4EverMail.com - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Andre` Niel Cameron Sent: Tuesday, October 23, 2001 8:15 PM To: free bsd Subject: Form Question I have a question;) Any one know how I can put the value of a form field in the URL so when I click submit it posts to the cgi script as COMMAND, FORMVALUE1, FORMVALUE2 Regards, Andre` C. Technical Support =D4=BF=D4=AC ------------------------------------------------------------------------ ---- - Visit our support manual at http://supportmanual.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:23: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id E904B37B401 for ; Tue, 23 Oct 2001 17:22:57 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 4D3CC2B697; Wed, 24 Oct 2001 02:22:52 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 8430A7D8; Wed, 24 Oct 2001 10:22:44 +1000 (EST) Date: Wed, 24 Oct 2001 10:22:44 +1000 From: Edwin Groothuis To: mw@lanfear.com Cc: freebsd-questions@freebsd.org Subject: Re: Weird syslog message Message-ID: <20011024102244.E552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , mw@lanfear.com, freebsd-questions@freebsd.org References: <20011023235851.9F35537B403@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023235851.9F35537B403@hub.freebsd.org>; from mw@lanfear.com on Tue, Oct 23, 2001 at 04:58:51PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 04:58:51PM -0700, mw@lanfear.com wrote: > I got the following message in my syslog the other day. > > Oct 20 12:33:41 akira /kernel: arp: 216.168.61.163 moved from > 00:05:02:51:2e:26 to 00:50:e4:c0:70:1b on fxp0 It says that the MAC address for 216.168.61.163 has changed. This can be a security issue, because some evil person has plugged in his computer and is now looking around on your network. Or it is somebody who just got a new computer (or network card) and is using his computer for the first time. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:27:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11707.mail.yahoo.com (web11707.mail.yahoo.com [216.136.172.73]) by hub.freebsd.org (Postfix) with SMTP id 6560037B403 for ; Tue, 23 Oct 2001 17:27:47 -0700 (PDT) Message-ID: <20011024002747.83721.qmail@web11707.mail.yahoo.com> Received: from [209.140.253.2] by web11707.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 17:27:47 PDT Date: Tue, 23 Oct 2001 17:27:47 -0700 (PDT) From: Tim Erlin Subject: Re: FreeBSD download To: Frank Walder , questions@FreeBSD.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You will probably find the install easier if you create the boot floppies and install via FTP. Check out the handbook for the details: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html --Tim Erlin --- Frank Walder wrote: > To whom it may concern: > I am currently running a network of seven computers > at home, four Win2000, > one NetWare5, and one blank. I want to dedicate the > blank machine to > running your BSD. I went to your FreeBSD.org > website on my Win2000 Server > to download the operating system, but have had some > problems. First, the > IE5.5 locks up when I click on the ftp hyperlink. > second, my CuteFTP client > errors out with "425 Can't build data connection: > Operation timed out." when > I log on anonymously. > I want to remove Bill Gates from my life, but your > site is not making that > easy. It might be free, but it is not easy either. > I can be contacted by > email at jlsmbg@hotmail.com or by telephone at > 610-583-0556. > > Sincerely, Frank > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:29: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f274.law10.hotmail.com [64.4.14.149]) by hub.freebsd.org (Postfix) with ESMTP id 9716F37B406 for ; Tue, 23 Oct 2001 17:28:54 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Oct 2001 17:28:54 -0700 Received: from 65.30.233.227 by lw10fd.law10.hotmail.msn.com with HTTP; Wed, 24 Oct 2001 00:28:54 GMT X-Originating-IP: [65.30.233.227] From: "Mike Dorin" To: personrp@ccbh.com Cc: questions@freebsd.org Subject: RE: Operation Not Support By Device Date: Wed, 24 Oct 2001 00:28:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Oct 2001 00:28:54.0513 (UTC) FILETIME=[DCBD6E10:01C15C22] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for your help. No, just want to do text only. # allows root login. # # name getty type status comments # # If console is marked "insecure", then init will ask for the root password # when going to single-user mode. console "/usr/libexec/getty std.9600" vt100 on secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" dialup off secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure The /etc/ttys files is just as it was installed. Here is the first part: Thanks again! -Mike >From: "Person, Roderick" >To: 'Mike Dorin ' >Subject: RE: >Date: Tue, 23 Oct 2001 18:55:55 -0400 > >are you trying to boot into x? If so what does your /etc/ttys file look >like? > > >-----Original Message----- > >From: Mike Dorin > >To: questions@freebsd.org > >Sent: 10/23/01 5:05 PM > > > > > >Just installed freebsd 4.4 on an intel machine and am getting this: > > > >Oct 23 15:08:16 chaski getty[1829]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:16 chaski getty[1831]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:16 chaski getty[1833]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:16 chaski init: getty repeating too quickly on port > >/dev/console, sleeping 30 secs > >Oct 23 15:08:46 chaski getty[1836]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:46 chaski getty[1838]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:46 chaski getty[1840]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:46 chaski getty[1842]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:46 chaski getty[1844]: login_tty /dev/console: Operation > >not > >supported by device > >Oct 23 15:08:46 chaski init: getty repeating too quickly on port > >/dev/console, sleeping 30 secs > > > >Help! > >-Mike > > > >_________________________________________________________________ > >Get your FREE download of MSN Explorer at > >http://explorer.msn.com/intl.asp > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:31:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9307.mail.yahoo.com (web9307.mail.yahoo.com [216.136.129.56]) by hub.freebsd.org (Postfix) with SMTP id D1A4037B406 for ; Tue, 23 Oct 2001 17:31:15 -0700 (PDT) Message-ID: <20011024003115.55944.qmail@web9307.mail.yahoo.com> Received: from [64.24.44.18] by web9307.mail.yahoo.com via HTTP; Tue, 23 Oct 2001 17:31:15 PDT Date: Tue, 23 Oct 2001 17:31:15 -0700 (PDT) From: Radhika Sambamurti Subject: Enabling javascript in Mozilla 9.3.1 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Mozilla is not loading pages that contain javascript. How can I enable this? I am running freebsd 4.4 adn mozill 9.3.1 thanks, radhika ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:37:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-85-178.asm.bellsouth.net [66.156.85.178]) by hub.freebsd.org (Postfix) with ESMTP id 1AB0E37B406 for ; Tue, 23 Oct 2001 17:37:19 -0700 (PDT) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id f9O0bJT27218; Tue, 23 Oct 2001 20:37:19 -0400 (EDT) (envelope-from derrick) Message-Id: <200110240037.f9O0bJT27218@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: "Steve Brown " , "freebsd-questions@freebsd.org" Subject: Re: Hunting for compatible IDE-CDRW, please help. Date: Tue, 23 Oct 2001 20:37:18 -0400 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use a TDK VeloCD 12x10x32 CD-RW drive and it works fine with FreeBSD and burncd. Built this machine from the ground up about 8 months ago, specifically to put FreeBSD on it. Sorry, not sure of the exact model number because the box is not handy now. Since then, I have installed other hard drives and multi-boot Win98, Win2000, and FreeBSD (with FreeBSD being default, of course). The drive works great with all those operating systems. I have used it to burn FreeBSD and RedHat installation CDs, and for CD-RW based backup. Drive was on sale at CompUSA at the time. I'm sure if you got one now it would be faster than 12x10x32, and would hopefully work with FreeBSD. Derrick On Tuesday 23 October 2001 10:07 am, "Steve Brown wrote: > Hello there, > > I'm looking for an IDE CD-RW that with work with FreeBSD & BurnCD. I > already bought one incompatible CD-RW, this time I want to be reasonably > sure it will work *before* I part with my money. > > I'd especially like to know if the Yamaha CRW2200E would work since it's > on sale right now. CRW2100E is on the compatible list, but it's out of > production. > > Already checked http://www.freebsd.dk/ata/ but it appears somewhat out of > date; nothing on it is still availiable in my area. > > If anyone out there has *any* recent IDE CD-RW working under FreeBSD, > please let me know make and model number. > > Cheers, Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:37:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-85-178.asm.bellsouth.net [66.156.85.178]) by hub.freebsd.org (Postfix) with ESMTP id 83ED537B403 for ; Tue, 23 Oct 2001 17:37:39 -0700 (PDT) Received: by visar.norris-net.com (8.11.6/8.11.6) id f9O0beg27228; Tue, 23 Oct 2001 20:37:40 -0400 (EDT) (envelope-from derrick) Message-Id: <200110240037.f9O0beg27228@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: "Steve Brown " , "freebsd-questions@freebsd.org" Subject: Re: Hunting for compatible IDE-CDRW, please help. Date: Tue, 23 Oct 2001 20:37:18 -0400 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use a TDK VeloCD 12x10x32 CD-RW drive and it works fine with FreeBSD and burncd. Built this machine from the ground up about 8 months ago, specifically to put FreeBSD on it. Sorry, not sure of the exact model number because the box is not handy now. Since then, I have installed other hard drives and multi-boot Win98, Win2000, and FreeBSD (with FreeBSD being default, of course). The drive works great with all those operating systems. I have used it to burn FreeBSD and RedHat installation CDs, and for CD-RW based backup. Drive was on sale at CompUSA at the time. I'm sure if you got one now it would be faster than 12x10x32, and would hopefully work with FreeBSD. Derrick On Tuesday 23 October 2001 10:07 am, "Steve Brown wrote: > Hello there, > > I'm looking for an IDE CD-RW that with work with FreeBSD & BurnCD. I > already bought one incompatible CD-RW, this time I want to be reasonably > sure it will work *before* I part with my money. > > I'd especially like to know if the Yamaha CRW2200E would work since it's > on sale right now. CRW2100E is on the compatible list, but it's out of > production. > > Already checked http://www.freebsd.dk/ata/ but it appears somewhat out of > date; nothing on it is still availiable in my area. > > If anyone out there has *any* recent IDE CD-RW working under FreeBSD, > please let me know make and model number. > > Cheers, Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:43: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-85-178.asm.bellsouth.net [66.156.85.178]) by hub.freebsd.org (Postfix) with ESMTP id C313E37B405 for ; Tue, 23 Oct 2001 17:42:55 -0700 (PDT) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id f9O0gs327436; Tue, 23 Oct 2001 20:42:54 -0400 (EDT) (envelope-from derrick) Message-Id: <200110240042.f9O0gs327436@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: gtabug@prayforwind.com, freebsd-questions@FreeBSD.ORG Subject: Re: Hunting for compatible IDE-CDRW, please help. Date: Tue, 23 Oct 2001 20:42:53 -0400 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 October 2001 10:07 am, "Steve Brown wrote: > Hello there, > > I'm looking for an IDE CD-RW that with work with FreeBSD & BurnCD. I > already bought one incompatible CD-RW, this time I want to be reasonably > sure it will work *before* I part with my money. > If anyone out there has *any* recent IDE CD-RW working under FreeBSD, > please let me know make and model number. > > Cheers, Steve I use a TDK VeloCD 12x10x32 CD-RW drive and it works fine with FreeBSD and burncd. Built this machine from the ground up about 8 months ago, specifically to put FreeBSD on it. Sorry, not sure of the exact model number because the box is not handy now. Since then, I have installed other hard drives and multi-boot Win98, Win2000, and FreeBSD (with FreeBSD being default, of course). The drive works great with all those operating systems. I have used it to burn FreeBSD and RedHat installation CDs, and for CD-RW based backup. Drive was on sale at CompUSA at the time. I'm sure if you got one now it would be faster than 12x10x32, and would hopefully work with FreeBSD. Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:48:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (ptr-207-54-105-70.ptr.terago.ca [207.54.105.70]) by hub.freebsd.org (Postfix) with ESMTP id 3346337B401; Tue, 23 Oct 2001 17:48:18 -0700 (PDT) Received: from 78kw954 (dyn216-8-128-150.ADSL.mnsi.net [216.8.128.150]) (authenticated (0 bits)) by comp1.mastery.ca (8.12.0/8.11.1) with ESMTP id f9O0mAfl027175; Tue, 23 Oct 2001 20:48:11 -0400 (EDT) (envelope-from rmasse@mastery.ca) Message-ID: <000c01c15c25$8f45dbb0$3200a8c0@mobile.stclairc.ca> From: "Ryan Masse" To: Cc: "FreeBSD-Questions" Subject: pptp via mpd Date: Tue, 23 Oct 2001 20:48:01 -0400 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is it possible to authenticate users on /etc/master.passwd or by some other method possibly RADIUS or an SQL table? storing the usernames and passwords in the mpd.secret file is redundant and insecure IMHO. Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:54:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fa.rdc-nyc.rr.com [24.29.99.79]) by hub.freebsd.org (Postfix) with ESMTP id 8C6F837B401 for ; Tue, 23 Oct 2001 17:54:11 -0700 (PDT) Received: from scott1.nyc.rr.com ([24.168.25.8]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 23 Oct 2001 20:54:09 -0400 Message-Id: <5.1.0.14.0.20011023204522.00c22e60@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 23 Oct 2001 20:55:55 -0400 To: freebsd-questions@freebsd.org From: Scott Subject: Voodoo 5 difficulties Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy--I posted this from work, and judging from the mail daemon response, there was a problem due to it being a different smtp server, so if this shows up 3 times, I do apologize. At any rate, I've been trying to get a Voodoo5 card to work. My first search indicated that the Voodoo3 driver would do it--no luck, just hung when I typed startx. So, searching between deja, freebsd.org questions and hardware, a few other sites which these searches indicated might be helpful and Xfree86's website, I wound up doing the following: used cvsup to upgrade to the most current stable---hrrm, that sounds like an oxymoron,but anyway... Installed XFree 4.x Installed glide3 Installed drm-kmod Edited the XF86Config file--uncommented the glx module line, added a dri module line, added a DRI section changing its mode to 0666. Referenced the Device as Voodoo5 with a tdfx driver--referenced the device in the Screen section. Added agp_load="YES" to /boot.conf (after doing that, it began indicating upon boot up that it was loading the tdfx driver). When I did startx the machine simply rebooted---no entry in /var/log/XFree86.0.log I think that's all I've done. The problem is that if I go with generic VGA I can only get 320x whatever it is. I don't need 3d, I simply want an X interface adequate for opening a few xterms, or for looking at a web page with instructions while I do something or another. xf86cfg hangs the machine. XF86Setup actually opens with a pretty good resolution, but after finishing says it's unable to start X. I tried (having no idea if it would work, simply going by Linux experience) using a vesa, rather than vega driver which just froze the keyboard. :) So, if anyone has gotten it to work, aside from simply having luck by using the Voodoo3 driver, I'd be grateful for the steps they took. Sorry about the length of this, and again, I apologize if it winds up appearing more than once. Scott Robbins I imagine that I've either missed or added something unecessary here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 17:57:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 098DA37B405 for ; Tue, 23 Oct 2001 17:57:55 -0700 (PDT) Received: from davidwnt (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id JAA06039 for ; Wed, 24 Oct 2001 09:03:49 +0800 Message-ID: <001b01c15c27$2332db60$ef01a8c0@davidwnt> From: "XuYifeng" To: Subject: A stupid question about pmap Date: Wed, 24 Oct 2001 08:59:30 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am learning pmap code in FreeBSD 4.4-stable, and confused by some = code,=20 for example, in function get_ptbase, the code is:=20 -------- static unsigned * get_ptbase(pmap) pmap_t pmap; { unsigned frame =3D (unsigned) pmap->pm_pdir[PTDPTDI] & PG_FRAME; /* are we current address space or kernel? */ if (pmap =3D=3D kernel_pmap || frame =3D=3D (((unsigned) PTDpde) & = PG_FRAME)){ return (unsigned *) PTmap; } /* otherwise, we are alternate address space */ if (frame !=3D (((unsigned) APTDpde) & PG_FRAME)) { APTDpde =3D (pd_entry_t) (frame | PG_RW | PG_V); #if defined(SMP) /* The page directory is not shared between CPUs */ cpu_invltlb(); #else invltlb(); #endif } return (unsigned *) APTmap; } ----- I know pm_pdir[PTDPTDI] contains page directory page's physical address, = while PTDpde is a virtual address to access page directory's page = directory=20 entry which is recursivly mapped on virtual address space. question is why could (pmap->pm_pdir[PTDPTDI] & PG_FRAME) and (PTDpde & = PG_FRAME) be same thing? a physical address =3D a virtual address? I am really confused by this. Any help will be appreciated, --- XuYifeng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:28:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 8D85937B401 for ; Tue, 23 Oct 2001 18:28:16 -0700 (PDT) Received: (qmail 28631 invoked by uid 100); 24 Oct 2001 01:28:10 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.6441.831579.586816@guru.mired.org> Date: Tue, 23 Oct 2001 20:28:09 -0500 To: Michael Grant Cc: questions@freebsd.org Subject: Re: reinstalling boot loader In-Reply-To: <33811952@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Michael Grant types: > Somehow I managed to mung my bootloader. I'm not quite sure what > exactly I did, but just after I did it, I got the classic message: > > disk boot failure, insert system disk and press enter > not found any [active partition] in hdd > > I managed to boot the backup drive and fooled with fdisk and set the > active partition again. After multiple tries, we managed to get it to > boot into the boot prompt. It was then loading 0:da(0,a)/kernel which > failed. Then the guy working with me tried loading 1:da(0,a)/kernel > and it booted. But it doesn't want to boot unassisted anymore. > > Can I use "disklabel -B" to fix things? There appear to be two ways > to run this command, "disklabel -B da0" and "disklabel -B da0s1", > depending on whether I am running "dangerously dedicated". How can I > find out if I'm running that way or not? I am using the entire disk > for FreeBSD. My partitions look like this: fdisk or boot0cfg can also be used, but if it's trying to load the kernel from boot0, you are past that point. If you are really booting "1:da(0", then the BIOS is mapping what should be scsi drive 0 to BIOS drive 1 instead of BIOS drive 0. That needs to be fixed. > Is the fact that I'm using "da0s1" prove that I'm not running "dangerously > dedicated"? No. DD disks have a fake partition table so that da0s1 works properly. The way to check is to use fdisk on the device. DD disks have one slice that starts at sector 0. Standard DOS sliced disks never use the first track on the disk. I always mount DD disk partitions sans the slice number, just so it's obvious which is which. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:42:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c011.snv.cp.net (c011-h004.c011.snv.cp.net [209.228.34.217]) by hub.freebsd.org (Postfix) with SMTP id 47C5D37B40C for ; Tue, 23 Oct 2001 18:42:47 -0700 (PDT) Received: (cpmta 11296 invoked from network); 23 Oct 2001 18:42:46 -0700 Received: from 209-6-191-48.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com (HELO fritzilldo) (209.6.191.48) by smtp.namezero.com (209.228.34.217) with SMTP; 23 Oct 2001 18:42:46 -0700 X-Sent: 24 Oct 2001 01:42:46 GMT Message-ID: <002601c15c2d$32d83b40$0301a8c0@fritzilldo> From: To: Subject: ISO Date: Tue, 23 Oct 2001 21:42:51 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01C15C0B.AA8D7F00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0023_01C15C0B.AA8D7F00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How do I make an ISO cd image in BSD? I tried to find the mkisofs util = but it has an error in the ports code and I looked it up on freebsd.org = and didn't get anywhere I could download it. I'm using 4.1.. ------=_NextPart_000_0023_01C15C0B.AA8D7F00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
How do I make an ISO cd image in BSD?  I tried = to find=20 the mkisofs util but it has an error in the ports code and I looked it = up on=20 freebsd.org and didn't get anywhere I could download it.  I'm using = 4.1..
 
------=_NextPart_000_0023_01C15C0B.AA8D7F00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:51:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from n5ial.gnt.com (n5ial.gnt.com [204.49.69.6]) by hub.freebsd.org (Postfix) with ESMTP id C937037B401 for ; Tue, 23 Oct 2001 18:51:39 -0700 (PDT) Received: (from jim@localhost) by n5ial.gnt.com (8.7.5/8.7.3) id UAA15334 for freebsd-questions@FreeBSD.ORG; Tue, 23 Oct 2001 20:51:33 -0500 Date: Tue, 23 Oct 2001 20:51:33 -0500 From: Jim Graham To: freebsd-questions@FreeBSD.ORG Subject: digital camera suggestions for FreeBSD 4.1.1 Message-ID: <20011023205133.A15162@n5ial.gnt.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i X-PGP: see http://www.gnt.net/~n5ial for PGP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG First, let me apologize---this question is only 50% FreeBSD related, but also let me explain.... I'm thinking about buying a digital camera, but have found my choices for cameras that use a floppy (and thus are easily supported by anything) to be rather limited (Sony Mavica MVC-FD92 seems to be the only real choice there). So, I'm looking for suggestions on a camera that will interface easily with FreeBSD 4.1.1. That's *THE* reason why I'm posting this here.... Also, I should add, I've never used USB---I've seen the cables, but that's as far as it goes, so don't assume any useful background there. Assume idiot-mode on that topic. :-( Here's what I'm looking for: a digital camera in the $500--$700 price range (US dollars), roughly 2 Megapixels (or better), that can interface easily with FreeBSD 4.1.1 on a PC platform (USB available...don't know how to use it or what to do with it). Preferably, I'd like one with optical zoom, the ability to add/swap lenses (wide angle, telephoto, etc.), filters, and so on, but those may well drive it out of my price range. Ability to record MPEGs would be nice, but rarely used. A decent amount of internal memory, and extra NiCad or Li Ion battery packs are both in the must-have category. If anyone has used any digital cameras that fit into these categories, please let me know what brand/model, your impressions, your typical usage of the camear (i.e., simple stuff for web pages or memory pics, amateur photography, professional photography, etc.), and so on. If you reply directly to the list, please CC me at jim@n5ial.gnt.net. As of 11Sep01, I'm not home much, and am roughly 7000 messages behind on this dist.list (I did a quick check, and found some messages that start to answer some of my questions, but not all).... Thanks, --jim -- 73 DE N5IAL (/4) MiSTie #49997 < Running FreeBSD 4.1.1 > jim@n5ial.gnt.net || j.graham@ieee.org ICBM / Hurricane: 30.39735N 86.60439W Down, not across. --alt.sysadmin.recovery motto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:54:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id E7FEC37B401 for ; Tue, 23 Oct 2001 18:54:16 -0700 (PDT) Received: (qmail 29426 invoked by uid 100); 24 Oct 2001 01:54:16 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.8008.241466.858831@guru.mired.org> Date: Tue, 23 Oct 2001 20:54:16 -0500 To: Shill Cc: questions@freebsd.org Subject: Re: regex(3), re_format(7) and shortest match In-Reply-To: <87041511@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Shill types: > >> Say I have the string: > >> "yo hiphop fun" > >> > >> Can anyone tell me how to achieve the shortest match? > >> > >> i.e. the first call to regexec() would return "" > >> and the second would return "". > > > Try this: () > > What if '<' '/' 'a' '>' are all valid characters inside ""? > > i.e. if I have the string "yo hiphop" a call to > regexec() should return " ". > > If I use the () regex, it would just return REG_NOMATCH. Use python re module - or Perl if you must - and then "" will work for your regular expression. The "?" makes the * match the shortest possible string that matches, which is what you want. If you have to invoke it from C, the sources to this can be found in /usr/src/contrib/perl5. Be warned that this is GNU-licensed code, not BSD-licensed code, so check the license restrictions before distributing the source or anything built on it. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:56:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from domino-2.prominic.com (s2-f1-gb.prominic.com [63.254.227.1]) by hub.freebsd.org (Postfix) with ESMTP id A93AD37B403 for ; Tue, 23 Oct 2001 18:56:23 -0700 (PDT) Subject: SoftScout - Semi-Annual Update Reminder To: questions@freebsd.org Message-ID: From: "Adam Fenstermaker" Date: Tue, 23 Oct 2001 21:46:09 -0400 X-MIMETrack: Serialize by Router on domino-2.prominic.com/Prominic(Release 5.0.8 |June 18, 2001) at 10/23/2001 08:56:23 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a semi-annual message to remind you to update your product on SoftScout if you haven't done so recently. If you haven't logged in to update your account within the past 6 months, you must log in now or your products will be archived off the site to ensure the directory is up-to-date. Note: Your user id, password, and listed software products are at the end of this e-mail. *6-month* targeted advertising spots are now available on SoftScout for as little as $248!!! Site demographics and pricing are available on-line! For more details, go to http://www.softscout.com/advertising or e-mail advertising@softscout.com Let us know how we're doing and what we can do better! Fill out a feedback form: http://www.softscout.com/feedback Frequently asked questions: http://www.softscout.com/faqs or e-mail info@softscout.com ---------------------------------------------------------------------------------------------------- You are receiving this semi-annual newsletter because you logged on to SoftScout.com (http://www.softscout.com), an internet-based business software directory that is free for everyone to access and use. If you are no longer interested in using SoftScout, please respond to this e-mail with a Subject of "DELETE PRODUCTS" and we will disable your account and *delete* your product(s) from the directory. If you wish to receive this letter monthly or on a semi-annual basis (instead of every month), log on to your account, and click "Change Name/Address". If you received multiple copies of this e-mail, please reply to this e-mail and let us know. To login, click on this link: http://www.softscout.com/vendor ... Your Account Name is FREEBS ... Your Account Password is A38E Here is a summary of the software you have on the site: Title Version Status Last Modified No software listed Interested in making your free directory listing stand out from the rest? Advertise on SoftScout! Check out our rates on our home page or e-mail advertising@softscout.com to request a copy of our advertising kit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:57:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id 48FBF37B403 for ; Tue, 23 Oct 2001 18:57:13 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id 515E52B8BF; Wed, 24 Oct 2001 11:57:45 +0930 (CST) Date: Wed, 24 Oct 2001 11:57:45 +0930 From: Andrew Reid To: Jim Graham Cc: freebsd-questions@FreeBSD.ORG Subject: Re: digital camera suggestions for FreeBSD 4.1.1 Message-ID: <20011024115745.B41477@plug.cx> References: <20011023205133.A15162@n5ial.gnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023205133.A15162@n5ial.gnt.net>; from jim@n5ial.gnt.net on Tue, Oct 23, 2001 at 08:51:33PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 08:51:33PM -0500, Jim Graham wrote: > Here's what I'm looking for: a digital camera in the $500--$700 price > range (US dollars), roughly 2 Megapixels (or better), that can interface > easily with FreeBSD 4.1.1 on a PC platform (USB available...don't know > how to use it or what to do with it). Preferably, I'd like one with > optical zoom, the ability to add/swap lenses (wide angle, telephoto, > etc.), filters, and so on, but those may well drive it out of my price > range. Ability to record MPEGs would be nice, but rarely used. A decent > amount of internal memory, and extra NiCad or Li Ion battery packs are > both in the must-have category. The Canon IXUS is pretty neat -- tiny little camera with LCD screen with a Li-Ion battery (I think its Li -- I can't remember exactly). It comes with an 8MB CF card, which is easilly upgraded to a nMB. Purchase a SanDisk USB CF Reader (ImageMate II I think they're called). It works with FreeBSD, and you mount your CF card as another block device. Just download from there. Using the SanDisk USB CF Reader, you could choose any other camera that has a removable CF card (i.e., most of them :-), but the Canon IXUS is just so incredibly tiny, I can't see any reason for getting something else :-) - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 18:58:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id BC90C37B401 for ; Tue, 23 Oct 2001 18:58:36 -0700 (PDT) Received: (qmail 29704 invoked by uid 100); 24 Oct 2001 01:58:36 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.8268.346817.370127@guru.mired.org> Date: Tue, 23 Oct 2001 20:58:36 -0500 To: Marty Landman Cc: questions@freebsd.org Subject: Re: intermittent HD activity on idle box In-Reply-To: <43194651@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marty Landman types: > I've got FreeBSD version 4.2 installed and sitting idle most of the time. > Occasionally I notice the hard drive working for several seconds to a few > minutes and looking at the console don't notice anything in particular > happening. I realize there are always processes running in the background > so I wonder what is going on and if there's a way I can monitor this sort > of activity? Noah already pointed you at cron; that's one possibility. The other is the disk syncer. See the syncer(4) man page for more information. > Also, does the hard drive get defragmented on the fly? Could that be what's > happening at times? Nope. FBSD's layout algorithms avoid fragmentation. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:12:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id 615B837B405 for ; Tue, 23 Oct 2001 19:12:17 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id 00B4A2B8BF; Wed, 24 Oct 2001 12:12:50 +0930 (CST) Date: Wed, 24 Oct 2001 12:12:49 +0930 From: Andrew Reid To: Frank Walder Cc: questions@FreeBSD.org Subject: Re: FreeBSD download Message-ID: <20011024121249.E41477@plug.cx> 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 jlsmbg@home.com on Tue, Oct 23, 2001 at 07:41:24PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 07:41:24PM -0400, Frank Walder wrote: > I am currently running a network of seven computers at home, four Win2000, > one NetWare5, and one blank. I want to dedicate the blank machine to > running your BSD. I went to your FreeBSD.org website on my Win2000 Server > to download the operating system, but have had some problems. First, the > IE5.5 locks up when I click on the ftp hyperlink. second, my CuteFTP client > errors out with "425 Can't build data connection: Operation timed out." when > I log on anonymously. That sounds like you're having a problem with firewalling. Are you behind a firewall? Perhaps you should try passive FTP. > I want to remove Bill Gates from my life, but your site is not making that > easy. It might be free, but it is not easy either. I can be contacted by > email at jlsmbg@hotmail.com or by telephone at 610-583-0556. That's good. FreeBSD isn't that hard to get into -- it seems that you're having a few difficulties with FTP, nothing more. Failing the suggestion above, you might be able to try looking for a local UNIX user group -- they're bound to have CDs that you can copy. - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:19:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id 6B2A937B405 for ; Tue, 23 Oct 2001 19:19:16 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id ADB882B8BF; Wed, 24 Oct 2001 12:19:50 +0930 (CST) Date: Wed, 24 Oct 2001 12:19:49 +0930 From: Andrew Reid To: Tim Erlin Cc: Frank Walder , questions@FreeBSD.org Subject: Re: FreeBSD download Message-ID: <20011024121949.G41477@plug.cx> References: <20011024002747.83721.qmail@web11707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024002747.83721.qmail@web11707.mail.yahoo.com>; from tperlin@yahoo.com on Tue, Oct 23, 2001 at 05:27:47PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 05:27:47PM -0700, Tim Erlin wrote: > You will probably find the install easier if you > create the boot floppies and install via FTP. The problem appears to be something to do with FTP. He'll probably run into two problems here. Firstly, the floppy images are on the FTP server (!), and secondly, it appears there is a fundemental inability for his systems to connect to the FreeBSD FTP servers. - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:39:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 87F5C37B403 for ; Tue, 23 Oct 2001 19:39:46 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-003dcwashP112.dialsprint.net [206.133.21.72]) by pintail.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id TAA15971; Tue, 23 Oct 2001 19:39:43 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 2A51150CF1; Tue, 23 Oct 2001 13:54:14 -0400 (EDT) Date: Tue, 23 Oct 2001 13:54:14 -0400 From: parv To: John Smith Cc: freebsd-questions@freebsd.org Subject: Re: colors really dark Message-ID: <20011023135414.A20763@moo.holy.cow> Mail-Followup-To: John Smith , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from ludwicza@hotmail.com on Tue, Oct 23, 2001 at 12:09:43AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote John Smith thusly... > > >... > > > I was thinking about 8-bit > > > color for a second, but does a default install automatically pick this > >for > > > you, and is there any way of changing it? > > > >see XFree86 manual(s) and/or XF86Config somewhere in /etc. > > > > Hmmm, are you talking about color depth in xterm or what I'm using in the X > server? In that latter case, I'm using 16bpp. I'm assuming this is what > you meant, I guess I got confused with the other guy said earlier. yes, i was referring to the color depth set by/for X server. > >well, as far as ls(1) & gnuls(1) are concerned, they just use different > >"fonts" & colors. for ls, all the colored listing are in normal font, > >i.e. not bold. whereas, gnuls uses bold fonts, which happens to be > >in "bright"er version of the same color than normal font. ... > >you may be able to change to color definitions. to get some idea, see > >vidcontrol(1) and xterm(1) in addition. ... > > Yeah, I played around alot with vidcontrol before, but that still doesn't > help with vim, and I'm happy with gnuls' choice of colors ... ... i am unaware about any material functional differences between vi & vim, but there is an important difference between ls & gnuls. ls can show flags set by chflags(1) w/ its "o" option, but not gnuls. that's understandable, too, as that behaviour would be system dependent. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:53: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id 68B5237B401 for ; Tue, 23 Oct 2001 19:52:57 -0700 (PDT) Received: from HSE-Toronto-ppp213547.sympatico.ca ([64.228.154.84]) by tomts9-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011024025256.EQCS19094.tomts9-srv.bellnexxia.net@HSE-Toronto-ppp213547.sympatico.ca>; Tue, 23 Oct 2001 22:52:56 -0400 Date: Tue, 23 Oct 2001 23:02:34 -0400 (EDT) From: "Steve Brown " To: Frank Walder Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD download In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, see http://www.freebsd.org/handbook/install.html . Read the handbook link and the newbie link at freebsd.org too, as well as their recommended links to web resources, newsgroups, mailing lists, et al. If you're going to give FreeBSD a go I hope you like to read! ;) Cable, DSL, or dialup? If you are using dialup you need a real hardware modem, not a PCI or a dreaded "winmodem". (USR external V92 faxmodem is about the best if you plan to buy). If you have cable and a network card that it recognises, it will be a piece of cake. (I used dialup/modem, slooowwww... but it did work). Suggest doing this: Read the install and browse the handbook. Make the 2 floppies and boot, choose hardware at the opening screen and continue, study the resulting boot messages. Note whether it sees your network card OK (or modem or serial port... but I assume you've got cable or DSL if your downloading whole ISO's). If it does, go straight to the custom install/set up network and try to connect to the 'net. You can safely do all this without doing anything invasive to your hard drive, which is good, because it will take some patience and a few tries to make that network connection happen. This is your trial run. Once you know you can do this, you can prep your harddrive for, and do a real install. It's also possible that you have to install the system first, then re-compile the kernel to recognise your hardware, etc. Example: Last time I checked, the generic (installation system) kernel could not handle PPPoE even though the book says it will (try anyway, they may have fixed it. PPPoE is the protocol used by most ISP's who offer ADSL.) I had to get the base system, kernel source&tools using dialup; then configure PPPoE before installing the works (by recompiling the kernel... see the handbook on how. Email me direct for specific options if you get this far, I just did it using info gleaned from all over the place, so I can save you some time here). If you don't have a network card or modem that FreeBSD recognises, get one. Even if you do buy the CD (cheap at www.chguy.net), you will still need some way onto the 'net, right? I recommend installing only the base system, docs, kernel source&tools (you *will* want to recompile the kernel from source), linux compatability, X, linux-netscape (not the FreeBSD version of Netscape). Get everything working, then go get everything else you want. You're probably thinking "Windows is easier!". But FreeBSD is worth the trouble, especially if you're tired of bluescreens. Good luck! Steve On Tue, 23 Oct 2001, Frank Walder wrote: > To whom it may concern: > I am currently running a network of seven computers at home, four Win2000, > one NetWare5, and one blank. I want to dedicate the blank machine to > running your BSD. I went to your FreeBSD.org website on my Win2000 Server > to download the operating system, but have had some problems. First, the > IE5.5 locks up when I click on the ftp hyperlink. second, my CuteFTP client > errors out with "425 Can't build data connection: Operation timed out." when > I log on anonymously. > I want to remove Bill Gates from my life, but your site is not making that > easy. It might be free, but it is not easy either. I can be contacted by > email at jlsmbg@hotmail.com or by telephone at 610-583-0556. > > Sincerely, Frank > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:55: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id AFF1937B401 for ; Tue, 23 Oct 2001 19:55:04 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 7A7D12B693; Wed, 24 Oct 2001 04:55:02 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 768AD7D8; Wed, 24 Oct 2001 12:54:56 +1000 (EST) Date: Wed, 24 Oct 2001 12:54:56 +1000 From: Edwin Groothuis To: FJU@Fritzilldo.com Cc: questions@freebsd.org Subject: Re: ISO Message-ID: <20011024125456.F552@k7.mavetju.org> References: <002601c15c2d$32d83b40$0301a8c0@fritzilldo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002601c15c2d$32d83b40$0301a8c0@fritzilldo>; from FJU@Fritzilldo.com on Tue, Oct 23, 2001 at 09:42:51PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 09:42:51PM -0400, FJU@Fritzilldo.com wrote: > How do I make an ISO cd image in BSD? I tried to find the mkisofs > util but it has an error in the ports code and I looked it up on > freebsd.org and didn't get anywhere I could download it. I'm using > 4.1.. Just had it built without problems on a 4.4 system. Can you be a little more specific about your problems with building it? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 19:57:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id B8AC937B405 for ; Tue, 23 Oct 2001 19:57:19 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id TAA31084; Tue, 23 Oct 2001 19:57:17 -0700 Message-ID: <3BD62E0C.A5B1183F@owt.com> Date: Tue, 23 Oct 2001 19:57:16 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Shaklee3 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with make buildworld References: <00a601c15c22$d918a900$6401a8c0@cliff> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Shaklee3 wrote: > > when I do a make buildworld from 4.3 STABLE to 4.4STABLE I keep > getting this error and it does not complete: > > Writing Makefile for DynaLoader > ==> Your Makefile has been rebuilt. <== > ==> Please rerun the make command. <== Most of these seem to come from a clock that is seriously off. Check your system time. Kent > false > *** Error code 1 > Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. > *** Error code 1 > Stop in /usr/src/gnu/usr.bin/perl/perl. > *** Error code 1 > Stop in /usr/src/gnu/usr.bin/perl. > > I have re-run make buildworld numerous times with the same result. -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 20:32: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id F05B537B403 for ; Tue, 23 Oct 2001 20:32:03 -0700 (PDT) Received: from telusplanet.net ([142.59.227.177]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011024033202.TQBA13979.priv-edtnes09-hme0.telusplanet.net@telusplanet.net>; Tue, 23 Oct 2001 21:32:02 -0600 Message-ID: <3BD635D5.33A121AA@telusplanet.net> Date: Tue, 23 Oct 2001 21:30:29 -0600 From: Chris Huisman X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Meyer Cc: questions@freebsd.org Subject: libm.so.6 + apache + mod_webapp.so References: <15317.27604.821226.876702@guru.mired.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Is there a freebsd version of mod_webapp.so?? Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 21:10:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 49D4037B406 for ; Tue, 23 Oct 2001 21:10:40 -0700 (PDT) Received: from gibson (adsl-65-64-74-184.dsl.okcyok.swbell.net [65.64.74.184]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9O4Bdr31782 for ; Tue, 23 Oct 2001 23:11:40 -0500 (CDT) (envelope-from tiffany@crshjnke.com) From: "Big B" To: "Freebsd-Questions" Subject: apache 2.0 and SSI Date: Tue, 23 Oct 2001 23:13:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just trying to get the simplest server side include working. Everything I have tried and nothing is working. nothing is showing up in the error-log. in http.conf I have enabled # To use server-parsed HTML files # SetOutputFilter INCLUDES for an example of what I am trying. http://stats.crshjnke.com/newspro/news.shtml I am trying to get that page to include http://stats.crshjnke.com/newspro/news.txt Any ideas on what I am missing.. I have also tried adding Options +Includes in the .htaccess file and nothing.. Thanks Kenny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 21:35:28 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 D530437B405 for ; Tue, 23 Oct 2001 21:35:26 -0700 (PDT) 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 f9O4ZET45281; Tue, 23 Oct 2001 21:35:25 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Gary W. Swearingen" Cc: Subject: RE: REQUEST FOR COMMENT Date: Tue, 23 Oct 2001 21:35:14 -0700 Message-ID: <000101c15c45$466f90a0$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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gary W. >Swearingen >Sent: Tuesday, October 23, 2001 3:06 PM >To: Ted Mittelstaedt > >It will sure be nice when we all get computers powerful enough to handle >automatic formatting and no longer have to read those kinds of things. > I know - unfortunately although Outlook allows you to text-ify stuff that shows up in pure HTML, it still retains all the MIME text headers telling the mail client that the ASCII text that follows is indeed text. At least it strips out all the tags, though. >It looks like we're going to have to wait until Microsoft users manage to >impose it upon us, with some strings attached. A sad story, often told. > Fortunately Microsquash isn't selling hardware firewalls - yet, that is. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 21:40: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bcgames.com.br (demo.bcgames.com.br [200.196.13.22]) by hub.freebsd.org (Postfix) with ESMTP id 8245E37B401 for ; Tue, 23 Oct 2001 21:39:59 -0700 (PDT) Received: from drean (200191221183-dial-user-UOL.acessonet.com.br [200.191.221.183]) by bcgames.com.br (8.11.6/8.11.3) with SMTP id f9O4dqu00576 for ; Wed, 24 Oct 2001 02:39:52 -0200 (BRST) (envelope-from diego@bcgames.com.br) Message-ID: <000001c15c46$b88562e0$b7ddbfc8@drean> From: "Diego" To: Subject: problem with ip_fw_ctl! Date: Wed, 24 Oct 2001 02:44:38 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15C35.D31252A0" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15C35.D31252A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need help i recompile my kernel with all options about FIREWALL...but = ipdivert and forward not work, send this message Oct 24 02:14:09 bcgames /kernel: ip_fw_ctl: invalid command My sysctl: kern.maxfiles: 32808 kern.maxfilesperproc: 32808 net.inet.ip.maxfragpackets: 4224 kern.maxusers: 1024 -> I find that he is correct I do not know more what to make! thank=B4s =20 I wait reply ------=_NextPart_000_0005_01C15C35.D31252A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I need help i recompile my kernel = with all=20 options about FIREWALL...but ipdivert and forward not work, send this=20 message
 
Oct 24 02:14:09 bcgames /kernel: = ip_fw_ctl: invalid=20 command
 
My sysctl:
kern.maxfiles: = 32808
kern.maxfilesperproc:=20 32808
net.inet.ip.maxfragpackets: 4224
kern.maxusers: 1024
-> I find that he is = correct
 
I do not know more what to = make!
 
thank=B4s
 
I wait = reply

------=_NextPart_000_0005_01C15C35.D31252A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 23 21:40:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id EB99E37B401 for ; Tue, 23 Oct 2001 21:40:45 -0700 (PDT) Received: from d.tracker ([65.92.115.51]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011024044044.IDLE4828.tomts19-srv.bellnexxia.net@d.tracker>; Wed, 24 Oct 2001 00:40:44 -0400 Received: (from david@localhost) by d.tracker (8.11.6/8.11.3) id f9O4aEq02506; Wed, 24 Oct 2001 00:36:14 -0400 (EDT) (envelope-from david) Date: Wed, 24 Oct 2001 00:35:55 -0400 From: David Banning To: Armando Cerna Cc: Andrew Reid , freebsd-questions@freebsd.org Subject: Re: Sound HELP! Message-ID: <20011024003555.A2486@sympatico.ca> References: <200110230308.UAA07787@cedar.he.net> <20011023132851.D37925@plug.cx> <200110230347.UAA09527@cedar.he.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110230347.UAA09527@cedar.he.net>; from armando@thefoodlist.com on Mon, Oct 22, 2001 at 08:48:25PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently had quite a few problems with interupts for my sound card. No show of errors during boot, but the card would simply not work. I got it working by first taking out all the boards I could -except- the soundcard, and eventually got it working with all the cards in different slots than they were originally. On Mon, Oct 22, 2001 at 08:48:25PM -0700, Armando Cerna wrote: > On Monday 22 October 2001 08:58 pm, Andrew Reid wrote: > > On Mon, Oct 22, 2001 at 08:09:20PM -0700, Armando Cerna wrote: > > > I am trying to record sound in freebsd and I can't get it working I try > > > rec and it says hit control c to stop recording but it just quits. I > > > have a soundblaster live value PCI and the following kernel > > > configuration > > > > Can you send a dmesg? > > > > - andrew > > > > Copyright (c) 1992-2001 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.4-STABLE #7: Fri Oct 5 15:47:59 PDT 2001 > armando@grover:/usr/src/sys/compile/GROVER > Timecounter "i8254" frequency 1193182 Hz > CPU: AMD Athlon(tm) processor (1200.05-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 > > Features=0x183f9ff > AMD Features=0xc0440000<,AMIE,DSP,3DNow!> > real memory = 201261056 (196544K bytes) > avail memory = 192438272 (187928K bytes) > Preloaded elf kernel "kernel" at 0xc035a000. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 9 entries at 0xc00fdee0 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 10 > isab0: at device 7.0 on pci0 > isa0: on isab0 > atapci0: port 0xd000-0xd00f at device 7.1 on > pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port 0xd400-0xd41f irq 12 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 > ums0: Logitech USB Mouse, rev 1.10/6.20, addr 2, iclass 3/1 > ums0: 3 buttons and Z dir. > uhci1: port 0xd800-0xd81f irq 12 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 > chip1: at device 7.4 on pci0 > pcm0: port 0xdc00-0xdc1f irq 12 at device 8.0 on pci0 > rl0: port 0xe400-0xe4ff mem 0xea000000-0xea0000ff > irq 11 at device 13.0 on pci0 > rl0: Ethernet address: 00:50:ba:47:a8:0b > miibus0: on rl0 > rlphy0: on miibus0 > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > orm0:
I've have a problem with the KDE and = Gnome CD=20 Players for FreeBSD 4.4/4.3. When I attempt to access the CD player(s) = it=20 displays on screen then a window pops up informing me that the program = has=20 crashed. However, on FreeBSD 4.1 the CD player works just fine. Do I = need to=20 make a custom kernel to fix this problem?
Thanks.
 
Sincerely,
 
Tim Solis
------=_NextPart_000_0005_01C15C24.2C7C3480-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 0:38:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 7E1D437B403 for ; Wed, 24 Oct 2001 00:38:36 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA62524; Wed, 24 Oct 2001 09:38:07 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Bezerker" , Subject: RE: Lil help with dummynet please? Date: Wed, 24 Oct 2001 09:41:33 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <001b01c15bfc$a2866f10$0101a8c0@bezerker> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Im trying to setup bandwith limiting so my fathers machine dont > soak all the > bandwith on my itty 56k. > > so.. i do the dummynet stuff and do this > ipfw add 1 ip from any to 192.168.1.5 via tun0 > ipfw pipe 1 config bw 3Kbytes/s > All looks well No, not so well. Your pipe config looks fine: > ipfw pipe 1 config bw 3Kbytes/s But, to use the pipe, your ipfw rule should be: > ipfw add 1 pipe 1 ip from any to 192.168.1.5 via tun0 In fact, the rule as you gave it above has invalid syntax as far as I can tell, so it might not be active at all. Check with "ipfw list". Regards, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 0:41:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id D8FE737B407 for ; Wed, 24 Oct 2001 00:41:20 -0700 (PDT) Received: from ntlworld.com ([62.255.194.90]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20011024074118.YHNR23419.mta06-svc.ntlworld.com@ntlworld.com> for ; Wed, 24 Oct 2001 08:41:18 +0100 Message-ID: <3BD671CB.4EF6711A@ntlworld.com> Date: Wed, 24 Oct 2001 08:46:20 +0100 From: Will White X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.8 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Failure on installing galeon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to install galeon on 4.4, but got an error when it got around to bonobo, viz. :gl.po:720: syntax error set says: _ set addsuffix argv () cwd /root dirstack /root echo_style bsd edit filec gid 0 group wheel history 100 home /root loginsh mail /var/mail/root owd path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /root/bin) prompt cc# prompt2 %R? prompt3 CORRECT>%R (y|n|e|a)? savehist 100 shell /bin/csh shlvl 1 status 0 tcsh 6.10.00 term cons25 tty ttyv0 uid 0 user root version tcsh 6.10.00 (Astron) 2000-11-19 (i386-intel-FreeBSD) options 8b,nls,dl,al,kan,sm,rh,color,dspm There was a previous problem when it tried to find libgda-0.2.90.tar.gz, failing on umpteen sources, before I broke in and downloaded it using debian and then restarted. I notice that someone has had the same problem with 4.3 in August, but I can't find any response to it. I hope someone can help. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 0:43:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id AC88B37B403 for ; Wed, 24 Oct 2001 00:43:40 -0700 (PDT) Received: from bezerker (user-2ivebfb.dialup.mindspring.com [165.247.45.235]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9O7hLQ21985; Wed, 24 Oct 2001 00:43:23 -0700 (PDT) Message-ID: <00ab01c15c5f$c8994160$0101a8c0@bezerker> From: "Bezerker" To: "Patrick O'Reilly" Cc: References: Subject: Re: Lil help with dummynet please? Date: Wed, 24 Oct 2001 03:44:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG it listed fine, i even tried another rule of ipfw pipe 1 ip from any to 192.168.1.5 to limit ANY traffic going there to 3kbyte/S No go. I essentially, have my modem on tun0 (ppp ) .. and want to limit any traffic coming in via the modem going to my pop's machine, to 3kbyte a sec... unfortunately, that seems more complicated than i expected :P ----- Original Message ----- From: "Patrick O'Reilly" To: "Bezerker" ; Sent: Wednesday, October 24, 2001 3:41 AM Subject: RE: Lil help with dummynet please? > > > > Im trying to setup bandwith limiting so my fathers machine dont > > soak all the > > bandwith on my itty 56k. > > > > so.. i do the dummynet stuff and do this > > ipfw add 1 ip from any to 192.168.1.5 via tun0 > > ipfw pipe 1 config bw 3Kbytes/s > > All looks well > > No, not so well. > > Your pipe config looks fine: > > ipfw pipe 1 config bw 3Kbytes/s > > But, to use the pipe, your ipfw rule should be: > > ipfw add 1 pipe 1 ip from any to 192.168.1.5 via tun0 > > In fact, the rule as you gave it above has invalid syntax as far as I can > tell, so it might not be active at all. Check with "ipfw list". > > Regards, > Patrick. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 0:46: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 12BC737B401 for ; Wed, 24 Oct 2001 00:45:31 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA62665; Wed, 24 Oct 2001 09:43:38 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Diego" , Subject: RE: problem with ip_fw_ctl! Date: Wed, 24 Oct 2001 09:47:04 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C9_01C15C70.D698B870" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <000001c15c46$b88562e0$b7ddbfc8@drean> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00C9_01C15C70.D698B870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Diego, Did you also add: options IPDIVERT to your kernel config? My kernel config for firewalls is usually like so: options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about options IPFIREWALL_FORWARD #enable transparent proxy support options IPDIVERT #divert sockets options DUMMYNET See LINT. Regards, Patrick. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Diego Sent: 24 October 2001 06:45 To: freebsd-questions@FreeBSD.ORG Subject: problem with ip_fw_ctl! I need help i recompile my kernel with all options about FIREWALL...but ipdivert and forward not work, send this message Oct 24 02:14:09 bcgames /kernel: ip_fw_ctl: invalid command My sysctl: kern.maxfiles: 32808 kern.maxfilesperproc: 32808 net.inet.ip.maxfragpackets: 4224 kern.maxusers: 1024 -> I find that he is correct I do not know more what to make! thankŽs I wait reply ------=_NextPart_000_00C9_01C15C70.D698B870 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Diego,
 
Did=20 you also add:
options      &nb= sp; =20 IPDIVERT
to=20 your kernel config?
 
My=20 kernel config for firewalls is usually like so:
options      &nb= sp; =20 IPFIREWALL     =20             &= nbsp;    =20 #firewall
options        =20 IPFIREWALL_VERBOSE      #print information=20 about
options        =20 IPFIREWALL_FORWARD     #enable transparent proxy=20 support
options        =20 IPDIVERT           = ;        =20         #divert=20 sockets
options        =20 DUMMYNET
See=20 LINT.
 
Regards,
Patrick.
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of=20 Diego
Sent: 24 October 2001 06:45
To:=20 freebsd-questions@FreeBSD.ORG
Subject: problem with=20 ip_fw_ctl!

I need help i recompile my = kernel with all=20 options about FIREWALL...but ipdivert and forward not work, send this=20 message
 
Oct 24 02:14:09 bcgames /kernel: = ip_fw_ctl:=20 invalid command
 
My sysctl:
kern.maxfiles: = 32808
kern.maxfilesperproc:=20 32808
net.inet.ip.maxfragpackets: 4224
kern.maxusers: 1024
-> I find that he is = correct
 
I do not know more what to = make!
 
thank=B4s
 
I wait=20 reply

------=_NextPart_000_00C9_01C15C70.D698B870-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 0:57:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from terminus.dnttm.ro (terminus.dnttm.ro [193.226.98.11]) by hub.freebsd.org (Postfix) with ESMTP id 1BCF637B401 for ; Wed, 24 Oct 2001 00:57:19 -0700 (PDT) Received: from gateway.saguaro.ro (dnt-gw-saguaro.dnttm.ro [193.226.98.106]) by terminus.dnttm.ro (8.9.3/8.9.3) with ESMTP id KAA13365; Wed, 24 Oct 2001 10:56:43 +0300 Received: from saguaro.ro (samba.spr [192.168.1.100]) by gateway.saguaro.ro (8.9.3/8.9.3) with ESMTP id KAA09143; Wed, 24 Oct 2001 10:56:24 +0300 Received: from claus (claus.spr [192.168.1.9]) by saguaro.ro (8.11.2/8.11.2) with SMTP id f9O7tBc01223; Wed, 24 Oct 2001 10:55:16 +0300 Message-ID: <004701c15c69$7ffbe2a0$0901a8c0@claus> From: "Claudiu Balogh" To: "Gerald T. Freymann" Cc: References: <000c01c15bfe$4c576020$c967e9d5@hardfloor> <006c01c15c06$9b82e310$0f01a8c0@phantom> Subject: Re: xvidtune & Fxtv Date: Wed, 24 Oct 2001 10:54:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I suggest you find out first what type of capture chipset you have (ie BrookTree (bt878, 848 etc) or something else) and then configure your kernel with that device (it's easy to do it, just look at /sys/i386/conf/LINT). Reboot after installing the new kernel and see what it reports about capture cards... If your capture device is detected, then you can make the respective device in /dev using sh MAKEDEV. Then shoot up your favourite tv tuner application (I guess that's fxtv, I don't know of any other for FreeBSD). I'm not sure how linuxvideo could help, but I will look at it for my problem with fxtv. Thanks for the tip :) Hope this helps, Claudiu. ----- Original Message ----- From: "Gerald T. Freymann" To: "Claudiu Balogh" Sent: Tuesday, October 23, 2001 23:06 Subject: Re: xvidtune & Fxtv > I have an ATI video card with tv-tuner. > > I went to linuxvideo to try and figure out how to make it work but I got > lost. > > Do you have any tips? > > I have FreeBSD 4.3-Release and KDE 2.0 and Xwindows v4.01 (or is that > 4.10?) > > ----- Original Message ----- > From: "Claudiu Balogh" > To: > Sent: Tuesday, October 23, 2001 4:04 PM > Subject: xvidtune & Fxtv > > > I have two questions. If somebody could give me an answer I would > appreciate it. > > 1. Does anyone have an idea about why xvidtune reports "Please install > application first" when I try and run it inside a Konsole in KDE 2.2 ? > 2. My Fxtv (tv tuner application) displays a static image unless something > is "working" in KDE 2.2. For example if I make a "Find file..." in > Konqueror then the tv tuner displays the tv channel correctly (fps is very > low though); the same when I am moving the fxtv window using the mouse, or > when I move the mouse cursor over the KDE desktop icons... I have no idea > why could this happen. I am sure I have configured bktr correctly in the > kernel. I have an Athlon Thunderbird 1.2 GHz, 256 Mb RAM on a VIA KT133 > motherboard. > > Thank you in advance, > Claudiu. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1: 3:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 0A6F637B405 for ; Wed, 24 Oct 2001 01:03:34 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15wJ0Y-0008Mw-00; Wed, 24 Oct 2001 10:03:26 +0200 Received: from 213-196-88-166.hosts.streamgate.de ([213.196.88.166] helo=mistered) by mrvdom03.schlund.de with smtp (Exim 2.12 #2) id 15wJ0X-0001Gx-00; Wed, 24 Oct 2001 10:03:25 +0200 From: "Jonas Sonntag" To: , Subject: AW: Date: Wed, 24 Oct 2001 10:04:18 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <200110240520.f9O5KU624324@smtp2.jaring.my> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hope no one opened this thing. at least no one running windows ;) http://www.symantec.com/avcenter/venc/data/w95.mtx.html > -----Ursprüngliche Nachricht----- > Von: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] Im Auftrag von yeehsien@pd.jaring.my > Gesendet: Mittwoch, 24. Oktober 2001 07:21 > An: undisclosed-recipients: > Betreff: > > << Datei: Sorry_about_yesterday.DOC.pif >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:10:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from roura.ac.upc.es (roura.ac.upc.es [147.83.33.10]) by hub.freebsd.org (Postfix) with ESMTP id 7DA1537B401 for ; Wed, 24 Oct 2001 01:10:21 -0700 (PDT) Received: from acm.org (fonoll.ac.upc.es [147.83.32.14]) by roura.ac.upc.es (8.11.6/8.11.0) with ESMTP id f9O89bx29245; Wed, 24 Oct 2001 10:09:39 +0200 (MET DST) Message-ID: <3BD67741.1DBDE25D@acm.org> Date: Wed, 24 Oct 2001 10:09:37 +0200 From: Oscar-Ivan Lepe-Aldama Organization: DAC/UPC X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: es, en MIME-Version: 1.0 To: David Kirchner Cc: questions@FreeBSD.ORG Subject: Re: Disklabel lost References: <20011023093846.X85958-200000@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Kirchner wrote: > > (I've lost the original e-mail, so I don't recall if this is IDE or SCSI. > Either way, you want to search partition c.) > :-) Yes, I can see that you have because in that e-mail I didn't mention anything about the type of disk I have (an IDE), but I did say that I have accessed the root's mbox and I have printed the df output. That was how I have figured out that my intial guess about the size of the root partition was wrong. The df output is: Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 49583 28226 17391 62% / /dev/ad0s1e 5842520 4071545 1303574 76% /usr procfs 4 4 0 100% /proc My problem now is to figure out where the ad0s1e partition starts, which I guess is after the swap partition, which I guess is after the ad0s1a partition for which I don't know its size. Isn't the gpart program ment to do the above (that is, to guess where a BSD partition begins/ends)? Any other idea is very much welcome. --- Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:11:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id A8EC337B401 for ; Wed, 24 Oct 2001 01:11:31 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA63396; Wed, 24 Oct 2001 10:10:51 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Bezerker" Cc: Subject: RE: Lil help with dummynet please? Date: Wed, 24 Oct 2001 10:14:18 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <00ab01c15c5f$c8994160$0101a8c0@bezerker> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bez, I'm not sure if you are getting the syntax right in your firewall scripts, but the samples in your emails are certainly not right. Below you mention a rule like this: ipfw pipe 1 ip from any to 192.168.1.5 ipfw will see this as a pipe config rule, NOT a normal ipfw rule, because it begins with "ipfw pipe". Try the following: ipfw pipe 1 config 3KByte/s ipfw add 1 pipe 1 ip from any to 192.168.1.5 PS: I'm assuming you are running NAT? Make sure the rule sending packets to the pipe is after NAT has done its trick, or else you are not going to get a match on that private address! So perhaps you should rather do something like this: ipfw pipe 1 config 3KByte/s ipfw add 1 divert ip from any to any via tun0 ipfw add 2 pipe 1 ip from any to 192.168.1.5 Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bezerker > Sent: 24 October 2001 09:45 > To: Patrick O'Reilly > Cc: questions@FreeBSD.ORG > Subject: Re: Lil help with dummynet please? > > > it listed fine, > i even tried another rule of ipfw pipe 1 ip from any to > 192.168.1.5 to limit > ANY traffic going there to 3kbyte/S > > No go. > I essentially, have my modem on tun0 (ppp ) .. and want to limit > any traffic > coming in via the modem going to my pop's machine, to 3kbyte a sec... > unfortunately, that seems more complicated than i expected :P > > ----- Original Message ----- > From: "Patrick O'Reilly" > To: "Bezerker" ; > Sent: Wednesday, October 24, 2001 3:41 AM > Subject: RE: Lil help with dummynet please? > > > > > > > > Im trying to setup bandwith limiting so my fathers machine dont > > > soak all the > > > bandwith on my itty 56k. > > > > > > so.. i do the dummynet stuff and do this > > > ipfw add 1 ip from any to 192.168.1.5 via tun0 > > > ipfw pipe 1 config bw 3Kbytes/s > > > All looks well > > > > No, not so well. > > > > Your pipe config looks fine: > > > ipfw pipe 1 config bw 3Kbytes/s > > > > But, to use the pipe, your ipfw rule should be: > > > ipfw add 1 pipe 1 ip from any to 192.168.1.5 via tun0 > > > > In fact, the rule as you gave it above has invalid syntax as > far as I can > > tell, so it might not be active at all. Check with "ipfw list". > > > > Regards, > > Patrick. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:19:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 1DB4437B403 for ; Wed, 24 Oct 2001 01:19:14 -0700 (PDT) Received: from bezerker (user-2ivebfb.dialup.mindspring.com [165.247.45.235]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9O8J4Q09226; Wed, 24 Oct 2001 01:19:05 -0700 (PDT) Message-ID: <00cd01c15c64$c5484f60$0101a8c0@bezerker> From: "Bezerker" To: "Patrick O'Reilly" Cc: References: Subject: Re: Lil help with dummynet please? Date: Wed, 24 Oct 2001 04:20:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG DOH! So sorry, i meant ipfw add pipe 1 which put the rule in line 65100.. does this rule need to be further up in the priority? Again sorry for that misinformation bleh ----- Original Message ----- From: "Patrick O'Reilly" To: "Bezerker" Cc: Sent: Wednesday, October 24, 2001 4:14 AM Subject: RE: Lil help with dummynet please? > Bez, > > I'm not sure if you are getting the syntax right in your firewall scripts, > but the samples in your emails are certainly not right. > > Below you mention a rule like this: > ipfw pipe 1 ip from any to 192.168.1.5 > > ipfw will see this as a pipe config rule, NOT a normal ipfw rule, because it > begins with "ipfw pipe". > > Try the following: > > ipfw pipe 1 config 3KByte/s > ipfw add 1 pipe 1 ip from any to 192.168.1.5 > > PS: I'm assuming you are running NAT? Make sure the rule sending packets to > the pipe is after NAT has done its trick, or else you are not going to get a > match on that private address! So perhaps you should rather do something > like this: > > ipfw pipe 1 config 3KByte/s > ipfw add 1 divert ip from any to any via tun0 > ipfw add 2 pipe 1 ip from any to 192.168.1.5 > > Patrick. > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bezerker > > Sent: 24 October 2001 09:45 > > To: Patrick O'Reilly > > Cc: questions@FreeBSD.ORG > > Subject: Re: Lil help with dummynet please? > > > > > > it listed fine, > > i even tried another rule of ipfw pipe 1 ip from any to > > 192.168.1.5 to limit > > ANY traffic going there to 3kbyte/S > > > > No go. > > I essentially, have my modem on tun0 (ppp ) .. and want to limit > > any traffic > > coming in via the modem going to my pop's machine, to 3kbyte a sec... > > unfortunately, that seems more complicated than i expected :P > > > > ----- Original Message ----- > > From: "Patrick O'Reilly" > > To: "Bezerker" ; > > Sent: Wednesday, October 24, 2001 3:41 AM > > Subject: RE: Lil help with dummynet please? > > > > > > > > > > > > Im trying to setup bandwith limiting so my fathers machine dont > > > > soak all the > > > > bandwith on my itty 56k. > > > > > > > > so.. i do the dummynet stuff and do this > > > > ipfw add 1 ip from any to 192.168.1.5 via tun0 > > > > ipfw pipe 1 config bw 3Kbytes/s > > > > All looks well > > > > > > No, not so well. > > > > > > Your pipe config looks fine: > > > > ipfw pipe 1 config bw 3Kbytes/s > > > > > > But, to use the pipe, your ipfw rule should be: > > > > ipfw add 1 pipe 1 ip from any to 192.168.1.5 via tun0 > > > > > > In fact, the rule as you gave it above has invalid syntax as > > far as I can > > > tell, so it might not be active at all. Check with "ipfw list". > > > > > > Regards, > > > Patrick. > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:39:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id 8898337B401 for ; Wed, 24 Oct 2001 01:39:32 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id CAA16729 for ; Wed, 24 Oct 2001 02:39:30 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: Portupgrade Date: Wed, 24 Oct 2001 02:50:20 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quick question: To upgrade existing installed packages, do you have to cvsup the ports tree first? If I understand correctly, portupgrade only checks the local ports tree and compares it to intalled packages. Do I understand correctly? _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:49:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 92E1337B405 for ; Wed, 24 Oct 2001 01:48:50 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA64234; Wed, 24 Oct 2001 10:45:49 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Bezerker" Cc: Subject: RE: Lil help with dummynet please? Date: Wed, 24 Oct 2001 10:49:15 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <00cd01c15c64$c5484f60$0101a8c0@bezerker> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK... The sequence of your rules should be set to achieve what you need. Your rule is fine at 65100 as long as there is not a rule BEFORE that which is actually passing the traffic to 192.168.5.1. If that is the case (ie: there IS an earlier rule passing traffic to 196.168.5.1) then obviously the rule 65100 pipe does not come into play, and hence the pipe does not come into play, and hence your problem. Try using: =========== ipfw add pipe 1 log ip from any to 192.168.1.5 =========== so that all packets passed to the pipe will also be logged, then watch your logs to see what's happening. If nothing hits the log then it must be going through somewhere else. Or use: ipfw -a list to get some clues. Try to do this while the rest of your network is quiet: =========== ipfw zero ipfw -a list (now generate some internet traffic to/from 196.168.5.1) ipfw -a list =========== You should now have a pretty good idea which rules are passing the packets. Make sure those rules are hooked into pipe 1. Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bezerker > Sent: 24 October 2001 10:21 > To: Patrick O'Reilly > Cc: questions@FreeBSD.ORG > Subject: Re: Lil help with dummynet please? > > > DOH! So sorry, i meant ipfw add pipe 1 which put the rule in line 65100.. > does this rule need to be further up in the priority? Again > sorry for that > misinformation > bleh > > ----- Original Message ----- > From: "Patrick O'Reilly" > To: "Bezerker" > Cc: > Sent: Wednesday, October 24, 2001 4:14 AM > Subject: RE: Lil help with dummynet please? > > > > Bez, > > > > I'm not sure if you are getting the syntax right in your > firewall scripts, > > but the samples in your emails are certainly not right. > > > > Below you mention a rule like this: > > ipfw pipe 1 ip from any to 192.168.1.5 > > > > ipfw will see this as a pipe config rule, NOT a normal ipfw > rule, because > it > > begins with "ipfw pipe". > > > > Try the following: > > > > ipfw pipe 1 config 3KByte/s > > ipfw add 1 pipe 1 ip from any to 192.168.1.5 > > > > PS: I'm assuming you are running NAT? Make sure the rule > sending packets > to > > the pipe is after NAT has done its trick, or else you are not > going to get > a > > match on that private address! So perhaps you should rather do > something > > like this: > > > > ipfw pipe 1 config 3KByte/s > > ipfw add 1 divert ip from any to any via tun0 > > ipfw add 2 pipe 1 ip from any to 192.168.1.5 > > > > Patrick. > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bezerker > > > Sent: 24 October 2001 09:45 > > > To: Patrick O'Reilly > > > Cc: questions@FreeBSD.ORG > > > Subject: Re: Lil help with dummynet please? > > > > > > > > > it listed fine, > > > i even tried another rule of ipfw pipe 1 ip from any to > > > 192.168.1.5 to limit > > > ANY traffic going there to 3kbyte/S > > > > > > No go. > > > I essentially, have my modem on tun0 (ppp ) .. and want to limit > > > any traffic > > > coming in via the modem going to my pop's machine, to 3kbyte a sec... > > > unfortunately, that seems more complicated than i expected :P > > > > > > ----- Original Message ----- > > > From: "Patrick O'Reilly" > > > To: "Bezerker" ; > > > Sent: Wednesday, October 24, 2001 3:41 AM > > > Subject: RE: Lil help with dummynet please? > > > > > > > > > > > > > > > > Im trying to setup bandwith limiting so my fathers machine dont > > > > > soak all the > > > > > bandwith on my itty 56k. > > > > > > > > > > so.. i do the dummynet stuff and do this > > > > > ipfw add 1 ip from any to 192.168.1.5 via tun0 > > > > > ipfw pipe 1 config bw 3Kbytes/s > > > > > All looks well > > > > > > > > No, not so well. > > > > > > > > Your pipe config looks fine: > > > > > ipfw pipe 1 config bw 3Kbytes/s > > > > > > > > But, to use the pipe, your ipfw rule should be: > > > > > ipfw add 1 pipe 1 ip from any to 192.168.1.5 via tun0 > > > > > > > > In fact, the rule as you gave it above has invalid syntax as > > > far as I can > > > > tell, so it might not be active at all. Check with "ipfw list". > > > > > > > > Regards, > > > > Patrick. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:50:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 9EFE537B410 for ; Wed, 24 Oct 2001 01:50:42 -0700 (PDT) Received: (qmail 85012 invoked by uid 100); 24 Oct 2001 08:50:36 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <15318.32988.185626.446592@guru.mired.org> Date: Wed, 24 Oct 2001 03:50:36 -0500 To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= Cc: questions@freebsd.org Subject: Re: Running out of space In-Reply-To: <8047262@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S=F8ren Neigaard types: > I'm running out of space on /usr >=20 > How do I figure out what under /usr takes up most space? >=20 > I have build some ports, can I easily remove the source, and how do I= > do it? Others have pointed out du and xdu, but have missed the possibility that you have a file system mounted on /usr. I prefer "du -xa /usr | sort -rn > /tmp/usr.space" That lists all the files on /usr and how big they are. For directories, it lists the size of the everything in the directory. Then sort it so the biggest things are at the top of the list, which makes pruning easy. If you'd rather use xdu, the same thing works. =09=09=09=09http://www.mired.org/home/mwm/ Q: How do you make the gods laugh?=09=09A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 1:57:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from terminus.dnttm.ro (terminus.dnttm.ro [193.226.98.11]) by hub.freebsd.org (Postfix) with ESMTP id C3E1337B403 for ; Wed, 24 Oct 2001 01:57:16 -0700 (PDT) Received: from gateway.saguaro.ro (dnt-gw-saguaro.dnttm.ro [193.226.98.106]) by terminus.dnttm.ro (8.9.3/8.9.3) with ESMTP id LAA19866; Wed, 24 Oct 2001 11:56:52 +0300 Received: from saguaro.ro (samba.spr [192.168.1.100]) by gateway.saguaro.ro (8.9.3/8.9.3) with ESMTP id LAA10185; Wed, 24 Oct 2001 11:56:35 +0300 Received: from claus (claus.spr [192.168.1.9]) by saguaro.ro (8.11.2/8.11.2) with SMTP id f9O8tHc02804; Wed, 24 Oct 2001 11:55:26 +0300 Message-ID: <005901c15c71$e833c010$0901a8c0@claus> From: "Claudiu Balogh" To: "Gerald T. Freymann" Cc: References: <000c01c15bfe$4c576020$c967e9d5@hardfloor> <006c01c15c06$9b82e310$0f01a8c0@phantom> Subject: Re: xvidtune & Fxtv Date: Wed, 24 Oct 2001 11:54:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have found something about the ATI All-In-Wonder card at: http://telepresence.dmem.strath.ac.uk/bt848/ (or directly to the provided link: http://www.core.binghamton.edu/~insomnia/gatos/) Look there. It might be helpful. Claudiu. ----- Original Message ----- From: "Gerald T. Freymann" To: "Claudiu Balogh" Sent: Tuesday, October 23, 2001 23:06 Subject: Re: xvidtune & Fxtv > I have an ATI video card with tv-tuner. > > I went to linuxvideo to try and figure out how to make it work but I got > lost. > > Do you have any tips? > > I have FreeBSD 4.3-Release and KDE 2.0 and Xwindows v4.01 (or is that > 4.10?) > > ----- Original Message ----- > From: "Claudiu Balogh" > To: > Sent: Tuesday, October 23, 2001 4:04 PM > Subject: xvidtune & Fxtv > > > I have two questions. If somebody could give me an answer I would > appreciate it. > > 1. Does anyone have an idea about why xvidtune reports "Please install > application first" when I try and run it inside a Konsole in KDE 2.2 ? > 2. My Fxtv (tv tuner application) displays a static image unless something > is "working" in KDE 2.2. For example if I make a "Find file..." in > Konqueror then the tv tuner displays the tv channel correctly (fps is very > low though); the same when I am moving the fxtv window using the mouse, or > when I move the mouse cursor over the KDE desktop icons... I have no idea > why could this happen. I am sure I have configured bktr correctly in the > kernel. I have an Athlon Thunderbird 1.2 GHz, 256 Mb RAM on a VIA KT133 > motherboard. > > Thank you in advance, > Claudiu. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:10:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.27]) by hub.freebsd.org (Postfix) with ESMTP id 2CEAF37B409; Wed, 24 Oct 2001 02:10:05 -0700 (PDT) Received: from daemon.chronias.ninth-circle.org ([62.163.96.180]) by amsfep15-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20011024091004.WSD14265.amsfep15-int.chello.nl@daemon.chronias.ninth-circle.org>; Wed, 24 Oct 2001 11:10:04 +0200 Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f9O99w969640; Wed, 24 Oct 2001 11:09:58 +0200 (CEST) (envelope-from asmodai) Date: Wed, 24 Oct 2001 11:09:58 +0200 From: Jeroen Ruigrok/Asmodai To: LoRdGeEzOuS666@aol.com Cc: www@freebsd.org, questions@freebsd.org Subject: Re: i have a question.. Message-ID: <20011024110958.L33318@daemon.ninth-circle.org> Reply-To: questions@freebsd.org References: <7c.1ced10dc.28fa014b@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7c.1ced10dc.28fa014b@aol.com> User-Agent: Mutt/1.3.22.1i Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Late response due to being on vacation] [Please honour the reply-to] -On [20011013 23:16], LoRdGeEzOuS666@aol.com (LoRdGeEzOuS666@aol.com) wrote: >Excuse me buti have a serious problem.I am currently trying to download >freebsd and i have for unix so i would know how to get logged in and how the >commands work as well i was wondering if i can download freebsd and how do >because i don't see where to download it..Can you please help me? You need to get more insight about what Unix exactly is. Best things to read which are FreeBSD specific are: http://www.freebsd.org/handbook/ and http://www.freebsd.org/FAQ Especially http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html will be of interest. Furthermore, newbie Unix URLs: http://pcunix.com/newtounix.html http://www.ugu.com/sui/ugu/show?help.beginners Unix will demand you read a lot, and invest a lot of time trying to find answers before you consult other people. Do that, and the rewards will be tremendous. Hope this helps, -- Jeroen Ruigrok van der Werven/Asmodai asmodai@[wxs.nl|freebsd.org|xmach.org] Documentation nutter/C-rated Coder, finger asmodai@ninth-circle.dnsalias.net http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ A pilgrim must follow in search of a shrine, as he enters inside a cathedral... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:22:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10105.mail.yahoo.com (web10105.mail.yahoo.com [216.136.130.55]) by hub.freebsd.org (Postfix) with SMTP id 7400437B403 for ; Wed, 24 Oct 2001 02:22:07 -0700 (PDT) Message-ID: <20011024092207.37052.qmail@web10105.mail.yahoo.com> Received: from [202.58.240.69] by web10105.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 02:22:07 PDT Date: Wed, 24 Oct 2001 02:22:07 -0700 (PDT) From: Rick Hunter Reply-To: junf@wavephil.com Subject: bridging without ipfw To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am running 4.3-RELEASE with the following additional kernel options set on the GENERIC kernel config file: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options IPFILTER options IPFILTER_LOG options IPSTEALTH options DUMMYNET options QUOTA options NMBCLUSTERS=32768 options BRIDGE Compiled kernel successfully and installed it. Add net.link.ether.bridge=1 net.inet.ip.forwarding: 1 to sysctl.conf. Then, rebooted the machine. This is my network setup +--------+ +----------+ | PC +A-------B+ BRIDGE +C------[192.168.1.0/27] +--------+ ^ +----------+ [ Network ] | cross cable where A -- 192.168.1.5/27 B -- (no address) C -- 192.168.1.30/27 PROBLEM: PC cannot ping the outside network. The outside network cannot ping the PC. Therefore, bridge is not working. I have gone through all BRIDGE documentations. And I think I have followed everything (I think). Anything that I missed out ??? -- __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:24:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moebius2.Space.Net (moebius2.Space.Net [195.30.1.100]) by hub.freebsd.org (Postfix) with SMTP id 0EC4837B405 for ; Wed, 24 Oct 2001 02:24:10 -0700 (PDT) Received: (qmail 3393 invoked by uid 1408); 24 Oct 2001 09:24:08 -0000 Date: Wed, 24 Oct 2001 11:24:08 +0200 From: Martin Hasenbein To: FreeBSD Questions - Mailinglist Subject: Question to kernel message Message-ID: <20011024112408.A3171@Space.Net> Reply-To: Martin Hasenbein Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, we've found this message in our /var/log/messages after the last backup: popmail /kernel: dscheck(#amrd/0x20004): negative b_blkno -657276184 Does anyone know, what this means? Is this a problem with the filesystem? Thanks. /mh -- Martin Hasenbein -- mh@free.beastie.de UNIX, a way of life. FreeBSD, my choice of living. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:24:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from global02.ezprovider.net (global02.ezprovider.net [64.69.95.21]) by hub.freebsd.org (Postfix) with ESMTP id F20A437B407 for ; Wed, 24 Oct 2001 02:24:48 -0700 (PDT) Received: from 216.76.216.180 [216.76.216.180] by global02.ezprovider.net (SMTPD32-5.05) id A8904040292; Wed, 24 Oct 2001 02:23:28 -0700 To: From: caaarondebt@iname.com Subject: Tech Support Ticket # 27336 Date: Wed, 24 Oct 2001 05:21:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Reply-To: caaarondebt@iname.com Message-Id: <200110240223843.SM00964@216.76.216.180> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Redefine Business... It's not too late to start making money on the internet! In fact, the real opportunity is just beginning! Millions of dollars have been spent developing and perfecting the tools that comprise our system. Your job and mine become almost automatic. This system can create an "unfair advantage" for you to maximize your leverage over the next few months. This is the kind of opportunity that happens maybe once every hundred years! The time for a decision is now...Recreate your future or or be left always wondering...WHAT IF!!! For further details, I encourage you to click the link below! http://www.towerlake.com/users/mainstreet/index7.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:29:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13305.mail.yahoo.com (web13305.mail.yahoo.com [216.136.175.41]) by hub.freebsd.org (Postfix) with SMTP id 34E5837B407 for ; Wed, 24 Oct 2001 02:29:43 -0700 (PDT) Message-ID: <20011024092942.48196.qmail@web13305.mail.yahoo.com> Received: from [193.174.9.99] by web13305.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 11:29:42 CEST Date: Wed, 24 Oct 2001 11:29:42 +0200 (CEST) From: =?iso-8859-1?q?m=20p?= Subject: Re: bridging without ipfw To: junf@wavephil.com Cc: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rick Hunter wrote: > > Hello, > > I am running 4.3-RELEASE with the following additional > kernel options set on the GENERIC kernel config file: > > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_FORWARD > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPDIVERT > options IPFILTER > options IPFILTER_LOG > options IPSTEALTH > options DUMMYNET > options QUOTA > options NMBCLUSTERS=32768 > options BRIDGE > > Compiled kernel successfully and installed it. Add > > net.link.ether.bridge=1 > net.inet.ip.forwarding: 1 > > to sysctl.conf. Then, rebooted the machine. This is my > network setup > > +--------+ +----------+ > | PC +A-------B+ BRIDGE +C------[192.168.1.0/27] > +--------+ ^ +----------+ [ Network ] > | > cross cable > > where > > A -- 192.168.1.5/27 > B -- (no address) > C -- 192.168.1.30/27 > > PROBLEM: > PC cannot ping the outside network. > The outside network cannot ping the PC. > Therefore, bridge is not working. > > I have gone through all BRIDGE documentations. And I > think I have followed everything (I think). Anything > that I missed out ??? > Hi Rick, the default rule for ipfw is "deny all". If you had not added "allow what i want" to ipfw it will not forward any pakets because of your rulebase. Take a look at your /etc/rc.conf and /etc/rc.firewall which type you had choose and modify it to fit for you. Hope that helps Marc __________________________________________________________________ Es ist soweit: das Nokia Game beginnt. Sei bereit für das multimediale Abenteuer. Melde dich bis zum 3. November bei http://de.promotions.yahoo.com/info/nokiagame an! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:48:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 878F937B401 for ; Wed, 24 Oct 2001 02:48:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.6/8.11.6) with ESMTP id f9O9lso16165; Wed, 24 Oct 2001 12:47:55 +0300 (EEST) (envelope-from sa@simon.org.ua) Date: Wed, 24 Oct 2001 12:47:54 +0300 (EEST) From: Andrey Simonenko X-X-Sender: sa@lion.com.ua To: Mike Meyer Cc: questions@freebsd.org Subject: Re: How to enable Netscape plugins in Konqueror in KDE 2.2 ? In-Reply-To: <15317.30281.485942.666350@guru.mired.org> Message-ID: <20011024124519.O16154-100000@lion.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, Mike Meyer wrote: > Andrey Simonenko types: > > Hi All, > > > > How to enable Netscape plugins in Konqueror in KDE 2.2? > > On RedHat 7.1 in Konqueror in KDE 2.0 I can chose "Netscape Plugins" > > option in the confiration window and set paths where to find Netscape > > plugins. > > > > Really I need to have Flash5 support in Konqueror (I use FreeBSD 4.4, > > X-3.3.6, KDE-2.2). Can anybody help with this? > > The Netscape plugins only work with Linux binaries. So you need to > install the Linux version of Konquerer, meaning you'll need the rest > of the KDE libraries that it uses installed in your linux emulation as > well. It's bad, I still can't understand why some companies can't provide *BSD version of their software (Flash5 plugin for example). > > I'd suggest just keeping the linux version of Netscape around for when > you have to use Flash5. > Netscape 4.76 and 6.0 has bugs with HTML parsing, with Russian and Ukrainian code pages and some others, which it inherited from its original versions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 2:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 5D73E37B401 for ; Wed, 24 Oct 2001 02:58:51 -0700 (PDT) Received: (qmail 86587 invoked by uid 100); 24 Oct 2001 09:58:45 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.37076.950207.869926@guru.mired.org> Date: Wed, 24 Oct 2001 04:58:44 -0500 To: Andrey Simonenko Cc: questions@freebsd.org Subject: Re: How to enable Netscape plugins in Konqueror in KDE 2.2 ? In-Reply-To: <20011024124519.O16154-100000@lion.com.ua> References: <15317.30281.485942.666350@guru.mired.org> <20011024124519.O16154-100000@lion.com.ua> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey Simonenko types: > On Tue, 23 Oct 2001, Mike Meyer wrote: > > Andrey Simonenko types: > > > Really I need to have Flash5 support in Konqueror (I use FreeBSD 4.4, > > > X-3.3.6, KDE-2.2). Can anybody help with this? > > The Netscape plugins only work with Linux binaries. So you need to > > install the Linux version of Konquerer, meaning you'll need the rest > > of the KDE libraries that it uses installed in your linux emulation as > > well. > It's bad, I still can't understand why some companies can't provide *BSD > version of their software (Flash5 plugin for example). Because the easy part of doing software is writing it. > > I'd suggest just keeping the linux version of Netscape around for when > > you have to use Flash5. > Netscape 4.76 and 6.0 has bugs with HTML parsing, with Russian and > Ukrainian code pages and some others, which it inherited from its original > versions. That's why I said "for when you have to use Flash5." Use Konqueror for everything else. That's the way the web has been since 1993 - no single browser will correctly handle everything on the web, because web designers and clues appear to be immiscible. If you have to have them both at the same time - run the two browsers side by side. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 3:27:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corp4.cbn.net.id (corp4.cbn.net.id [202.158.3.28]) by hub.freebsd.org (Postfix) with ESMTP id B1F9237B403 for ; Wed, 24 Oct 2001 03:27:45 -0700 (PDT) Received: from brokenheart (ip29-156.cbn.net.id [202.158.29.156]) by corp4.cbn.net.id (Postfix) with SMTP id F327055596 for ; Wed, 24 Oct 2001 17:27:19 +0700 (JAVT) Message-ID: <000701c15c78$10ee2d00$0d58a8c0@brokenheart> From: "Dedy Susanto" To: Subject: dual boot Date: Wed, 24 Oct 2001 17:36:53 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15CB2.78589590" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15CB2.78589590 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear mam/Sir, I very intresting in FreeBSD, I want to learn more about FreeBSD so I = download the handbook. But in the handbook doesn't explain about dual = booting with win2k server. could you help me ???? I have one hardisk 8 GB and I make 3 partision using fdisk. the size is = 2 GB ( primary partision ), 1,5 GB and 4,5 GB ( logical partision ). I = alredy install win2k server in the first partision. what should I do = next ??? could you make a detail explenation. thank's =20 ------=_NextPart_000_0005_01C15CB2.78589590 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear = mam/Sir,
 
I very intresting = in=20 FreeBSD, I want to learn more about FreeBSD so I download the = handbook. But=20 in the handbook doesn't explain about dual booting with win2k server. = could you=20 help me ????
 
I have one = hardisk 8 GB and I=20 make 3 partision using fdisk. the size is 2 GB ( primary partision = ), 1,5=20 GB and 4,5 GB ( logical partision ). I alredy install win2k server in = the first=20 partision. what should I do next ???
could you make a detail = explenation.
 
 
thank's
 
 
 
 
 
 
 
 
 
------=_NextPart_000_0005_01C15CB2.78589590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 4: 9:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 7F1E237B406 for ; Wed, 24 Oct 2001 04:09:30 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id EAA71099; Wed, 24 Oct 2001 04:04:48 -0700 (PDT) Date: Wed, 24 Oct 2001 04:04:48 -0700 (PDT) From: Annelise Anderson To: "Donald G. Martin" Cc: "'freebsd-questions@freebsd.org '" Subject: Re: failure of kernel compilation In-Reply-To: <4582B5EFC76AD311A5A6005004B2DF229A91FB@newmail.marygrove.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Donald G. Martin wrote: > > Hello everyone. > Tonight I installed FreeBSD 4.4-Release and I'm so happy with it. > I have one problem, though. > > I am attempting to create a custom kernel. I included my configured document > called 'BATTERSEA' > in this note. following the directions posted in the handbook (Secion 9.3, > Procedure 2) > these error codes spit out: > > umass.o(.text+0x1929):undefined reference to 'xpt-done' > *** Error Code 1 > Stop in /usr/obj/src/sys/BATTERSEA > *** Error Code 1 > Stop in /usr/src > -end- > > The people in #freebsd were unable to assit much. I hope you all can! > device umass # Disks/Mass storage - Requires scbus and da Maybe you just left these out--the scbus and da from the scsi section. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 4:48:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from westhost42.westhost.net (westhost42.westhost.net [216.71.84.238]) by hub.freebsd.org (Postfix) with ESMTP id 21D8A37B403 for ; Wed, 24 Oct 2001 04:48:15 -0700 (PDT) Received: from glorfindel (ppp-1-237.5800-4.access.uk.worldonline.com [62.64.143.237]) by westhost42.westhost.net (8.11.6/8.11.6) with ESMTP id f9OBmhT17135; Wed, 24 Oct 2001 06:48:44 -0500 From: "Stuart Smith" To: "'Tim Solis'" , Subject: RE: CD Player bug Date: Wed, 24 Oct 2001 12:44:28 +0100 Message-ID: <002e01c15c81$3e9eb6d0$0300a8c0@glorfindel> 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, Build 10.0.2616 In-Reply-To: <000801c15c5e$d9dff960$fe00000a@moon> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I encountered the same thing last week - the problem is that the cd player tries to open /dev/cdrom to access the cd drive (which is usually a link to the actual device). Create a symlink to your actual cdrom device, "ln -s acd0c cdrom" (presuming your cd drive is acd0c)and the players should work fine. You might also want to play with the permissions on the device if you want it accessible to a normal user. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Tim Solis Sent: 24 October 2001 08:38 To: freebsd-questions@FreeBSD.ORG Subject: CD Player bug I've have a problem with the KDE and Gnome CD Players for FreeBSD 4.4/4.3. When I attempt to access the CD player(s) it displays on screen then a window pops up informing me that the program has crashed. However, on FreeBSD 4.1 the CD player works just fine. Do I need to make a custom kernel to fix this problem? Thanks. Sincerely, Tim Solis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 4:55:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from flock1.newmail.ru (flock1.newmail.ru [212.48.140.157]) by hub.freebsd.org (Postfix) with SMTP id 667C137B417 for ; Wed, 24 Oct 2001 04:55:25 -0700 (PDT) Received: (qmail 23442 invoked from network); 24 Oct 2001 11:55:22 -0000 Received: from unknown (HELO kssi) (194.183.178.1) by hawk.newmail.ru with SMTP; 24 Oct 2001 11:55:22 -0000 Date: Wed, 24 Oct 2001 14:56:42 +0300 From: Anton X-Mailer: The Bat! (v1.53d) Personal Reply-To: Anton Organization: xxx X-Priority: 3 (Normal) Message-ID: <6917783681.20011024145642@nm.ru> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I need install StarOffice under FreeBSD 4.x. I installed linux library, wrote string linux_enable="YES" to /etc/rc.conf. What's else? -- Thanks. 14:50 Anton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 4:59:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 013E837B401 for ; Wed, 24 Oct 2001 04:59:54 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 15wMPc-000KSB-00; Wed, 24 Oct 2001 12:41:33 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f9OBfVX54739; Wed, 24 Oct 2001 12:41:31 +0100 (BST) (envelope-from jcm) Date: Wed, 24 Oct 2001 12:41:30 +0100 From: j mckitrick To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about mtu and fragment offset Message-ID: <20011024124130.A54685@dogma.freebsd-uk.eu.org> References: <20011019134824.A9949@dogma.freebsd-uk.eu.org> <20011022225420.E364@blossom.cjclark.org> <20011024010617.A50480@dogma.freebsd-uk.eu.org> <20011023224232.B5743@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20011023224232.B5743@blossom.cjclark.org>; from cristjc@earthlink.net on Tue, Oct 23, 2001 at 10:42:32PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG | The offset field indicates where the data portion of the current | fragment datagram lies in the original "complete" datagram. | | Say we have a 5001 byte (20 bytes of header and 4981 bytes of data) | datagram that needs to cross a 1500 MTU network. The fragment datagram | will have a 20-byte header too, so we can put 1480 bytes of the data | in it. The next fragment will contain data that starts at that | 1480-byte offset from the start of the original datagram. The header | is _not_ included in offset calculation. The result will be something a-ha! This was the point of contention i had with my prof. Everyone seemed to think the offset included the header, but that didn't make sense to me. Thanks for the explanation. Fortunately, my project has one line that if taken out, changes the behavior to what apparently is correct. Thanks again. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:13:39 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 48F5A37B401 for ; Wed, 24 Oct 2001 05:13:35 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15wMua-0001q6-00; Wed, 24 Oct 2001 08:13:32 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9OCJ9M89945; Wed, 24 Oct 2001 08:19:11 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Wed, 24 Oct 2001 08:19:09 -0400 (EDT) From: Dru X-X-Sender: To: Anton Cc: Subject: Re: Staroffice install In-Reply-To: <6917783681.20011024145642@nm.ru> Message-ID: <20011024081725.R89843-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Anton wrote: > Hello, > > I need install StarOffice under FreeBSD 4.x. > I installed linux library, wrote string linux_enable="YES" to > /etc/rc.conf. What's else? Hi Anton, From my install notes: make sure running linux emulation to doublecheck: more /etc/rc.conf | grep linux make sure linprocfs is mounted by running df; if it's not, add the following line to /etc/fstab: linproc /compat/linux/proc linprocfs rw 0 0 then mount it manually: mount_linprocfs linproc /compat/linux/proc can verify with df from X, open up an xterm, become the superuser and: /usr/ports/editors/staroffice52 make install clean will start up GUI install program, accept license if choose custom install, get an idea of what will be installed and can pick and choose accordingly, I went for the works: coloured boxes means will install, white boxes means won't, fuzzy coloured box means not all items selected; click on box to toggle When finished, end your Xsession. Restart the Xsession as your regular user account. Open another xterm cd /usr/ports/editors/staroffice52 make install-user this will start another installation GUI follow the prompts and fill in your user information choose Standard Workstation Installation accept path for files to be installed to I ignored the error for Java and Adabas database once finished, leave XSession and restart into KDE, now part of panel offers to setup Internet for Staroffice, follow prompts Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:16:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hyuee.hanyang.ac.kr (hyuee.hanyang.ac.kr [166.104.46.161]) by hub.freebsd.org (Postfix) with ESMTP id 6FCBD37B405 for ; Wed, 24 Oct 2001 05:16:43 -0700 (PDT) Received: from chul (IDENT:root@hyuee.hanyang.ac.kr [127.0.0.1] (may be forged)) (authenticated) by hyuee.hanyang.ac.kr (8.11.3/8.11.3) with ESMTP id f9OCMgo03992 for ; Wed, 24 Oct 2001 21:22:42 +0900 Message-ID: <003801c15c85$890e5c30$c8feffcb@chul> From: "chul" To: Subject: =?ks_c_5601-1987?B?uO6wocH2IMH6ua4=?= Date: Wed, 24 Oct 2001 21:15:13 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0035_01C15CD0.F8773740" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0035_01C15CD0.F8773740 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 s9cgvsiz58fPvLy/5C4uDQrB+rmux9KysiDH0SC1ziC8vLChwfawoSDA1rPXv6kuLg0KDQoxLkFU TSBpbnRlcmZhY2UNCsH2sd0gYWRhcHRlYyBhbmEtNTk0MCDAzLb1IEFUTSBpbnRlcmZhY2W4piC+ srDtIMDWtMK1pS4uDQppbnRlcmZhY2WwoSDA3yC+yMDiyPy0z7TZLi4NCsS/s84gY29tcGlsZcC7 IMfPtMK1pSC5rsGmsKEgwNqy2SDAz77uILOytM+02S4uDQrEv7POwLsguNXA+iC69LXlx8+28yDH z7TCtaUuLi4usdew1CC5q728uLvAzsH2Li4NCg0KwPwgwM+03CAvdXNyL3NyYy9zeXMvaTM4Ni9j b25mDQq/ob7uIEdFTkVSSUO4piDBuyC89sGkx9HIxCANCmNvbmZpZyBHRU5FUklDx8+w7Q0KY2Qg Li4vLi4vY29tcGlsZS9HRU5FUklDOyBtYWtlIGRlcGVuZDsgbWFrZSBpbnN0YWxsIMfftPW0zw0K ZXJyb3LAzCCzqr/JtM+02S4uDQqx17evuOm8rSDEv7POwLsguNXA+iC4uLXptvMgx8+09bG6v+Qu Li4uDQoNCg0KMi4gSVB2NC92NiANCmZyZWVCU0QgNC4zv6G8rbTCIGlwdjawoSDB9r/4tce0+LWl Li4uDQq/qbHivK20wiB2NC92Nr+hILTrx9EgZHVhbCBzdGFja8C7IMH2v/jHz7TCsMewob/kPw0K s7u/68C7ILq4tM8gS0FNRSBwcm9qZWN0t84gwfa/+MfPtMKwxSCwsLT4taUuLi4uDQrA2ry8x9Eg Y29uZmlnwNbAuLjpIMG7ILrOxbkgteW4s7TPtNkuLi4uDQoNCg== ------=_NextPart_000_0035_01C15CD0.F8773740 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWtz X2NfNTYwMS0xOTg3IiBodHRwLWVxdWl2PUNvbnRlbnQtVHlwZT4NCjxNRVRBIGNvbnRlbnQ9Ik1T SFRNTCA1LjAwLjI5MjAuMCIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwvSEVB RD4NCjxCT0RZIGJnQ29sb3I9I2ZmZmZmZj4NCjxESVY+PEZPTlQgc2l6ZT0yPrPXIL7Is+fHz7y8 v+QuLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgc2l6ZT0yPsH6ua7H0rKyIMfRILXOILy8sKHB 9rChIMDWs9e/qS4uPC9GT05UPjwvRElWPg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQg c2l6ZT0yPjEuQVRNIGludGVyZmFjZTwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgc2l6ZT0yPsH2 sd0gYWRhcHRlYyBhbmEtNTk0MCDAzLb1IEFUTSBpbnRlcmZhY2W4piC+srDtIMDWtMK1pS4uPC9G T05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+aW50ZXJmYWNlsKEgwN8gvsjA4sj8tM+02S4u PC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+xL+zziBjb21waWxlwLsgx8+0wrWlILmu waawoSDA2rLZIMDPvu4gs7K0z7TZLi48L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIHNpemU9Mj7E v7POwLsguNXA+iC69LXlx8+28yDHz7TCtaUuLi4usdew1CC5q728uLvAzsH2Li48L0ZPTlQ+PC9E SVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+wPwgwM+03CAvdXNyL3Ny Yy9zeXMvaTM4Ni9jb25mPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+v6G+7iBHRU5F UklDuKYgwbsgvPbBpMfRyMQgPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+Y29uZmln IEdFTkVSSUPHz7DtPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+Y2QgLi4vLi4vY29t cGlsZS9HRU5FUklDOyBtYWtlIGRlcGVuZDsgbWFrZSBpbnN0YWxsIA0Kx9+09bTPPC9GT05UPjwv RElWPg0KPERJVj48Rk9OVCBzaXplPTI+ZXJyb3LAzCCzqr/JtM+02S4uPC9GT05UPjwvRElWPg0K PERJVj48Rk9OVCBzaXplPTI+sde3r7jpvK0gxL+zzsC7ILjVwPoguLi16bbzIMfPtPWxur/kLi4u LjwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJ Vj48Rk9OVCBzaXplPTI+Mi4gSVB2NC92NiA8L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIHNpemU9 Mj5mcmVlQlNEIDQuM7+hvK20wiBpcHY2sKEgwfa/+LXHtPi1pS4uLjwvRk9OVD48L0RJVj4NCjxE SVY+PEZPTlQgc2l6ZT0yPr+pseK8rbTCIHY0L3Y2v6EgtOvH0SBkdWFsIHN0YWNrwLsgwfa/+MfP tMKwx7Chv+Q/PC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+s7u/68C7ILq4tM8gS0FN RSBwcm9qZWN0t84gwfa/+MfPtMKwxSCwsLT4taUuLi4uPC9GT05UPjwvRElWPg0KPERJVj48Rk9O VCBzaXplPTI+wNq8vMfRIGNvbmZpZ8DWwLi46SDBuyC6zsW5ILXluLO0z7TZLi4uLjwvRk9OVD48 L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0035_01C15CD0.F8773740-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:26:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail36.sdc1.sfba.home.com (femail36.sdc1.sfba.home.com [24.254.60.26]) by hub.freebsd.org (Postfix) with ESMTP id 5823037B401 for ; Wed, 24 Oct 2001 05:26:30 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail36.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011024122629.OMVZ27661.femail36.sdc1.sfba.home.com@g3p1.peta.home> for ; Wed, 24 Oct 2001 05:26:29 -0700 Date: Wed, 24 Oct 2001 05:26:29 -0700 Subject: Re: apache 2.0 and SSI Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v472) From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <59B4DCC0-C87A-11D5-95DD-0050E4050F42@home.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the virtual host block for crshjnke.com #all the other Virtual host stuff # or where ever the newpro directory really is Options Includes If this doesn't work let me know. There might be some other things that have to be turned on I can't remember. Or maybe it's different in 2.0. > > SetOutputFilter INCLUDES > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:28: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from main.dcu.donbass.com (dcu.donbass.com [195.184.223.194]) by hub.freebsd.org (Postfix) with ESMTP id 89D8837B401 for ; Wed, 24 Oct 2001 05:27:56 -0700 (PDT) Received: from sql-server (ws2.dcu.donbass.com [195.184.200.2]) by main.dcu.donbass.com (8.9.3/8.9.3/dcu) with ESMTP id PAA07814 for ; Wed, 24 Oct 2001 15:27:51 +0300 (EEST) (envelope-from master@dcu.donetsk.ua) Date: Wed, 24 Oct 2001 15:31:50 +0300 From: Vadim Zaychenko X-Mailer: The Bat! (v1.54/10) Reply-To: Vadim Zaychenko X-Priority: 3 (Normal) Message-ID: <15525029961.20011024153150@dcu.donetsk.ua> To: freebsd-questions@freebsd.org Subject: CVSup messages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! Now I'm downloading upgrade FreeBSD by CVSup. In log CVSup writes SetAttrs src/contrib/amd/scripts/amd2ldif.in,v SetAttrs src/contrib/amd/scripts/amd2sun.in,v SetAttrs src/contrib/amd/scripts/automount2amd.in,v SetAttrs src/contrib/amd/scripts/ctl-amd.in,v AND src/contrib/libpam/modules/pam_permit/pam_permit.c: Checksum mismatch -- will tr ansfer entire file What does it mean? -- Best regards, Vadim Zaychenko mailto:master@dcu.donetsk.ua ICQ: 92369162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:32:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx2037703-a.kenner1.la.home.com (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id ECE2237B401 for ; Wed, 24 Oct 2001 05:32:18 -0700 (PDT) Received: (from conrads@localhost) by cx2037703-a.kenner1.la.home.com (8.11.6/8.11.6) id f9OCW1Y96617; Wed, 24 Oct 2001 07:32:01 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 24 Oct 2001 07:32:01 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Matt Lazarou Subject: Re: regarding freebsd Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Oct-2001 Matt Lazarou wrote: > Hi There, > > I had my FreeBSD box running for 26 days when i got home from work today > the system was frozen so i killed the x server and it wouldn't let me > relogin in. Now when i restarted my computer... and tryed booting back > into FreeBSD i got the message: > FreeBSD/i386 BOOT > Default: 0:ad0(0,a),a > Boot: > > Also the message invaild partition however the core os of the system is > installed on ad1 my secondary drive. Any clue what i should type to fix > the problem i tryed: > ad1(1,a)/kernel > nothing any help would be apperciated. > > Thank you You have to also indicate the BIOS drive number. If ad1 is drive 1 in your BIOS (numbering starts at zero, of course), then: 1:ad1(1,a)/kernel *should* work (unless the root partition has gotten totally trashed somehow). -- Conrad Sabatier Fresco's Discovery: If you knew what you were doing you'd probably be bored. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:41:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail36.sdc1.sfba.home.com (femail36.sdc1.sfba.home.com [24.254.60.26]) by hub.freebsd.org (Postfix) with ESMTP id 17A6D37B409 for ; Wed, 24 Oct 2001 05:41:34 -0700 (PDT) Received: from playground.net ([24.114.145.74]) by femail36.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011024124133.OVGA27661.femail36.sdc1.sfba.home.com@playground.net>; Wed, 24 Oct 2001 05:41:33 -0700 Message-ID: <3BD6B703.9A6983AE@playground.net> Date: Wed, 24 Oct 2001 08:41:39 -0400 From: Dany Cayouette X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: freebsd-questions@FreeBSD.org Subject: Re: Can't compile port with TLS support on 4.4-Release References: <62172.1003843300@axl.seasidesoftware.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the suggestion.... Still can't compile with TLS support. The only way I can compile is by removing TLS support from the port (Uncommenting #WITHOUT_TLS= yes line in the Makefile). I 'cur' he CD from the ISO image on ftp.freebsd.org. It is the first time a create a CD. Maybe my image is corrupted. I would like to double check some files on the CVS repository. I noticed that /usr/include/openssl/pem.h is empty on my system. I don't know where to find this include file via the CVS web interface. Pointers anyone? Dany Sheldon Hearn wrote: > On Mon, 22 Oct 2001 19:59:16 -0400, Dany Cayouette wrote: > > > did not have any responses from freebsd-questions yet. As the > > Maintainer of the port, maybe you could give me a pointer on where to > > look. > > Maybe. > > How are you building Exim? TLS support is enabled by default, so you > should be able to do this: > > cd /usr/ports/mail/exim > make clean > env -i make install > make clean > > (The 'env -i' runs the build and install with a clean environment) > > Also, note that the 4.4-RELEASE ISO image has precompiled Exim packages > on it. > > Ciao, > Sheldon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 5:52:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 7273D37B401 for ; Wed, 24 Oct 2001 05:52:49 -0700 (PDT) Received: from unknown (HELO kushkush) (12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Oct 2001 12:52:49 -0000 X-Apparently-From: Message-ID: <00fc01c15c8b$239177b0$846e34c6@kushkush> From: "Bara Zani" To: Subject: Java enabled browser ? Date: Wed, 24 Oct 2001 08:55:20 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F9_01C15C69.9C14E0E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00F9_01C15C69.9C14E0E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi to all , I am in need of running a browser with java plugin enabled . i tried mozilla 0.9.3 ( compiled from /usr/ports/.... of a freebsd 4.4 ) = . it downloaded and installed successfully the java plugin from the = netscape site . but when i go to help -> about plugin's i see no java plugin listed ( = and of cvourse i cant run any "java plugin" apps ) . any one out there using mozilla with java plugin / any other browser = with java capabilities . please dont make use windwows .... please .... thanks=20 Bara Zani ------=_NextPart_000_00F9_01C15C69.9C14E0E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi to all ,
I am in need of running a browser with = java plugin=20 enabled .
i tried mozilla 0.9.3 ( compiled from=20 /usr/ports/.... of a freebsd 4.4 ) .
it downloaded and installed = successfully the java=20 plugin from the netscape site .
but when i go to help -> about = plugin's i see no=20 java plugin listed ( and of cvourse i cant run any "java plugin" apps )=20 .
any one out there using mozilla with = java plugin /=20 any other browser with java capabilities .
please dont make use windwows .... = please=20 ....
thanks
Bara Zani
------=_NextPart_000_00F9_01C15C69.9C14E0E0-- _________________________________________________________ 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 Wed Oct 24 5:56:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id C1F1437B401 for ; Wed, 24 Oct 2001 05:56:13 -0700 (PDT) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id f9OCuB801980 for ; Wed, 24 Oct 2001 14:56:11 +0200 Message-Id: <200110241256.f9OCuB801980@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 24 Oct 01 14:55:31 +0200 From: "Toomas Aas" Organization: Tartu City Government To: freebsd-questions@freebsd.org Date: Wed, 24 Oct 2001 14:55:25 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: finding files containing specific text X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! Somewhere in my /home directory there are some files containing text 'starfish'. How can I get a list of all files in the /home directory and its subdirectories that contain the text 'starfish'? Thanks in advance. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Why is it called tourist season if we can't shoot at them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6: 0:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id B73E637B401 for ; Wed, 24 Oct 2001 06:00:52 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.33 #1) id 15wNeM-0008ZR-00; Wed, 24 Oct 2001 13:00:50 +0000 To: "Toomas Aas" , freebsd-questions@freebsd.org From: Cliff Sarginson Subject: Re: finding files containing specific text Date: Wed, 24 Oct 2001 13:00:50 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hello! > > Somewhere in my /home directory there are some files containing > text 'starfish'. > > How can I get a list of all files in the /home directory and its > subdirectories that contain the text 'starfish'? > > Thanks in advance. man grep -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6: 5:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdsl-216-36-101-146.dsl.chi.megapath.net (sdsl-216-36-101-146.dsl.chi.megapath.net [216.36.101.146]) by hub.freebsd.org (Postfix) with SMTP id F2EAF37B405 for ; Wed, 24 Oct 2001 06:05:05 -0700 (PDT) Received: (qmail 45886 invoked from network); 24 Oct 2001 13:05:23 -0000 Received: from apu.five.sight (HELO apu.five.sight.fivesight.com) (lucas@192.168.0.102) by wiggum.five.sight with SMTP; 24 Oct 2001 13:05:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.48274.561205.271382@apu.five.sight> Date: Wed, 24 Oct 2001 08:05:22 -0500 To: "Toomas Aas" From: Lucas Bergman Cc: freebsd-questions@freebsd.org Subject: Re: finding files containing specific text In-Reply-To: <200110241256.f9OCuB801980@lv.raad.tartu.ee> References: <200110241256.f9OCuB801980@lv.raad.tartu.ee> X-Mailer: VM 6.96 under Emacs 20.7.2 Reply-To: lucas@slb.to Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Somewhere in my /home directory there are some files containing text > 'starfish'. > > How can I get a list of all files in the /home directory and its > subdirectories that contain the text 'starfish'? $ find ~ -type f | xargs grep -l starfish Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6: 8:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id 3419537B40B for ; Wed, 24 Oct 2001 06:08:46 -0700 (PDT) Received: (qmail 7066 invoked by uid 204); 24 Oct 2001 13:08:45 -0000 Received: from neuhauser@mail.cz by k0r3.reflektor.cz with qmail-scanner-0.96 (. Clean. Processed in 0.506066 secs); 24 Oct 2001 13:08:45 -0000 Received: from unknown (HELO mail.cz) (194.228.207.249) by k0r3.reflektor.cz with SMTP; 24 Oct 2001 13:08:44 -0000 Date: Wed, 24 Oct 2001 15:13:20 +0200 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: finding files containing specific text Message-ID: <20011024151320.A20018@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: <200110241256.f9OCuB801980@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110241256.f9OCuB801980@lv.raad.tartu.ee> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Toomas Aas" > To: freebsd-questions@freebsd.org > Date: Wed, 24 Oct 2001 14:55:25 +0200 > Subject: finding files containing specific text > > Hello! > > Somewhere in my /home directory there are some files containing > text 'starfish'. > > How can I get a list of all files in the /home directory and its > subdirectories that contain the text 'starfish'? > > Thanks in advance. grep -FIHnr 'starfish' ~ -- FreeBSD 4.4-STABLE 3:10PM up 1 day, 53 mins, 9 users, load averages: 0.06, 0.07, 0.08 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:13:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from michael.checkpoint.com (michael.checkpoint.com [199.203.73.68]) by hub.freebsd.org (Postfix) with ESMTP id 9749237B403 for ; Wed, 24 Oct 2001 06:13:30 -0700 (PDT) Received: from SHAGWELL (localhost [127.0.0.1]) by michael.checkpoint.com (8.9.3/8.9.1) with ESMTP id PAA26791 for ; Wed, 24 Oct 2001 15:13:28 +0200 (IST) From: "Moshe Ashkenazi" To: Subject: Vmstat -s & pstat -T command Date: Wed, 24 Oct 2001 15:17:17 +0200 Message-ID: <003b01c15c8e$34ba2390$97025a3e@SHAGWELL> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, List - I'm new to FreeBSD so forgive me if my question Will sound stupid. I'm tiring to get resource status from my FreeBSD Machine with "vmstat -s" and "pstat -T" It seems that those two command ("vmstat -s" and "pstat -T") Return large numbers at the output. I will appreciate if someone can explain or address me to web site Which explain the most important numbers from the output. Numbers Moshe Ashkenazi, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:23: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hm1.usda.gov (hm1.usda.gov [199.128.3.91]) by hub.freebsd.org (Postfix) with ESMTP id 5E7F137B405 for ; Wed, 24 Oct 2001 06:22:59 -0700 (PDT) Received: (from x400@localhost) by hm1.usda.gov (8.9.3 (PHNE_18546)/8.9.3) id JAA22289 for freebsd-questions@FreeBSD.ORG; Wed, 24 Oct 2001 09:22:53 -0400 (EDT) Original-Encoded-Information-Types: IA5-Text X400-MTS-Identifier: [/P=USDA/A=USDA1/C=US/;WDCOCIOEX01B-011024132120Z-29057] Content-Identifier: Change ?? UA-Content-Id: Change ?? Autoforwarded: FALSE Importance: Normal X-Priority: 3 (Normal) Received: by ATTMAIL; Wed, 24 Oct 2001 9:21:20 -0400 Received: by USDA1; Wed, 24 Oct 2001 9:21:20 -0400 Date: Wed, 24 Oct 2001 9:21:20 -0400 From: "Song, Frank" Subject: Change ?? To: "'freebsd-questions@FreeBSD.ORG'" (Receipt Notification Requested) (IPM Return Requested) Message-Id: X-Mailer: NetJunction (NetJunction 5.1.1-g5)/MIME Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Boot Manager Screen F1 ?? F2 FreeBSD Can you tell me how to change "??" to something else? Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:27:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 338B137B403 for ; Wed, 24 Oct 2001 06:27:22 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9ODRKt47835 for ; Wed, 24 Oct 2001 15:27:21 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 24 Oct 2001 15:27:20 +0200 (CEST) From: "Hartmann, O." To: Subject: Help please! How to create a 'Live CD ROM'? Message-ID: <20011024152326.O47237-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs. My intention is to build a bootable live CD ROM of FreeBSD 4.4. I wish to build up a firewall system with no harddrive, only a bootable CD ROM with all necessary stuff on it. We have a server with enough diskspace to hold a creation image and/or configuartion area to maintain those images, but I don not know how to prepare a config area and how to automate a creation of a bootable image for the firewall purposes. Can anyone help or tell me where to find the appropriate informations? Thanks a lot, Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:44:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cco.matrix.com.br (server1.cco.matrix.com.br [200.180.97.1]) by hub.freebsd.org (Postfix) with ESMTP id D898737B401 for ; Wed, 24 Oct 2001 06:44:49 -0700 (PDT) Received: from microsiga ([200.193.50.153]) by server1.cco.matrix.com.br (8.11.2/8.11.1) with SMTP id f9OEHo089688 for ; Wed, 24 Oct 2001 12:17:52 -0200 (BRST) (envelope-from emepetreis@emepetreis.f2s.com) Message-ID: <001601c15bc9$60085f00$0200a8c0@proradio.com.br> From: "fabio lg" To: Subject: FreeBSD Date: Tue, 23 Oct 2001 11:48:16 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C15BB8.9AA1F560" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C15BB8.9AA1F560 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FreeBSD is real-time plataform????? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.286 / Virus Database: 152 - Release Date: 09/10/01 ------=_NextPart_000_0013_01C15BB8.9AA1F560 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
FreeBSD is real-time = plataform?????
 
 
 
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.286 /=20 Virus Database: 152 - Release Date: 09/10/01
------=_NextPart_000_0013_01C15BB8.9AA1F560-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:48:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9304.mail.yahoo.com (web9304.mail.yahoo.com [216.136.129.53]) by hub.freebsd.org (Postfix) with SMTP id 7C78737B401 for ; Wed, 24 Oct 2001 06:48:19 -0700 (PDT) Message-ID: <20011024134819.27096.qmail@web9304.mail.yahoo.com> Received: from [199.66.15.252] by web9304.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 06:48:19 PDT Date: Wed, 24 Oct 2001 06:48:19 -0700 (PDT) From: Radhika Sambamurti Subject: gnumeric graphs not working To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I built gnumeric72 from source. I am running freebsd 4.4, the build was fine, except my grapsh are not working. Is there anything special i have to do to make them work...download a special file etc? Thx, radhika ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 6:59: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rama.it.uu.se (rama.it.uu.se [130.238.9.98]) by hub.freebsd.org (Postfix) with ESMTP id D984137B406 for ; Wed, 24 Oct 2001 06:59:01 -0700 (PDT) Received: (from ertr1013@localhost) by rama.it.uu.se (8.8.5/8.8.5) id PAA10691; Wed, 24 Oct 2001 15:58:56 +0200 (MET DST) Date: Wed, 24 Oct 2001 15:58:55 +0200 From: Erik Trulsson To: "fabio lg" Cc: Subject: Re: FreeBSD Message-ID: <20011024155855.A10259@student.uu.se> References: <001601c15bc9$60085f00$0200a8c0@proradio.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001601c15bc9$60085f00$0200a8c0@proradio.com.br>; from emepetreis@emepetreis.f2s.com on Tue, Oct 23, 2001 at 11:48:16AM -0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 11:48:16AM -0200, fabio lg wrote: > FreeBSD is real-time plataform????? No. Like most other general-purpose operating systems (including Windows and Linux) FreeBSD is not particularly well suited for handling real-time tasks, especially not hard real-time. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 7: 1:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from michael.checkpoint.com (michael.checkpoint.com [199.203.73.68]) by hub.freebsd.org (Postfix) with ESMTP id 4773437B403 for ; Wed, 24 Oct 2001 07:01:11 -0700 (PDT) Received: from SHAGWELL (localhost [127.0.0.1]) by michael.checkpoint.com (8.9.3/8.9.1) with ESMTP id QAA11237 for ; Wed, 24 Oct 2001 16:01:09 +0200 (IST) From: "Moshe Ashkenazi" To: Subject: Netstat -m Date: Wed, 24 Oct 2001 16:04:59 +0200 Message-ID: <004001c15c94$de72b860$97025a3e@SHAGWELL> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, List - I saw the following x/y mbuf clusters in use Has part of "netstat -m" output. What does "mbuf clusters in use" Means ? Does "mbuf clusters in use" represent the Network buffers, which y is the allocated buffers And x is the current buffer in use ? What occur when x rich to y ? Moshe Ashkenazi, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 7:20:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id A84D737B403 for ; Wed, 24 Oct 2001 07:20:56 -0700 (PDT) Received: (qmail 11358 invoked by uid 0); 24 Oct 2001 14:20:54 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-2 with SMTP; 24 Oct 2001 14:20:54 -0000 Message-Id: <5.1.0.14.2.20011024091219.024423c8@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 24 Oct 2001 09:19:37 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: Installation of FreeBSD 4.4 fails on 20GB drive Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a machine with an AMD Athlon 1.2GHz processor, 256MB of RAM, two ATA100 hard drives (20GB, 40GB) on the first IDE controller and a CD drive on the second. These controllers are ATA66 and ATA100 compatible and so the drives are detected at ATA100. I'm attempting to install FreeBSD 4.4 but the install fails. I actually get through the entire install, I see that files are being copied to the slices I've created but on reboot I get: Invalid Partition No /boot/loader >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: No /kernel >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: The drives are set to AUTO in the BIOS and they're detected as being in LBA mode. I have no problem during install, I can see both drives, partition them, label them (/, /var, /usr, etc). I've seen something like this before and I even tried creating a small 50MB partition at the beginning of the boot disk, creating "/boot" on this partition and then creating the other slices on the rest of the disk but still the same error. Any ideas/suggestions would be extremely appreciated. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 7:33: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kpnqwest.com (smtp.kpnqwest.com [193.242.92.8]) by hub.freebsd.org (Postfix) with ESMTP id D5B3E37B405 for ; Wed, 24 Oct 2001 07:33:00 -0700 (PDT) Received: from ntexghub01.kpnqwest.com (unverified) by kpnqwest.com (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Wed, 24 Oct 2001 16:15:49 +0200 Received: by ntexghub01 with Internet Mail Service (5.5.2653.19) id ; Wed, 24 Oct 2001 16:15:49 +0200 Message-ID: <31FD3FA70CBED31189E700508B64017188AF7A@ntexgpra01> From: "Roubicek, Zdenek" To: freebsd-questions@FreeBSD.ORG Subject: Finding proper command Date: Wed, 24 Oct 2001 15:55:31 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-2" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I have run into a problem where I need to capture all the text which comes out on screen. I know I can do that with tee but! Is there any other option which would give me a possibility to attach/detach this logging to file as I want to? Something simmilar to screen and the way you can connect and disconnect whenever you want to. rouba Zdenek Roubicek KPNQwest Czechia s.r.o. Tel : +420 602-386386 Fax : +420 2 81081082 Gen. Janouska 902, 190 00 Prague 9 ---------------------------------- rouba@eunet.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:11:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 649D937B406 for ; Wed, 24 Oct 2001 08:11:15 -0700 (PDT) Received: (qmail 6513 invoked by uid 0); 24 Oct 2001 15:11:14 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 24 Oct 2001 15:11:14 -0000 Message-Id: <5.1.0.14.2.20011024100652.024418c8@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 24 Oct 2001 10:09:55 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: Installation of FreeBSD 4.4 fails on 20GB drive Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG And of course I just realized that I was not re-subscribed after coming back from vacation. If anybody responded to my message, would you please be so kind as to also send your response to me? I've now re-subscribed to the list. Thanks, Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:13:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 9CD1D37B405 for ; Wed, 24 Oct 2001 08:13:46 -0700 (PDT) Received: from sageone (ppp-208-191-234-236.dialup.crchtx.swbell.net [208.191.234.236]) by sage-american.com (8.9.3/8.9.3) with SMTP id KAA17980; Wed, 24 Oct 2001 10:13:37 -0500 (CDT) Message-Id: <3.0.5.32.20011024101334.00f32018@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 24 Oct 2001 10:13:34 -0500 To: "Roubicek, Zdenek" , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: Finding proper command In-Reply-To: <31FD3FA70CBED31189E700508B64017188AF7A@ntexgpra01> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not completely sure if I understand the entire need here, but output from commands run can be captured a couple of ways: One way: # script "filename" # then run command here # "exit" to stop script. Your output is captured in "filename" Another way: #command > "filename" Hope that is close to your need.... At 03:55 PM 10.24.2001 +0200, Roubicek, Zdenek wrote: > >Hello > >I have run into a problem where I need to capture all the text which comes >out on screen. I know I can do that with tee but! Is there any other option >which would give me a possibility to attach/detach this logging to file as I >want to? > >Something simmilar to screen and the way you can connect and disconnect >whenever you want to. > > >rouba > >Zdenek Roubicek >KPNQwest Czechia s.r.o. >Tel : +420 602-386386 >Fax : +420 2 81081082 >Gen. Janouska 902, 190 00 Prague 9 >---------------------------------- >rouba@eunet.cz > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:24:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout2.informatik.tu-muenchen.de (mailout2.informatik.tu-muenchen.de [131.159.254.8]) by hub.freebsd.org (Postfix) with ESMTP id B606A37B401; Wed, 24 Oct 2001 08:24:50 -0700 (PDT) Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by mailout2.informatik.tu-muenchen.de (Postfix) with ESMTP id B16DD8124; Wed, 24 Oct 2001 17:24:49 +0200 (MEST) Received: from atrbg11.informatik.tu-muenchen.de (atrbg11.informatik.tu-muenchen.de [131.159.24.91]) by tuminfo2.informatik.tu-muenchen.de (Postfix) with ESMTP id 73A7210AC1; Wed, 24 Oct 2001 17:24:47 +0200 (MEST) Received: by atrbg11.informatik.tu-muenchen.de (Postfix, from userid 20455) id 48ACB136A8; Wed, 24 Oct 2001 17:24:49 +0200 (CEST) Date: Wed, 24 Oct 2001 17:24:49 +0200 From: Daniel Lang To: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org Subject: Known problems with Asus A7V 266 with VIA chipset ? Message-ID: <20011024172449.C93221@atrbg11.informatik.tu-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Geek: GCS/CC d-- s: a- C++$ UBS++++$ P+++$ L- E-(---) W+++(--) N++ o K w--- O? M? V? PS+(++) PE--(+) Y+ PGP+ t++ 5+++ X R+(-) tv+ b+ DI++ D++ G++ e+++ h---(-) r++>+++ y+ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, we intend to buy a new server machine. We'd like to use a Asus A7V 266 board, which is equipped with the VIA VT8366 or VT8363 chipset, and plug in a Athlon XP 1700, as well as 1 Gig DDR-Ram. I believe since this should be not too exotic, but still sort of current hardware, there should be no problems. From the mailing lists, there have been problems with the VIA chipsets reported, but maybe there are no issues left. So if anyone has any experiences (good or bad) with such a configuration (or comparable), please let me know. Thanks a lot. Best regards, Daniel -- IRCnet: Mr-Spock - Work is for people, who don't surf - *Daniel Lang * dl@leo.org * +49 89 289 25735 * http://www.leo.org/~dl/* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:35:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id F40A337B401 for ; Wed, 24 Oct 2001 08:35:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9571F66B0E; Wed, 24 Oct 2001 08:35:37 -0700 (PDT) Date: Wed, 24 Oct 2001 08:35:37 -0700 From: Kris Kennaway To: Scott Gerhardt Cc: FreeBSD Subject: Re: Portupgrade Message-ID: <20011024083537.B26238@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scott@gerhardt-it.com on Wed, Oct 24, 2001 at 02:50:20AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --IrhDeMKUP4DT/M7F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 24, 2001 at 02:50:20AM -0600, Scott Gerhardt wrote: > Quick question: >=20 > To upgrade existing installed packages, do you have to cvsup the ports tr= ee > first? >=20 > If I understand correctly, portupgrade only checks the local ports tree a= nd > compares it to intalled packages. Do I understand correctly? I think you can tell it just to use an updated INDEX file, if you want to upgfrade using packages, not ports. You might be able to even point it at one which lives on an ftp site. If not, you should be able to :) Kris --IrhDeMKUP4DT/M7F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71t/JWry0BWjoQKURAgClAKCkdkKIRUYa0Pgweiw9/o5EbFJk4QCg95IQ owoYEz5Ei+dB4kqtSoN/kQA= =2JM2 -----END PGP SIGNATURE----- --IrhDeMKUP4DT/M7F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:40:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m10.mx.aol.com (imo-m10.mx.aol.com [64.12.136.165]) by hub.freebsd.org (Postfix) with ESMTP id 6E1CE37B405 for ; Wed, 24 Oct 2001 08:39:57 -0700 (PDT) Received: from ABEAICD@aol.com by imo-m10.mx.aol.com (mail_out_v31_r1.8.) id n.69.1cd51e7c (4008) for ; Wed, 24 Oct 2001 11:39:54 -0400 (EDT) From: ABEAICD@aol.com Message-ID: <69.1cd51e7c.29083ac9@aol.com> Date: Wed, 24 Oct 2001 11:39:53 EDT Subject: The XFree86 Distribution Fails. To: Questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_69.1cd51e7c.29083ac9_boundary" X-Mailer: AOL 6.0 for Windows US sub 10539 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_69.1cd51e7c.29083ac9_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit After I configured XFree86, from the command prompt I type startx and, I get the following message: execve failed for /usr/X11R6/bin/X (errno 2) -X11 TransSocketUnix connect: Can't connect:errno=2 this is repeated 6 times and then the message giving up. xinit: No such file or directory (errno 2): Unable to connect to X server xinit: No such file process (errno3): Server error I have already tried using sysinstall. Dismounted the whole program and started al over again and doing it manually, again does not work. Where do I get answers to the error messages numbers? What am I doing wrong? any suggestions, please. Al. Saavedra --part1_69.1cd51e7c.29083ac9_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit After I configured XFree86, from the command prompt I type startx and,  
I get the following message:
execve failed for /usr/X11R6/bin/X  (errno 2)
-X11 TransSocketUnix connect: Can't connect:errno=2
this is repeated 6 times and then the message giving up.
xinit: No such file or directory (errno 2): Unable to connect to X server
xinit: No such file process (errno3): Server error
I have already tried using sysinstall. Dismounted the whole program and started
al over again and doing it manually, again does not work. Where do I get answers
to the error messages numbers?
What am I doing wrong? any suggestions, please.
Al. Saavedra
--part1_69.1cd51e7c.29083ac9_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:40:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mout02.kundenserver.de (mout02.kundenserver.de [195.20.224.133]) by hub.freebsd.org (Postfix) with ESMTP id 22CF537B440 for ; Wed, 24 Oct 2001 08:40:12 -0700 (PDT) Received: from [195.20.224.208] (helo=mrvdom01.schlund.de) by mout02.kundenserver.de with esmtp (Exim 2.12 #2) id 15wQ8Q-0007Hy-00; Wed, 24 Oct 2001 17:40:02 +0200 Received: from pd9017292.dip.t-dialin.net ([217.1.114.146]) by mrvdom01.schlund.de with esmtp (Exim 2.12 #2) id 15wQ7N-00046l-00; Wed, 24 Oct 2001 17:38:57 +0200 Date: Wed, 24 Oct 2001 15:38:24 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Bara Zani Cc: Subject: Re: Java enabled browser ? In-Reply-To: <00fc01c15c8b$239177b0$846e34c6@kushkush> Message-ID: <20011024153055.P23969-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As far as I know there is only one browser with a working JAVA runtime enviroment: Good old Netscape 4.78 You will find it in /usr/ports/www/linux-netscape47-communicator it requires linux-emulation. FreeBSD-Netscape seems to be down for some kind of security reason. Uli. On Wed, 24 Oct 2001, Bara Zani wrote: > Hi to all , > I am in need of running a browser with java plugin enabled . > i tried mozilla 0.9.3 ( compiled from /usr/ports/.... of a freebsd 4.4 ) . > it downloaded and installed successfully the java plugin from the netscape site . > but when i go to help -> about plugin's i see no java plugin listed ( and of cvourse i cant run any "java plugin" apps ) . > any one out there using mozilla with java plugin / any other browser with java capabilities . > please dont make use windwows .... please .... > thanks > Bara Zani > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:51: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20403.mail.yahoo.com (web20403.mail.yahoo.com [216.136.226.122]) by hub.freebsd.org (Postfix) with SMTP id EFD9C37B403 for ; Wed, 24 Oct 2001 08:50:58 -0700 (PDT) Message-ID: <20011024155058.80904.qmail@web20403.mail.yahoo.com> Received: from [207.34.126.10] by web20403.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 08:50:58 PDT Date: Wed, 24 Oct 2001 08:50:58 -0700 (PDT) From: Steve Austin Subject: ksh not starting To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sorry for a little bit of a repost, but I cannot trace the answer to the original question: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1286550+1289451+/usr/local/www/db/text/2001/freebsd-questions/20010805.freebsd-questions Restating the question: I've changed the passwd file to reflect the requested login shell from the user (/bin/ksh). When the user logs in (to the console, or from a remote location), he is still in sh - not in ksh. If the user then executes ksh as a command, the shell starts, the .profile file is executed, and all works well. Somehow, the passwd file is not reflecting the modification. Any hints on what I missed would be greatly appreciated! Thanks. __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:52: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail36.sdc1.sfba.home.com (femail36.sdc1.sfba.home.com [24.254.60.26]) by hub.freebsd.org (Postfix) with ESMTP id 7516F37B403 for ; Wed, 24 Oct 2001 08:52:01 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail36.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011024155200.UFHW27661.femail36.sdc1.sfba.home.com@g3p1.peta.home> for ; Wed, 24 Oct 2001 08:52:00 -0700 Date: Wed, 24 Oct 2001 08:51:59 -0700 Subject: Re: apache stuff Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v472) From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: quoted-printable In-Reply-To: <006001c15c9b$7e794e90$5dd3693f@tech2> Message-Id: <0F18D399-C897-11D5-894E-0050E4050F42@home.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try just un-commenting them or adding: # Of course use your paths. LoadModule includes_module libexec/httpd/mod_include.so AddModule mod_include.c I'm working on configuring in mod_ssl right now after not having done a=20= ./configure for a long time so it will all come back to me over the next=20= few hours. If nobody else shows up with the answer I'll have it this=20 afternoon. > Well that did not work.. after further notice mod_include is not=20 > compiled into apache. > What would be the easiest way to add that to my current install of=20 > apache. > =A0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 8:56:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 1DE5237B403 for ; Wed, 24 Oct 2001 08:55:55 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.33 #1) id 15wQMn-000MpK-00; Wed, 24 Oct 2001 18:54:53 +0300 Date: Wed, 24 Oct 2001 18:54:53 +0300 From: Odhiambo Washington To: FBSD-Q Cc: indydog125@yahoo.com Subject: Re: ksh not starting Message-ID: <20011024185453.C84387@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q , indydog125@yahoo.com References: <20011024155058.80904.qmail@web20403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011024155058.80904.qmail@web20403.mail.yahoo.com> User-Agent: Mutt/1.3.23i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Good news. Ten weeks from Friday will be a pretty good day. X-Operating-System: FreeBSD 4.4-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 6:53PM up 9 days, 9:07, 1 user, load averages: 0.06, 0.34, 0.41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Steve Austin [20011024 18:50]: writing on the subject 'ksh not starting' | sorry for a little bit of a repost, but I cannot trace | the answer to the original question: | | http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1286550+1289451+/usr/local/www/db/text/2001/freebsd-questions/20010805.freebsd-questions | | Restating the question: | I've changed the passwd file to reflect the requested | login shell from the user (/bin/ksh). When the user | logs in (to the console, or from a remote location), | he | is still in sh - not in ksh. If the user then executes | ksh as a command, the shell starts, the .profile file | is executed, and all works well. | | Somehow, the passwd file is not reflecting the | modification. | | Any hints on what I missed would be greatly | appreciated! alligator% which ksh /usr/local/bin/ksh Your path to ksh is wrong. Maybe you are not using FreeBSD?? -Wash S y s t e m s A d m i n i s t r a t o r -- ~\\_ Odhiambo Washington \\\\ Wananchi Online Ltd., `\\\\\ 1st Flr Loita Hse, Loita Street |\\\\\ PO Box 10286,00100-NAIROBI,KE. \\\\\|__.--~~\ Fax: 254 2 313985-9 _--~ / Fax: 254 2 313922 /~ ////// _-~~~~' E-mail: wash@wananchi.com ('-//////-// URL : http://www.wananchi.com //////(((-) GSM: 254 72 743 223 / 254 733 744 121 /////" _///" +++ There was a young man of St. John's Who wanted to bugger the swans. But the loyal hall porter Said, "Pray take my daughter! Those birds are reserved for the dons." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9: 9:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id E7B7737B403 for ; Wed, 24 Oct 2001 09:09:28 -0700 (PDT) Received: by mail.interchange.ca (Fastmailer, from userid 555) id AE85C2337; Wed, 24 Oct 2001 12:09:08 -0400 (EDT) MIME-Version: 1.0 Message-Id: <3BD6E7A4.00018F.59516@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_8VWPUBZMY3LOO49D7TH0" To: questions@freebsd.org Subject: moused , ps2 and cheap KVM From: "Jeff MacDonald" X-Fastmail-IP: 142.177.210.115 Date: Wed, 24 Oct 2001 12:09:08 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_8VWPUBZMY3LOO49D7TH0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit Hi Folks, I have a cheap KVM switch, when i switch from my windows to bsd box i frequently have to restart moused. [killall -HUP moused] because it is a PS2 mouse and KVM. This is a pain cause i have to ctrl alt f2, su to root and kill -HUP. My question is , is there anyway i can bind the "windows" key to killall -HUP moused as root ? or any other suggestions would be great. [besides spend more cash on a better kvm] Thanks _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_8VWPUBZMY3LOO49D7TH0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9:12:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ssc.wisc.edu (charles.ssc.wisc.edu [144.92.190.84]) by hub.freebsd.org (Postfix) with ESMTP id 47FB337B406 for ; Wed, 24 Oct 2001 09:12:30 -0700 (PDT) Received: from copland.ssc.wisc.edu (copland.ssc.wisc.edu [144.92.190.86]) by ssc.wisc.edu (8.11.6/8.11.6) with ESMTP id f9OGCT499798 for ; Wed, 24 Oct 2001 11:12:29 -0500 (CDT) (envelope-from dbongert@charles.ssc.wisc.edu) Received: (from dbongert@localhost) by copland.ssc.wisc.edu (8.11.6/8.11.2) id f9OGCNb10663; Wed, 24 Oct 2001 11:12:23 -0500 Date: Wed, 24 Oct 2001 11:12:23 -0500 From: Dan Bongert To: freebsd-questions@FreeBSD.ORG Subject: SMTP traffic timing out and getting deferred Message-Id: <20011024111223.12559a4f.dbongert@ssc.wisc.edu> Organization: SSCC X-Mailer: Sylpheed version 0.6.4 (GTK+ 1.2.9; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My mail server (4.2-STABLE) was hacked with the telnetd bug--I had forgotten it was still on, and thought everything was being done with SSH. Bad me. Anyway, it was a convienent excuse to upgrade to a newer version of FreeBSD (and Sendmail, too boot). Everything's up and running smoothly, except... Certain hosts are timing out SMTP connections. Mail gets sent via Sendmail, gets deferred, and deleted from the queue eventually. If I telnet to port 25 on those hosts, it will connect eventually (on the order of several minutes later). If I try the same telnet on the other hosts in my subnet (Tru64 and Linux), the connection is almost instaneous. This seems to indicate it's a FreeBSD issue, not necessarily a sendmail one. Any thoughts on why my new FreeBSD box is being so slow for SMTP traffic? -- Dan Bongert dbongert@ssc.wisc.edu SSCC Unix System Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9:22:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id D6CDF37B403 for ; Wed, 24 Oct 2001 09:22:26 -0700 (PDT) Received: from phreaker.net (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id 76A8A32702 for ; Wed, 24 Oct 2001 16:21:50 +0000 (UTC) Received: from randy.ies.net (isdnppp-149.vestfold.net [217.65.226.149]) by zagnut.hotpop.com (Postfix) with SMTP id 5693450014 for ; Wed, 24 Oct 2001 16:20:22 +0000 (UTC) From: Inge E.Syvertsen To: freebsd-questions@freebsd.org Subject: CVSup fails on port update at ebuttons port Date: Wed, 24 Oct 2001 18:22:30 +0057 (CEST) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (FreeBSD) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20011024162022.5693450014@zagnut.hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi... I am running FreeBSD 4.3 release on a P233 w/128MB cvsup SNAP_16_1_e fails w/ the following message when doing a port upgrade: Updater failed: /usr/ports/x11/ebuttons/files/#cvs.cvsup-20660.430: Cannot create: Invalid argument Then I just get my prompt back. Only language specific ports are commented out of ports-supfile. I have tried to follow the advice concerning the jakarta* port, that is, deleting the directories and removing relevant entries in the checkouts.cvs:. files, but no cigar, the error reappears but with different digits at the end of the message. (BTW: When rm -rf 'ing the offending directory, I get an error message saying the directory is not empty. Logging out and in again and performing the command again worked, but not as root, I had to su from a regular user... ??? Guess maybe cvsup left some stray threads hanging ??) Couldn't find any info on the mailing lists. Am I the only one w/ this problem ? Inge E. Syvertsen ies@runbox.no *** Crying won't help you, praying won't do you no good *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9:35:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 6FAB637B406 for ; Wed, 24 Oct 2001 09:35:30 -0700 (PDT) Received: from sageone (ppp-208-191-234-236.dialup.crchtx.swbell.net [208.191.234.236]) by sage-american.com (8.9.3/8.9.3) with SMTP id LAA29469; Wed, 24 Oct 2001 11:35:21 -0500 (CDT) Message-Id: <3.0.5.32.20011024113516.00f32018@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 24 Oct 2001 11:35:16 -0500 To: "Inge E.Syvertsen" , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: CVSup fails on port update at ebuttons port In-Reply-To: <20011024162022.5693450014@zagnut.hotpop.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "...Only language specific ports are commented out of ports-supfile...." Question: are you using a "refuse" file...?? At 06:22 PM 10.24.2001 +0057, Inge E.Syvertsen wrote: >Hi... > >I am running FreeBSD 4.3 release on a P233 w/128MB > >cvsup SNAP_16_1_e fails w/ the following >message when doing a port upgrade: > >Updater failed: >/usr/ports/x11/ebuttons/files/#cvs.cvsup-20660.430: >Cannot create: Invalid argument > >Then I just get my prompt back. > >Only language specific ports are commented out of ports-supfile. > >I have tried to follow the advice concerning the jakarta* port, >that is, deleting the directories and removing relevant entries >in the checkouts.cvs:. files, but no cigar, the error reappears >but with different digits at the end of the message. > >(BTW: When rm -rf 'ing the offending directory, I get >an error message saying the directory is not empty. >Logging out and in again and performing the command again worked, >but not as root, I had to su from a regular user... ??? >Guess maybe cvsup left some stray threads hanging ??) > >Couldn't find any info on the mailing lists. >Am I the only one w/ this problem ? > >Inge E. Syvertsen >ies@runbox.no > >*** Crying won't help you, praying won't do you no good *** > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9:47:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx02.egartech.com (aloha.egartech.com [62.118.81.133]) by hub.freebsd.org (Postfix) with SMTP id 2DB9337B405 for ; Wed, 24 Oct 2001 09:47:56 -0700 (PDT) Received: (qmail 54795 invoked by uid 85); 24 Oct 2001 16:47:49 -0000 Received: from dimka@egartech.com by mx02.egartech.com with qmail-scanner-0.96 (. Clean. Processed in 0.287705 secs); 24 Oct 2001 16:47:49 -0000 Received: from unknown (HELO turtle.egar.egartech.com) (192.168.8.4) by 0 with SMTP; 24 Oct 2001 16:47:49 -0000 Received: from dino.egar.egartech.com ([192.168.8.2]) by turtle.egar.egartech.com with Microsoft SMTPSVC(5.0.2195.2966); Wed, 24 Oct 2001 20:47:53 +0400 content-class: urn:content-classes:message Subject: Initio SCSI controller MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Date: Wed, 24 Oct 2001 20:47:52 +0400 Message-ID: <16736BFF8FBA7D49BF0A74CE6CC7DAF69D3B17@dino.egar.egartech.com> X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Initio SCSI controller Thread-Index: AcFcq5+IeF1R8OqaQaKpivmlwn5e7g== From: "Dmitry Mishin" To: X-OriginalArrivalTime: 24 Oct 2001 16:47:53.0438 (UTC) FILETIME=[9FDE17E0:01C15CAB] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anybody knows good driver for such device? (FreeBSD >=3D4.2) Because driver supplied by Initio Corp. (from www.initio.com ) doesn't = works properly. Or, may be, anybody had the same problem earlier and succesfully decide = it? Thanks,=20 Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 9:54:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 5414A37B405 for ; Wed, 24 Oct 2001 09:54:52 -0700 (PDT) Received: (qmail 94429 invoked by uid 100); 24 Oct 2001 16:54:46 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.62038.62015.654350@guru.mired.org> Date: Wed, 24 Oct 2001 11:54:46 -0500 To: "Moshe Ashkenazi" Cc: questions@freebsd.org Subject: Re: Vmstat -s & pstat -T command In-Reply-To: <59986775@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Moshe Ashkenazi types: > I'm new to FreeBSD so forgive me if my question > Will sound stupid. It sounds like you haven't read the manual, which is a Bad Thing(TM). > I'm tiring to get resource status from my FreeBSD > Machine with "vmstat -s" and "pstat -T" > > It seems that those two command ("vmstat -s" and "pstat -T") > Return large numbers at the output. The man pages provide descriptions of what comes out of those two commands. Not very detailed, I admit. > I will appreciate if someone can explain or address me to web site > Which explain the most important numbers from the output. > Numbers pstat -T is easy - it's the number used and total available for kernel file descriptors and swap space. If you don't know what those are, follow the advice for vmstat -s. vmstat -s is another story completely. I'd recommend buying Kirk McKusick's BSD internals book. I can't think of anything else that's liable to cover it all. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 10: 6:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 003DB37B405 for ; Wed, 24 Oct 2001 10:06:35 -0700 (PDT) Received: (qmail 95000 invoked by uid 100); 24 Oct 2001 17:06:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15318.62747.383894.35829@guru.mired.org> Date: Wed, 24 Oct 2001 12:06:35 -0500 To: "Song, Frank" Cc: questions@freebsd.org Subject: Re: Change ?? In-Reply-To: <11782897@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Song, Frank types: > Boot Manager Screen > > F1 ?? > F2 FreeBSD > > > Can you tell me how to change "??" to something else? Sure. Install another boot manager. See the sysutils ports category for a nice selection. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 10: 7:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20103.mail.yahoo.com (web20103.mail.yahoo.com [216.136.226.40]) by hub.freebsd.org (Postfix) with SMTP id CA06C37B403 for ; Wed, 24 Oct 2001 10:07:46 -0700 (PDT) Message-ID: <20011024170746.45718.qmail@web20103.mail.yahoo.com> Received: from [24.156.239.42] by web20103.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 10:07:46 PDT Date: Wed, 24 Oct 2001 10:07:46 -0700 (PDT) From: ann kok Subject: security To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear all I use proftpd for our customer to access our servers Recently I discovered that there are many many unknow ftp connection from checking last command and message log I am not sure they can harm my server or not how do I prevent it? 1/ i don't have firewall 2/ i couldn't prevent the deducated ip address because i don't know where ip access the next day thanks for your help __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 10:36: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blv-smtpout-01.boeing.com (blv-smtpout-01.boeing.com [192.161.36.5]) by hub.freebsd.org (Postfix) with ESMTP id 140B137B401 for ; Wed, 24 Oct 2001 10:35:58 -0700 (PDT) Received: from stl-av-02.boeing.com ([192.76.190.7]) by blv-smtpout-01.boeing.com (8.9.2/8.8.5-M2) with ESMTP id KAA24228 for ; Wed, 24 Oct 2001 10:35:56 -0700 (PDT) Received: from blv-hub-01.boeing.com (localhost [127.0.0.1]) by stl-av-02.boeing.com (8.9.3/8.9.2/MBS-AV-01) with ESMTP id MAA24462 for ; Wed, 24 Oct 2001 12:35:55 -0500 (CDT) Received: from xch-nwbh-01.nw.nos.boeing.com (xch-nwbh-01.nw.nos.boeing.com [192.33.62.231]) by blv-hub-01.boeing.com (8.11.3/8.11.3/MBS-LDAP-01) with ESMTP id f9OHZsa11810 for ; Wed, 24 Oct 2001 10:35:54 -0700 (PDT) Received: by xch-nwbh-01.nw.nos.boeing.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 Oct 2001 10:35:29 -0700 Message-ID: <58B6DA1B98AA9149B13B029976A48BCC0564EB43@xch-nw-31.nw.nos.boeing.com> From: "EXT-Heineman, John F" To: "'questions@FreeBSD.org'" Subject: Xenix compatibility with FreeBSD Date: Wed, 24 Oct 2001 10:35:26 -0700 X-MS-TNEF-Correlator: <58B6DA1B98AA9149B13B029976A48BCC0564EB43@xch-nw-31.nw.nos.boeing.com> MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C15CB2.446183A0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C15CB2.446183A0 Content-Type: text/plain; charset="iso-8859-1" I searched the FreeBSD website and the documentation, and find no reference to Xenix. I have a Xenix disk and want to know if FreeBSD will mount it? Thanks! John Heineman The Boeing Company ------_=_NextPart_000_01C15CB2.446183A0 Content-Type: application/ms-tnef Content-Transfer-Encoding: base64 eJ8+Ih4RAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQuAAQAhAAAAQzFCNDMwRjRCNDIyMDE0Mzk4MTRFOENEMUI1MDlC NzgABQcBBYADAA4AAADRBwoAGAAKACMAGgADAEQBASCAAwAOAAAA0QcKABgACgAjABsAAwBFAQEJ gAEAIQAAAEMxQjQzMEY0QjQyMjAxNDM5ODE0RThDRDFCNTA5Qjc4AAUHAQSAAQAhAAAAWGVuaXgg Y29tcGF0aWJpbGl0eSB3aXRoIEZyZWVCU0QA/QsBDYAEAAIAAAACAAIAAQOQBgA4BQAAJQAAAAMA AW4gAAAAAwABgAggBgAAAAAAwAAAAAAAAEYAAAAAUoUAAPtxAQAeAAKACCAGAAAAAADAAAAAAAAA RgAAAABUhQAAAQAAAAQAAAA5LjAAAgEJEAEAAAATAQAADwEAAEcBAABMWkZ1R8pWDAMACgByY3Bn MTI1FjIA+Atgbg4QMDMzTwH3AqQD4wIAY2gKwHOwZXQwIAcTAoB9CoGSdgiQd2sLgGQ0DGCOYwBQ CwMLtSBJIBEgJwrAEOAJgCB0FEAgRgEJ0UJTRCB3ZWIdAJB0FKAAcBRkZG9jRnUHgAIwYXRpAiAs hRWzZhJxIG5vIAlwVmYEkAnwYxSgdBfQWGEJ8Gl4LiATwRDwdq8VoRi0FjAEAGsVs3cAcPsFQBiR axfAB+AGkBS4AxBbAyAEYHUa4RWAPxkgVOEQ8G5rcyEKogqECoBISm9oA6BIZQuAZU8DgR20HUAU oEJvHtFnyiAIUG0KsG55HbQR4QIAIWAAHgBwAAEAAAAhAAAAWGVuaXggY29tcGF0aWJpbGl0eSB3 aXRoIEZyZWVCU0QAAAAAAgFxAAEAAAAWAAAAAcFcskRWCvsfvZ6pQ9GRbphWwji0bQAAAwAJWQMA AAADAN4/r28AAEAAOQCgg2FEslzBAQMA8T8JBAAAHgAxQAEAAAAHAAAANDA0MzA1AAADABpAAAAA AB4AMEABAAAABwAAADQwNDMwNQAAAwAZQAAAAAADAP0/5AQAAAMAJgAAAAAAAwA2AAAAAAACAUcA AQAAADMAAABjPVVTO2E9IDtwPUJvZWluZztsPVhDSC1OVy0zMS0wMTEwMjQxNzM1MjZaLTMyNjUx MwAAAgH5PwEAAABFAAAAAAAAANynQMjAQhAatLkIACsv4YIBAAAAAAAAAC9PPUJPRUlORy9PVT1Q U1MvQ049UkVDSVBJRU5UUy9DTj00MDQzMDUAAAAAHgD4PwEAAAAVAAAARVhULUhlaW5lbWFuLCBK b2huIEYAAAAAHgA4QAEAAAAHAAAANDA0MzA1AAACAfs/AQAAAEUAAAAAAAAA3KdAyMBCEBq0uQgA Ky/hggEAAAAAAAAAL089Qk9FSU5HL09VPVBTUy9DTj1SRUNJUElFTlRTL0NOPTQwNDMwNQAAAAAe APo/AQAAABUAAABFWFQtSGVpbmVtYW4sIEpvaG4gRgAAAAAeADlAAQAAAAcAAAA0MDQzMDUAAEAA BzBSpGscslzBAUAACDCwwspEslzBAR4APQABAAAAAQAAAAAAAAAeAB0OAQAAACEAAABYZW5peCBj b21wYXRpYmlsaXR5IHdpdGggRnJlZUJTRAAAAAAeADUQAQAAAEcAAAA8NThCNkRBMUI5OEFBOTE0 OUIxM0IwMjk5NzZBNDhCQ0MwNTY0RUI0M0B4Y2gtbnctMzEubncubm9zLmJvZWluZy5jb20+AAAL ACkAAAAAAAsAIwAAAAAAAwAGEApRAgkDAAcQmgAAAAMAEBAAAAAAAwAREAAAAAAeAAgQAQAAAGUA AABJU0VBUkNIRURUSEVGUkVFQlNEV0VCU0lURUFORFRIRURPQ1VNRU5UQVRJT04sQU5ERklORE5P UkVGRVJFTkNFVE9YRU5JWElIQVZFQVhFTklYRElTS0FORFdBTlRUT0tOT1dJAAAAAAIBfwABAAAA RwAAADw1OEI2REExQjk4QUE5MTQ5QjEzQjAyOTk3NkE0OEJDQzA1NjRFQjQzQHhjaC1udy0zMS5u dy5ub3MuYm9laW5nLmNvbT4AAG0m ------_=_NextPart_000_01C15CB2.446183A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 11:23:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 7FF8837B405 for ; Wed, 24 Oct 2001 11:23:29 -0700 (PDT) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id f9OIM7605946; Wed, 24 Oct 2001 13:22:07 -0500 (CDT) (envelope-from tinguely) Date: Wed, 24 Oct 2001 13:22:07 -0500 (CDT) From: mark tinguely Message-Id: <200110241822.f9OIM7605946@web.cs.ndsu.nodak.edu> To: freebsd-questions@FreeBSD.ORG, xuyifeng@peoplemail.com.cn Subject: Re: A stupid question about pmap In-Reply-To: <001b01c15c27$2332db60$ef01a8c0@davidwnt> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > unsigned frame = (unsigned) pmap->pm_pdir[PTDPTDI] & PG_FRAME; > > /* are we current address space or kernel? */ > if (pmap == kernel_pmap || frame == (((unsigned) PTDpde) & PG_FRAME)){ > > I know pm_pdir[PTDPTDI] contains page directory page's physical address, > while PTDpde is a virtual address to access page directory's page directory > entry which is recursivly mapped on virtual address space. pm_pdir[] entries are in kernel virtual address. see how it is being loaded/initialize, for example the kernel's pmap is loaded: kernel_pmap->pm_pdir = (pd_entry_t *) (KERNBASE + (u_int)IdlePTD); or more obvious: pmap->pm_pdir = (pd_entry_t *)kmem_alloc_pageable(kernel_map, PAGE_SIZE); and when we need to load the CR3 register, it gets turns it into a physical address: load_cr3(p->p_addr->u_pcb.pcb_cr3 = vtophys(pmap->pm_pdir)); This routine is simply checking to see this is the kernel map, or if the address space is the current PTD, if not we need to load the PTD into the Alternative PTD. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 11:35: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id AD4BE37B401 for ; Wed, 24 Oct 2001 11:35:05 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id MAA26218 for ; Wed, 24 Oct 2001 12:35:02 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: KERNEL Config Date: Wed, 24 Oct 2001 12:45:52 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm doing a few customizations to the kernel and would like to know if their is any real benefit to disabling unused devices? Will this make the kernel faster and smaller by any significant amount sizeable amount? _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12: 3:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta01.mail.mel.aone.net.au (mta01.mail.au.uu.net [203.2.192.81]) by hub.freebsd.org (Postfix) with ESMTP id 1804F37B40D for ; Wed, 24 Oct 2001 12:03:25 -0700 (PDT) Received: from ausyddtp0050.ozemail.com.au ([203.166.66.104]) by mta01.mail.mel.aone.net.au with ESMTP id <20011024190324.JNTE363.mta01.mail.mel.aone.net.au@ausyddtp0050.ozemail.com.au>; Thu, 25 Oct 2001 05:03:24 +1000 Message-Id: <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> X-Sender: rbyrnes@pop.ozemail.com.au X-Mailer: I wish it was Linux Date: Thu, 25 Oct 2001 05:00:56 +1000 To: FreeBSD , From: Rob B Subject: Re: Recommended MTA In-Reply-To: References: <20011023173359.K7014@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:21 24/10/2001, Bill Schoolcraft sent this up the stick: >And for mailing lists concerning MTA's, [Exim] is by far the most >informative, friendly and a great place to learn about MTA's even if >your not running Exim. I will agree there, same can be said of the Postfix list >Subscribe to the Exim mailing list, create a folder in your MUA >client called EXIM and get ready to archive some of the best advice >given on the subject of Internet mail. :) I've use both Postfix and Exim, and I've stuck with Postfix because I found it simpler and faster to configure. Cheers, Rob -- Deceive boys with toys, but men with oaths. [[15210.1 km (9451.1 mi), 123.9 deg] (Apparent) Rennerian This is random quote 309 of a collection of 1166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:15:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id EF77837B405 for ; Wed, 24 Oct 2001 12:15:21 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 9BA04BCE8; Wed, 24 Oct 2001 12:15:21 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA32228; Wed, 24 Oct 2001 12:15:21 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f9OJEe144659; Wed, 24 Oct 2001 12:14:40 -0700 (PDT) (envelope-from swear@blarg.net) To: "fabio lg" Cc: Subject: Re: FreeBSD References: <001601c15bc9$60085f00$0200a8c0@proradio.com.br> From: swear@blarg.net (Gary W. Swearingen) Date: 24 Oct 2001 12:14:37 -0700 In-Reply-To: <001601c15bc9$60085f00$0200a8c0@proradio.com.br> Message-ID: <6gzo6ghmua.o6g@localhost.localdomain> Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "fabio lg" writes: > FreeBSD is real-time plataform????? That depends upon what is meant by "real time". It used to mean to most computer users, a computer to which you didn't have to submit your "jobs" (program run requests) into a batch queue from which it usually did not start running almost immediately. As far as I know, all computers these days are real-time computers by that standard (though they may do batch processing too). But now, it usually means that the user is guaranteed that a specified block of code will run to completion within specified time constraints, usually repetitiously. And FreeBSD and all other general purpose computers are not real-time computers by that standard unless you want to consider a system loaded lightly enough that you can be confident (by experiment and judgement, if not from analysis) that all of your important tasks will complete in the time alloted to them. I'm not sure, but I think the latter would be called "soft real time". There is a "hard real time" in which there are some timer-generated events which guarantee the on-time (within some limits) start and finish of task executions. One has to deal carefully with tasks which might take too long. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:24:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 3064437B401 for ; Wed, 24 Oct 2001 12:24:29 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id DD40CBD1F; Wed, 24 Oct 2001 12:24:28 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA01933; Wed, 24 Oct 2001 12:24:25 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f9OJNit44662; Wed, 24 Oct 2001 12:23:44 -0700 (PDT) (envelope-from swear@blarg.net) To: Steve Austin Cc: questions@FreeBSD.ORG Subject: Re: ksh not starting References: <20011024155058.80904.qmail@web20403.mail.yahoo.com> From: swear@blarg.net (Gary W. Swearingen) Date: 24 Oct 2001 12:23:44 -0700 In-Reply-To: <20011024155058.80904.qmail@web20403.mail.yahoo.com> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve Austin writes: > Somehow, the passwd file is not reflecting the > modification. Really? Have you looked at it? If so, I don't know what to say, but your problem might be that you haven't listed the full path to the shell program in "/etc/shells". If you want to use "ksh" in single-user mode, you probably should move it into /bin first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:30: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 9AF5937B401 for ; Wed, 24 Oct 2001 12:29:58 -0700 (PDT) Received: from acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.186.69]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9OJTrr06254 for ; Wed, 24 Oct 2001 15:29:53 -0400 (EDT) Received: (from leblanc@localhost) by acadia.ne.mediaone.net (8.11.6/8.11.6) id f9OJUJO53754 for freebsd-questions@FreeBSD.org; Wed, 24 Oct 2001 15:30:19 -0400 (EDT) (envelope-from leblanc) Date: Wed, 24 Oct 2001 15:30:19 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: multi named host - I'm having an identity crisis Message-ID: <20011024153019.M41697@acadia.ne.mediaone.net> Mail-Followup-To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I've got a new problem to solve. I recently registered a new domain and set up dynamic nameservice thru ZoneEdit.com (Wicked easy to get started!). Anyway, my ISP runs me thru a dhcp server, and serves my IP as acadia.ne.mediaone.net - a bit long, but keyslapper.org will be more manageable :) Where do I need to start with configuration fixes to make sure my machine knows it's supposed to accept mail for keyslapper.org as well as acadia.ne.mediaone.net, and what else do I need to do so the system knows it is supposed to be both for ftp, mail, web, etc? The following domains will translate to my IP, along with what status I can give: keyslapper.org (At least some of the nameservers have it, but mail won't deliver because of the sendmail thing. http://keyslapper.org works - virtual domain setup too) ftp.keyslapper.org (At least some of the nameservers have it and my system allows the connection) www.keyslapper.org (At least some of the nameservers have it and my system allows the connection - virtual domain setup too) Thanks for the help! (again!) Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Information Processing: What you call data processing when people are so disgusted with it they won't let it be discussed in their presence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:48:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dell.nexicom.net (dell.nexicom.net [216.168.96.13]) by hub.freebsd.org (Postfix) with ESMTP id B5D1337B403 for ; Wed, 24 Oct 2001 12:48:50 -0700 (PDT) Received: (from root@localhost) by dell.nexicom.net (8.11.1/8.11.1) id f9OJMfk15752 for freebsd-questions@freebsd.org; Wed, 24 Oct 2001 15:22:41 -0400 Received: from mail.nexicom.net (mail.nexicom.net [216.168.96.10]) by dell.nexicom.net (8.11.1/8.11.1) with ESMTP id f9OJMdQ15637 for ; Wed, 24 Oct 2001 15:22:40 -0400 Received: from north1 (gw-dsl-static203.nexicom.net [216.168.105.203] (may be forged)) by mail.nexicom.net (8.11.1/8.11.1) with SMTP id f9OJmfv08009 for ; Wed, 24 Oct 2001 15:48:42 -0400 (EDT) Message-ID: <000701c15cc5$6eae3d70$0100a8c0@north1> From: "Dave" To: Subject: automated adduser Date: Wed, 24 Oct 2001 15:52:36 -0400 MIME-Version: 1.0 X-scanner: scanned by Inflex 1.0.10 - (http://pldaniels.com/inflex/) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Id like to setup a system where new users login as [new] so they can create there own account on the system. Is there a program for this int he ports collection? thank's North- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:53: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 31D5C37B403 for ; Wed, 24 Oct 2001 12:53:06 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9OJr3h22286; Wed, 24 Oct 2001 12:53:03 -0700 (PDT) Date: Wed, 24 Oct 2001 12:53:03 -0700 (PDT) From: David Kirchner X-X-Sender: To: Dave Cc: Subject: Re: automated adduser In-Reply-To: <000701c15cc5$6eae3d70$0100a8c0@north1> Message-ID: <20011024125252.M85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Dave wrote: > Id like to setup a system where new users > login as [new] so they can create there own account on the system. > Is there a program for this int he ports collection? Check out pw(8) - it's part of the system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:53:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 00A0037B401 for ; Wed, 24 Oct 2001 12:53:41 -0700 (PDT) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Wed, 24 Oct 2001 14:49:17 -0500 Message-ID: From: Noah Dunker To: 'Dave' , "'freebsd-questions@freebsd.org'" Subject: RE: automated adduser Date: Wed, 24 Oct 2001 14:49:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There are a lot of things you could do to make this work, but I really hope it's not connected to the internet (or at least, you don't let just anyone create accounts. A lot of the things you could do to make it work would also probably open up a whole new can of worms (making setuid scripts or binaries that call adduser, etc etc) I don't think there are any turnkey solutions that will do this currently. Noah Dunker Systems Analyst/Technician Johnson County Community College -----Original Message----- From: Dave [mailto:north1@nexicom.com] Sent: Wednesday, October 24, 2001 2:53 PM To: freebsd-questions@FreeBSD.ORG Subject: automated adduser Id like to setup a system where new users login as [new] so they can create there own account on the system. Is there a program for this int he ports collection? thank's North- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:56: 8 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 C6E7B37B401 for ; Wed, 24 Oct 2001 12:56:06 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15wU8A-0005MP-00; Wed, 24 Oct 2001 15:56:02 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9OK1gJ90967; Wed, 24 Oct 2001 16:01:42 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Wed, 24 Oct 2001 16:01:41 -0400 (EDT) From: Dru X-X-Sender: To: Dave Cc: Subject: Re: automated adduser In-Reply-To: <000701c15cc5$6eae3d70$0100a8c0@north1> Message-ID: <20011024160022.F90929-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Dave wrote: > > > Id like to setup a system where new users > login as [new] so they can create there own account on the system. > Is there a program for this int he ports collection? Hi Dave, You might be able to get "enteruser" to do that. Check it out at: http://www.daemonnews.org/199908/enteruser.html Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 12:58: 7 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 7440237B401 for ; Wed, 24 Oct 2001 12:58:03 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15wUA6-000JkV-00; Thu, 25 Oct 2001 08:58:02 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9OJw1167359; Thu, 25 Oct 2001 08:58:01 +1300 (NZDT) (envelope-from jonc) Date: Thu, 25 Oct 2001 08:58:01 +1300 From: Jonathan Chen To: Steve Austin Cc: questions@freebsd.org Subject: Re: ksh not starting Message-ID: <20011025085801.B67231@jonc.itouch> References: <20011024155058.80904.qmail@web20403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024155058.80904.qmail@web20403.mail.yahoo.com>; from indydog125@yahoo.com on Wed, Oct 24, 2001 at 08:50:58AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 08:50:58AM -0700, Steve Austin wrote: > sorry for a little bit of a repost, but I cannot trace > the answer to the original question: > > http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1286550+1289451+/usr/local/www/db/text/2001/freebsd-questions/20010805.freebsd-questions > > Restating the question: > I've changed the passwd file to reflect the requested > login shell from the user (/bin/ksh). When the user > logs in (to the console, or from a remote location), > he > is still in sh - not in ksh. If the user then executes > ksh as a command, the shell starts, the .profile file > is executed, and all works well. Don't use vi to edit the passwd file. Use vipw(1) instead. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13: 2:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id EC1A337B401 for ; Wed, 24 Oct 2001 13:02:40 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9OK2cF22320; Wed, 24 Oct 2001 13:02:38 -0700 (PDT) Date: Wed, 24 Oct 2001 13:02:38 -0700 (PDT) From: David Kirchner X-X-Sender: To: Dave Cc: Subject: Re: automated adduser In-Reply-To: <20011024125252.M85958-100000@localhost> Message-ID: <20011024130215.K85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, David Kirchner wrote: > On Wed, 24 Oct 2001, Dave wrote: > > > Id like to setup a system where new users > > login as [new] so they can create there own account on the system. > > Is there a program for this int he ports collection? > > Check out pw(8) - it's part of the system. My apologies... you would need to write a program based on this. I'm having reading comprehension issues lately... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13: 3:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail22.sdc1.sfba.home.com (femail22.sdc1.sfba.home.com [24.0.95.147]) by hub.freebsd.org (Postfix) with ESMTP id B265B37B401 for ; Wed, 24 Oct 2001 13:03:26 -0700 (PDT) Received: from lain ([24.40.50.226]) by femail22.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011024200325.CFQY661.femail22.sdc1.sfba.home.com@lain> for ; Wed, 24 Oct 2001 13:03:25 -0700 Message-ID: <000501c15cc6$f360c550$4400a8c0@lain> From: "J.M. Warenda" To: Subject: CVSup and Kernel Sources Date: Wed, 24 Oct 2001 16:03:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What src tags do I need just to CVS the kernel sources? I'm guessing src-sys, src-crypto-sys, src-include, and src-lib? Just wasn't sure, and didn't see the info anywhere so I thought I'd ask, figure this should be a simple question for you guys. -John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13:24: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla4.xs4all.nl (mxzilla4.xs4all.nl [194.109.6.48]) by hub.freebsd.org (Postfix) with ESMTP id C3D8C37B401 for ; Wed, 24 Oct 2001 13:23:57 -0700 (PDT) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by mxzilla4.xs4all.nl (8.12.0/8.12.0) with ESMTP id f9OKNue9037247 for ; Wed, 24 Oct 2001 22:23:56 +0200 (CEST) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id WAA22741 for questions@freebsd.org; Wed, 24 Oct 2001 22:23:56 +0200 (CEST) Date: Wed, 24 Oct 2001 22:23:56 +0200 From: rene@xs4all.nl To: questions@freebsd.org Subject: shell script that takes piped input? Message-ID: <20011024222356.B18891@xs4all.nl> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, this might be off-topic, but I risk it anyway ;) I would like to be pointed to an example of how to program a shell-script that can do something with a file it gets through a pipe, as such: somehost%myconfig | myscript.sh Thanx in advance for any usefull answers you might share with me.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13:28:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 8532737B401 for ; Wed, 24 Oct 2001 13:28:13 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9OKSAm22377; Wed, 24 Oct 2001 13:28:11 -0700 (PDT) Date: Wed, 24 Oct 2001 13:28:10 -0700 (PDT) From: David Kirchner X-X-Sender: To: Cc: Subject: Re: shell script that takes piped input? In-Reply-To: <20011024222356.B18891@xs4all.nl> Message-ID: <20011024132652.Y85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001 rene@xs4all.nl wrote: > Hi, this might be off-topic, but I risk it anyway ;) > > I would like to be pointed to an example of how to program a shell-script > that can do something with a file it gets through a pipe, as such: > somehost%myconfig | myscript.sh > > Thanx in advance for any usefull answers you might share with me.. Check out the 'read' command in sh. Example: #!/bin/sh while read foo do echo $foo done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13:36: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from m-net.arbornet.org (m-net.arbornet.org [209.142.209.161]) by hub.freebsd.org (Postfix) with ESMTP id 32DB437B405 for ; Wed, 24 Oct 2001 13:35:53 -0700 (PDT) Received: (from ceesaxp@localhost) by m-net.arbornet.org (8.11.4/8.11.2) id f9OKAsE32619; Wed, 24 Oct 2001 16:10:54 -0400 (EDT) (envelope-from ceesaxp) Date: Wed, 24 Oct 2001 16:10:54 -0400 (EDT) From: Andrei Popov Message-Id: <200110242010.f9OKAsE32619@m-net.arbornet.org> To: questions@freebsd.org Subject: ppp, bind, and /etc/resolv.conf Cc: ceesaxp@m-net.arbornet.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could not find anything in the mail archives -- so here's this: I've got a FreeBSD box at home which I use as a gateway/nameserver/ caching proxy server on the local network. I've got bind running on it, everything works fine -- all local hosts resolve, etc... I also use the same machine to dial-up to my ISP. I run ppp with -nat and -auto options. It also works fine. All machines on the LAN access the Net via this box. When the link comes up ppp adds 2 nameserver records to the bootom of /etc/resolv.conf for the nameserver addresses of the ISP machine. I also have a record for my box in it, like so: # /etc/resolv.conf search vogon.my.domain my.domain # entries added by ppp nameserver 217.98.20.34 nameserver 194.204.152.34 All happy nad jolly, until I do a # killall ppp PPP gets killed all right, but it also takes the first nameserver line from /etc/resolv.conf with it -- ruining the local NS. Why? Or, for that matter, why only one, and not all 3? Thanks. P.S. Just in case -- this is on a -CURENT box To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13:40: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id DF44F37B401 for ; Wed, 24 Oct 2001 13:39:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 80E7C66B0E; Wed, 24 Oct 2001 13:39:59 -0700 (PDT) Date: Wed, 24 Oct 2001 13:39:59 -0700 From: Kris Kennaway To: "J.M. Warenda" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSup and Kernel Sources Message-ID: <20011024133959.A29895@xor.obsecurity.org> References: <000501c15cc6$f360c550$4400a8c0@lain> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000501c15cc6$f360c550$4400a8c0@lain>; from warendaj@home.com on Wed, Oct 24, 2001 at 04:03:28PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 24, 2001 at 04:03:28PM -0400, J.M. Warenda wrote: > What src tags do I need just to CVS the kernel sources? I'm guessing > src-sys, src-crypto-sys, src-include, and src-lib? Just wasn't sure, and > didn't see the info anywhere so I thought I'd ask, figure this should be a > simple question for you guys. src-sys and src-sys-crypto (there's no such thing as src-crypto-sys). The others are userland. Be careful though, because you can't get away with only building a kernel from newer sources and expect your system to stay working. FreeBSD is a unified kernel + userland. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE71yceWry0BWjoQKURAkrxAKCefNqU70E5a/xrhq3PXb/X8ZHvrgCfXMzr P66JQJrzhquv+g/ssfU3XjM= =BbdX -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 13:43:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx01-a.netapp.com (mx01-a.netapp.com [198.95.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 2877C37B401 for ; Wed, 24 Oct 2001 13:43:16 -0700 (PDT) Received: from frejya.corp.netapp.com (mh01 [10.10.20.91]) by mx01-a.netapp.com (8.11.1/8.11.1/NTAP-1.2) with ESMTP id f9OKhmu04454 for ; Wed, 24 Oct 2001 13:43:48 -0700 (PDT) Received: from cranford-fe.eng.netapp.com (localhost [127.0.0.1]) by frejya.corp.netapp.com (8.12.1/8.12.1/NTAP-1.3) with ESMTP id f9OKhFiw028418 for ; Wed, 24 Oct 2001 13:43:15 -0700 (PDT) Received: from localhost (kmacy@localhost) by cranford-fe.eng.netapp.com (8.8.8+Sun/8.8.8) with ESMTP id NAA27692 for ; Wed, 24 Oct 2001 13:43:15 -0700 (PDT) Date: Wed, 24 Oct 2001 13:43:14 -0700 (PDT) From: Kip Macy To: freebsd-questions@freebsd.org Subject: 2 simple questions about threads Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 1) Is it correct to assume that since the FreeBSD uthreads library uses the SIGVTALRM that programs using those threads should not use SIGVTALRM? 2) I understand how KSEs circumvent the normal problem with user level threads packages of having the whole process block when a system call is made. However, I don't understand how, if scheduling is done at the user level, threads can run on multiple processors simultaneously. Is it in fact able to do this? Thanks. -Kip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14: 0:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx01-a.netapp.com (mx01-a.netapp.com [198.95.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 95D2537B403 for ; Wed, 24 Oct 2001 14:00:49 -0700 (PDT) Received: from frejya.corp.netapp.com (mh01 [10.10.20.91]) by mx01-a.netapp.com (8.11.1/8.11.1/NTAP-1.2) with ESMTP id f9OL1Hu05686 for ; Wed, 24 Oct 2001 14:01:17 -0700 (PDT) Received: from cranford-fe.eng.netapp.com (localhost [127.0.0.1]) by frejya.corp.netapp.com (8.12.1/8.12.1/NTAP-1.3) with ESMTP id f9OL0iIg000992 for ; Wed, 24 Oct 2001 14:00:44 -0700 (PDT) Received: from localhost (kmacy@localhost) by cranford-fe.eng.netapp.com (8.8.8+Sun/8.8.8) with ESMTP id OAA17774 for ; Wed, 24 Oct 2001 14:00:43 -0700 (PDT) Date: Wed, 24 Oct 2001 14:00:43 -0700 (PDT) From: Kip Macy To: freebsd-questions@freebsd.org Subject: does longjmp not working using uthreads? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can one not use longjmp when using FreeBSD's uthreads? -Kip It's just trying to jump up the call stack a couple frames. /etc/modules/sample.mod : can't open : Device not configured Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1' at line ? in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) Abort trap (core dumped) raidclient1% man longjmp No manual entry for longjmp raidclient1% fg r gdb maytag.Rd maytag.Rd.core (gdb) core-file maytag.Rd.core Core was generated by `maytag.Rd'. Program terminated with signal 6, Abort trap. #0 0x28f19928 in kill () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x28f19928 in kill () from /usr/lib/libc_r.so.4 #1 0x28f63e02 in abort () from /usr/lib/libc_r.so.4 #2 0x28f3051a in _thread_exit () from /usr/lib/libc_r.so.4 #3 0x28ef070e in longjmp () from /usr/lib/libc_r.so.4 #4 0x81b69cd in dlm_fatal (format=0x8c8810d "can't open : %s\n") at ../common/dlm/dlm.c:37 #5 0x81b6e21 in dlm_load (name=0x8cedad9 "/etc/modules/sample.mod") at ../common/dlm/dlm.c:192 #6 0x832c3a1 in main_proc (dummy1=0x0, dummy2=0x0) at ../common/main/init_main.c:380 #7 0x8b5179d in sk_invoke_thread (f=0x832c310 , arg1=0x0, arg2=0x0) at ../cpu/i386/sk/sk.c:27 #8 0x8b517a8 in sk_stack_top () at ../cpu/i386/sk/sk.c:28 (gdb) f 5 #5 0x81b6e21 in dlm_load (name=0x8cedad9 "/etc/modules/sample.mod") at ../common/dlm/dlm.c:192 192 dlm_fatal("can't open : %s\n", strerror(errno)); (gdb) list 187 * Look for the object first in the boot-time filesystem, and then 188 * in the regular file system (if that's been initialized). 189 */ 190 if ((bfs_fd = bfs_fio_open(name, 0)) == -1) { 191 if (!fio_initialized || (fio_fd = fio_open(name, 0)) == -1) { 192 dlm_fatal("can't open : %s\n", strerror(errno)); 193 } 194 } 195 196 memset(&dlm_modules[dlm_current], 0, sizeof(dlm_module_t)); (gdb) f 4 #4 0x81b69cd in dlm_fatal (format=0x8c8810d "can't open : %s\n") at ../common/dlm/dlm.c:37 37 longjmp(dlm_exit, 1); (gdb) list 32 33 va_start(ap, format); 34 dbg_vprintf(format, ap); 35 va_end(ap); 36 37 longjmp(dlm_exit, 1); 38 } 39 40 void 41 dlm_init(void) (gdb) f 6 #6 0x832c3a1 in main_proc (dummy1=0x0, dummy2=0x0) at ../common/main/init_main.c:380 380 dlm_load("/etc/modules/sample.mod"); (gdb) list 375 376 #if defined(DEBUG) && !defined(BOOTSTRAP) && !defined(MFGDIAG) && !defined(FWUPDATE) 377 /* 378 * Load sample module (check DLM functionality) 379 */ 380 dlm_load("/etc/modules/sample.mod"); 381 #endif /* DEBUG && !BOOTSTRAP && !MFGDIAG && !FWUPDATE */ 382 383 /* 384 * BEGIN OBSOLETE (gdb) f 5 #5 0x81b6e21 in dlm_load (name=0x8cedad9 "/etc/modules/sample.mod") at ../common/dlm/dlm.c:192 192 dlm_fatal("can't open : %s\n", strerror(errno)); (gdb) list - 182 183 dlm_error_file_name = name; 184 dlm_current++; 185 186 /* 187 * Look for the object first in the boot-time filesystem, and then 188 * in the regular file system (if that's been initialized). 189 */ 190 if ((bfs_fd = bfs_fio_open(name, 0)) == -1) { 191 if (!fio_initialized || (fio_fd = fio_open(name, 0)) == -1) { (gdb) list - 172 volatile int bfs_fd = -1; 173 174 #if defined(__alpha__) 175 long *gp_p; 176 #endif /* __alpha__ */ 177 178 if (setjmp(dlm_exit) != 0) { 179 dlm_current--; 180 goto out; 181 } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14: 9: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f224.law11.hotmail.com [64.4.17.224]) by hub.freebsd.org (Postfix) with ESMTP id 16DE337B403 for ; Wed, 24 Oct 2001 14:09:04 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 24 Oct 2001 14:09:03 -0700 Received: from 66.46.21.253 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 24 Oct 2001 21:09:02 GMT X-Originating-IP: [66.46.21.253] From: "Miroslav Pendev" To: freebsd-questions@freebsd.org Subject: FreeBSD 4.4 with P4 (i850, i845) Date: Wed, 24 Oct 2001 17:09:02 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Oct 2001 21:09:03.0910 (UTC) FILETIME=[1C325C60:01C15CD0] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, I need more info about how stable is FreeBSD 4.4 RELEASE on i850 or i845 chipsets. I am still concerned about whether or not to go with P4 or to use *the plain old* PIII (FCPGA2 - tualatin) for database (MySQL), Apache, PHP - server. We already have FreeBSD 4.3 as firewall that is working even without reboot for few months ;-) (PIII, i440 BX) Any comments about i850 or i845 chipsets with FreeBSD 4.4? I am pretty sure that it will be OK but ... I will kindly appreciate more opinions ;-) Miro IT Administrator VisualSonics Toronto, Canada Please note: I am subscribed to the mail list. I am using hotmail because of limitations of the mailserver's settings ;-) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:13:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id D24FD37B410 for ; Wed, 24 Oct 2001 14:13:02 -0700 (PDT) Received: from phreaker.net (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id 5017D30BC5 for ; Wed, 24 Oct 2001 21:12:52 +0000 (UTC) Received: from randy.ies.net (isdnppp-135.vestfold.net [217.65.226.135]) by zagnut.hotpop.com (Postfix) with SMTP id 7469C5002F for ; Wed, 24 Oct 2001 21:12:45 +0000 (UTC) From: Inge E.Syvertsen To: freebsd-questions@freebsd.org Subject: Re: CVSup fails on port update at ebuttons port Date: Wed, 24 Oct 2001 23:14:58 +0057 (CEST) X-ReplyTo: webdude@phreaker.net X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (FreeBSD) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20011024211245.7469C5002F@zagnut.hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > "...Only language specific ports are commented out of ports-supfile...." > > Question: are you using a "refuse" file...?? The /usr/share/examples/cvsup directory contains a refuse file installed by default with FreeBSD 4.3. I did not edit it, but it contains: src/etc/sendmail/freebsd.mc* ports/chinese ports/french ports/german ports/hebrew ports/japanese ports/korean ports/russian ports/ukrainian ports/vietnamese I don't know (after reading the cvsup(1) man page) if you have to supply arguments to cvsup to have it avoid using the refuse file, if it exists. yours, Inge E. Syvertsen ies@runbox.no > > At 06:22 PM 10.24.2001 +0057, Inge E.Syvertsen wrote: >>Hi... >> >>I am running FreeBSD 4.3 release on a P233 w/128MB >> >>cvsup SNAP_16_1_e fails w/ the following >>message when doing a port upgrade: >> >>Updater failed: >>/usr/ports/x11/ebuttons/files/#cvs.cvsup-20660.430: >>Cannot create: Invalid argument >> >>Then I just get my prompt back. >> >>Only language specific ports are commented out of ports-supfile. >> >>I have tried to follow the advice concerning the jakarta* port, >>that is, deleting the directories and removing relevant entries >>in the checkouts.cvs:. files, but no cigar, the error reappears >>but with different digits at the end of the message. >> >>(BTW: When rm -rf 'ing the offending directory, I get >>an error message saying the directory is not empty. >>Logging out and in again and performing the command again worked, >>but not as root, I had to su from a regular user... ??? >>Guess maybe cvsup left some stray threads hanging ??) >> >>Couldn't find any info on the mailing lists. >>Am I the only one w/ this problem ? >> >>Inge E. Syvertsen >>ies@runbox.no >> >>*** Crying won't help you, praying won't do you no good *** >> >> >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > > Best regards, > Jack L. Stone, > Server Admin > > Sage-American > http://www.sage-american.com > jacks@sage-american.com ---End reply To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:32:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 733FE37B406 for ; Wed, 24 Oct 2001 14:30:28 -0700 (PDT) Received: from darryl ([24.225.30.199]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net; Wed, 24 Oct 2001 16:26:59 -0500 Reply-To: From: "Darryl Hoar" To: "'Miroslav Pendev'" Cc: Subject: RE: FreeBSD 4.4 with P4 (i850, i845) Date: Wed, 24 Oct 2001 16:31:41 -0500 Message-ID: <003601c15cd3$530dc230$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I purchased a P4, with an Intel D845WN motherboard, and I wouldn't do it again. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Miroslav Pendev Sent: Wednesday, October 24, 2001 4:09 PM To: freebsd-questions@freebsd.org Subject: FreeBSD 4.4 with P4 (i850, i845) Hi guys, I need more info about how stable is FreeBSD 4.4 RELEASE on i850 or i845 chipsets. I am still concerned about whether or not to go with P4 or to use *the plain old* PIII (FCPGA2 - tualatin) for database (MySQL), Apache, PHP - server. We already have FreeBSD 4.3 as firewall that is working even without reboot for few months ;-) (PIII, i440 BX) Any comments about i850 or i845 chipsets with FreeBSD 4.4? I am pretty sure that it will be OK but ... I will kindly appreciate more opinions ;-) Miro IT Administrator VisualSonics Toronto, Canada Please note: I am subscribed to the mail list. I am using hotmail because of limitations of the mailserver's settings ;-) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:33:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7FFA937B405 for ; Wed, 24 Oct 2001 14:33:51 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9OLY1g35248; Wed, 24 Oct 2001 17:34:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 24 Oct 2001 17:34:01 -0400 (EDT) From: Joe Clarke To: H Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Imwheel problems++ In-Reply-To: <20011023221719.B47661@moya.lambermont.dyndns.org> Message-ID: <20011024173224.B35166-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001, H wrote: > I read most of the imwheel posts on -questions, but I still have a > problem with it. > > Here's my situation: > > I use 'moused -z 4 -p /dev/psm0 -t auto', moused does see the wheel > actions (I know because I hacked it so that it prints +1 and -1 when I > move the wheel). I tried this with both a Logitech S48 wheelmouse and a > Microsoft Intellimouse. So far so good. > > I run XFree86-4.1.0_7 from ports on 4.4-STABLE with the following > section in my XF86Config: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection I use: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection under 4.1.0_6 and it works fine. That is, with imwheel running, I am able to scroll in applications like Netscape, vi, etc. I know there were some mouse security fixes in 4.1.0_7. I'm not sure what effect they may have on imwheel though. Joe > > I tried imwheel-0.9.9 as it installed from ports. No Go (that is, it > does nothing for me yet :) > I followed imwheel with a debugger until it reaches XNextEvent(d,e); in > getInput from which it never returns. > > Oh, my window manager is kde-2.2, also from ports. > > Any ideas/tips to tackle this problem are welcome. > > regards, > Hans Lambermont > -- > http://lambermont.webhop.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:41:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 0FF7E37B403 for ; Wed, 24 Oct 2001 14:41:08 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9OLfK035295; Wed, 24 Oct 2001 17:41:20 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 24 Oct 2001 17:41:20 -0400 (EDT) From: Joe Clarke To: Drew Tomlinson Cc: questions@FreeBSD.ORG Subject: Re: VPN Server & Win2K Client Not Connecting In-Reply-To: <005c01c15b28$3f3630a0$cd2a6ba5@lc.ca.gov> Message-ID: <20011024173548.L35166-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Oct 2001, Drew Tomlinson wrote: > I apologize if this is a duplicate. I'm not sure my first post made it > out as I received an error when sending it. > > I'm trying to setup a VPN server on my home network. I have installed > mpd-netgraph 3.3 from ports and followed the directions in the user > guide and sample files. I'm attempting to connect from a Win2K client > but am not successful. I have searched the list archives and found one > message that was close to my problem but did not find any replies. > Below is my log from an attempted connection. I don't really understand > what's going on and hope someone can point out my error and let me know > where to look next. I usually respond to PPTP/mpd questions. I have this working on FreeBSD 4.4-stable with 2000, 98, and Me clients. I compiled mpd-netgraph 3.2 (I haven't upgraded to 3.3 yet) from ports. I also made sure I had all the crypto sources installed first (this is the only way to get MS CHAP support [that is, you need the DES libs]). This works out of the box with pretty much the default pptp config in mpd.conf. I only had to add user and IP address info. I'm also able to get 128-bit MPPE. It looks like your clients are trying to use MS CHAP, but mpd wasn't compiled with it. Try adding the crypto sources and libraries to your machine, then recompile the port. Joe > > Thanks, > > Drew > > ----------------------------------------------- > Multi-link PPP for FreeBSD, by Archie L. Cobbs. > Based on iij-ppp, by Toshiharu OHNO. > mpd: pid 27386, version 3.3 (root@blacksheep.mykitchentable.net 07:08 > 21-Oct-2001) > [pptp] ppp node is "mpd27386-pptp" > mpd: local IP address for PPTP is 192.168.10.2 > [pptp] using interface ng0 > [pptp:vpn1] mpd: PPTP connection from xxx.xxx.xxx.xxx:2166 > pptp0: attached to connection with xxx.xxx.xxx.xxx:2166 > [pptp] IFACE: Open event > [pptp] IPCP: Open event > [pptp] IPCP: state change Initial --> Starting > [pptp] IPCP: LayerStart > [pptp] IPCP: Open event > [pptp] bundle: OPEN event in state CLOSED > [pptp] opening link "vpn1"... > [vpn1] link: OPEN event > [vpn1] LCP: Open event > [vpn1] LCP: state change Initial --> Starting > [vpn1] LCP: LayerStart > [vpn1] device: OPEN event in state DOWN > [vpn1] attaching to peer's outgoing call > [vpn1] device is now in state OPENING > [vpn1] device: UP event in state OPENING > [vpn1] device is now in state UP > [vpn1] link: UP event > [vpn1] link: origination is remote > [vpn1] LCP: Up event > [vpn1] LCP: state change Starting --> Req-Sent > [vpn1] LCP: phase shift DEAD --> ESTABLISH > [vpn1] LCP: SendConfigReq #1 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > pptp0-0: ignoring SetLinkInfo > [vpn1] LCP: rec'd Configure Request #0 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: SendConfigRej #0 > CALLBACK > MP MRRU 1614 > [vpn1] LCP: SendConfigReq #2 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: rec'd Configure Request #1 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: SendConfigRej #1 > CALLBACK > MP MRRU 1614 > [vpn1] LCP: SendConfigReq #3 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: rec'd Configure Request #2 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: SendConfigRej #2 > CALLBACK > MP MRRU 1614 > [vpn1] LCP: SendConfigReq #4 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: SendConfigReq #5 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: rec'd Configure Request #3 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: SendConfigRej #3 > CALLBACK > MP MRRU 1614 > [vpn1] LCP: SendConfigReq #6 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: SendConfigReq #7 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: rec'd Configure Request #4 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: SendConfigRej #4 > CALLBACK > MP MRRU 1614 > [vpn1] LCP: SendConfigReq #8 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: SendConfigReq #9 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: SendConfigReq #10 > ACFCOMP > PROTOCOMP > MRU 1500 > MAGICNUM c45f0870 > AUTHPROTO CHAP MSOFT > [vpn1] LCP: rec'd Configure Request #5 link 0 (Req-Sent) > MAGICNUM 75e54257 > PROTOCOMP > ACFCOMP > CALLBACK > Not supported > MP MRRU 1614 > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > 00 00 08 > [vpn1] LCP: not converging > [vpn1] LCP: parameter negotiation failed > [vpn1] LCP: state change Req-Sent --> Stopped > [vpn1] LCP: LayerFinish > [vpn1] device: CLOSE event in state UP > pptp0-0: clearing call > pptp0-0: killing channel > [vpn1] PPTP call terminated > [pptp] IFACE: Close event > [pptp] IPCP: Close event > [pptp] IPCP: state change Starting --> Initial > [pptp] IPCP: LayerFinish > [pptp] IFACE: Close event > pptp0: closing connection with xxx.xxx.xxx.xxx:2166 > [pptp] IFACE: Close event > [vpn1] device is now in state CLOSING > [pptp] bundle: CLOSE event in state OPENED > [pptp] closing link "vpn1"... > [vpn1] device: DOWN event in state CLOSING > [vpn1] device is now in state DOWN > [vpn1] link: CLOSE event > [vpn1] LCP: Close event > [vpn1] LCP: state change Stopped --> Closed > [vpn1] device: DOWN event in state DOWN > [vpn1] device is now in state DOWN > [vpn1] link: DOWN event > [vpn1] LCP: Down event > [vpn1] LCP: state change Closed --> Initial > [vpn1] LCP: phase shift ESTABLISH --> DEAD > pptp0: invalid length 16 for type 4 > pptp0: killing connection with xxx.xxx.xxx.xxx:2166 > [vpn1] link: DOWN event > [vpn1] LCP: Down event > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:41:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mono.mweb.co.za (mono.mweb.co.za [196.2.53.170]) by hub.freebsd.org (Postfix) with ESMTP id 2DAFF37B407 for ; Wed, 24 Oct 2001 14:41:36 -0700 (PDT) Received: from [196.7.27.231] (helo=ice) by mono.mweb.co.za with esmtp (Exim 3.33 #2) id 15wVht-0001tz-00 for freebsd-questions@FreeBSD.org; Wed, 24 Oct 2001 23:37:01 +0200 Reply-To: From: "Jim Sher" To: Subject: FW: Newbie needs help with modem Date: Wed, 24 Oct 2001 23:41:15 +0200 Message-ID: <000501c15cd4$9f19e0e0$1e00a8c0@ice> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C15CE5.62A2B0E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C15CE5.62A2B0E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi there, I need some help configuring my FreeBSD to actually answer the phone when I dial into it, I read the document http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html and i couldn't make head or tail of it, a friend of mine installed the O/S for me, and a few other things, but he's out of the country at the moment. So I'm checking all over the net for help. What I need is basically a step for step guide. If you have the time. Thanks Jim Sher ------=_NextPart_000_0006_01C15CE5.62A2B0E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

 

Hi there,

 I need = some help configuring my FreeBSD to actually answer the phone when I dial into it, = I read the document http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.ht= ml and i couldn’t make head or tail of it, a friend of mine installed = the O/S for me, and a few other things, but he’s out of the country at the moment. So I’m checking all over the net for = help.

What I need is basically a step for step = guide.

If you have the time.

 

Thanks

 

Jim Sher

------=_NextPart_000_0006_01C15CE5.62A2B0E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:42:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 5874C37B410 for ; Wed, 24 Oct 2001 14:42:23 -0700 (PDT) Received: from gibson (adsl-65-64-74-184.dsl.okcyok.swbell.net [65.64.74.184]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9OLhGp36013; Wed, 24 Oct 2001 16:43:17 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff Date: Wed, 24 Oct 2001 16:44:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <0F18D399-C897-11D5-894E-0050E4050F42@home.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok thanks... I have also tried apache 1.3 and that wouldnt go either so now i am back at 2.0 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Wednesday, October 24, 2001 10:52 AM > To: questions@FreeBSD.ORG > Subject: Re: apache stuff > > > > Try just un-commenting them or adding: > > # Of course use your paths. > LoadModule includes_module libexec/httpd/mod_include.so > AddModule mod_include.c > > I'm working on configuring in mod_ssl right now after not having done a > ./configure for a long time so it will all come back to me over the next > few hours. If nobody else shows up with the answer I'll have it this > afternoon. > > > > > Well that did not work.. after further notice mod_include is not > > compiled into apache. > > What would be the easiest way to add that to my current install of > > apache. > >   > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 14:44: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from email.accessus.net (email.accessus.net [209.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 1BC8737B403 for ; Wed, 24 Oct 2001 14:44:03 -0700 (PDT) Received: from [209.145.133.59] (account jkoenig@accessus.net HELO jwebmedia.com) by email.accessus.net (CommuniGate Pro SMTP 3.4.8) with ESMTP id 24274260 for questions@FreeBSD.ORG; Wed, 24 Oct 2001 16:44:02 -0500 Message-ID: <3BD737AF.E66F6695@jwebmedia.com> Date: Wed, 24 Oct 2001 16:50:40 -0500 From: Joseph Koenig Reply-To: joe@jwebmedia.com Organization: jWeb New Media Design X-Mailer: Mozilla 4.77 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: For Apache/PHP Gurus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What effect do the following have, in relation to persistent database connections opened: 1) Limiting the number of servers apache starts in the httpd.conf file (let's say we set it to 2) 2) Limiting the odbc_max_persistent in the php.ini file (let's say, again, 2) I have a client that has a Progress DB on a WinNT server, while his site is hosted in FreeBSD 4.3. He has software so he can open 2 ODBC connections at a time. This is an e-comm site, so I highly doubt 2 connections is enough, but I'm not familiar enough with how persistent connections work. I read up on them at the php.net site, and it helped a bit, but not completely. Say we leave apache at StartServers = 10, but limit the odbc_max_persistent connections to '2'. Will the site barf if those two connections are opened and someone makes a request off the 3rd server. From what I understand, it should re-use on of the open connections. If that connection is in use, will PHP/Apache wait for the connection to open, then use it, or will it just come back and say it can't connect? I did ask this question to the PHP list and didn't get any real response. That means it went over some heads (doubt) or it's a really aweful question. Can someone please help me out? Thanks a ton, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 15:28:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20108.mail.yahoo.com (web20108.mail.yahoo.com [216.136.226.45]) by hub.freebsd.org (Postfix) with SMTP id AB6DF37B403 for ; Wed, 24 Oct 2001 15:28:07 -0700 (PDT) Message-ID: <20011024222807.86862.qmail@web20108.mail.yahoo.com> Received: from [216.230.150.76] by web20108.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 15:28:07 PDT Date: Wed, 24 Oct 2001 15:28:07 -0700 (PDT) From: "Gerardo Amaya G." Subject: Problems installing Mozilla To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I'm trying to install mozilla from ports and I get stuck in this lines ===> Extracting for mozilla-0.8.1,1 >> Checksum OK for mozilla-source-0.8.1.tar.bz2. ===> mozilla-0.8.1,1 depends on executable: bzip2 - found ===> mozilla-0.8.1,1 depends on executable: gmake - found ===> mozilla-0.8.1,1 depends on shared library: IDL.2 - found ===> mozilla-0.8.1,1 depends on shared library: jpeg.9 - found ===> mozilla-0.8.1,1 depends on shared library: png.4 - found ===> mozilla-0.8.1,1 depends on shared library: X11.6 - found ===> mozilla-0.8.1,1 depends on shared library: glib12.3 - found ===> mozilla-0.8.1,1 depends on shared library: gtk12.2 - found In the gtk12.2 in gets stuck processing but no response. I can see in top that its stuck running rm or bzip2 Is something bad in my system. just for the record my / partition is full thanks Gerardi __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 15:47:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.latnet.lv (mail.latnet.lv [159.148.108.208]) by hub.freebsd.org (Postfix) with SMTP id 8840537B403 for ; Wed, 24 Oct 2001 15:47:36 -0700 (PDT) Received: (qmail 12140 invoked by uid 64014); 24 Oct 2001 22:47:35 -0000 Received: from andrew@ardi.lv by mail with qmail-scanner-0.96 (. Clean. Processed in 0.037536 secs); 24 Oct 2001 22:47:35 -0000 Received: from paganel.ardi.lv (HELO portege3110) (159.148.85.83) by mail.latnet.lv with SMTP; 24 Oct 2001 22:47:35 -0000 Message-ID: <000501c15ce6$a3f4d6d0$5355949f@portege3110> Reply-To: "Andrew Shahoff" From: "Andrew Shahoff" To: Subject: Vinum troubles Date: Thu, 25 Oct 2001 01:50:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have 3 HDD , first one SCSI as system drive ( da0s1* ) and two 20GB IDE drives formates as ad0s1h and ad2s1h ). I need mirror only IDE but vi mirror.conf drive a device /dev/ad0s1h drive b device /dev/ad2s1h volume mirror setupstate plex org concat sd length 0 drive a plex org concat sd length 0 drive b #vinum > resetconfig > create -v mirror.conf and ooooops... :( 1: drive a device /dev/ad0s1h ** 1 : Invalid argument 2: drive b device /dev/ad2s1h ** 2 : Invalid argument 3: 4: volume mirror setupstate 5: plex org concat 6: sd length 0 drive a 7: plex org concat 8: sd length 0 drive b 9: 10: 11: 12: 0 drives: 1 volumes: Volume mirror: Size: 0 bytes (0 MB) State: up Flags: 2 plexes Read policy: round robin 2 plexes: Plex mirror.p0: Size: 0 bytes (0 MB) Subdisks: 1 State: up Organization: concat Part of volume mirror Plex mirror.p1: Size: 0 bytes (0 MB) Subdisks: 1 State: up Organization: concat Part of volume mirror 2 subdisks: Subdisk mirror.p0.s0: Size: 0 bytes (0 MB) State: up Plex mirror.p0 at offset 0 (0 B) Drive a (/dev/ad0s1h), no offset Subdisk mirror.p1.s0: Size: 0 bytes (0 MB) State: up Plex mirror.p1 at offset 0 (0 B) Drive b (/dev/ad2s1h), no offset What is that ? I can mount separate ad0s1h and ad2s1h to somewhere ( all work perfect ) Help PLZ !!! :) With best regards Andrew Shahoff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 15:47:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 00F2E37B405 for ; Wed, 24 Oct 2001 15:47:48 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C75D82B72E; Thu, 25 Oct 2001 00:47:45 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 51468B5; Thu, 25 Oct 2001 08:47:38 +1000 (EST) Date: Thu, 25 Oct 2001 08:47:38 +1000 From: Edwin Groothuis To: "Gerardo Amaya G." Cc: freebsd-questions@freebsd.org Subject: Re: Problems installing Mozilla Message-ID: <20011025084738.G552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , "Gerardo Amaya G." , freebsd-questions@freebsd.org References: <20011024222807.86862.qmail@web20108.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024222807.86862.qmail@web20108.mail.yahoo.com>; from jogegabsd@yahoo.com on Wed, Oct 24, 2001 at 03:28:07PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 03:28:07PM -0700, Gerardo Amaya G. wrote: > Hello all, I'm trying to install mozilla from ports > and I get stuck in this lines > [...] > > In the gtk12.2 in gets stuck processing but no > response. > > I can see in top that its stuck running rm or bzip2 bzip2 is used to decompress the distributed archive. Since there are a lot of small files, it might take a little while. Why is your / full? Can't you throw some old stuff away? Specially in /tmp and /root. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 15:54:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail44.sdc1.sfba.home.com (femail44.sdc1.sfba.home.com [24.254.60.38]) by hub.freebsd.org (Postfix) with ESMTP id 3FA8337B401 for ; Wed, 24 Oct 2001 15:54:33 -0700 (PDT) Received: from vb ([65.9.177.97]) by femail44.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011024225432.FPVR21343.femail44.sdc1.sfba.home.com@vb> for ; Wed, 24 Oct 2001 15:54:32 -0700 Message-ID: <00a701c15cdf$49a50b20$0200a8c0@cc515939b.owml1.md.home.com> From: "vbrammer" To: Subject: Re: 4.4-STABLE + NAT + firewall = no @Home support Date: Wed, 24 Oct 2001 18:57:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I've been running FreeBSD as my NAT router and firewall for some time now. >In August I started having connectivity problems (no Ethernet errors, just >cable modem dropping link to head end) which has continued to this day >through several 4.3 and 4.4 versions. > >@Home's Tier I support told me today that "no software firewall of any kind" >is supported (no I'm not making this up) and that I'd have to switch to I'm no expert in the field here, but what he is telling you is that they dont know anything about your particular setup, and therefor cant help you. They also dont support home networks . >a "hub" (by which he meant a router/switch combination like the D-Link or >Linksys products. He was unable to suggest a hardware firewall that was >supported. > >Searching the @Home (athome.*) newsgroups didn't turn up any evidence of this >policy. > >I'm running 4.4-STABLE with the required name in dhclient.conf and have no hmm, Ive been running 3.x and 4.x firewalls, and right now a 5.0-current firewall, using ipfw & natd, for more than a year on @home. Ive never had this problem. One thing I do see is dhclient. Were you assigned a static IP when you signed up? In my case I was given a static IP address. In my logs I see requests to udp dhcl but those are all dropped by the firewall, and as to date I havent run into a problem like yours. >problems getting recognized. netstat -i never shows outbound errors (actually, >with the Pro100+'s I've never seen errors on either the cable modem connection >or the inside interface at 100Mbits full duplex). > fyi I use a LinkSys and a Netgear pci for the firewall machine. and old LattisNet 24 port 10base-T for a hub, and 5 machines (1 duel boot) on the inside network. >The built-in Web monitor to the cable modem shows no errors in its logs. > Id like to help more, but dont have any suggestions at this time. Im presuming you've done traceroutes and pings to your gateway and nameservers when these connectivity problems occurred? >Any ideas? >MLS Vince To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 16: 1:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id 0A25637B401 for ; Wed, 24 Oct 2001 16:01:42 -0700 (PDT) Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 24 Oct 2001 22:58:12 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id TAA28954 for ; Wed, 24 Oct 2001 19:01:40 -0400 (EDT) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.9.3+Sun/8.9.1) with SMTP id TAA21222 for ; Wed, 24 Oct 2001 19:01:37 -0400 (EDT) Received: (qmail 8278 invoked from network); 24 Oct 2001 23:01:33 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 24 Oct 2001 23:01:33 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id f9ON1UU93787; Wed, 24 Oct 2001 16:01:30 -0700 (PDT) (envelope-from mikko) Date: Wed, 24 Oct 2001 16:01:30 -0700 (PDT) From: Mikko Tyolajarvi Message-Id: <200110242301.f9ON1UU93787@mikko.rsa.com> To: kmacy@netapp.com Cc: questions@freebsd.org Subject: Re: does longjmp not working using uthreads? Newsgroups: local.freebsd.questions References: X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Can one not use longjmp when using FreeBSD's uthreads? Yes, provided you call setjmp() and longjmp() in the same thread. It is not immediately obvious from your gdb output that you are doing this, and the errormessage would indicate you aren't :) >It's just trying to jump up the call stack a couple frames. The threads library seems to think it is an entirely different stack... >/etc/modules/sample.mod : can't open : Device not configured >Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1' >at line ? in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) [...] $.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 Wed Oct 24 16: 6:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web.sitecontent.com (adsl-216-101-253-45.dsl.snfc21.pacbell.net [216.101.253.45]) by hub.freebsd.org (Postfix) with ESMTP id ADAFD37B401 for ; Wed, 24 Oct 2001 16:06:07 -0700 (PDT) Received: from there (localhost [127.0.0.1]) by web.sitecontent.com (8.11.6/8.11.5) with SMTP id f9ON5Us44267; Wed, 24 Oct 2001 16:05:31 -0700 (PDT) (envelope-from fallous@warped.com) Message-Id: <200110242305.f9ON5Us44267@web.sitecontent.com> Content-Type: text/plain; charset="koi8-r" From: fallous To: "Andrew Shahoff" , Subject: Re: Vinum troubles Date: Wed, 24 Oct 2001 16:05:30 -0700 X-Mailer: KMail [version 1.3] References: <000501c15ce6$a3f4d6d0$5355949f@portege3110> In-Reply-To: <000501c15ce6$a3f4d6d0$5355949f@portege3110> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you need to man vinum and actually look at what you're doing regarding length. here's an example of my vinum.conf, which is 2 drives striped with no mirroring drive a device /dev/da1e drive b device /dev/da2e volume stripec plex org striped 512b sd length 17500m drive a sd length 17500m drive b On Wednesday 24 October 2001 04:50 pm, Andrew Shahoff wrote: > I have 3 HDD , > first one SCSI as system drive ( da0s1* ) and two 20GB IDE drives formates > as ad0s1h and ad2s1h ). I need mirror only IDE but > > vi mirror.conf > > drive a device /dev/ad0s1h > drive b device /dev/ad2s1h > > volume mirror setupstate > plex org concat > sd length 0 drive a > plex org concat > sd length 0 drive b > > #vinum > > > resetconfig > > create -v mirror.conf > > and ooooops... :( > > 1: drive a device /dev/ad0s1h > ** 1 : Invalid argument > 2: drive b device /dev/ad2s1h > ** 2 : Invalid argument > 3: > 4: volume mirror setupstate > 5: plex org concat > 6: sd length 0 drive a > 7: plex org concat > 8: sd length 0 drive b > 9: > 10: > 11: > 12: > 0 drives: > 1 volumes: > Volume mirror: Size: 0 bytes (0 MB) > State: up > Flags: > 2 plexes > Read policy: round robin > > 2 plexes: > Plex mirror.p0: Size: 0 bytes (0 MB) > Subdisks: 1 > State: up > Organization: concat > Part of volume mirror > > Plex mirror.p1: Size: 0 bytes (0 MB) > Subdisks: 1 > State: up > Organization: concat > Part of volume mirror > > > 2 subdisks: > Subdisk mirror.p0.s0: > Size: 0 bytes (0 MB) > State: up > Plex mirror.p0 at offset 0 (0 B) > Drive a (/dev/ad0s1h), no offset > > Subdisk mirror.p1.s0: > Size: 0 bytes (0 MB) > State: up > Plex mirror.p1 at offset 0 (0 B) > Drive b (/dev/ad2s1h), no offset > > > What is that ? > I can mount separate ad0s1h and ad2s1h to somewhere ( all work perfect ) > Help PLZ !!! :) > > With best regards > Andrew Shahoff > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 16: 7:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.cjhost.com (nwhn-sh13-port43.snet.net [204.60.49.43]) by hub.freebsd.org (Postfix) with ESMTP id EABC537B403 for ; Wed, 24 Oct 2001 16:07:43 -0700 (PDT) Received: from localhost (jdouglas@localhost) by noc.cjhost.com (8.11.3/8.11.3) with ESMTP id f9ON5Jh37861; Wed, 24 Oct 2001 19:05:20 -0400 (EDT) (envelope-from jdouglas@noc.cjhost.com) Date: Wed, 24 Oct 2001 19:05:18 -0400 (EDT) From: Jon Douglas To: Cc: Subject: Re: HP laser jet 1200 In-Reply-To: <3BC10102.EFE7D51E@yahoo.com> Message-ID: <20011024190506.A37831-100000@noc.cjhost.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No it is on LPT :( On Sun, 7 Oct 2001, Adriel Cardenas G. wrote: > > Hi i have freebsd 4.3 on a compaq proliant 1600 server > > I can't gett hte printer to work and i am getting pissed can you help? > > Do you have it connected over USB or LPT. Because i had the same problem > with that > printer connected thru USB, but after connecting it thru LPT it just > goes fine. > > Is it the lpd running?, does the kernel "sees it" ? what does your dmesg > say about it? > have you edited already your printcap? > > If you'd like me to send you my printcap, send me a line and i send it > to your box. > > Regards > > > It worked fine on "cough" Redhat 7.1 > > cough, cough, cooooouuuughghhhhhh :) > > > > -- _ __ ___ ____ ___ ___ ___ > Adriel Cardenas G. _ __ ___ | _ ) __| \ > adrielcgx@FreeBSDmx.com _ __ | _ \ _ \ |) | > FreeBSD: The Power To Serve _ |___/___/___/ > > http://www.aztlansystems.net/ > > Hola! Soy un virus de firma para tus correos! Copiame a tu ~/.signature > para ayudar a extenderme! > > _________________________________________________________ > 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 Wed Oct 24 16:12:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bunning.skiltech.com (bunning.skiltech.com [216.235.79.240]) by hub.freebsd.org (Postfix) with ESMTP id 1C94B37B401 for ; Wed, 24 Oct 2001 16:12:40 -0700 (PDT) Received: (from minter@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id f9ONCak87740; Wed, 24 Oct 2001 19:12:36 -0400 (EDT) (envelope-from minter) Date: Wed, 24 Oct 2001 19:12:36 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: "Gerardo Amaya G." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems installing Mozilla In-Reply-To: <20011024222807.86862.qmail@web20108.mail.yahoo.com> Message-ID: <20011024191126.V87719-100000@bunning.skiltech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You may want to update your ports collection - Mozilla is up to 0.9.5 in the ports collection now, and it's quite a bit more stable than 0.8.1. --Wade On Wed, 24 Oct 2001, Gerardo Amaya G. wrote: > Hello all, I'm trying to install mozilla from ports > and I get stuck in this lines > > ===> Extracting for mozilla-0.8.1,1 > >> Checksum OK for mozilla-source-0.8.1.tar.bz2. > ===> mozilla-0.8.1,1 depends on executable: bzip2 - > found > ===> mozilla-0.8.1,1 depends on executable: gmake - > found > ===> mozilla-0.8.1,1 depends on shared library: > IDL.2 - found > ===> mozilla-0.8.1,1 depends on shared library: > jpeg.9 - found > ===> mozilla-0.8.1,1 depends on shared library: > png.4 - found > ===> mozilla-0.8.1,1 depends on shared library: > X11.6 - found > ===> mozilla-0.8.1,1 depends on shared library: > glib12.3 - found > ===> mozilla-0.8.1,1 depends on shared library: > gtk12.2 - found > > In the gtk12.2 in gets stuck processing but no > response. > > I can see in top that its stuck running rm or bzip2 > Is something bad in my system. > just for the record my / partition is full > > thanks > > Gerardi > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Do your part in the fight against injustice. Free Dmitry Sklyarov! http://www.freesklyarov.org/ Fight the DMCA! http://www.anti-dmca.org/ STOP the SSSCA! http://www.eff.org/alerts/20010921_eff_sssca_alert.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 16:13:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by hub.freebsd.org (Postfix) with SMTP id D26F037B405 for ; Wed, 24 Oct 2001 16:13:10 -0700 (PDT) Received: from sdtihq24.securid.com by tholian.securitydynamics.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 24 Oct 2001 23:09:41 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id TAA02674 for ; Wed, 24 Oct 2001 19:13:10 -0400 (EDT) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.9.3+Sun/8.9.1) with SMTP id TAA22126 for ; Wed, 24 Oct 2001 19:13:08 -0400 (EDT) Received: (qmail 8724 invoked from network); 24 Oct 2001 23:13:06 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 24 Oct 2001 23:13:06 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id f9OND5r93822; Wed, 24 Oct 2001 16:13:05 -0700 (PDT) (envelope-from mikko) Date: Wed, 24 Oct 2001 16:13:05 -0700 (PDT) From: Mikko Tyolajarvi Message-Id: <200110242313.f9OND5r93822@mikko.rsa.com> To: jogegabsd@yahoo.com Cc: questions@freebsd.org Subject: Re: Problems installing Mozilla Newsgroups: local.freebsd.questions References: <20011024222807.86862.qmail@web20108.mail.yahoo.com> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Hello all, I'm trying to install mozilla from ports >and I get stuck in this lines >===> Extracting for mozilla-0.8.1,1 >>> Checksum OK for mozilla-source-0.8.1.tar.bz2. [...] >===> mozilla-0.8.1,1 depends on shared library: >gtk12.2 - found >In the gtk12.2 in gets stuck processing but no >response. You've never built mozilla before, have you? :-) It takes forever (hours), and as you have noted, there is no output for quite a while. >I can see in top that its stuck running rm or bzip2 >Is something bad in my system. >just for the record my / partition is full Not too good, of course. Especially if that is where /tmp or /usr/ports is located. But if there is a problem, the build will bail out with an error. Murphys law dictates that this will not happen until the very end... Be patient. $.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 Wed Oct 24 16:39:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from n5ial.gnt.com (n5ial.gnt.com [204.49.69.6]) by hub.freebsd.org (Postfix) with ESMTP id BA86337B401 for ; Wed, 24 Oct 2001 16:39:43 -0700 (PDT) Received: (from jim@localhost) by n5ial.gnt.com (8.7.5/8.7.3) id SAA03670; Wed, 24 Oct 2001 18:00:34 -0500 Date: Wed, 24 Oct 2001 18:00:34 -0500 From: Jim Graham To: Andrew Reid Cc: freebsd-questions@FreeBSD.ORG Subject: Re: digital camera suggestions for FreeBSD 4.1.1 Message-ID: <20011024180034.A3646@n5ial.gnt.net> Mail-Followup-To: Andrew Reid , freebsd-questions@FreeBSD.ORG References: <20011023205133.A15162@n5ial.gnt.net> <20011024115745.B41477@plug.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <20011024115745.B41477@plug.cx>; from Andrew Reid on Wed, Oct 24, 2001 at 11:57:45AM +0930 X-PGP: see http://www.gnt.net/~n5ial for PGP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 11:57:45AM +0930, Andrew Reid wrote: > On Tue, Oct 23, 2001 at 08:51:33PM -0500, Jim Graham wrote: > > > Here's what I'm looking for: a digital camera in the $500--$700 price > > range (US dollars), roughly 2 Megapixels (or better), that can interface > > easily with FreeBSD 4.1.1 on a PC platform (USB available...don't know > > how to use it or what to do with it). > > Purchase a SanDisk USB CF Reader (ImageMate II I think they're > called). It works with FreeBSD, and you mount your CF card as another > block device. Just download from there. Thanks! That little bit of info, as you suggested (in a bit I trimmed), basically opens up the playing field to a *LOT* of cameras. It looks like I need to upgrade to FreeBSD 4.1.2 (actually, a friend downloaded the latest stable release---all four or five CDs worth---and is burning CDs for me, so I'll go beyond 4.1.2), but still...that was the perfect answer to my question.... I wasn't expecting something so simple (that comes from lack of knowledge of what's out there for digital camera media). :-) Again, many thanks. Later, --jim -- 73 DE N5IAL (/4) | "This 'telephone' has too many shortcomings to be jim@n5ial.gnt.net | seriously considered as a means of communication. ICBM / Hurricane: | The device is inherently of no value to us." 30.39735N 86.60439W | --Western Union internal memo, 1876 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 16:54:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 47FC037B401 for ; Wed, 24 Oct 2001 16:54:19 -0700 (PDT) Received: from gibson (adsl-65-64-74-184.dsl.okcyok.swbell.net [65.64.74.184]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9ONtBp36458; Wed, 24 Oct 2001 18:55:11 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff |more info Date: Wed, 24 Oct 2001 18:56:46 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <0F18D399-C897-11D5-894E-0050E4050F42@home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After reading further I have added the following to my httpd.conf Now it is not working and i am getting this error in my logs. 24 18:51:40 2001] [warn] [client 65.64.74.184] handler "server-parsed" not found for: /usr/local/www/data/newspro/news.shtml ____________________________________________________________________________ ___ If your page shows up blank, but when you look at the source, you see this: Then you haven't turned on SSI. Try again. I found this in my apache.conf: # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml I uncommented those two lines, HUP'd apache: and tried again. Still no success. So then I found this option "Includes". So I added that to apache.conf under the directory in question. Options Includes And then it worked. ______________________________________________________________________ > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Wednesday, October 24, 2001 10:52 AM > To: questions@FreeBSD.ORG > Subject: Re: apache stuff > > > > Try just un-commenting them or adding: > > # Of course use your paths. > LoadModule includes_module libexec/httpd/mod_include.so > AddModule mod_include.c > > I'm working on configuring in mod_ssl right now after not having done a > ./configure for a long time so it will all come back to me over the next > few hours. If nobody else shows up with the answer I'll have it this > afternoon. > > > > > Well that did not work.. after further notice mod_include is not > > compiled into apache. > > What would be the easiest way to add that to my current install of > > apache. > >   > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 17:13:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f78.hotmail.com [216.32.181.78]) by hub.freebsd.org (Postfix) with ESMTP id CCB6837B403 for ; Wed, 24 Oct 2001 17:13:42 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 24 Oct 2001 17:13:42 -0700 Received: from 202.58.240.69 by lw2fd.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 00:13:42 GMT X-Originating-IP: [202.58.240.69] Reply-To: junf@wavephil.com From: "Jun Favoreal" To: sumirati@yahoo.de Cc: questions@freebsd.org Subject: Re: bridging without ipfw Date: Thu, 25 Oct 2001 08:13:42 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 00:13:42.0682 (UTC) FILETIME=[E7A8CFA0:01C15CE9] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: m p >To: junf@wavephil.com >CC: questions@freebsd.org >Subject: Re: bridging without ipfw >Date: Wed, 24 Oct 2001 11:29:42 +0200 (CEST) > > > >Rick Hunter wrote: > > > > Hello, > > > > I am running 4.3-RELEASE with the following additional > > kernel options set on the GENERIC kernel config file: > > > > options IPFIREWALL > > options IPFIREWALL_VERBOSE > > options IPFIREWALL_FORWARD > > options IPFIREWALL_DEFAULT_TO_ACCEPT > > options IPDIVERT > > options IPFILTER > > options IPFILTER_LOG > > options IPSTEALTH > > options DUMMYNET > > options QUOTA > > options NMBCLUSTERS=32768 > > options BRIDGE > > > > Compiled kernel successfully and installed it. Add > > > > net.link.ether.bridge=1 > > net.inet.ip.forwarding: 1 > > > > to sysctl.conf. Then, rebooted the machine. This is my > > network setup > > > > +--------+ +----------+ > > | PC +A-------B+ BRIDGE +C------[192.168.1.0/27] > > +--------+ ^ +----------+ [ Network ] > > | > > cross cable > > > > where > > > > A -- 192.168.1.5/27 > > B -- (no address) > > C -- 192.168.1.30/27 > > > > PROBLEM: > > PC cannot ping the outside network. > > The outside network cannot ping the PC. > > Therefore, bridge is not working. > > > > I have gone through all BRIDGE documentations. And I > > think I have followed everything (I think). Anything > > that I missed out ??? > > > >Hi Rick, > >the default rule for ipfw is "deny all". If you had not added "allow what i >want" to ipfw it will not forward any pakets because of your rulebase. > >Take a look at your /etc/rc.conf and /etc/rc.firewall which type you had >choose >and modify it to fit for you. From sysctl -a, net.link.ether.bridge_ipfw: 0 My understanding if this is zero is that bridged packets would not be filtered. I made this zero to simplify things and just focus on bridging without writing firewall rules. With regards to the default rulebase, the ipfw default is to accept everything. This is what I see in ipfw -a l, 65535 N N allow ip from any to any Still the question remains, why does it not work =) -- _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 17:29:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 6A3F537B403 for ; Wed, 24 Oct 2001 17:29:25 -0700 (PDT) Received: from HSE-Toronto-ppp213561.sympatico.ca ([64.228.154.98]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011025002924.CJAE4828.tomts19-srv.bellnexxia.net@HSE-Toronto-ppp213561.sympatico.ca> for ; Wed, 24 Oct 2001 20:29:24 -0400 Date: Wed, 24 Oct 2001 20:38:54 -0400 (EDT) From: "Steve Brown " To: "freebsd-questions@freebsd.org" Subject: CD from .ISO image using burncd... how? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, Just got an ATAPI IDE cd-writer, FreeBSD reads it fine. burncd writing .iso image to CD as a straight filecopy(got a file on CD called 4.4-install.iso). How do I tell burncd that it's a cd image, not just a data file? Thanks in advance, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 17:49:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id 4A35137B401 for ; Wed, 24 Oct 2001 17:49:29 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15wYi7-0000ry-00; Wed, 24 Oct 2001 20:49:27 -0400 Date: Wed, 24 Oct 2001 20:49:26 -0400 (EDT) From: Scott Nolde To: "Steve Brown " Cc: "freebsd-questions@freebsd.org" Subject: Re: CD from .ISO image using burncd... how? In-Reply-To: Message-ID: <20011024204717.L11797-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG a little rtfm'ing will show: # burncd -f /dev/acd0c data file1 fixate smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG: >Date: Wed, 24 Oct 2001 20:38:54 -0400 (EDT) >From: "Steve Brown " >To: "freebsd-questions@freebsd.org" >Subject: CD from .ISO image using burncd... how? > >Hello there, > >Just got an ATAPI IDE cd-writer, FreeBSD reads it fine. burncd writing >.iso image to CD as a straight filecopy(got a file on CD called >4.4-install.iso). > >How do I tell burncd that it's a cd image, not just a data file? > >Thanks in advance, Steve > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 17:53: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from octa4.net.au (mail.octa4.net.au [203.112.96.44]) by hub.freebsd.org (Postfix) with ESMTP id 8688537B401 for ; Wed, 24 Oct 2001 17:53:01 -0700 (PDT) Received: from [203.112.97.13] (HELO synix.com.au) by octa4.net.au (CommuniGate Pro SMTP 3.4.7) with ESMTP id 18629838 for questions@freebsd.org; Thu, 25 Oct 2001 10:35:59 +0930 Message-ID: <3BD76294.46F88AD3@synix.com.au> Date: Thu, 25 Oct 2001 10:23:40 +0930 From: Kingsley Burlinson Organization: Synix & BGS X-Mailer: Mozilla 4.77C-CCK-MCD NSCPCD477 [en] (X11; U; SunOS 5.7 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Reconfigure network cards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Can you please help with a query on changing network cards after initial installation? I am running freebsd 4.2 on Cyrix 166, PCI SIS motherboard, using a DTC ne200 compatible network card on the ISA bus, NOT on the PCI connectors. I can only get the ed0 device to install by doing the boot reconfiguration manually on every boot, and removing 7 conflicts with non-exixtant ethernet cards. despite saving the changes, the next boot does not find the changes and fails to load ed0 unless I again use the manual userconfig procedure. This problem does not occur on a 486 VESA system using the same ethernaet card. ((There is no PCI bus on this motherboardd) Where does the UserConfig store its changes? Nothing in /boot or /boot/defaults gets changed after doing the UserConfig boot process. Thanks kingsley Burlinson kgb@synix.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18: 0:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14702.mail.yahoo.com (web14702.mail.yahoo.com [216.136.224.119]) by hub.freebsd.org (Postfix) with SMTP id A151F37B407 for ; Wed, 24 Oct 2001 18:00:11 -0700 (PDT) Message-ID: <20011025010011.52481.qmail@web14702.mail.yahoo.com> Received: from [64.131.161.101] by web14702.mail.yahoo.com via HTTP; Wed, 24 Oct 2001 18:00:11 PDT Date: Wed, 24 Oct 2001 18:00:11 -0700 (PDT) From: Wayne Lubin Subject: CVSup vs. CVS To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running 4.2 and wish to upgrade to 4.4 release by getting the sources and compiling the world. I have read up on CVS and am not exactly certain that I know what to do. Would the following command, after logging in of course, do what I want? And if so, do I need to make the command inside of the /usr/src directory? Also, one more thing. I spoke with "someone" and they said that I was crazy for using CVS to do what I want to do. Is this true? The handbook seems to think it is ok to use CVS. Well here is the command that I wanted you to check. Thanks. cvs checkout RELENG_4_4_0_RELEASE __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18: 2: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 28BB937B429 for ; Wed, 24 Oct 2001 18:02:05 -0700 (PDT) Received: from cheech.uchaswv.edu (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id VAA07631 for ; Wed, 24 Oct 2001 21:02:48 -0400 (EDT) Date: Wed, 24 Oct 2001 21:05:50 -0400 From: Nathan Mace To: freebsd-questions Subject: Upgrading X windows Message-Id: <20011024210550.3380b0a2.mace_nathan@uchaswv.edu> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i have X windows 3.3.6 installed on my 4-4STABLE machine. X windows 3 was installed when i installed from CD. it is not listed when i do a "pkg_info". how can i upgrade via the ports to version 4? i REALLY can't afford to have the 2 versions conflict and have neither one to work. please cc me the replies. nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18:28: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail17.sdc1.sfba.home.com (femail17.sdc1.sfba.home.com [24.0.95.144]) by hub.freebsd.org (Postfix) with ESMTP id AA03A37B401 for ; Wed, 24 Oct 2001 18:28:04 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail17.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011025012804.LBOD14800.femail17.sdc1.sfba.home.com@g3p1.peta.home> for ; Wed, 24 Oct 2001 18:28:04 -0700 Date: Wed, 24 Oct 2001 18:28:03 -0700 Subject: Re: apache stuff Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v472) From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: <006001c15c9b$7e794e90$5dd3693f@tech2> Message-Id: <88D2A329-C8E7-11D5-A414-0050E4050F42@home.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you found this: htdocs/manual/howto/ssi.html.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18:30: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 60FAF37B401 for ; Wed, 24 Oct 2001 18:29:56 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C6A9D2B693; Thu, 25 Oct 2001 03:29:50 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 41E05150; Thu, 25 Oct 2001 11:29:19 +1000 (EST) Date: Thu, 25 Oct 2001 11:29:19 +1000 From: Edwin Groothuis To: Nathan Mace Cc: freebsd-questions Subject: Re: Upgrading X windows Message-ID: <20011025112919.H552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Nathan Mace , freebsd-questions References: <20011024210550.3380b0a2.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024210550.3380b0a2.mace_nathan@uchaswv.edu>; from mace_nathan@uchaswv.edu on Wed, Oct 24, 2001 at 09:05:50PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 09:05:50PM -0400, Nathan Mace wrote: > i have X windows 3.3.6 installed on my 4-4STABLE machine. X windows 3 > was installed when i installed from CD. it is not listed when i do a > "pkg_info". how can i upgrade via the ports to version 4? i REALLY > can't afford to have the 2 versions conflict and have neither one to > work. please cc me the replies. Removing /usr/X11R6 from your system will do the uninstallation-trick. Buuut, a couple of the ports might have been installed in /usr/X11R6, so you have to rebuild them (which is not a bad idea anyway if you're upgrading to a new major version anyway) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18:47:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 7260737B403 for ; Wed, 24 Oct 2001 18:47:15 -0700 (PDT) Received: from cheech.uchaswv.edu (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id VAA09006; Wed, 24 Oct 2001 21:47:56 -0400 (EDT) Date: Wed, 24 Oct 2001 21:50:58 -0400 From: Nathan Mace To: edwin@mavetju.org Cc: freebsd-questions Subject: Re: Upgrading X windows Message-Id: <20011024215058.15c62d99.mace_nathan@uchaswv.edu> In-Reply-To: <20011025112919.H552@k7.mavetju.org> References: <20011024210550.3380b0a2.mace_nathan@uchaswv.edu> <20011025112919.H552@k7.mavetju.org> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG so bascially you saying mr -rf /usr/X11R6 and pkg_remove qt/gtk to get the majority of graphical apps and then pkg_delete the remaining graphical apps and then install X from the ports and start all over again installing my apps from ports? it wouldn't be bad at all if i could do it without reinstalling all my apps. or did you mean that i only had to reinstall my apps that install in /usr/X11r6? if so how do i tell which ones that is? i have alot of graphical stuff installed that would take a LONG time to compile/install via ports. is there any other way? thanks nathan On Thu, 25 Oct 2001 11:29:19 +1000 edwin@mavetju.org wrote: > On Wed, Oct 24, 2001 at 09:05:50PM -0400, Nathan Mace wrote: > > i have X windows 3.3.6 installed on my 4-4STABLE machine. X windows > 3 > > was installed when i installed from CD. it is not listed when i do > a > > "pkg_info". how can i upgrade via the ports to version 4? i REALLY > > can't afford to have the 2 versions conflict and have neither one to > > work. please cc me the replies. > > Removing /usr/X11R6 from your system will do the uninstallation-trick. > Buuut, a couple of the ports might have been installed in /usr/X11R6, > so you have to rebuild them (which is not a bad idea anyway if > you're upgrading to a new major version anyway) > > Edwin > > -- > Edwin Groothuis | Personal website: > http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal > Dimensions: > ------------------+ > http://www.FatalDimensions.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 18:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id AC11A37B401 for ; Wed, 24 Oct 2001 18:48:36 -0700 (PDT) Received: from columbia ([12.93.210.138]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20011025014835.RBMG19017.mtiwmhc24.worldnet.att.net@columbia>; Thu, 25 Oct 2001 01:48:35 +0000 From: "Andrew C. Hornback" To: "Scott Gerhardt" , "FreeBSD" Subject: RE: KERNEL Config Date: Wed, 24 Oct 2001 21:47:44 -0400 Message-ID: <004a01c15cf7$0aa75320$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Gerhardt > Sent: Wednesday, October 24, 2001 2:46 PM > To: FreeBSD > Subject: KERNEL Config > > I'm doing a few customizations to the kernel and would like to > know if their > is any real benefit to disabling unused devices? > > Will this make the kernel faster and smaller by any significant amount > sizeable amount? Hmm... I don't know if compiling the kernel once the system is installed uses some kind of optimization that the GENERIC kernel doesn't sue or not. But, from personal experience, I've noticed that the GENERIC kernel is about twice the size of the kernels that I compile for my machines. I'd assume that a smaller kernel means faster execution, or at least less of a memory load. Personally, I think it's a good idea to get rid of unused devices for simplicity and clarity when working with kernel configuration. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:15: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sirius.pbegames.com (sirius.pbegames.com [64.124.9.107]) by hub.freebsd.org (Postfix) with ESMTP id 79C4537B405 for ; Wed, 24 Oct 2001 19:15:00 -0700 (PDT) Received: from leviathan.pbegames.com (pool-141-156-50-74.res.east.verizon.net [141.156.50.74]) by sirius.pbegames.com (8.11.5/8.11.5) with ESMTP id f9P2FCp99258 for ; Wed, 24 Oct 2001 22:15:12 -0400 (EDT) (envelope-from thomas@pbegames.com) Message-Id: <5.1.0.14.2.20011024221147.020960d0@pbegames.com> X-Sender: thomas@pbegames.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 24 Oct 2001 22:15:24 -0400 To: freebsd-questions@freebsd.org From: Mark Thomas Subject: PPP, NAT, and battlenet Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running a small network behind a FreeBSD box running ppp -nat to a DSL modem. All my networking services seem to be working fine, except battlenet (*). Case in point, I can join remotely hosted games of Diablo II from my private side Windows box, but no one can join a game I host, which kind of makes sense, since they would have to be able to open a connection to my hidden machine. I tried using ipfw to forward the appropriate port (6112 udp/tcp) directly to my Windows box, but no dice. Has anyone gotten this working? If so, care to share? I'd hate to have to switch my network over to host battlenet games. :) [Please cc me via email to any response. TIA] (*) battlenet is Blizzard Software's free game network. Mark --- thomas@pbegames.com -------------> http://www.pbegames.com/~thomas Play by Electron Games ----------> http://www.pbegames.com [TM4463-ORG] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:21:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 13BF337B403 for ; Wed, 24 Oct 2001 19:21:53 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 0A8D62B72E; Thu, 25 Oct 2001 04:21:50 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 63D3312F; Thu, 25 Oct 2001 12:21:46 +1000 (EST) Date: Thu, 25 Oct 2001 12:21:46 +1000 From: Edwin Groothuis To: Nathan Mace Cc: freebsd-questions Subject: Re: Upgrading X windows Message-ID: <20011025122146.Q554@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Nathan Mace , freebsd-questions References: <20011024210550.3380b0a2.mace_nathan@uchaswv.edu> <20011025112919.H552@k7.mavetju.org> <20011024215058.15c62d99.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024215058.15c62d99.mace_nathan@uchaswv.edu>; from mace_nathan@uchaswv.edu on Wed, Oct 24, 2001 at 09:50:58PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 09:50:58PM -0400, Nathan Mace wrote: > so bascially you saying mr -rf /usr/X11R6 and pkg_remove qt/gtk to get > the majority of graphical apps and then pkg_delete the remaining > graphical apps and then install X from the ports and start all over > again installing my apps from ports? it wouldn't be bad at all if i > could do it without reinstalling all my apps. You of course can try it without uninstalling /usr/X11R6 first, but it's not something I recommend. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:22:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (smtp2.mbox.com.au [203.103.80.178]) by hub.freebsd.org (Postfix) with ESMTP id 3EBF237B401 for ; Wed, 24 Oct 2001 19:22:51 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.i7mail.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GLQ00EZRP5T89@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Thu, 25 Oct 2001 10:20:17 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GLQP5T00.WNI for ; Thu, 25 Oct 2001 10:20:17 +0800 Date: Thu, 25 Oct 2001 12:20:16 +1000 From: BSD Freak Subject: Which way is better to deny shell access To: FreeBSD Questions Message-id: <18f1ed818ec2ec.18ec2ec18f1ed8@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everyone, Just wondering.... we have a whole heap of pop3 users... we deny them shell access by assigning their shell as /sbin/nologin ( the same shell as many of the system accounts)... however I noticed if I use the adduser utility to create a user with no shell, it assigns /nonexistent as their shell...... Which is better? I feel that /nonexitent is probably best because it does not let them login at all via the shell however /sbin/nologin lets them login, reads them the motd and then logs them out automatically....... Am I right in assuming /nonexistent is a better choice? --------------------------------------------------------------------- mBox makes you work Smarter, not Harder, from only $0.58 per WEEK! Visit http://www.mbox.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:38:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cedar.he.net (cedar.he.net [64.71.140.162]) by hub.freebsd.org (Postfix) with ESMTP id 35DB137B401 for ; Wed, 24 Oct 2001 19:38:26 -0700 (PDT) Received: from there (armando@sc-66-75-66-97.socal.rr.com [66.75.66.97]) by cedar.he.net (8.8.6/8.8.2) with SMTP id TAA12014 for ; Wed, 24 Oct 2001 19:38:34 -0700 Message-Id: <200110250238.TAA12014@cedar.he.net> Content-Type: text/plain; charset="iso-8859-1" From: Armando Cerna To: freebsd-questions@FreeBSD.ORG Subject: problem Date: Wed, 24 Oct 2001 19:40:06 -0700 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I get this error when I try to record a file with "rec" I have a soundblaster live and it is compiled into the kernel with only device pcm... pcm0: record interrupt timeout, channel dead Any help would be great Armando To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:39:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 89BB237B405 for ; Wed, 24 Oct 2001 19:39:10 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C8C2A2B72E; Thu, 25 Oct 2001 04:39:03 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id A9CD912F; Thu, 25 Oct 2001 12:38:58 +1000 (EST) Date: Thu, 25 Oct 2001 12:38:58 +1000 From: Edwin Groothuis To: BSD Freak Cc: FreeBSD Questions Subject: Re: Which way is better to deny shell access Message-ID: <20011025123858.I552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , BSD Freak , FreeBSD Questions References: <18f1ed818ec2ec.18ec2ec18f1ed8@mbox.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: <18f1ed818ec2ec.18ec2ec18f1ed8@mbox.com.au>; from bsd-freak@mbox.com.au on Thu, Oct 25, 2001 at 12:20:16PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 12:20:16PM +1000, BSD Freak wrote: > Just wondering.... we have a whole heap of pop3 users... we deny them > shell access by assigning their shell as /sbin/nologin ( the same shell > as many of the system accounts)... however I noticed if I use the > adduser utility to create a user with no shell, it assigns /nonexistent > as their shell...... Which is better? /sbin/nologin tells the user that there isn't a valid shell, after logging in. /nonexistent will prevent logging in because the shell doesn't exist. I think the second is better because it will not tell the user (intruder, password guesser) that the password was correct. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:42:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f26.pav2.hotmail.com [64.4.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 2C7AF37B401 for ; Wed, 24 Oct 2001 19:42:42 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 24 Oct 2001 19:42:42 -0700 Received: from 24.240.119.212 by pv2fd.pav2.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 02:42:41 GMT X-Originating-IP: [24.240.119.212] From: "Mark Lipham" To: freebsd-questions@FreeBSD.org Subject: NIC Dilemna Date: Thu, 25 Oct 2001 02:42:41 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 02:42:42.0147 (UTC) FILETIME=[B7FEEB30:01C15CFE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am having some serious difficulty getting my Netgear fa310 NIC to work or any pnic chip card for that matter. I have freeBSD 4.2 powerpack and have installed it. the system has a problem recognizing the card's ports and memory range. the driver needed for my card i am told is the "dc" driver i have run "dmesg | less" after booting and sure enough I saw my card listed as dc0 however there are some error messages : "dc0: couldn't map ports / memory device_probe_and_attach: dc0 attach returned 6" therefore when I ran ifconfig no nic was listed. I have also tried entering userconfig right before the kernel starts, boot -c, to manually try and set paramaters but I see no appropiate drivers under the Network tab. so I pulled out the card and looked for jumpers or swithces but there are none so it looks like i need to configure my kernel to match the card. However, I am not sure how to do this any suggestions? Should I just scrap this card and get a more high end NIC such as a 3Com 905? thanks for your help mark _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:54:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 40B1037B41C for ; Wed, 24 Oct 2001 19:54:05 -0700 (PDT) Received: from acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.186.69]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f9P2sQh13803; Wed, 24 Oct 2001 22:54:26 -0400 (EDT) Received: (from leblanc@localhost) by acadia.ne.mediaone.net (8.11.6/8.11.6) id f9P2sSa93999; Wed, 24 Oct 2001 22:54:28 -0400 (EDT) (envelope-from leblanc) Date: Wed, 24 Oct 2001 22:54:27 -0400 From: Louis LeBlanc To: Mark Thomas , freebsd-questions@FreeBSD.org Subject: Re: PPP, NAT, and battlenet Message-ID: <20011024225426.A80107@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: Mark Thomas , freebsd-questions@FreeBSD.org References: <5.1.0.14.2.20011024221147.020960d0@pbegames.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5.1.0.14.2.20011024221147.020960d0@pbegames.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/24/01 10:15 PM, Mark Thomas sat at the `puter and typed: > I'm running a small network behind a FreeBSD box running ppp -nat to a DSL > modem. All my networking services seem to be working fine, except battlenet > (*). > > Case in point, I can join remotely hosted games of Diablo II from my > private side Windows box, but no one can join a game I host, which kind of > makes sense, since they would have to be able to open a connection to my > hidden machine. > > I tried using ipfw to forward the appropriate port (6112 udp/tcp) directly > to my Windows box, but no dice. > > Has anyone gotten this working? If so, care to share? I'd hate to have to > switch my network over to host battlenet games. :) > > [Please cc me via email to any response. TIA] > > (*) battlenet is Blizzard Software's free game network. I'm sorry that I can't solve your problem for you, but I haven't tried to join a Battle.net game in some time (back when I was still cutting my teeth on Linux). I never could get connected because it just couldn't do the masquerading properly. I haven't tried yet, since moving on up to FreeBSD 4.4 with ipfw and natd (just basic translation), mostly because I just didn't know what ports I had to translate back to the Winbox. I'm very interested in the configuration that allows you to connect to and play external games without any such problems; care to share the details? TIA & HAND Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ travel, n.: Something that makes you feel like you're getting somewhere. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 19:57:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (kypo.alfred.cx [150.101.93.134]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7837B403 for ; Wed, 24 Oct 2001 19:57:06 -0700 (PDT) Received: by mail.plug.cx (Postfix, from userid 1000) id 3E11F2B8BF; Thu, 25 Oct 2001 12:58:25 +0930 (CST) Date: Thu, 25 Oct 2001 12:58:24 +0930 From: Andrew Reid To: Wayne Lubin Cc: freebsd-questions@freebsd.org Subject: Re: CVSup vs. CVS Message-ID: <20011025125824.C44515@plug.cx> References: <20011025010011.52481.qmail@web14702.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025010011.52481.qmail@web14702.mail.yahoo.com>; from wayneclubin@yahoo.com on Wed, Oct 24, 2001 at 06:00:11PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 06:00:11PM -0700, Wayne Lubin wrote: > I am running 4.2 and wish to upgrade to 4.4 release by > getting the sources and compiling the world. I have > read up on CVS and am not exactly certain that I know > what to do. Would the following command, after logging > in of course, do what I want? And if so, do I need to > make the command inside of the /usr/src directory? > Also, one more thing. I spoke with "someone" and they > said that I was crazy for using CVS to do what I want > to do. Is this true? The handbook seems to think it is > ok to use CVS. Well here is the command that I wanted > you to check. Thanks. Use CVSup. If you're not entirely familiar with the process, there's always cvsupit. Just execute pkg_add -r cvsupit (as root). That'll download and fire up a GUI for selecting the modules to update. It might take some time depending on your connection and how much of the system you wish to download. Just let it go, even if it does seem to have died. If you have trouble with ``pkg_add -r'' you can download ``cvsupit-3.0.tar.gz'' from any one of the mirrors in the ports/i386/packages/4.4-release/All directory. - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 20:14:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.voyageri.net [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 5577737B405 for ; Wed, 24 Oct 2001 20:13:09 -0700 (PDT) Received: (qmail 58418 invoked from network); 24 Oct 2001 21:46:01 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.voyageri.net with SMTP; 24 Oct 2001 21:46:01 -0000 From: "Jonathan M. Slivko" To: , Subject: RE: Newbie needs help with modem Date: Wed, 24 Oct 2001 17:45:38 -0400 Message-ID: <000301c15cd5$389394f0$6501a8c0@sioux> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <000501c15cd4$9f19e0e0$1e00a8c0@ice> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maybe a trip to the FreeBSD mailing list archives might help?. I'm pretty sure all this has been discussed before. -- Jonathan ----------------------------------------------------- Jonathan Slivko - Voyager Internet - www.voyageri.net =A0=A0 Web Hosting - Web Desgin - UNIX Shell Accounts =A0=A0 jslivko@voyageri.net - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Jim Sher Sent: Wednesday, October 24, 2001 5:41 PM To: freebsd-questions@FreeBSD.org Subject: FW: Newbie needs help with modem Hi there, I need some help configuring my FreeBSD to actually answer the phone when I dial into it, I read the document http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html and i couldn=92t make head or tail of it, a friend of mine installed the O/S for me, and a few other things, but he=92s out of the country at the moment. So I=92m checking all over the net for help. What I need is basically a step for step guide. If you have the time. Thanks Jim Sher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 20:16: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 8B90E37B405 for ; Wed, 24 Oct 2001 20:16:02 -0700 (PDT) Received: from gibson (adsl-65-64-74-184.dsl.okcyok.swbell.net [65.64.74.184]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9P3H2p37057; Wed, 24 Oct 2001 22:17:02 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff Date: Wed, 24 Oct 2001 22:18:37 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <88D2A329-C8E7-11D5-A414-0050E4050F42@home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes I have tried all that and none work.. I am using the default install from the ports collection. And everything I have tried does not work. Where would the files live to recompile it. I have looked all through /usr/src Anyone else have pointers on getting SSI working with default install of apache 2.0 from ports? BB > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Wednesday, October 24, 2001 8:28 PM > To: questions@FreeBSD.ORG > Subject: Re: apache stuff > > > Have you found this: > > htdocs/manual/howto/ssi.html.html > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 20:26:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.voyageri.net [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id E475337B403 for ; Wed, 24 Oct 2001 20:26:46 -0700 (PDT) Received: (qmail 60277 invoked from network); 25 Oct 2001 02:25:16 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.voyageri.net with SMTP; 25 Oct 2001 02:25:16 -0000 From: "Jonathan M. Slivko" To: "'BSD Freak'" , "'FreeBSD Questions'" Subject: RE: Which way is better to deny shell access Date: Wed, 24 Oct 2001 22:24:38 -0400 Message-ID: <000b01c15cfc$32efe0e0$6501a8c0@sioux> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <18f1ed818ec2ec.18ec2ec18f1ed8@mbox.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG IMO, it's accomplishing the same thing, but by different methods. --Jonathan ----------------------------------------------------- Jonathan Slivko - Voyager Internet - www.voyageri.net Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@voyageri.net - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of BSD Freak Sent: Wednesday, October 24, 2001 10:20 PM To: FreeBSD Questions Subject: Which way is better to deny shell access Hi everyone, Just wondering.... we have a whole heap of pop3 users... we deny them shell access by assigning their shell as /sbin/nologin ( the same shell as many of the system accounts)... however I noticed if I use the adduser utility to create a user with no shell, it assigns /nonexistent as their shell...... Which is better? I feel that /nonexitent is probably best because it does not let them login at all via the shell however /sbin/nologin lets them login, reads them the motd and then logs them out automatically....... Am I right in assuming /nonexistent is a better choice? --------------------------------------------------------------------- mBox makes you work Smarter, not Harder, from only $0.58 per WEEK! Visit http://www.mbox.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 20:27:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 24E7137B409 for ; Wed, 24 Oct 2001 20:27:32 -0700 (PDT) Received: from HSE-Toronto-ppp214462.sympatico.ca ([64.228.157.237]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011025032731.FIJE4828.tomts19-srv.bellnexxia.net@HSE-Toronto-ppp214462.sympatico.ca>; Wed, 24 Oct 2001 23:27:31 -0400 Date: Wed, 24 Oct 2001 23:37:06 -0400 (EDT) From: "Steve Brown " To: Scott Nolde Cc: "freebsd-questions@freebsd.org" Subject: Re: CD from .ISO image using burncd... how? In-Reply-To: <20011024204717.L11797-100000@bsd.smnolde.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's exactly what I did. I did make a mistake though, I used a previously used CD. However, when I retried it with a blank, I got a screenful of errors and no prompt back (I do not know how to capture errors that go to stderr), had to go to another virt terminal to recover. Same thing if I try to mount a blank CD. Nothing in "man burncd" or "man mount" addresses this, so I'm stuck. CD writer is Plextor w1610a, I can mount and read used CD's fine, drive is supposed to be compatible with burncd per http://www.freebsd.dk/ata/ . Should I or should I not mount the CD before using burncd, and how do I mount a blank? I sure could use a bit of help here; I already spent months fooling with a different CD-Writer only to find out that it's incompatible with FreeBSD. Thanks in advance, Steve On Wed, 24 Oct 2001, Scott Nolde wrote: > a little rtfm'ing will show: > # burncd -f /dev/acd0c data file1 fixate > > smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG: > > >Date: Wed, 24 Oct 2001 20:38:54 -0400 (EDT) > >From: "Steve Brown " > >To: "freebsd-questions@freebsd.org" > >Subject: CD from .ISO image using burncd... how? > > > >Hello there, > > > >Just got an ATAPI IDE cd-writer, FreeBSD reads it fine. burncd writing > >.iso image to CD as a straight filecopy(got a file on CD called > >4.4-install.iso). > > > >How do I tell burncd that it's a cd image, not just a data file? > > > >Thanks in advance, Steve > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > Scott Nolde > GPG Key 0xD869AB48 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 20:50:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.voyageri.net [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 927DB37B401 for ; Wed, 24 Oct 2001 20:50:12 -0700 (PDT) Received: (qmail 59844 invoked from network); 25 Oct 2001 01:04:08 -0000 Received: from 66-65-109-16.nyc.rr.com (HELO sioux) (66.65.109.16) by equinox.voyageri.net with SMTP; 25 Oct 2001 01:04:08 -0000 From: "Jonathan M. Slivko" To: "'Wayne Lubin'" , Subject: RE: CVSup vs. CVS Date: Wed, 24 Oct 2001 21:03:27 -0400 Message-ID: <000a01c15cf0$dd513e00$6501a8c0@sioux> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20011025010011.52481.qmail@web14702.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG /usr/ports/net/cvsupit works pretty nicely too, it'll do all that stuff for you. However, it does get rather tricky, when the menu comes up for selecting the stuff you want, don't select anything, just go straight to OK which will indicate that you want src-all. Whether you want to update ports or not is up to you, but generally is a Good Thing (tm). -- Jonathan ----------------------------------------------------- Jonathan Slivko - Voyager Internet - www.voyageri.net Web Hosting - Web Desgin - UNIX Shell Accounts jslivko@voyageri.net - Phone: (212) 663-1109 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Wayne Lubin Sent: Wednesday, October 24, 2001 9:00 PM To: freebsd-questions@freebsd.org Subject: CVSup vs. CVS I am running 4.2 and wish to upgrade to 4.4 release by getting the sources and compiling the world. I have read up on CVS and am not exactly certain that I know what to do. Would the following command, after logging in of course, do what I want? And if so, do I need to make the command inside of the /usr/src directory? Also, one more thing. I spoke with "someone" and they said that I was crazy for using CVS to do what I want to do. Is this true? The handbook seems to think it is ok to use CVS. Well here is the command that I wanted you to check. Thanks. cvs checkout RELENG_4_4_0_RELEASE __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 21: 8:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 3A16237B401 for ; Wed, 24 Oct 2001 21:08:45 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-004dcwashP030.dialsprint.net [206.133.21.142]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id VAA18859 for ; Wed, 24 Oct 2001 21:08:21 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id CC76950CF1; Wed, 24 Oct 2001 04:23:11 -0400 (EDT) Date: Wed, 24 Oct 2001 04:23:11 -0400 From: parv To: f-q Subject: lock X w/o screensavers Message-ID: <20011024042311.A67309@moo.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG is it possible to lock X, optionally consoles, such that no screensaver runs? i looked in xlock(1), but didn't see any option to do that. it sure does run hacks w/o locking, but not the other way around. did i miss something in the manpage? or, is it just not possible? any other program, perhaps? for the curious (and paient)... i am using dell inspiron 5000e laptop. so, it has lcd. of course. which shows grey/white blank screen after some period of inactivity. which renders otherwise wonderful programs' visual output useless. in addition, these programs cause computer to generate more noise and heat than when i use computer actively. occasional mozilla, world, et cetera building notwithstanding. i would have put something on the lcd needle (to turn it off), but i remember computer to go in suspend/stand by mode. which is more harmful (than the noise+heat) as apm sucks on it. which causes hard reboots... eventually. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 21:35:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grandchutepd.org (grandchutepd.org [169.207.62.45]) by hub.freebsd.org (Postfix) with SMTP id 7840A37B409; Wed, 24 Oct 2001 21:35:06 -0700 (PDT) Received: from 216.76.216.180 (host-216-76-216-180.dab.bellsouth.net [216.76.216.180]) by grandchutepd.org; Tue, 23 Oct 2001 22:50:11 -0500 To: From: cabrahamyang@gmx.net Subject: Confirmation Ticket # 27897 Date: Tue, 23 Oct 2001 23:49:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Reply-To: cabrahamyang@gmx.net Message-Id: <20011025043506.7840A37B409@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Redefine Business... It's not too late to start making money on the internet! In fact, the real opportunity is just beginning! Millions of dollars have been spent developing and perfecting the tools that comprise our system. Your job and mine become almost automatic. This system can create an "unfair advantage" for you to maximize your leverage over the next few months. This is the kind of opportunity that happens maybe once every hundred years! The time for a decision is now...Recreate your future or or be left always wondering...WHAT IF!!! For further details, I encourage you to click the link below! http://www.towerlake.com/users/mainstreet/index7.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 22: 4: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sylvester.dsj.net (sylvester.dsj.net [208.148.151.43]) by hub.freebsd.org (Postfix) with ESMTP id F348F37B406 for ; Wed, 24 Oct 2001 22:03:57 -0700 (PDT) Received: (from dsj@localhost) by sylvester.dsj.net (8.9.3/8.9.3/Debian 8.9.3-21) id BAA04656; Thu, 25 Oct 2001 01:03:55 -0400 Date: Thu, 25 Oct 2001 01:03:55 -0400 From: "David S. Jackson" To: parv Cc: f-q Subject: Re: lock X w/o screensavers Message-ID: <20011025010355.A4629@sylvester.dsj.net> Reply-To: "David S. Jackson" References: <20011024042311.A67309@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024042311.A67309@moo.holy.cow>; from parv_@yahoo.com on Wed, Oct 24, 2001 at 04:23:11AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 04:23:11AM -0400 parv wrote: > is it possible to lock X, optionally consoles, such that no > screensaver runs? > > i looked in xlock(1), but didn't see any option to do that. it sure > does run hacks w/o locking, but not the other way around. did i miss > something in the manpage? > > or, is it just not possible? any other program, perhaps? You could just use the "blank" option to xlock. -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I'll be comfortable on the couch. Famous last words. -- Lenny Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 22:21:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id CA82637B403 for ; Wed, 24 Oct 2001 22:21:55 -0700 (PDT) Received: from sdn-ar-004dcwashp030.dialsprint.net ([206.133.21.142] helo=moo.holy.cow) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15wcxj-0000O1-00; Wed, 24 Oct 2001 22:21:52 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id B3ADB50CF1; Thu, 25 Oct 2001 01:22:15 -0400 (EDT) Date: Thu, 25 Oct 2001 01:22:15 -0400 From: parv To: "David S. Jackson" Cc: f-q Subject: Re: lock X w/o screensavers Message-ID: <20011025012215.A24738@moo.holy.cow> Mail-Followup-To: "David S. Jackson" , f-q References: <20011024042311.A67309@moo.holy.cow> <20011025010355.A4629@sylvester.dsj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011025010355.A4629@sylvester.dsj.net>; from dsj@sylvester.dsj.net on Thu, Oct 25, 2001 at 01:03:55AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20011025010355.A4629@sylvester.dsj.net>, wrote David S. Jackson thusly... > > On Wed, Oct 24, 2001 at 04:23:11AM -0400 parv wrote: > > is it possible to lock X, optionally consoles, such that no > > screensaver runs? ... > > You could just use the "blank" option to xlock. in the intimidating synopsis[1] and long list of sections & options, i missed it. many thanks. [1] actually that's nothing when compared w/ xv equivalent... - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 22:42:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 573C637B401 for ; Wed, 24 Oct 2001 22:42:40 -0700 (PDT) Received: from cheech.uchaswv.edu (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id BAA13035 for ; Thu, 25 Oct 2001 01:43:21 -0400 (EDT) Date: Thu, 25 Oct 2001 01:46:23 -0400 From: Nathan Mace To: freebsd-questions Subject: bootloader question Message-Id: <20011025014623.0c6dcd67.mace_nathan@uchaswv.edu> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG are there any tricks to getting grub installed from the ports and working right? a tutorial someone could point out maybe? i don't much care for the freebsd bootloader, i currently use lilo that came with mandrake, but i wanna get away from that. can anyone comment on using grub to boot a freebsd/win98/misc box? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 22:46:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t11.citlink.net [207.173.251.11]) by hub.freebsd.org (Postfix) with ESMTP id A4A9E37B405 for ; Wed, 24 Oct 2001 22:46:21 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id C8D7DEE64C; Wed, 24 Oct 2001 22:46:20 -0700 (PDT) Message-ID: <00cc01c15d18$5a0108a0$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Joe Clarke" Cc: References: <20011024173548.L35166-100000@shumai.marcuscom.com> Subject: Re: VPN Server & Win2K Client Not Connecting Date: Wed, 24 Oct 2001 22:46:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Joe Clarke" To: "Drew Tomlinson" Cc: Sent: Wednesday, October 24, 2001 2:41 PM Subject: Re: VPN Server & Win2K Client Not Connecting > > > On Mon, 22 Oct 2001, Drew Tomlinson wrote: > > > I apologize if this is a duplicate. I'm not sure my first post made it > > out as I received an error when sending it. > > > > I'm trying to setup a VPN server on my home network. I have installed > > mpd-netgraph 3.3 from ports and followed the directions in the user > > guide and sample files. I'm attempting to connect from a Win2K client > > but am not successful. I have searched the list archives and found one > > message that was close to my problem but did not find any replies. > > Below is my log from an attempted connection. I don't really understand > > what's going on and hope someone can point out my error and let me know > > where to look next. > > I usually respond to PPTP/mpd questions. I have this working on FreeBSD > 4.4-stable with 2000, 98, and Me clients. I compiled mpd-netgraph 3.2 (I > haven't upgraded to 3.3 yet) from ports. I also made sure I had all the > crypto sources installed first (this is the only way to get MS CHAP > support [that is, you need the DES libs]). > > This works out of the box with pretty much the default pptp config in > mpd.conf. I only had to add user and IP address info. I'm also able to > get 128-bit MPPE. > > It looks like your clients are trying to use MS CHAP, but mpd wasn't > compiled with it. Try adding the crypto sources and libraries to your > machine, then recompile the port. Thank you for looking into my problem. Since I posted this message, I have done a little more troubleshooting. What I found is that if I connect from a Win2K machine on my private LAN to the VPN server (on the same private LAN), a tunnel is established. My interpretation of the successful log is that the Win2K client sends a Config Request. The request is rejected by the VPN server. Then the VPN server sends a message along the lines of "how 'bout this?". The message is received by the Win2K client that says "OK" and then the tunnel is established. My internet connection for my home network is ADSL. When I try to connect to the VPN server via the Internet, it seems as the "how 'bout this?" message from the VPN server doesn't make it to the Win2K client. My FBSD firewall is not an issue as I've tried it with the firewall wide open. I log deny packets and have log_in_vain set. No errors show up in the logs. Here's my network config: ISP | | IP is DHCP (RFC 1918 & draft-manning nets | inbound blocked here) | ADSL Modem/Router (provides DNS & NAT) |192.168.10.1 (RFC 1918 & draft-manning nets | outbound blocked here) | |192.168.10.2 (ed1) Firewall | |192.168.1.2 (ed0) | Internal Network 192.168.1.0/24 I know NAT and VPN don't necessarily get along real well so it may be a NAT issue with my 3Com router/modem. But it could also be a firewall issue at my place of employment. I am able to connect to a VPN server at my work from home through the 3Com router/modem. Connecting to my home from work via VPN fails. Do you have any idea which problem is more likely? Or some other possibility I haven't even thought of? I'll be out of town for a few days but when I return, I plan to do a little more testing. Any advice, pointers, things to look for, etc. will be greatly appreciated. Thanks, Drew > Joe > > > > > Thanks, > > > > Drew > > > > ----------------------------------------------- > > Multi-link PPP for FreeBSD, by Archie L. Cobbs. > > Based on iij-ppp, by Toshiharu OHNO. > > mpd: pid 27386, version 3.3 (root@blacksheep.mykitchentable.net 07:08 > > 21-Oct-2001) > > [pptp] ppp node is "mpd27386-pptp" > > mpd: local IP address for PPTP is 192.168.10.2 > > [pptp] using interface ng0 > > [pptp:vpn1] mpd: PPTP connection from xxx.xxx.xxx.xxx:2166 > > pptp0: attached to connection with xxx.xxx.xxx.xxx:2166 > > [pptp] IFACE: Open event > > [pptp] IPCP: Open event > > [pptp] IPCP: state change Initial --> Starting > > [pptp] IPCP: LayerStart > > [pptp] IPCP: Open event > > [pptp] bundle: OPEN event in state CLOSED > > [pptp] opening link "vpn1"... > > [vpn1] link: OPEN event > > [vpn1] LCP: Open event > > [vpn1] LCP: state change Initial --> Starting > > [vpn1] LCP: LayerStart > > [vpn1] device: OPEN event in state DOWN > > [vpn1] attaching to peer's outgoing call > > [vpn1] device is now in state OPENING > > [vpn1] device: UP event in state OPENING > > [vpn1] device is now in state UP > > [vpn1] link: UP event > > [vpn1] link: origination is remote > > [vpn1] LCP: Up event > > [vpn1] LCP: state change Starting --> Req-Sent > > [vpn1] LCP: phase shift DEAD --> ESTABLISH > > [vpn1] LCP: SendConfigReq #1 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > pptp0-0: ignoring SetLinkInfo > > [vpn1] LCP: rec'd Configure Request #0 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: SendConfigRej #0 > > CALLBACK > > MP MRRU 1614 > > [vpn1] LCP: SendConfigReq #2 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: rec'd Configure Request #1 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: SendConfigRej #1 > > CALLBACK > > MP MRRU 1614 > > [vpn1] LCP: SendConfigReq #3 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: rec'd Configure Request #2 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: SendConfigRej #2 > > CALLBACK > > MP MRRU 1614 > > [vpn1] LCP: SendConfigReq #4 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: SendConfigReq #5 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: rec'd Configure Request #3 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: SendConfigRej #3 > > CALLBACK > > MP MRRU 1614 > > [vpn1] LCP: SendConfigReq #6 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: SendConfigReq #7 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: rec'd Configure Request #4 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: SendConfigRej #4 > > CALLBACK > > MP MRRU 1614 > > [vpn1] LCP: SendConfigReq #8 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: SendConfigReq #9 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: SendConfigReq #10 > > ACFCOMP > > PROTOCOMP > > MRU 1500 > > MAGICNUM c45f0870 > > AUTHPROTO CHAP MSOFT > > [vpn1] LCP: rec'd Configure Request #5 link 0 (Req-Sent) > > MAGICNUM 75e54257 > > PROTOCOMP > > ACFCOMP > > CALLBACK > > Not supported > > MP MRRU 1614 > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 b2 00 > > 00 00 08 > > [vpn1] LCP: not converging > > [vpn1] LCP: parameter negotiation failed > > [vpn1] LCP: state change Req-Sent --> Stopped > > [vpn1] LCP: LayerFinish > > [vpn1] device: CLOSE event in state UP > > pptp0-0: clearing call > > pptp0-0: killing channel > > [vpn1] PPTP call terminated > > [pptp] IFACE: Close event > > [pptp] IPCP: Close event > > [pptp] IPCP: state change Starting --> Initial > > [pptp] IPCP: LayerFinish > > [pptp] IFACE: Close event > > pptp0: closing connection with xxx.xxx.xxx.xxx:2166 > > [pptp] IFACE: Close event > > [vpn1] device is now in state CLOSING > > [pptp] bundle: CLOSE event in state OPENED > > [pptp] closing link "vpn1"... > > [vpn1] device: DOWN event in state CLOSING > > [vpn1] device is now in state DOWN > > [vpn1] link: CLOSE event > > [vpn1] LCP: Close event > > [vpn1] LCP: state change Stopped --> Closed > > [vpn1] device: DOWN event in state DOWN > > [vpn1] device is now in state DOWN > > [vpn1] link: DOWN event > > [vpn1] LCP: Down event > > [vpn1] LCP: state change Closed --> Initial > > [vpn1] LCP: phase shift ESTABLISH --> DEAD > > pptp0: invalid length 16 for type 4 > > pptp0: killing connection with xxx.xxx.xxx.xxx:2166 > > [vpn1] link: DOWN event > > [vpn1] LCP: Down event > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:13:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 55D2037B403 for ; Wed, 24 Oct 2001 23:13:11 -0700 (PDT) Received: from user-2ivebjp.dialup.mindspring.com ([165.247.46.121] helo=bezerker) by robin.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 15wdlI-0004SX-00; Wed, 24 Oct 2001 23:13:04 -0700 Message-ID: <000501c15d1c$56af48c0$0101a8c0@bezerker> From: "Bezerker" To: Cc: , Subject: Re: PPP, NAT, and battlenet Date: Thu, 25 Oct 2001 02:14:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I host d2 games perfectly fine here is my natd configuration i use no special ipfw rules [2:12am-bezerker@tiesto] ~ --> cat /etc/natd.conf dynamic redirect_port tcp 192.168.1.4:80 80 redirect_port tcp 192.168.1.1:113 113 use_sockets same_ports log [2:12am-bezerker@tiesto] ~ --> use_sockets and same_ports might be what you need To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:17:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id E2F2637B401 for ; Wed, 24 Oct 2001 23:17:17 -0700 (PDT) Received: from Ferox (203-96-156-7.tnt6.paradise.net.nz [203.96.156.7]) by deborah.paradise.net.nz (Postfix) with SMTP id E7D89D1559 for ; Thu, 25 Oct 2001 19:17:15 +1300 (NZDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Pearce Reply-To: ferox@paradise.net.nz To: freebsd-questions@freebsd.org Subject: Harddrive reporting wrong RPM Date: Thu, 25 Oct 2001 19:21:23 +1300 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01102519212300.00352@Ferox> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, I recently installed FreeBSD4.3, and I noticed my harddrive seems to be running slower than it has done under Windoze and Linux. I ran 'disklabel ad0' and it told me that my rpm of my HD is 3600, which is wrong; the drives only 9 months old. If I run 'disklabel -e ad0' and changed the rpm manually, will it speed up the drive, or could it damage it instead? (Thought I'd better check before I tried.....) Is there any other ways to speed up the HD, like doing something funky with DMAs? Output of 'disklabel ad0': # /dev/ad0c: type: ESDI disk: ad0s3 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 240 sectors/cylinder: 15120 cylinders: 641 sectors/unit: 9691920 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 204800 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 13*) b: 1056624 204800 swap # (Cyl. 13*- 83*) c: 9691920 0 unused 0 0 # (Cyl. 0 - 640) e: 102400 1261424 4.2BSD 1024 8192 16 # (Cyl. 83*- 90*) f: 1024000 1363824 4.2BSD 1024 8192 16 # (Cyl. 90*- 157*) g: 7304096 2387824 4.2BSD 1024 8192 16 # (Cyl. 157*- 640*) Thanks, Chris Pearce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:22:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m03.mx.aol.com (imo-m03.mx.aol.com [64.12.136.6]) by hub.freebsd.org (Postfix) with ESMTP id 77B8A37B405 for ; Wed, 24 Oct 2001 23:22:37 -0700 (PDT) Received: from RnldFreud@aol.com by imo-m03.mx.aol.com (mail_out_v31_r1.8.) id n.f8.1188c11c (3966) for ; Thu, 25 Oct 2001 02:22:34 -0400 (EDT) From: RnldFreud@aol.com Message-ID: Date: Thu, 25 Oct 2001 02:22:34 EDT Subject: internet connection To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_f8.1188c11c.290909aa_boundary" X-Mailer: AOL 6.0 for Windows US sub 10532 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_f8.1188c11c.290909aa_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i am new to unix. i am from windows background. what am i missing when it comes to setting up a simple dial up connection so i can download the source code to use my adsl connection. i want freebsd to be my operating system of choice, but i am at the present getting very demotivated to make it happen. i have a full 4.4 bsd lite package ron --part1_f8.1188c11c.290909aa_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit i am new to unix. i am from windows background. what am i missing when it comes to setting up a simple dial up connection so i can download the source code to use my adsl connection.
i want freebsd to be my operating system of choice, but i am at the present getting very demotivated to make it happen.
i have a full 4.4 bsd lite package
ron
--part1_f8.1188c11c.290909aa_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:23:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 1EB6937B403 for ; Wed, 24 Oct 2001 23:22:46 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9P6Mvr37517; Thu, 25 Oct 2001 02:22:57 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 25 Oct 2001 02:22:57 -0400 (EDT) From: Joe Clarke To: Drew Tomlinson Cc: questions@FreeBSD.ORG Subject: Re: VPN Server & Win2K Client Not Connecting In-Reply-To: <00cc01c15d18$5a0108a0$0301a8c0@bigdaddy> Message-ID: <20011025022036.H37420-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Drew Tomlinson wrote: > ----- Original Message ----- > From: "Joe Clarke" > To: "Drew Tomlinson" > Cc: > Sent: Wednesday, October 24, 2001 2:41 PM > Subject: Re: VPN Server & Win2K Client Not Connecting > > > > > > > > On Mon, 22 Oct 2001, Drew Tomlinson wrote: > > > > > I apologize if this is a duplicate. I'm not sure my first post > made it > > > out as I received an error when sending it. > > > > > > I'm trying to setup a VPN server on my home network. I have > installed > > > mpd-netgraph 3.3 from ports and followed the directions in the > user > > > guide and sample files. I'm attempting to connect from a Win2K > client > > > but am not successful. I have searched the list archives and > found one > > > message that was close to my problem but did not find any replies. > > > Below is my log from an attempted connection. I don't really > understand > > > what's going on and hope someone can point out my error and let me > know > > > where to look next. > > > > I usually respond to PPTP/mpd questions. I have this working on > FreeBSD > > 4.4-stable with 2000, 98, and Me clients. I compiled mpd-netgraph > 3.2 (I > > haven't upgraded to 3.3 yet) from ports. I also made sure I had all > the > > crypto sources installed first (this is the only way to get MS CHAP > > support [that is, you need the DES libs]). > > > > This works out of the box with pretty much the default pptp config > in > > mpd.conf. I only had to add user and IP address info. I'm also > able to > > get 128-bit MPPE. > > > > It looks like your clients are trying to use MS CHAP, but mpd wasn't > > compiled with it. Try adding the crypto sources and libraries to > your > > machine, then recompile the port. > > Thank you for looking into my problem. > > Since I posted this message, I have done a little more > troubleshooting. What I found is that if I connect from a Win2K > machine on my private LAN to the VPN server (on the same private LAN), > a tunnel is established. My interpretation of the successful log is > that the Win2K client sends a Config Request. The request is rejected > by the VPN server. Then the VPN server sends a message along the > lines of "how 'bout this?". The message is received by the Win2K > client that says "OK" and then the tunnel is established. > > My internet connection for my home network is ADSL. When I try to > connect to the VPN server via the Internet, it seems as the "how 'bout > this?" message from the VPN server doesn't make it to the Win2K > client. My FBSD firewall is not an issue as I've tried it with the > firewall wide open. I log deny packets and have log_in_vain set. No > errors show up in the logs. Here's my network config: > > ISP > | > | IP is DHCP (RFC 1918 & draft-manning nets > | inbound blocked here) > | > ADSL Modem/Router (provides DNS & NAT) > |192.168.10.1 (RFC 1918 & draft-manning nets > | outbound blocked here) > | > |192.168.10.2 (ed1) > Firewall > | > |192.168.1.2 (ed0) > | > Internal Network 192.168.1.0/24 > > I know NAT and VPN don't necessarily get along real well so it may be > a NAT issue with my 3Com router/modem. But it could also be a > firewall issue at my place of employment. I am able to connect to a > VPN server at my work from home through the 3Com router/modem. > Connecting to my home from work via VPN fails. Do you have any idea > which problem is more likely? Or some other possibility I haven't > even thought of? I'll be out of town for a few days but when I > return, I plan to do a little more testing. Any advice, pointers, > things to look for, etc. will be greatly appreciated. PPTP is GRE. GRE is an IP protocol like UDP or TCP. Many companies have a tendancy to block it on their firewalls. ipfw/natd has a built-in ALG for PPTP, nat is probably not your issue in that case (I'm not sure about ipf/ipnat). Make sure you allow TCP 1723 and GRE through all firewalls (GRE is protocol 47). Joe > > Thanks, > > Drew > > > > Joe > > > > > > > > Thanks, > > > > > > Drew > > > > > > ----------------------------------------------- > > > Multi-link PPP for FreeBSD, by Archie L. Cobbs. > > > Based on iij-ppp, by Toshiharu OHNO. > > > mpd: pid 27386, version 3.3 (root@blacksheep.mykitchentable.net > 07:08 > > > 21-Oct-2001) > > > [pptp] ppp node is "mpd27386-pptp" > > > mpd: local IP address for PPTP is 192.168.10.2 > > > [pptp] using interface ng0 > > > [pptp:vpn1] mpd: PPTP connection from xxx.xxx.xxx.xxx:2166 > > > pptp0: attached to connection with xxx.xxx.xxx.xxx:2166 > > > [pptp] IFACE: Open event > > > [pptp] IPCP: Open event > > > [pptp] IPCP: state change Initial --> Starting > > > [pptp] IPCP: LayerStart > > > [pptp] IPCP: Open event > > > [pptp] bundle: OPEN event in state CLOSED > > > [pptp] opening link "vpn1"... > > > [vpn1] link: OPEN event > > > [vpn1] LCP: Open event > > > [vpn1] LCP: state change Initial --> Starting > > > [vpn1] LCP: LayerStart > > > [vpn1] device: OPEN event in state DOWN > > > [vpn1] attaching to peer's outgoing call > > > [vpn1] device is now in state OPENING > > > [vpn1] device: UP event in state OPENING > > > [vpn1] device is now in state UP > > > [vpn1] link: UP event > > > [vpn1] link: origination is remote > > > [vpn1] LCP: Up event > > > [vpn1] LCP: state change Starting --> Req-Sent > > > [vpn1] LCP: phase shift DEAD --> ESTABLISH > > > [vpn1] LCP: SendConfigReq #1 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > pptp0-0: ignoring SetLinkInfo > > > [vpn1] LCP: rec'd Configure Request #0 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: SendConfigRej #0 > > > CALLBACK > > > MP MRRU 1614 > > > [vpn1] LCP: SendConfigReq #2 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: rec'd Configure Request #1 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: SendConfigRej #1 > > > CALLBACK > > > MP MRRU 1614 > > > [vpn1] LCP: SendConfigReq #3 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: rec'd Configure Request #2 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: SendConfigRej #2 > > > CALLBACK > > > MP MRRU 1614 > > > [vpn1] LCP: SendConfigReq #4 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: SendConfigReq #5 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: rec'd Configure Request #3 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: SendConfigRej #3 > > > CALLBACK > > > MP MRRU 1614 > > > [vpn1] LCP: SendConfigReq #6 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: SendConfigReq #7 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: rec'd Configure Request #4 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: SendConfigRej #4 > > > CALLBACK > > > MP MRRU 1614 > > > [vpn1] LCP: SendConfigReq #8 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: SendConfigReq #9 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: SendConfigReq #10 > > > ACFCOMP > > > PROTOCOMP > > > MRU 1500 > > > MAGICNUM c45f0870 > > > AUTHPROTO CHAP MSOFT > > > [vpn1] LCP: rec'd Configure Request #5 link 0 (Req-Sent) > > > MAGICNUM 75e54257 > > > PROTOCOMP > > > ACFCOMP > > > CALLBACK > > > Not supported > > > MP MRRU 1614 > > > ENDPOINTDISC [LOCAL] 69 76 c7 95 cb 9d 4c 7f a7 61 ea a3 ef ba a8 > b2 00 > > > 00 00 08 > > > [vpn1] LCP: not converging > > > [vpn1] LCP: parameter negotiation failed > > > [vpn1] LCP: state change Req-Sent --> Stopped > > > [vpn1] LCP: LayerFinish > > > [vpn1] device: CLOSE event in state UP > > > pptp0-0: clearing call > > > pptp0-0: killing channel > > > [vpn1] PPTP call terminated > > > [pptp] IFACE: Close event > > > [pptp] IPCP: Close event > > > [pptp] IPCP: state change Starting --> Initial > > > [pptp] IPCP: LayerFinish > > > [pptp] IFACE: Close event > > > pptp0: closing connection with xxx.xxx.xxx.xxx:2166 > > > [pptp] IFACE: Close event > > > [vpn1] device is now in state CLOSING > > > [pptp] bundle: CLOSE event in state OPENED > > > [pptp] closing link "vpn1"... > > > [vpn1] device: DOWN event in state CLOSING > > > [vpn1] device is now in state DOWN > > > [vpn1] link: CLOSE event > > > [vpn1] LCP: Close event > > > [vpn1] LCP: state change Stopped --> Closed > > > [vpn1] device: DOWN event in state DOWN > > > [vpn1] device is now in state DOWN > > > [vpn1] link: DOWN event > > > [vpn1] LCP: Down event > > > [vpn1] LCP: state change Closed --> Initial > > > [vpn1] LCP: phase shift ESTABLISH --> DEAD > > > pptp0: invalid length 16 for type 4 > > > pptp0: killing connection with xxx.xxx.xxx.xxx:2166 > > > [vpn1] link: DOWN event > > > [vpn1] LCP: Down event > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:34:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nitrogen.nexthop.net (nitrogen.nexthop.net [146.115.19.9]) by hub.freebsd.org (Postfix) with ESMTP id 8293D37B409; Wed, 24 Oct 2001 23:33:59 -0700 (PDT) Received: (from bene@localhost) by nitrogen.nexthop.net (8.11.6/8.11.6) id f9P6Xx743712; Thu, 25 Oct 2001 02:33:59 -0400 (EDT) (envelope-from bene) Date: Thu, 25 Oct 2001 02:33:59 -0400 From: Ben Eisenbraun To: Greg Lehey Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011025023359.D64298@nitrogen.nexthop.net> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> <20011023055005.A44324@nitrogen.nexthop.net> <20011025103000.A25441@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025103000.A25441@wantadilla.lemis.com>; from grog@FreeBSD.org on Thu, Oct 25, 2001 at 10:30:00AM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 10:30:00AM +0930, Greg Lehey wrote: > On Tuesday, 23 October 2001 at 5:50:05 -0400, Ben Eisenbraun wrote: trace> > Hmm. That could have been just about anything, probably a corrupt > request structure. Without a dump it's difficult to say very much, > but in view of the fact that the drives have gone away, it's possible > that it was trying to talk to them anyway. I'd like to see a dump of > this. I think I can reproduce this if I frob with it enough, but this kernel wasn't build with debug symbols, and the system sources have been recently updated, so I'm not sure if this would be useful. Do you have any suggestions? > You've truncated the dumpconfig output. Did ad4 or ad6 show up? I'm > assuming they didn't. They didn't show up. What I pasted is what I've got. > OK, let's hope that only the Vinum labels are corrupted. You have a > fair chance that the data section hasn't been overwritten, since > there's a copy of the config information (128 kB) between the label > and the data. In that case, you should be able to recreate the > objects with this config file: > > device max3 device /dev/ad4s1e > device max4 device /dev/ad6s1e "device" in the first column produced an error. Looking at the config, I figured you meant "drive max# device /dev/etc", so I swapped "drive" for the first "device" in each line. Here's the output of the 'create', 'start', 'list' and 'list -v' commands. vinum -> create /root/newconfig ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK vinum: drive max3 is up ad6s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK vinum: drive max4 is up 2 drives: D max3 State: up Device /dev/ad4s1e Avail: 57239/57239 MB (100%) D max4 State: up Device /dev/ad6s1e Avail: 57239/57239 MB (100%) 0 volumes: 0 plexes: 0 subdisks: vinum -> start ad0s1: type 0xa5, start 63, end = 40000463, size 40000401 : OK ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK ad6s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK ad8s1: type 0xa5, start 63, end = 117226304, size 117226242 : OK ad10s1: type 0xa5, start 63, end = 117226304, size 117226242 : OK da0s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK md0: invalid primary partition table: no magic vinum: updating configuration from /dev/ad4e vinum: updating configuration from /dev/ad6e vinum: updating configuration from /dev/ad8s1e vinum: updating configuration from /dev/ad10s1e vinum: updating configuration from /dev/ad2s1e vinum: updating configuration from /dev/ad0s1e Warning: defective objects P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB vinum -> list 8 drives: D max3 State: up Device /dev/ad4e Avail: 0/57239 MB (0%) D max4 State: up Device /dev/ad6e Avail: 0/57239 MB (0%) D max1 State: up Device /dev/ad0s1e Avail: 0/19529 MB (0%) D max2 State: up Device /dev/ad2s1e Avail: 0/19529 MB (0%) D wd1 State: up Device /dev/ad8s1e Avail: 0/57239 MB (0%) D wd2 State: up Device /dev/ad10s1e Avail: 0/57239 MB (0%) 2 volumes: V stripe-mirror State: up Plexes: 2 Size: 111 GB V var-mirror State: up Plexes: 2 Size: 19 GB 4 plexes: P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB 6 subdisks: S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB vinum -> list -v 8 drives: Drive max3: Device /dev/ad4e Created on at Wed Oct 24 21:54:10 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 60019835904 bytes (57239 MB) Used: 60019577344 bytes (57239 MB) Available: 258560 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 Drive max4: Device /dev/ad6e Created on at Wed Oct 24 21:54:10 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 60019835904 bytes (57239 MB) Used: 60019577344 bytes (57239 MB) Available: 258560 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 Drive max1: Device /dev/ad0s1e Created on whiskey.klatsch.org at Tue May 1 02:38:57 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 20478108160 bytes (19529 MB) Used: 20478108160 bytes (19529 MB) Available: 0 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 Drive max2: Device /dev/ad2s1e Created on whiskey.klatsch.org at Tue Jul 31 17:47:06 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 20478108160 bytes (19529 MB) Used: 20478108160 bytes (19529 MB) Available: 0 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 Drive wd1: Device /dev/ad8s1e Created on whiskey.klatsch.org at Tue Jul 31 13:00:55 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 60019835904 bytes (57239 MB) Used: 60019577344 bytes (57239 MB) Available: 258560 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 Drive wd2: Device /dev/ad10s1e Created on whiskey.klatsch.org at Mon Jul 30 15:30:41 2001 Config last updated Wed Oct 24 21:54:52 2001 Size: 60019835904 bytes (57239 MB) Used: 60019577344 bytes (57239 MB) Available: 258560 bytes (0 MB) State: up Last error: none Active requests: 0 Maximum active: 0 2 volumes: Volume stripe-mirror: Size: 120038883328 bytes (114478 MB) State: up Flags: 2 plexes Read policy: round robin Volume var-mirror: Size: 20477972480 bytes (19529 MB) State: up Flags: 2 plexes Read policy: round robin 4 plexes: Plex stripe-mirror.p0: Size: 120038883328 bytes (114478 MB) Subdisks: 2 State: corrupt Organization: striped Stripe size: 512 kB Part of volume stripe-mirror Plex stripe-mirror.p1: Size: 120038883328 bytes (114478 MB) Subdisks: 2 State: corrupt Organization: striped Stripe size: 512 kB Part of volume stripe-mirror Plex var-mirror.p0: Size: 20477972480 bytes (19529 MB) Subdisks: 1 State: up Organization: concat Part of volume var-mirror Plex var-mirror.p1: Size: 20477972480 bytes (19529 MB) Subdisks: 1 State: up Organization: concat Part of volume var-mirror 6 subdisks: Subdisk stripe-mirror.p0.s0: Size: 60019441664 bytes (57239 MB) State: crashed Plex stripe-mirror.p0 at offset 0 (0 B) Drive max3 (/dev/ad4e) at offset 135680 (132 kB) Subdisk stripe-mirror.p0.s1: Size: 60019441664 bytes (57239 MB) State: up Plex stripe-mirror.p0 at offset 524288 (512 kB) Drive wd1 (/dev/ad8s1e) at offset 135680 (132 kB) Subdisk stripe-mirror.p1.s0: Size: 60019441664 bytes (57239 MB) State: crashed Plex stripe-mirror.p1 at offset 0 (0 B) Drive max4 (/dev/ad6e) at offset 135680 (132 kB) Subdisk stripe-mirror.p1.s1: Size: 60019441664 bytes (57239 MB) State: up Plex stripe-mirror.p1 at offset 524288 (512 kB) Drive wd2 (/dev/ad10s1e) at offset 135680 (132 kB) Subdisk var-mirror.p0.s0: Size: 20477972480 bytes (19529 MB) State: up Plex var-mirror.p0 at offset 0 (0 B) Drive max1 (/dev/ad0s1e) at offset 135680 (132 kB) Subdisk var-mirror.p1.s0: Size: 20477972480 bytes (19529 MB) State: up Plex var-mirror.p1 at offset 0 (0 B) Drive max2 (/dev/ad2s1e) at offset 135680 (132 kB) For some reason, the drives came back at ad[46]e not ad[46]s1e. I was thinking about recent changes to the system config, since this setup had run reliably for several months off the same sources, and it was rebooted about 1 week before this crash happened. Some new sysctl's took effect after that reboot: kern.ipc.somaxconn=2048 net.inet.icmp.drop_redirect=1 net.inet.icmp.log_redirect=1 net.inet.tcp.sendspace=32768 net.inet.tcp.recvspace=32768 vfs.vmiodirenable=1 Also, 2-3 days before the problems started occurring, I had created some additional swap space on both ad4 and ad6. Those are the only lowlevel changes made to the system since it was built from the running sources. FreeBSD 4.4-RC FreeBSD 4.4-RC #0: Tue Aug 21 20:53:12 EDT 2001 root@whiskey.klatsch.org:/usr/obj/usr/src/sys/WHISKEY i386 root@ [10:21pm][~]>>disklabel /dev/ad4s1 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 2097152 117226242 swap # (Cyl. 7296*- 7427*) c: 120053682 0 unused 0 0 # (Cyl. 0 - 7472*) e: 117226242 0 vinum # (Cyl. 0 - 7296*) root@ [10:23pm][~]>>disklabel /dev/ad6s1 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 2097152 117226242 swap # (Cyl. 7296*- 7427*) c: 120053682 0 unused 0 0 # (Cyl. 0 - 7472*) e: 117226242 0 vinum # (Cyl. 0 - 7296*) I'm happy to try anything that would assist you in tracking down the problem, and I can arrange for console access if it would be helpful. Thanks, Greg. -ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:39:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout3-int.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by hub.freebsd.org (Postfix) with ESMTP id 83E0437B40A for ; Wed, 24 Oct 2001 23:39:45 -0700 (PDT) Received: from cliff (adsl-66-122-61-149.dsl.sntc01.pacbell.net [66.122.61.149]) by pimout3-int.prodigy.net (8.11.0/8.11.0) with SMTP id f9P6dhT249008; Thu, 25 Oct 2001 02:39:43 -0400 Message-ID: <001301c15d21$ec9a3e80$6401a8c0@cliff> From: "Shaklee3" To: Cc: References: Subject: Re: internet connection Date: Wed, 24 Oct 2001 23:54:41 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C15CE7.3FB4F870" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C15CE7.3FB4F870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: RnldFreud@aol.com=20 To: freebsd-questions@freebsd.org=20 Sent: Wednesday, October 24, 2001 11:22 PM Subject: internet connection i am new to unix. i am from windows background. what am i missing when = it comes to setting up a simple dial up connection so i can download the = source code to use my adsl connection.=20 i want freebsd to be my operating system of choice, but i am at the = present getting very demotivated to make it happen.=20 i have a full 4.4 bsd lite package=20 ron=20 ------=_NextPart_000_0010_01C15CE7.3FB4F870 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
----- Original Message -----
From:=20 RnldFreud@aol.com
To: freebsd-questions@freebsd.o= rg=20
Sent: Wednesday, October 24, = 2001 11:22=20 PM
Subject: internet = connection

i am new to = unix. i am=20 from windows background. what am i missing when it comes to setting up = a=20 simple dial up connection so i can download the source code to use my = adsl=20 connection.
i want freebsd to be my operating system of choice, = but i am=20 at the present getting very demotivated to make it happen.
i have = a full=20 4.4 bsd lite package
ron
------=_NextPart_000_0010_01C15CE7.3FB4F870-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:42:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 0C33137B405 for ; Wed, 24 Oct 2001 23:42:16 -0700 (PDT) Received: (qmail 10201 invoked by uid 100); 25 Oct 2001 06:42:14 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15319.46150.116096.368147@guru.mired.org> Date: Thu, 25 Oct 2001 01:42:14 -0500 To: "J.M. Warenda" Cc: questions@freebsd.org, Kris Kennaway Subject: Re: CVSup and Kernel Sources In-Reply-To: <41144016@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway types: > On Wed, Oct 24, 2001 at 04:03:28PM -0400, J.M. Warenda wrote: > > What src tags do I need just to CVS the kernel sources? I'm guessing > > src-sys, src-crypto-sys, src-include, and src-lib? Just wasn't sure, and > > didn't see the info anywhere so I thought I'd ask, figure this should be a > > simple question for you guys. > [...] > Be careful though, because you can't get away with only building a > kernel from newer sources and expect your system to stay working. > FreeBSD is a unified kernel + userland. To clarify, you sometimes can't build a new kernel with an old userland. The kernel build depends on the current userland build tools. Once you get it build, installing a new kernel with an old userland may cause things to break, with the likelyhood and amount of breakage both increasing as the time difference between them increases. For the record, going the other way - an old kernel on a new userland - is worse, as kernels are generally expect to support old features, but can't support features that didn't exist when they were built. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:48:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 7521C37B407 for ; Wed, 24 Oct 2001 23:48:30 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.6/8.11.6) with ESMTP id f9P6mTl17372 for ; Thu, 25 Oct 2001 08:48:29 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id IAA09206 for ; Thu, 25 Oct 2001 08:48:28 +0200 (CEST) Received: (qmail 1188 invoked by uid 1001); 25 Oct 2001 06:48:27 -0000 Date: Thu, 25 Oct 2001 08:48:27 +0200 From: Erik Trulsson To: Chris Pearce Cc: freebsd-questions@freebsd.org Subject: Re: Harddrive reporting wrong RPM Message-ID: <20011025084827.A1152@student.uu.se> Mail-Followup-To: Chris Pearce , freebsd-questions@freebsd.org References: <01102519212300.00352@Ferox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01102519212300.00352@Ferox> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 07:21:23PM +1300, Chris Pearce wrote: > Hey, > > I recently installed FreeBSD4.3, and I noticed my > harddrive seems to be running slower than it has > done under Windoze and Linux. I ran 'disklabel ad0' > and it told me that my rpm of my HD is 3600, which > is wrong; the drives only 9 months old. I think that FreeBSD does not really know anything about how many rpm the disk has. The 3600 I believe is only a default value to be used in case no further information is available. > > If I run 'disklabel -e ad0' and changed the rpm > manually, will it speed up the drive, or could it > damage it instead? (Thought I'd better check before > I tried.....) Neither probably. I don't think the rotational speed of the harddisk can be controlled by software. > > Is there any other ways to speed up the HD, like > doing something funky with DMAs? Turning on write-caching should give a noticable performance boost. This was, by default, turned off in 4.3. To check if write caching is on or off do: sysctl -a | grep ata.wc This should display a line like hw.ata.wc: 0 If it is a "1" instead of "0" then write caching is already turned on. To enable write caching if it is not enabled you will need to add the line hw.ata.wc="1" to the file /boot/loader.conf and then reboot. A warning though: With write caching enabled you run the risk of losing more data or leaving the disk in an inconsistent state if the computer should crash. Search the mailing-list archives for much more discussion on this. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:50:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 4C4A637B403 for ; Wed, 24 Oct 2001 23:50:28 -0700 (PDT) Received: (qmail 10342 invoked by uid 100); 25 Oct 2001 06:50:27 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15319.46643.673505.86282@guru.mired.org> Date: Thu, 25 Oct 2001 01:50:27 -0500 To: Nathan Mace Cc: Edwin Groothuis , questions@freebsd.org Subject: Re: Upgrading X windows In-Reply-To: <77223655@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Edwin Groothuis types: > On Wed, Oct 24, 2001 at 09:50:58PM -0400, Nathan Mace wrote: > > so bascially you saying mr -rf /usr/X11R6 and pkg_remove qt/gtk to get > > the majority of graphical apps and then pkg_delete the remaining > > graphical apps and then install X from the ports and start all over > > again installing my apps from ports? it wouldn't be bad at all if i > > could do it without reinstalling all my apps. > You of course can try it without uninstalling /usr/X11R6 first, > but it's not something I recommend. If you've got the space, the best way is to mv /usr/X11R6 out of the way, then install the new X port. You can then use a shell script and pkg_info to hard link the files from the old X11 installs into the new tree. That way, switching back is a matter of remove X11R6 - the new stuff - and mv'ing the old directory back. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:52:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id E7FCF37B403 for ; Wed, 24 Oct 2001 23:52:50 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id AAA08195; Thu, 25 Oct 2001 00:52:44 -0600 (CST) From: "Scott Gerhardt" To: "Edwin Groothuis" Cc: "FreeBSD" Subject: RE: Which way is better to deny shell access Date: Thu, 25 Oct 2001 01:03:34 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20011025123858.I552@k7.mavetju.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This may be a better solution: Put the following in your /etc/access.login file -:ALL EXCEPT wheel:ALL This will disable everyone except wheel to login. Add other users or groups you want to allow login access after "wheel" separated by spaces. Putting nonexistent or nologin for shell in /etc/passwd doesn't hurt either. You may need a valid shell for ftp users though. Just add them to /etc/shells Well I'm on the topic of restricting access, It is a good idea to group users i.e. put all the POP3 users in a group (i.e. pop3client). Then for example, you can easily deny ftp access to all POP3 users by adding @pop3client to /etc/ftpusers. It is late at night and my eyes are dreary so if I have made any mistakes here please correct them. I would hate to give out incorrect security information. Regards, _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Edwin > Groothuis > Sent: October 24, 2001 8:39 PM > To: BSD Freak > Cc: FreeBSD Questions > Subject: Re: Which way is better to deny shell access > > > On Thu, Oct 25, 2001 at 12:20:16PM +1000, BSD Freak wrote: > > Just wondering.... we have a whole heap of pop3 users... we deny them > > shell access by assigning their shell as /sbin/nologin ( the > same shell > > as many of the system accounts)... however I noticed if I use the > > adduser utility to create a user with no shell, it assigns > /nonexistent > > as their shell...... Which is better? > > /sbin/nologin tells the user that there isn't a valid shell, > after logging in. > /nonexistent will prevent logging in because the shell doesn't exist. > > I think the second is better because it will not tell the user > (intruder, password guesser) that the password was correct. > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 24 23:55:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 6B56237B401 for ; Wed, 24 Oct 2001 23:55:44 -0700 (PDT) Received: (qmail 10450 invoked by uid 100); 25 Oct 2001 06:55:43 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15319.46959.238450.110060@guru.mired.org> Date: Thu, 25 Oct 2001 01:55:43 -0500 To: Nathan Mace Cc: questions@freebsd.org Subject: Re: bootloader question In-Reply-To: <33551592@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nathan Mace types: > are there any tricks to getting grub installed from the ports and > working right? a tutorial someone could point out maybe? i don't much > care for the freebsd bootloader, i currently use lilo that came with > mandrake, but i wanna get away from that. can anyone comment on using > grub to boot a freebsd/win98/misc box? I use it, and it works fine. I have a system that boots FreeBSD -current and -stable, Linux, Solaris, Win98, and have had BeOS on it. Grub can also be told to boot from the floppy or cdrom after starting, which is a nice feature. The one problem is that the ability to run it from the command line in FreeBSD seems broken. I had to build a boot floppy and boot that to get it installed. A potential gotcha is that the first stage boot has a list of block numbers for the second stage boot in it. If you put the second stage boot on a windows partition and then defrag the partition, it fries the boot sequence. So put the second stage boot on a Unix partition. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 0: 1:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id E4F9237B401 for ; Thu, 25 Oct 2001 00:01:09 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-210.wobline.de [212.68.69.221]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9P72tR94904; Thu, 25 Oct 2001 03:02:56 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9P73Ix48426; Thu, 25 Oct 2001 09:03:18 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9P70n700761; Thu, 25 Oct 2001 09:00:49 +0200 (CEST) (envelope-from nils@tisys.org) Date: Thu, 25 Oct 2001 09:00:49 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: "Steve Brown " Cc: "freebsd-questions@freebsd.org" Subject: Re: CD from .ISO image using burncd... how? In-Reply-To: Message-ID: <20011025085953.I749-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Steve Brown wrote: > Hello there, > > Just got an ATAPI IDE cd-writer, FreeBSD reads it fine. burncd writing > .iso image to CD as a straight filecopy(got a file on CD called > 4.4-install.iso). > > How do I tell burncd that it's a cd image, not just a data file? I guess you don't have to tell burncd about that. In order to burn the above ISO image to CD, you'd use something like burncd -f /dev/acd1c data 4.4-install.iso fixate That does it. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 0: 4: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id BFDF937B403 for ; Thu, 25 Oct 2001 00:04:05 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-210.wobline.de [212.68.69.221]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9P75xR94955; Thu, 25 Oct 2001 03:06:00 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9P76Nx48433; Thu, 25 Oct 2001 09:06:23 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9P73t700765; Thu, 25 Oct 2001 09:03:55 +0200 (CEST) (envelope-from nils@tisys.org) Date: Thu, 25 Oct 2001 09:03:55 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: "Steve Brown " Cc: Scott Nolde , "freebsd-questions@freebsd.org" Subject: Re: CD from .ISO image using burncd... how? In-Reply-To: Message-ID: <20011025090152.M749-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Steve Brown wrote: > Should I or should I not mount the CD before using burncd, and how do I > mount a blank? I sure could use a bit of help here; I already spent months > fooling with a different CD-Writer only to find out that it's incompatible > with FreeBSD. You don't have to (and actually can't) mount a blank CD before burning it. Simply, without mounting the CD, execute the burncd command as has been told you here. After the burn process finishes, you can mount the CD and test it. However, burning to CDs currently mounted or trying to mount blank CDs is probably not something that will work. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 0:25:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 663A937B403 for ; Thu, 25 Oct 2001 00:25:32 -0700 (PDT) Received: from FRANKENFURTER (user-112vp95.biz.mindspring.com [66.47.229.37]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA28197; Thu, 25 Oct 2001 03:25:23 -0400 (EDT) Date: Thu, 25 Oct 2001 00:30:51 -0700 From: Brian Sobolak X-Mailer: The Bat! (v1.51) Personal Reply-To: Brian Sobolak X-Priority: 3 (Normal) Message-ID: <184205978381.20011025003051@mindspring.com> To: "Andrew C. Hornback" Cc: "Scott Gerhardt" , "FreeBSD" Subject: Re[2]: KERNEL Config In-Reply-To: <004a01c15cf7$0aa75320$6600000a@columbia> References: <004a01c15cf7$0aa75320$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Andrew, Wednesday, October 24, 2001, 6:47:44 PM, you wrote: >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Gerhardt >> Sent: Wednesday, October 24, 2001 2:46 PM >> To: FreeBSD >> Subject: KERNEL Config >> >> I'm doing a few customizations to the kernel and would like to >> know if their >> is any real benefit to disabling unused devices? >> >> Will this make the kernel faster and smaller by any significant amount >> sizeable amount? ACH> Hmm... I don't know if compiling the kernel once the system is installed ACH> uses some kind of optimization that the GENERIC kernel doesn't sue or not. ACH> But, from personal experience, I've noticed that the GENERIC kernel is about ACH> twice the size of the kernels that I compile for my machines. I'd assume ACH> that a smaller kernel means faster execution, or at least less of a memory ACH> load. From the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x7154.html The pages lists: - Faster boot time. - Less memory use. - Additional hardware support. Your machine will run faster. But don't overestimate the added performance. -- Brian Sobolak San Francisco, California sobolak@myrealbox.com http://www.planetshwoop.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 0:54:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from godzilla.fxprojects.com (godzilla.fxprojects.com [64.81.56.3]) by hub.freebsd.org (Postfix) with ESMTP id 0677737B40C for ; Thu, 25 Oct 2001 00:54:33 -0700 (PDT) Received: (from michael@localhost) by godzilla.fxprojects.com (8.11.3/8.11.3) id f9P7sW734898 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 00:54:32 -0700 (PDT) (envelope-from michael) Message-Id: <200110250754.f9P7sW734898@godzilla.fxprojects.com> Subject: FreeBSD inside VMware loses time To: freebsd-questions@freebsd.org (FreeBSD Questions) Date: Thu, 25 Oct 2001 00:54:32 -0700 (PDT) From: "Michael McCaffrey" X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG host -> Win2K guest -> FreeBSD 4.4 vmware -> 2.04 problem -> after about only 2 hours i run `date' and find out the clock has lost an entire hour. running `date' over and over and over indicates the clock is running at approximately 1/2 speed. -- mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 1: 8:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.mn.rr.com (fe5.rdc-kc.rr.com [24.94.163.52]) by hub.freebsd.org (Postfix) with ESMTP id BD45A37B403 for ; Thu, 25 Oct 2001 01:08:12 -0700 (PDT) Received: from [10.0.1.100] ([24.26.174.22]) by mail5.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 25 Oct 2001 03:08:06 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <3BD5C13A.794D4BB5@owt.com> References: <003701c15bf5$a31593e0$6501a8c0@sioux> <3BD5C13A.794D4BB5@owt.com> Date: Thu, 25 Oct 2001 03:08:05 -0500 To: Kent Stewart From: Joshua Holland Subject: Re: Upgrading to 4,4-RELEASE Cc: "Jonathan M. Slivko" , Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I CVSup'd into /var/src, /var/ports OK. 'make buildworld', however, filled up my / partition (500MB) can I link /usr/obj to /var/obj without any problems, and redo 'make buildworld'? I would have to start over and repartition my drive to do below, which I'm trying to avoid. >"Jonathan M. Slivko" wrote: >> >> It would put everything in /usr/src. -- Jonathan > >However, you can do something like this > >/dev/ad0s2g 11163302 1168287 9101951 11% /usr >/dev/ad4s2e 2576739 318866 2051734 13% /usr/obj >/dev/ad6s3e 1488607 316904 1052615 23% /usr/src > >They are mounted in fstab this way. > >Kent > >> >> --------------------------------------------------- >> Jonathan Slivko - 4EverMail.COM - www.4evermail.com >> Web Hosting - Web Desgin - UNIX Shell Accounts >> jslivko@4EverMail.com - Phone: (212) 663-1109 >> >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joshua Holland >> Sent: Tuesday, October 23, 2001 3:04 PM >> To: Jonathan M. Slivko >> Cc: freebsd-questions@freebsd.org >> Subject: Re: Upgrading to 4,4-RELEASE >> >> I want to CVSup a different box for someone. It is set up with a >> 500MB / partition and a 27GB /var partition and FreeBSD 4.3. Will >> CVS put all the src's and stuff in/usr? Can I change the sup file to >> reflect a different destination, or should I sym link /usr to >> /var/usr? I don't and / to fill up. >> >> Josh. >> >> > > Is that 1 GB beyond what I have on my drive? >> >> >> >> >You can delete all of /usr/obj *before* you cvsup, not after. Also, >> leave >> >> >the ports collection alone. The whole upgrade should take you less >> than >> >1GB, >> >> >assuming you have the latest 4.3 source. -- Jonathan >> >> > >> >> >----- Original Message ----- >> >> >From: "Joshua Holland" >> >> >To: >> >> >Sent: Wednesday, October 10, 2001 3:45 PM >> >> >Subject: Re: Upgrading to 4,4-RELEASE >> >> > >> >> > >> >> >> >> >> >> Do I need lots of hard drive space? Can I delete stuff before >> >> >> running CVSup (like the existing ports collection, after >> installing >> > > >> CVSup)? >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > >-- >Kent Stewart >Richland, WA > >mailto:kbstew99@hotmail.com >http://users.owt.com/kstewart/index.html >FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 1:13:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id C64B137B401 for ; Thu, 25 Oct 2001 01:13:50 -0700 (PDT) Received: from user-2ivebjp.dialup.mindspring.com ([165.247.46.121] helo=bezerker) by robin.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 15wfe9-0003ii-00; Thu, 25 Oct 2001 01:13:49 -0700 Message-ID: <003d01c15d2d$34ae8a90$0101a8c0@bezerker> From: "Bezerker" To: "Joshua Holland" Cc: References: <003701c15bf5$a31593e0$6501a8c0@sioux><3BD5C13A.794D4BB5@owt.com> Subject: Re: Upgrading to 4,4-RELEASE Date: Thu, 25 Oct 2001 04:15:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What you may want to do is mount /usr/obj or /var/obj wherever it builds (isnt it /usr/obj and /usr/src by default? oh well) as a memory file system If you got enuff swap, shudnt be ap rob, theres a document on bsdpro.com that has something to do with that, i wrote an addendum to it about size on it, check it out (bloody fast too if yer not swapping) ----- Original Message ----- From: "Joshua Holland" To: "Kent Stewart" Cc: "Jonathan M. Slivko" ; Sent: Thursday, October 25, 2001 4:08 AM Subject: Re: Upgrading to 4,4-RELEASE > I CVSup'd into /var/src, /var/ports OK. > 'make buildworld', however, filled up my / partition (500MB) can I > link /usr/obj to /var/obj without any problems, and redo 'make > buildworld'? I would have to start over and repartition my drive to > do below, which I'm trying to avoid. > > >"Jonathan M. Slivko" wrote: > >> > >> It would put everything in /usr/src. -- Jonathan > > > >However, you can do something like this > > > >/dev/ad0s2g 11163302 1168287 9101951 11% /usr > >/dev/ad4s2e 2576739 318866 2051734 13% /usr/obj > >/dev/ad6s3e 1488607 316904 1052615 23% /usr/src > > > >They are mounted in fstab this way. > > > >Kent > > > >> > >> --------------------------------------------------- > >> Jonathan Slivko - 4EverMail.COM - www.4evermail.com > >> Web Hosting - Web Desgin - UNIX Shell Accounts > >> jslivko@4EverMail.com - Phone: (212) 663-1109 > >> > >> -----Original Message----- > >> From: owner-freebsd-questions@FreeBSD.ORG > >> [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joshua Holland > >> Sent: Tuesday, October 23, 2001 3:04 PM > >> To: Jonathan M. Slivko > >> Cc: freebsd-questions@freebsd.org > >> Subject: Re: Upgrading to 4,4-RELEASE > >> > >> I want to CVSup a different box for someone. It is set up with a > >> 500MB / partition and a 27GB /var partition and FreeBSD 4.3. Will > >> CVS put all the src's and stuff in/usr? Can I change the sup file to > >> reflect a different destination, or should I sym link /usr to > >> /var/usr? I don't and / to fill up. > >> > >> Josh. > >> > >> > > Is that 1 GB beyond what I have on my drive? > >> >> > >> >> >You can delete all of /usr/obj *before* you cvsup, not after. Also, > >> leave > >> >> >the ports collection alone. The whole upgrade should take you less > >> than > >> >1GB, > >> >> >assuming you have the latest 4.3 source. -- Jonathan > >> >> > > >> >> >----- Original Message ----- > >> >> >From: "Joshua Holland" > >> >> >To: > >> >> >Sent: Wednesday, October 10, 2001 3:45 PM > >> >> >Subject: Re: Upgrading to 4,4-RELEASE > >> >> > > >> >> > > >> >> >> > >> >> >> Do I need lots of hard drive space? Can I delete stuff before > >> >> >> running CVSup (like the existing ports collection, after > >> installing > >> > > >> CVSup)? > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > > > >-- > >Kent Stewart > >Richland, WA > > > >mailto:kbstew99@hotmail.com > >http://users.owt.com/kstewart/index.html > >FreeBSD News http://daily.daemonnews.org/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 1:27:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from michael.checkpoint.com (michael.checkpoint.com [199.203.73.68]) by hub.freebsd.org (Postfix) with ESMTP id AC4D837B40A; Thu, 25 Oct 2001 01:27:06 -0700 (PDT) Received: from SHAGWELL (localhost [127.0.0.1]) by michael.checkpoint.com (8.9.3/8.9.1) with ESMTP id KAA03587; Thu, 25 Oct 2001 10:27:04 +0200 (IST) From: "Moshe Ashkenazi" To: , Subject: "Netstat -s" and pstat -T Date: Thu, 25 Oct 2001 10:31:23 +0200 Message-ID: <008d01c15d2f$6e5d0300$97025a3e@SHAGWELL> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, List - I'm new to FreeBSD so forgive me if my question Will sound stupid. I'm tiring to get resource status from my FreeBSD Machine with "vmstat -s" and "pstat -T" It seems that those two command ("vmstat -s" and "pstat -T") Return large numbers at the output. I have read the man page for vmstat and pstat but they are not explain to match. I will appreciate if someone can explain or address me to web site Which explain the most important numbers from the output Numbers. Like the following things: # vmstat -s 31073 cpu context switches 362219 device interrupts 20688 software interrupts 82934 traps 670666 system calls 518 swap pager pageins 1638 swap pager pages paged in 4455 swap pager pageouts 9978 swap pager pages paged out 2021 vnode pager pageins 8810 vnode pager pages paged in 536 vnode pager pageouts 536 vnode pager pages paged out 615 page daemon wakeups 2672427 pages examined by the page daemon 1034 pages reactivated 15868 copy-on-write faults 34948 zero fill pages zeroed 31 intransit blocking page faults 91775 total VM faults taken 67678 pages freed 103 pages freed by daemon 32329 pages freed by exiting processes 5075 pages active 1429 pages inactive 525 pages in VM cache 4702 pages wired down 2059 pages free 4096 bytes per page 226402 total name lookups cache hits (91% pos + 0% neg) system 0% per-process deletions 0%, falsehits 0%, toolong 6% And # pstat -T 203/8192 files 1575 vnodes 51M/258M swap space Moshe Ashkenazi, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 1:58:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from monkey.sunet.ru (monkey.sunet.ru [217.174.96.78]) by hub.freebsd.org (Postfix) with ESMTP id BAB5B37B407 for ; Thu, 25 Oct 2001 01:58:30 -0700 (PDT) Received: (from yura@localhost) by monkey.sunet.ru (8.11.1/8.11.1) id f9P8wK721582 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 12:58:20 +0400 (MSD) (envelope-from yura) Date: Thu, 25 Oct 2001 12:58:20 +0400 (MSD) From: yura Message-Id: <200110250858.f9P8wK721582@monkey.sunet.ru> To: freebsd-questions@freebsd.org Subject: su and passwd Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is a question. Why such thing doesn't work: (logged on as root) $ su - myuser $ passwd passwd: permission denied If someone can answer that, I'd be much grateful. -- Yura Ushakhow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 2:15:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pepees.pl (dns.pepees.pl [195.205.147.14]) by hub.freebsd.org (Postfix) with SMTP id 5FBB137B407 for ; Thu, 25 Oct 2001 02:15:35 -0700 (PDT) Received: from 216.76.217.80 (host-216-76-217-80.dab.bellsouth.net [216.76.217.80]) by pepees.pl; Wed, 24 Oct 2001 06:02:04 +0200 To: From: caccagual@gmx.net Subject: Technical assistance available... Date: Wed, 24 Oct 2001 00:14:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Reply-To: caccagual@gmx.net Message-Id: <20011025091535.5FBB137B407@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It's not too late to start making money on the internet! In fact, the real opportunity is just beginning! Millions of dollars have been spent developing and perfecting the tools that comprise our system. Your job and mine become almost automatic. This system can create an "unfair advantage" for you to maximize your leverage over the next few months. This is the kind of opportunity that happens maybe once every hundred years! The time for a decision is now...Recreate your future or or be left always wondering...WHAT IF!!! For further details, I encourage you to click the link below! http://wwww.towerlake.com/users/mainstreet/index16.html Redefine Business... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 2:27: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gahch.it.ca (gahch.it.ca [216.126.86.4]) by hub.freebsd.org (Postfix) with ESMTP id 9F24137B405 for ; Thu, 25 Oct 2001 02:26:56 -0700 (PDT) Received: (from paul@localhost) by gahch.it.ca (8.11.6/8.11.6) id f9P9PHv37496; Thu, 25 Oct 2001 05:25:17 -0400 (EDT) (envelope-from paul) Date: Thu, 25 Oct 2001 05:25:16 -0400 From: Paul Chvostek To: "Steve Brown " Cc: freebsd-questions@freebsd.org Subject: Re: CD from .ISO image using burncd... how? Message-ID: <20011025052516.A36019@gahch.it.ca> References: <20011024204717.L11797-100000@bsd.smnolde.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gtabug@prayforwind.com on Wed, Oct 24, 2001 at 11:37:06PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hiya. On Wed, Oct 24, 2001 at 11:37:06PM -0400, Steve Brown wrote: > > However, when I retried it with a blank, I got a screenful of errors and > no prompt back (I do not know how to capture errors that go to stderr), > had to go to another virt terminal to recover. Same thing if I try to > mount a blank CD. Nothing in "man burncd" or "man mount" addresses this, I've seen this behaviour before, but have never really followed up on it. Mounting blanks consistently makes unkillable burncd processes for me. > Should I or should I not mount the CD before using burncd, and how do I > mount a blank? I sure could use a bit of help here; I already spent months > fooling with a different CD-Writer only to find out that it's incompatible > with FreeBSD. Let's fix your terminology. You don't actually "mount a CD". What you are really mounting is a FILESYSTEM. The CD just happens to be one place that you can put a filesystem. The mount command (and its friends the mount_* commands) goes off and grabs a filesystem in one of a number of formats. Usually, hard disks use 'ufs', CDs use 'cd9660', floppies and hard disks can use 'msdos'. When you mount, you are telling the system to look at a particular device and expect a particular filesystem type. But you can mix and match things if you want. Using vnodes (`man vn`), you can take an iso image stored in a file, map it to a device, and mount the filesystem "on" that device. All this is just to explain why it's impossible to mount a blank CD. If the CD is blank, then there's no filesystem, so there's nothing to mount. By copying the iso image to it, you're giving it a filesystem, which you will then be able to mount, using the device name as an access point. But it's the filesystem you're mounting. -- Paul Chvostek Operations / Development / Abuse / Whatever vox: +1 416 598-0000 IT Canada http://www.it.ca/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 2:56:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 67F5C37B403 for ; Thu, 25 Oct 2001 02:56:08 -0700 (PDT) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id B6B1A71034 for ; Thu, 25 Oct 2001 11:56:05 +0200 (CEST) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 7F82671034 for ; Thu, 25 Oct 2001 11:56:03 +0200 (CEST) Message-ID: <3BD7E1B3.4AEC91C0@club-internet.fr> Date: Thu, 25 Oct 2001 11:56:03 +0200 From: Mathieu Arnold Organization: http://www.absolight.com/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD questions Subject: libmchain Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I was wondering what libmchain was for. I just cvsup'ed my 4_3 to 4_4 and I discovered it with not that many comments. Is it just for SMBFS or is it needed by some others stuffs in the kernel ? -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 2:59:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 2E61437B401 for ; Thu, 25 Oct 2001 02:59:23 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-176.wobline.de [212.68.69.184]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9PA1WR97415 for ; Thu, 25 Oct 2001 06:01:32 -0400 (EDT) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9PA1tx48880 for ; Thu, 25 Oct 2001 12:01:56 +0200 (CEST) (envelope-from nils@tisys.org) Received: from howie.ncptiddische.net (howie.ncptiddische.net [192.168.0.3]) by howie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9PA0hH00258 for ; Thu, 25 Oct 2001 12:00:44 +0200 (CEST) (envelope-from nils@tisys.org) Date: Thu, 25 Oct 2001 12:00:43 +0200 (CEST) From: Nils Holland X-X-Sender: nils@howie.ncptiddische.net To: freebsd-questions@freebsd.org Subject: UDMA66 - One cable, two modes? Message-ID: <20011025115305.E240-100000@howie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, reading through my /var/log/messages I just noted something that caught my attention because it seems strange to me. Have a look at the following any pay attantion to the two hard disks on ata0: Oct 24 15:56:31 howie /kernel: ad0: 12416MB [25228/16/63] at ata0-master UDMA66 Oct 24 15:56:31 howie /kernel: ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable Oct 24 15:56:31 howie /kernel: ad1: 8063MB [16383/16/63] at ata0-slave UDMA33 Oct 24 15:56:31 howie /kernel: acd0: CDROM at ata1-master using PIO4 Oct 24 15:56:31 howie /kernel: acd1: CD-R at ata1-slave using PIO3 What does this tell us? Well, the primary master, a Western Digital hard disk, is correctly initialized to use UDMA66. However, the primary slave, which is a UDMA66-compliant drive made by Fujitsu is only using UDMA33. That is justified by the message saying that the ata0-slave cable is not UDMA66-complaint. Now ... how can that be? The cable to which both of these hard disks are conencted is the same one, as both are connected to the primary port. So, how can the first drive work at UDMA66, while the slave complains about a non-compliant cable? The only thing that comes to my mind trying to explain this is that it's probably not the cable causing the problem, but the IDE controller on the mainboard. Still, any comments on this are welcome! Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 3: 2:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 1AD1837B407 for ; Thu, 25 Oct 2001 03:02:15 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9PA2CP24835 for ; Thu, 25 Oct 2001 20:02:12 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-144.aipo.gov.au(192.168.1.144) by pericles.IPAustralia.gov.au via smap (V2.1) id xma024831; Thu, 25 Oct 01 20:02:10 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9PA2J300401 for Questions@FreeBSD.ORG; Thu, 25 Oct 2001 20:02:19 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Thu, 25 Oct 2001 20:02:19 +1000 From: Stanley Hopcroft To: Questions@FreeBSD.ORG Subject: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Message-ID: <20011025200217.A371@IPAustralia.Gov.AU> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Ladies and Gentlemen, I am writing to ask for some help with the ata driver in FreeBSD 4.x. Since upgrading from FreeBSD 3.2-RELEASE to 4.2-RELEASE, and with the subsequent stable and release 4.3's I have tried, my machine no longer detects an old Matsushita x4 CD-ROM. The CD works in neither ata0 as a slave or in ata1 as a slave (I think the role of the drive is set by jumpers ...) Perhaps more seriously, I can find __no__ answers to the questions about this. Google search only shows the questions from others; a FreeBSD search of questions, hackers and hardware likewise. There have been a lot of questions about this, all noting the fact that the problems occurred with 4.x. Here is the relevant part of dmesg after boot -v Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-20010110-STABLE #7: Thu Apr 5 18:33:44 EST 2001 root@stan.aipo.gov.au:/usr/src/sys/compile/STAN Calibrating clock(s) ... TSC clock: 400927445 Hz, i8254 clock: 1193236 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 400910992 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 Data TLB: 128 entries, 2-way associative Instruction TLB: 64 entries, 1-way associative L1 data cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative L1 instruction cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative Write Allocate Enable Limit: 128M bytes Write Allocate 15-16M bytes: Enable real memory = 134152192 (131008K bytes) Physical memory chunk(s): 0x00001000 - 0x0009ffff, 651264 bytes (159 pages) 0x002cb000 - 0x07fe7fff, 131190784 bytes (32029 pages) avail memory = 127967232 (124968K bytes) bios32: Found BIOS32 Service Directory header at 0xc00faeb0 bios32: Entry = 0xfb330 (c00fb330) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xb360 pnpbios: Found PnP BIOS data at 0xc00fbf90 pnpbios: Entry = f0000:bfb8 Rev = 1.0 Other BIOS signatures found: ACPI: 000f8060 Preloaded elf kernel "kernel" at 0xc02a5000. K6-family MTRR support enabled (2 registers) pci_open(1): mode 1 addr port (0x0cf8) is 0x80003840 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=05971106) npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 62500000 bytes/sec bzero() bandwidth = 203334688 bytes/sec pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=05971106) pcib0: on motherboard found-> vendor=0x1106, dev=0x0597, revid=0x04 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base e0000000, size 26 found-> vendor=0x1106, dev=0x8598, revid=0x00 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x1106, dev=0x0586, revid=0x47 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1106, dev=0x0571, revid=0x06 class=01-01-8a, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000e400, size 4 found-> vendor=0x1106, dev=0x3040, revid=0x10 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=0 secondarybus=0 pci0: on pcib0 pcib1: at device 1.0 on pci0 found-> vendor=0x1023, dev=0x9880, revid=0x3a class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base e5800000, size 23 map[14]: type 1, range 32, base e6000000, size 17 map[18]: type 1, range 32, base e5000000, size 23 atapci0: port 0xe400-0xe40f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xe400 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xe408 ata1: mask=03 status0=40 status1=10 ata1: mask=03 ostat0=40 ostat2=10 ata1-master: ATAPI probe a=ff b=ff ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=40 status1=10 ata1-master: ATA probe a=a5 b=ff ata1: devices=08 ata1: at 0x170 irq 15 on atapci0 ata0-master: success setting UDMA2 on VIA chip Creating DISK ad0 Creating DISK wd0 ad0: ATA-5 disk at ata0-master ad0: 12419MB (25434228 sectors), 25232 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=1 ad0: 12419MB [25232/16/63] at ata0-master UDMA33 ata1-slave: piomode=3 dmamode=-1 udmamode=-1 dmaflag=0 ata1-slave: success setting PIO3 on generic chip (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. ata1: mask=02 ostat0=40 ostat2=58 ata1-master: ATAPI probe a=ff b=ff ata1-slave: ATAPI probe a=14 b=eb ata1: mask=02 status0=40 status1=10 ata1: devices=08 done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. ata1: mask=02 ostat0=40 ostat2=58 ata1-master: ATAPI probe a=ff b=ff ata1-slave: ATAPI probe a=14 b=eb ata1: mask=02 status0=40 status1=10 ata1: devices=08 done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. ata1: mask=02 ostat0=40 ostat2=58 ata1-master: ATAPI probe a=ff b=ff ata1-slave: ATAPI probe a=14 b=eb ata1: mask=02 status0=40 status1=10 ata1: devices=08 done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. ata1: mask=02 ostat0=40 ostat2=58 ata1-master: ATAPI probe a=ff b=ff ata1-slave: ATAPI probe a=14 b=eb ata1: mask=02 status0=40 status1=10 ata1: devices=08 done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 ata1-slave: CDROM device - NO DRIVER! The machine boots and works fine but I would like to use the CD occasionally. Thank you, Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Moon, n.: 1. A celestial object whose phase is very important to hackers. See PHASE OF THE MOON. 2. Dave Moon (MOON@MC). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 3:11:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 4E3B837B407; Thu, 25 Oct 2001 03:11:13 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f9P9nLJ16293; Thu, 25 Oct 2001 10:49:21 +0100 (BST) (envelope-from nik) Date: Thu, 25 Oct 2001 10:49:21 +0100 From: Nik Clayton To: Kelvin Ng Chee Hoong Cc: freebsd-current@FreeBSD.ORG, questions@freebsd.org Subject: Re: Install Bash shell Message-ID: <20011025104921.C3939@clan.nothing-going-on.org> Reply-To: questions@freebsd.org References: <5.1.0.14.0.20011025172001.00a41300@po.pacific.net.sg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="p2kqVDKq5asng8Dg" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011025172001.00a41300@po.pacific.net.sg>; from nchee_hoong@pacific.net.sg on Thu, Oct 25, 2001 at 05:22:48PM +0800 Organization: FreeBSD Project Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --p2kqVDKq5asng8Dg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2001 at 05:22:48PM +0800, Kelvin Ng Chee Hoong wrote: > I have install FreeBSD 4.4 release but the system does not has bash= =20 > shell installed .where can I get this shell from CVS ? please advise . Bash is not part of the base system. Either install it using the ports tree; # cd /usr/ports/shells/bash # make install or install the binary package # pkg_add -r bash Questions like this should be sent to the freebsd-questions mailing list, where I've copied this message, and set the reply-to. You should=20 also read chapter 4 of the FreeBSD Handbook; http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --p2kqVDKq5asng8Dg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvX4CEACgkQk6gHZCw343XuWgCeKWz6+HIdEC3X6kW2+N3fom1b heoAniKkWr9QmrkE5ktAKLNav5ar6iug =h6F1 -----END PGP SIGNATURE----- --p2kqVDKq5asng8Dg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 3:19:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by hub.freebsd.org (Postfix) with ESMTP id E767F37B403 for ; Thu, 25 Oct 2001 03:19:21 -0700 (PDT) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id MAA07975; Thu, 25 Oct 2001 12:19:14 +0200 (MET DST) Date: Thu, 25 Oct 2001 12:19:13 +0200 From: Erik Trulsson To: Nils Holland Cc: freebsd-questions@freebsd.org Subject: Re: UDMA66 - One cable, two modes? Message-ID: <20011025121913.A5846@student.uu.se> References: <20011025115305.E240-100000@howie.ncptiddische.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025115305.E240-100000@howie.ncptiddische.net>; from nils@tisys.org on Thu, Oct 25, 2001 at 12:00:43PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 12:00:43PM +0200, Nils Holland wrote: > Hi all, > > reading through my /var/log/messages I just noted something that caught my > attention because it seems strange to me. Have a look at the following any > pay attantion to the two hard disks on ata0: > > Oct 24 15:56:31 howie /kernel: ad0: 12416MB [25228/16/63] at ata0-master UDMA66 > Oct 24 15:56:31 howie /kernel: ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable > Oct 24 15:56:31 howie /kernel: ad1: 8063MB [16383/16/63] at ata0-slave UDMA33 > Oct 24 15:56:31 howie /kernel: acd0: CDROM at ata1-master using PIO4 > Oct 24 15:56:31 howie /kernel: acd1: CD-R at ata1-slave using PIO3 > > What does this tell us? Well, the primary master, a Western Digital hard > disk, is correctly initialized to use UDMA66. However, the primary slave, > which is a UDMA66-compliant drive made by Fujitsu is only using UDMA33. > That is justified by the message saying that the ata0-slave cable is not > UDMA66-complaint. > > Now ... how can that be? The cable to which both of these hard disks are > conencted is the same one, as both are connected to the primary port. So, > how can the first drive work at UDMA66, while the slave complains about a > non-compliant cable? > > The only thing that comes to my mind trying to explain this is that it's > probably not the cable causing the problem, but the IDE controller on the > mainboard. Still, any comments on this are welcome! If you want to use UDMA66 you are not allowed more than one drive per cable. It is the fact that you have two drives connected to the same cable which makes the cable not UDMA-66 compliant. This is not FreeBSD specific but rather an effect of how ATA works. If you want to run both drives at UDMA-66 speeds you will have to get an extra controller. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 3:44:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from i01sv4107.ids1.intelonline.com (i01sv4107-p.ids1.intelonline.com [147.208.166.12]) by hub.freebsd.org (Postfix) with ESMTP id 0A56F37B405 for ; Thu, 25 Oct 2001 03:44:38 -0700 (PDT) Received: from i01sv4139 (unverified [10.81.26.12]) by i01sv4107.ids1.intelonline.com (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Thu, 25 Oct 2001 10:44:31 +0000 Message-ID: From: Matthias Bartels To: "questions@freebsd.org" X-Originating-IP: [217.4.90.71] Date: Thu, 25 Oct 2001 11:44:31 +0100 X-MSMail-Priority: Normal X-mailer: AspMail 4.0 4.02 (SMT4DD4B4F) Subject: Problem with Nvidia Geforce and XFree 4.1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Servus, Some days ago I insatalled FreeBSD on my new box. But I still have a problem with my graphic card. I am using a NVIDIA GeForce 2 MX100/200 and XFree 4.1.0_6 (the package installation). This are the intresting sections from my XF86Config: Section "Device" Identifier "NVIDIA GeForce" Driver "nv" VideoRam 32768 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "NVIDIA GeForce" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection But saying: startx crashes the computer, the reboots without any error or log message. I tried the standard VGA device, that works. And the card seems to be working, too, because i also use windoofs (i know, it's a shame). So has anybody an idea? Thank you! Matthias p.s. an earlier version of xfree 4 didn't work, too Ringtones, Logos und crazy Mailbox Ansagen für Dein Nokia-Handy @ www.genie.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 4:16:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.igroupnet.co.kr (mail2.igroupnet.co.kr [211.41.4.36]) by hub.freebsd.org (Postfix) with ESMTP id 5258D37B40F for ; Thu, 25 Oct 2001 04:16:13 -0700 (PDT) Received: from ns ([211.41.8.2]) by mail2.igroupnet.co.kr (8.11.0/8.11.0) with ESMTP id f9PB6Dm1336874 for ; Thu, 25 Oct 2001 20:06:13 +0900 (KST) Message-Id: <200110251106.f9PB6Dm1336874@mail2.igroupnet.co.kr> From: "KIBEX" Subject: KIBEX 2001- =?EUC-KR?B?sbnBprDHw+C52rb3yLggsLPD1r7Is7s=?= To: "freebsd-questions@FreeBSD.org" Reply-To: hychoi@kibex.com Organization: KIBEX Date: Thu, 25 Oct 2001 20:22:52 +0900 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ======================================================================= KIBEX 2001- ±¹ÁŠ°ÇÃà¹Ú¶÷Èž Žºœº·¹ÅÍ Å°º€œº 2001 - ±¹ÁŠ°ÇÃà¹Ú¶÷Èž 2001³â 12¿ù 5 - 9ÀÏ/ Œ­¿ï¹«¿ªÀüœÃÀå www.kibex.com ======================================================================= ¢º¢¹¢º KIBEX 2001- ±¹ÁŠ°ÇÃà¹Ú¶÷Èž °³ÃÖ ŸÈ³» ±¹³» ¹× ÇØ¿ÜÀÇ œÅÁŠÇ°. œÅ°ø¹ýÀÌ ÇÑÀÚž®¿¡ žðÀÌŽÂ KIBEX 2001(Korea International Building Exposition)- ±¹ÁŠ°ÇÃà¹Ú¶÷Èž"°¡ ¿ÀŽÂ 12¿ù 5ÀϺÎÅÍ 9ÀϱîÁö 5ÀÏ°£ Œ­¿ï¹«¿ªÀüœÃÀå(SETEC, ÁöÇÏö 3È£Œ± Çп©¿ï¿ª)¿¡Œ­ °³ÃÖµÊÀ» ŸË·Áµåž³ŽÏŽÙ. À̹ø Å°º€œº 2001 Çà»ç¿¡ŽÂ Çѱ¹ °ÇÃà»êŸ÷¿¡Œ­ ÃëŸàÇÑ ºÐŸß À̞錭µµ, ±× µ¿ŸÈ ¹Ú¶÷Èž¿¡Œ­ŽÂ œ±°Ô Á¢ÇÒ Œö ŸøŸúŽø ºÐŸßÀÎ °ñÁ¶, ±žÁ¶, ¿ÜÀå, ž®žðµšžµµîÀÇ ºÎ¹®À» ÁýÁß Á¶žíÇÒ ¿¹Á€ÀÌžç, ƯÈ÷ žðµç ÀüœÃ°üÀ» °¡Œ³/±âÃÊ°ø»ç, °ñÁ¶°ø»ç/ ö±ÙÄÜÅ©ž®Æ®, ¹ÌÀå/µµÀå°ø»ç, âȣ/À¯ž®°ø»ç, ž¶°š/³»Àå°ø»ç, ž®žðµšžµµî °ÇÃà°øÁ€º°·Î ÀÚ¿¬œº·¯¿î ¹è¿­À» ÇÔÀž·Îœá ¹æ¹®°Žµé¿¡°Ô Žõ¿í Àü¹®È­µÈ ÀüœÃ°ø°£À» ÁŠ°øÇÒ °ÍÀÔŽÏŽÙ. ¶ÇÇÑ º» ¹Ú¶÷Èž¿¡ŽÂ ¹Ì±¹, ÇÁ¶ûœº, ÀÌÅž®, µ¶ÀÏ, œºÆäÀεî ÇØ¿Ü 15°³±¹¿¡Œ­ ¿ìŒöÇÑ ÁŠÇ°°ú ±âŒú·ÂÀ» °¡Áø Œ±µÎŸ÷ÃŒ°¡ ÃâÇ°À» È®Á€ÇÑ »óÅ¿©Œ­ ±¹³»¿¡Œ­µµ Á÷Á¢ ÇØ¿Ü Œ±Áø±¹ÀÇ ¿ìŒö ÁŠÇ°°ú Œ±Áø±âŒúÀ» Á¢ÇÒ Œö ÀÖŽÂ ÁÁÀº ±âÈž°¡ µÉ °ÍÀž·Î ¿¹»óµËŽÏŽÙ. º» ¹Ú¶÷ÈžÀÇ ÈšÆäÀÌÁöwww.kibex.comÀ» ¹æ¹®ÇÏœÃžé »óŒŒÀڷដ È®ÀÎÇÏœÇ Œö ÀÖÀžžç, ±âÅž ¹®ÀÇ »çÇ×ÀÌ ÀÖÀžœÃžé ¹Ú¶÷Èž »ç¹«±¹ SBA KOREA(ÀüÈ­: 02-708-4080, ÀÌžÞÀÏ: info @kibex.com)Àž·Î ¿¬¶ô Á֜ñ⠹ٶøŽÏŽÙ. => ¿©±â(http://www.kibex.com/korean/visiting/visiting1.htm)žŠ Ŭž¯ÇϜÞé KIBEX 2001- ±¹ÁŠ°ÇÃà¹Ú¶÷Èž '¹æ¹®°Ž »çÀüµî·Ï'À» œÅûÇÏœÇ Œö ÀÖœÀŽÏŽÙ. ¢º¢¹¢º ±¹³» ¹× ÇØ¿Ü °ÇŒ³/°ÇÃà ŒÒœÄ ¢º Á€ºÎ, SOC °ÇŒ³»çŸ÷¿¡ 7õ603Ÿï¿ø ÅõÀÚ Á€ºÎŽÂ 2Â÷ Ã߰濹»ê Áß 7õ603Ÿï¿øÀ» ±â°£±¹µµ °ÇŒ³ µî »çÈž°£Á¢ÀÚº»œÃŒ³(SOC) µî °ÇŒ³»çŸ÷¿¡ ÅõÀÚÇϱâ·Î ÇߎÙ. Á€ºÎŽÂ ¿ìŒ± SOCµî °ÇŒ³ÅõÀÚºñ·Î ÀüÃŒÀÇ 40.3%žŠ ¹èÁ€ÇØ °ø»ç±â°£ÀÇ ŽÜÃà µîÀÌ ÇÊ¿äÇÑ µµ·Î¡€°øÇס€Ã¶µµ¡€ÇמžœÃŒ³»çŸ÷¿¡ 3õ¿øÀ» ¹èÁ€, ¿¬³» ÁýÇàÇϱâ·Î ÇߎÙ. ¢Ñ ÀÌ Žºœº¿¡ ŽëÇÑ ºžŽÙ ÀÚŒŒÇÑ »çÇ×Àº ¿©±â(http://www.kibex.com/korean/market1/way-board/way-board.cgi?db=mark et&j=v&no=233&pg=1)žŠ Ŭž¯ÇϜñ⠹ٶøŽÏŽÙ. ¢º ŒÒÇüÁÖÅà Àǹ«°ÇŒ³ºñÀ² 3³âžž¿¡ ºÎÈ° ŽÙÀœŽÞºÎÅÍ Œ­¿ï µî Œöµµ±Ç °ú¹ÐŸïÁŠ±Ç¿ª¿¡ 300°¡±ž ÀÌ»ó Àç°Ç ÃàÀ̳ª ¹Î¿µŸÆÆÄÆ® ŽÜÁöžŠ °ÇŒ³ÇÒ ¶§ŽÂ Àü¿ëžéÀû 18Æò ÀÌÇÏ ŒÒÇüÆòÇüÀ» 20%ÀÌ»ó ¹èÄ¡ÇØŸß ÇÑŽÙ. ŽëœÅ À̵é Áö¿ª¿¡ ŒÒÇü ÁÖÅÃÀ» ÁþŽÂ ÁÖÅß÷ÃŒ¿¡ ŽëÇØŒ­ŽÂ ³»³âž»±îÁö ÇÑ œÃÀûÀž·Î ±¹¹ÎÁÖÅñâ±Ý Áö¿ø±ÔžðžŠ °¡±žŽç 3000žž¿ø¿¡Œ­ 5000žž¿øÀž·Î ŽÃž®°í ±Ýž®ŽÂ ¿¬ 7%¿¡Œ­ 5%·Î ÀÎÇÏÇÑŽÙ. ¢Ñ ÀÌ Žºœº¿¡ ŽëÇÑ ºžŽÙ ÀÚŒŒÇÑ »çÇ×Àº ¿©±â(http://www.kibex.com/korean/market1/way-board/way-board.cgi?db=mark et&j=v&no=226&pg=2)žŠ Ŭž¯ÇϜñ⠹ٶøŽÏŽÙ. ¢º ÀÓŽëÁÖÅà °ÇŒ³œÃ ±¹¡€°øÀ¯Áö Àå±âÀÓŽë Á€ºÎŽÂ ÁÖ°Åȯ°æ°³Œ±Áö±ž¿¡ ÀÓŽëÁÖÅÃÀ» °ÇŒ³ÇÒ °æ¿ì »çŸ÷œÃÇàÀÚ¿¡°Ô ±¹¡€°øÀ¯ÁöžŠ Àå±âÀÓŽëÇÏŽÂ ¹æŸÈÀ» ÃßÁøÅ°·Î ÇߎÙ. ¶Ç ÁÖ°Åȯ°æÁ€ºñ»çŸ÷¿¡ ŽëÇÑ °ÇÃà±âÁØƯ·ÊžŠ ŽëÆø ÃàŒÒÇÏŽÂ µî °ÇÃà±ÔÁŠžŠ °­È­Å°·Î ÇߎÙ. °ÇŒ³±³ÅëºÎŽÂ 10¿ù23ÀÏ ÀÓŽëÁÖÅðnj³ È®ŽëžŠ À§ÇØ ÁÖ°Åȯ°æ°³Œ±Áö±ž³ª Àç°³¹ßÁö±ž¿¡Œ­ ÀÓŽëÁÖÅÃÀ» °ÇŒ³ÇÒ °æ¿ì »çŸ÷œÃÇàÀÚ¿¡ ±¹°øÀ¯ÁöžŠ ÀÓŽëÇÏŽÂ ¹æŸÈÀ» ÃßÁøÅ°·Î ÇßŽÙ°í ¹àÇûŽÙ. ¢Ñ ÀÌ Žºœº¿¡ ŽëÇÑ ºžŽÙ ÀÚŒŒÇÑ »çÇ×Àº ¿©±â(http://www.kibex.com/korean/market1/way-board/way-board.cgi?db=mark et&j=v&no=239&pg=1)žŠ Ŭž¯ÇϜñ⠹ٶøŽÏŽÙ. ¢º ÀÏ, ȯ°æģȭÀû ž®žðµšžµ œÃœºÅÛ °³¹ß ÀϺ»¿¡Œ­ ž®žðµšžµ°ø»ç¿¡ Àû¿ëÇÒ Œö À֎ ȯ°æģȭÀû œÃœºÅÛÀ» °³¹ßÇߎÙ. ÀϺ»ÀÇ NTTÆۜǞ®ÆŒÁî»ç°¡ °³¹ßÇÑ ÀÌ œÃœºÅÛÀº ÅõÀÚŽë ºñ¿ëÀý°šÈ¿°úŽÂ ¹°·Ð ÃÖÀûÀÇ ž®žðµšžµ°ÇŒ³ °èȹÀ» œÇÇöÇÒ Œö ÀÖŽÙ°í ¹àÇûŽÙ. NTT»çŽÂ ' °Ç¹°ž®žðµšžµ°èȹ Áö¿øœÃœºÅÛ'À» ž®žðµšžµ°ø»ç¿¡ µµÀÔÇØ »ç¿ëÇÒ °æ¿ì ȯ°æºÎÇÏ°šŒÒ È¿°ú¿Í ŽõºÒŸî ¿¡³ÊÁöÀýŸà±âŒú ¹× ȯ°æ±âŒú¿¡ µµÀԵǎ Ãʱ⠺ñ¿ë°ú ¿î¿ëºñ¿ëÀÇ °æÁŠÀû È¿°úžŠ ±âŽë ÇÒ Œö ÀÖ°Ô µÆŽÙ. ¢Ñ ÀÌ Žºœº¿¡ ŽëÇÑ ºžŽÙ ÀÚŒŒÇÑ »çÇ×Àº ¿©±â(http://www.kibex.com/korean/market/way-board/way-board.cgi?db=marke t5&j=v&no=30&pg=1)žŠ Ŭž¯ÇϜñ⠹ٶøŽÏŽÙ. ¢º º£ÀÌ¡œÃ, Áß±¹ ÃÖŽë IT ÄÞÇ÷ºœº °ÇŒ³ º£ÀÌ¡œÃ°¡ œÃÁ€ºÎ Â÷¿ø¿¡Œ­ Áß±¹ ÃÖŽëÀÇ ITÄÞÇ÷ºœºžŠ °ÇŒ³ÇÑŽÙ. 2003³â ¿Ï°ø¿¹Á€ÀÎ ÀÌ œÃŒ³Àº IT¹®È£žŠ ºñ·ÔÇØ IT ºñÁîŽÏœº, ÄÁŒ³ÆÃ, ¿£ÅÍÅ×ÀΞÕÆ® »êŸ÷µîÀ» ŸÆ¿ìž£ŽÂ Áß±¹ ÃÖŽëÀÇ ÁŸÇÕ ÄÞÇ÷ºœº·Î, °ÇŒ³¿¹Á€ÁöŽÂ º£ÀÌ¡ Œ­ºÏºÎ ¿Ãž²ÇÈ°ø¿ø³»ÀÇ ¹ÎŒÓ ¹Ú¹°°üÀÎ ÁßÈ­¹ÎÁÖÀ§ŸØ ³²ÂÊ, ÃÑ °ÇÃà žéÀûÀº 16km2 ¿¡ ÀÌž£žç, °ÇÃà¿¡ ÇÊ¿äÇÑ ÃÑ ÅõÀÚºñŽÂ 11Ÿï À§ŸÈ(1,760Ÿï¿ø)¿¡ ŽÞÇÒ °ÍÀž·Î ÀüžÁµÈŽÙ. ¢Ñ ÀÌ Žºœº¿¡ ŽëÇÑ ºžŽÙ ÀÚŒŒÇÑ »çÇ×Àº ¿©±â(http://www.kibex.com/korean/market/way-board/way-board.cgi?db=marke t5&j=v&no=32&pg=1)žŠ Ŭž¯ÇϜñ⠹ٶøŽÏŽÙ. ====================================================================== º» KIBEX 2001- ±¹ÁŠ°ÇÃà¹Ú¶÷Èž¿Í °ü·ÃµÈ ³»¿ëÀÇ ÀÌžÞÀÏ ŒöœÅÀ» ¿øÄ¡ ŸÊÀžœÃ°Å³ª, Çϱ⠳»¿ë°ú °ü·ÃÀÌ ŸøÀžœÅ ºÐÀº ÁŠžñ¶õ¿¡ 'ŒöœÅ°ÅºÎ'·Î ÀÛŒºÇϜßî ÈžœÅÇÏ¿© Á֜ñ⠹ٶøŽÏŽÙ. ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 4:18:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id D938237B406 for ; Thu, 25 Oct 2001 04:18:48 -0700 (PDT) Received: by surreal.nl (Postfix, from userid 1000) id 839637FE05; Thu, 25 Oct 2001 13:18:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id 8218C87ACC; Thu, 25 Oct 2001 13:18:49 +0200 (CEST) Date: Thu, 25 Oct 2001 13:18:49 +0200 (CEST) From: Walter Hop To: FreeBSD Questions Cc: Bluelight server ops Subject: softupdates freeze Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I've removed a few files of about 30GB from my backup (softupdates) partition. I wanted to make a new dump on the drive, but the free space count was still at the old level. This normally takes a short while to update, but this time it took an abnormally long time (15 mins). In an attempt to flush all buffers, I tried to un/mount the partition. The ``umount'' process stalled (with state 'softfl' according to top), and a minute later the system became unresponsive. (ping replies are sent, connections are accepted but nothing happens) My guess is the (colocated) machine might be thrashing or is unable to do disk I/O. (I am reluctant to powercycle it though, as I presume the backup disk is now in an inconsistent state; but it doesn't seem to come back.) I assume the freeze and the softupdates-not-updating problem is related. Is this a known problem with softupdates? System: 4.3-RELEASE (security patches) SMP, IDE ATA100 disks, 1GB ram. -- Walter Hop | +31 6 24290808 | PGP key ID: 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 4:23:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 318E037B403 for ; Thu, 25 Oct 2001 04:23:43 -0700 (PDT) Received: from blossom.cjclark.org (dialup-209.247.142.37.Dial1.SanJose1.Level3.net [209.247.142.37]) by pintail.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id EAA24426; Thu, 25 Oct 2001 04:23:41 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9PBNdr12352; Thu, 25 Oct 2001 04:23:39 -0700 (PDT) (envelope-from cjc) Date: Thu, 25 Oct 2001 04:23:38 -0700 From: "Crist J. Clark" To: Vadim Zaychenko Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSup messages Message-ID: <20011025042338.G8495@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <15525029961.20011024153150@dcu.donetsk.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15525029961.20011024153150@dcu.donetsk.ua>; from master@dcu.donetsk.ua on Wed, Oct 24, 2001 at 03:31:50PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 03:31:50PM +0300, Vadim Zaychenko wrote: > Hello! > Now I'm downloading upgrade FreeBSD by CVSup. In log CVSup writes > SetAttrs src/contrib/amd/scripts/amd2ldif.in,v > SetAttrs src/contrib/amd/scripts/amd2sun.in,v > SetAttrs src/contrib/amd/scripts/automount2amd.in,v > SetAttrs src/contrib/amd/scripts/ctl-amd.in,v It's setting attributes on those files differently. For example, it may be changing the permissions. > AND > > src/contrib/libpam/modules/pam_permit/pam_permit.c: Checksum mismatch -- will tr > ansfer entire file > > What does it mean? It means that the checksum of pam_permit.c was not what it expected. It will download the entire file and replace it. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 4:59:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from operamail.com (operamail.infinite.com [199.29.68.126]) by hub.freebsd.org (Postfix) with ESMTP id 1B04837B401 for ; Thu, 25 Oct 2001 04:59:08 -0700 (PDT) Received: from bro5637 [206.191.70.3] (hogtown@operamail.com) by operamail.com; Thu, 25 Oct 2001 07:59:06 -0400 X-WM-Posted-At: operamail.com; Thu, 25 Oct 01 07:59:06 -0400 Message-ID: <002601c15d4d$00733620$660f129f@bro5637> From: "Steve Brown" To: Subject: Need help with burncd Date: Thu, 25 Oct 2001 08:03:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again, I can now re-phrase my question. burncd -f /dev/acd0c -s x data y fixate (where x = speed, up to 16 y = filename, using a good 140M .ISO ) always produces the error acd0=READ_TOC-ILLEGAL REQUEST asc=24 ascq=00 error=04 Sometimes it writes a good CD anyway, more often a coaster or nothing and no prompt back. FreeBSD 4.2-RELEASE, Plextor W1610A burner, command given by root. Any idea what this means? Thanks in advance, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5: 6:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 7560337B401 for ; Thu, 25 Oct 2001 05:06:44 -0700 (PDT) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id ; Thu, 25 Oct 2001 08:06:43 -0400 Message-ID: <1DA741CA6767A144BAA4F10012536C27A8DF@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: 'Mark Lipham ' , "'freebsd-questions@FreeBSD.org '" Subject: RE: NIC Dilemna Date: Thu, 25 Oct 2001 08:06:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark, I am using two FA-310's in my firewall, it is working like a champ. I would definitely NOT scrap this card in favor of a 3COM card. IMHO, 3COM cards are over-rated. Anyway, check your BIOS to make sure that you don't have something like 'PNP OS' selected. You want the BIOS to allocate resources for your OS (in this case). That has helped me on more than one occasion. HTH, Michael -----Original Message----- From: Mark Lipham To: freebsd-questions@FreeBSD.org Sent: 10/24/2001 10:42 PM Subject: NIC Dilemna I am having some serious difficulty getting my Netgear fa310 NIC to work or any pnic chip card for that matter. I have freeBSD 4.2 powerpack and have installed it. the system has a problem recognizing the card's ports and memory range. the driver needed for my card i am told is the "dc" driver i have run "dmesg | less" after booting and sure enough I saw my card listed as dc0 however there are some error messages : "dc0: couldn't map ports / memory device_probe_and_attach: dc0 attach returned 6" therefore when I ran ifconfig no nic was listed. I have also tried entering userconfig right before the kernel starts, boot -c, to manually try and set paramaters but I see no appropiate drivers under the Network tab. so I pulled out the card and looked for jumpers or swithces but there are none so it looks like i need to configure my kernel to match the card. However, I am not sure how to do this any suggestions? Should I just scrap this card and get a more high end NIC such as a 3Com 905? thanks for your help mark _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5: 9:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sudz.ns3g.com (196.40.220-216.q9.net [216.220.40.196]) by hub.freebsd.org (Postfix) with ESMTP id 62FF037B429; Thu, 25 Oct 2001 05:09:42 -0700 (PDT) Received: from cooler (cr768924-a.etob1.on.wave.home.com [24.42.29.172]) by sudz.ns3g.com (8.11.6/8.11.6) with SMTP id f9PCAnA21846; Thu, 25 Oct 2001 08:10:49 -0400 (EDT) (envelope-from sudz@ns3g.com) Reply-To: From: "Colin Legendre" To: , Subject: Openssh Date: Thu, 25 Oct 2001 08:10:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have noticed something odd with the version of openssh on the stable version of freebsd(Version OpenSSH_2.9 FreeBSD localisations 20010713, SSH protocols 1.5/2.0, OpenSSL 0x0090601f). When using ssh1 not prob all good, but when I use ssh2(ie ssh -2 hostname) and then run trafshow or tcpdump I noticed a crazy amount of traffic generated, ie a constant flow of 40-50K per sec or more just by the ssh session, yet under ssh1 it only gen's about 1-3K per sec. I tried this on an older version of ssh and this does not re-occur. Can someone else try this and tell me what you get....ie ssh from any box to a FreeBSD4.4 stable box using ssh -2 hostname. Then do a 'trafshow port 22' and see what your bytes/sec is after a 1min run or so. From what I can tell it is a problem with sshd not the client. Thanks. Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:13:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 5C55A37B406 for ; Thu, 25 Oct 2001 05:13:40 -0700 (PDT) Received: from mercedes.local.domain (h000103d2e005.ne.mediaone.net [66.31.215.27]) by chmls20.mediaone.net (8.11.1/8.11.1) with SMTP id f9PCEIx11849; Thu, 25 Oct 2001 08:14:18 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Browning To: RnldFreud@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: internet connection Date: Thu, 25 Oct 2001 08:23:18 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01102508231800.00600@mercedes.local.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 25 October 2001 02:22, RnldFreud@aol.com wrote: > i am new to unix. i am from windows background. what am i missing when it > comes to setting up a simple dial up connection so i can download the > source code to use my adsl connection. > i want freebsd to be my operating system of choice, but i am at the present > getting very demotivated to make it happen. > i have a full 4.4 bsd lite package > ron If you have a DSL connection you don't need the dial-up. Could you explain your problem a bit more thoroughly? -- ---------------------------- Chris Browning brownicm@prokyon.com ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:17:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id EBA5537B401 for ; Thu, 25 Oct 2001 05:17:50 -0700 (PDT) Received: (from jfreeze@localhost) by CI590846-B.freebsdportal.com (8.11.6/8.11.6) id f9PCGlC14558; Thu, 25 Oct 2001 08:16:47 -0400 (EDT) (envelope-from jfreeze) Date: Thu, 25 Oct 2001 08:16:47 -0400 From: Jim Freeze To: Erik Trulsson Cc: questions@freebsd.org Subject: Re: UDMA66 - One cable, two modes? Message-ID: <20011025081647.A14542@freebsdportal.com> References: <20011025115305.E240-100000@howie.ncptiddische.net> <20011025121913.A5846@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025121913.A5846@student.uu.se>; from ertr1013@student.uu.se on Thu, Oct 25, 2001 at 12:19:13PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 12:19:13PM +0200, Erik Trulsson wrote: > On Thu, Oct 25, 2001 at 12:00:43PM +0200, Nils Holland wrote: > > > > Oct 24 15:56:31 howie /kernel: ad0: 12416MB [25228/16/63] at ata0-master UDMA66 > > Oct 24 15:56:31 howie /kernel: ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable > > Oct 24 15:56:31 howie /kernel: ad1: 8063MB [16383/16/63] at ata0-slave UDMA33 > > Oct 24 15:56:31 howie /kernel: acd0: CDROM at ata1-master using PIO4 > > Oct 24 15:56:31 howie /kernel: acd1: CD-R at ata1-slave using PIO3 > > > If you want to use UDMA66 you are not allowed more than one drive per > cable. It is the fact that you have two drives connected to the same cable > which makes the cable not UDMA-66 compliant. This is not FreeBSD specific > but rather an effect of how ATA works. If you want to run both drives at > UDMA-66 speeds you will have to get an extra controller. > Hmmm.. I have heard this before, but my system and cable seems to support two: ad0: 29311MB [59554/16/63] at ata0-master UDMA100 ad1: 9787MB [19885/16/63] at ata0-slave UDMA66 -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:24:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C85537B406 for ; Thu, 25 Oct 2001 05:24:55 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-209.wobline.de [212.68.69.220]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9PCR2R99205; Thu, 25 Oct 2001 08:27:02 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9PCRLx49302; Thu, 25 Oct 2001 14:27:26 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9PCOn300565; Thu, 25 Oct 2001 14:24:50 +0200 (CEST) (envelope-from nils@tisys.org) Date: Thu, 25 Oct 2001 14:24:49 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Erik Trulsson Cc: freebsd-questions@freebsd.org Subject: Re: UDMA66 - One cable, two modes? In-Reply-To: <20011025121913.A5846@student.uu.se> Message-ID: <20011025142005.O530-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, Erik Trulsson wrote: > If you want to use UDMA66 you are not allowed more than one drive per > cable. It is the fact that you have two drives connected to the same cable > which makes the cable not UDMA-66 compliant. This is not FreeBSD specific > but rather an effect of how ATA works. If you want to run both drives at > UDMA-66 speeds you will have to get an extra controller. Oops, thanks! I guess I should have found about about it reading some UDMA66 specs or even that little booklet included with my HDs. Anyway, it *should* be sufficent to connect one of the two drivers to ata1. Then, only one UDMA66 drive is on both ata0 (primary) and ata1 (secondary). The only problem may be that I have heard several times that a secondary IDE port on a mainboard does not neccessarily support all the features as the primary port. I guess I'll simply have to try it out then... Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:45:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20408.mail.yahoo.com (web20408.mail.yahoo.com [216.136.226.127]) by hub.freebsd.org (Postfix) with SMTP id 58F5337B403 for ; Thu, 25 Oct 2001 05:45:05 -0700 (PDT) Message-ID: <20011025124505.13503.qmail@web20408.mail.yahoo.com> Received: from [212.129.229.246] by web20408.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 05:45:05 PDT Date: Thu, 25 Oct 2001 05:45:05 -0700 (PDT) From: bolle kunta Subject: Dynalink L10C pccard patch To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, i made a patch to /etc/defaults/pccard.conf and added support for a Dynalink L10C card (ethernet 10mbit). It works fine...The l10c is a very know card in the Netherlands and Europe, maybe anyone need it? My question is: Does anyone know how to get touchscreen support in FreeBSD for my Palmax 1000 ( i tried with Xfree 3.3.6, it works under Linux but in FreeBSD it refuses to work anybody got any advice? Bolle95 __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:48:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id E1C8737B401 for ; Thu, 25 Oct 2001 05:48:32 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id OAA92998 for ; Thu, 25 Oct 2001 14:48:24 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: ipfw rules for FTP - passive vs. active Date: Thu, 25 Oct 2001 14:51:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FTP - the firewalling bane of my life! :) Please bear with me - if you are clued on ipfw and FTP - I need some advice. In the past I have always set my firewalls to permit public access to my FTP servers as follows: ipfw add 1 allow tcp from any to any established ipfw add 2 allow tcp from any to ${ftp_ip} 21 setup ipfw add 3 allow tcp from ${ftp_ip} 20 to any setup This works fine for clients on the 'net who make "active" (NOT passive) FTP connections to my FTP server. Recently I am finding that many FTP clients are behind firewalls themselves, and these do not allow the incoming ftp-data connection from my FTP server to their clients. So, I can support passive connections like so: ipfw add 1 allow tcp from any to any established ipfw add 2 allow tcp from any to ${ftp_ip} setup Now, this seems to me like it is far too lax as far as firewalling goes. I need to allow external clients to connect to ANY port on the FTP server so that they can establish the passive ftp-data connection on the randomly selected port number. Yech! :( So, my question at last: Is there a way for me to build ipfw rules to support both passive and active FTP data modes, but without leaving such a huge gaping hole through the firewall? I must point out that I have never got around to understanding the capabilities of ipfw's stateful rules. If therein lies the solution then just a gentle prod with the clue stick would be much appreciated. Thanks in advance, Patrick O'Reilly. ----------------- Disk Space - the final frontier... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:49:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from operamail.com (operamail.infinite.com [199.29.68.126]) by hub.freebsd.org (Postfix) with ESMTP id C5EFC37B403 for ; Thu, 25 Oct 2001 05:49:33 -0700 (PDT) Received: from bro5637 [206.191.70.3] (hogtown@operamail.com) by operamail.com; Thu, 25 Oct 2001 08:47:40 -0400 X-WM-Posted-At: operamail.com; Thu, 25 Oct 01 08:47:40 -0400 Message-ID: <000801c15d53$c9c3b6c0$660f129f@bro5637> From: "Steve Brown" To: "Chris Browning" , , References: <01102508231800.00600@mercedes.local.domain> Subject: Re: internet connection Date: Thu, 25 Oct 2001 08:51:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I fought with this problem for months too, but finally got it working. The handbook is getting better, but still needs some work. You need to edit /etc/ppp/ppp.conf Read the ppp section of http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Then read http://www.onlamp.com/pub/a/bsd/2000/06/14/FreeBSD_Basics.html which will give you the missing pieces that you need to connect to a dialup. Now get the kernel sources. Once you have the sources, go back to the handbook(1'st link) and read "Configuring the FreeBSD Kernel". Recompile the kernel with the following options to enable PPPoE(DSL): options NETGRAPH options NETGRAPH_PPPOE options NETGRAPH_SOCKET options NETGRAPH_ETHER # missing from most how-to's, but you need this option too. Now read http://free.mine.nu/~squirrel/PPPoE/FreeBSD%20PPPoE%20Howto.htm and it will tell you how to setup /etc/ppp/ppp.conf for DSL (I read something on the FreeBSD site about PPPoE no longer needing a kernel reconfig as of 4.0-RELEASE, but it could not get it to work without the above 4 options. Once I did that it worked perfectly.) Good luck, Steve ----- Original Message ----- From: "Chris Browning" To: ; Sent: October 25, 2001 8:23 AM Subject: Re: internet connection > On Thursday 25 October 2001 02:22, RnldFreud@aol.com wrote: > > i am new to unix. i am from windows background. what am i missing when it > > comes to setting up a simple dial up connection so i can download the > > source code to use my adsl connection. > > i want freebsd to be my operating system of choice, but i am at the present > > getting very demotivated to make it happen. > > i have a full 4.4 bsd lite package > > ron > > If you have a DSL connection you don't need the dial-up. Could you explain > your problem a bit more thoroughly? > > -- > ---------------------------- > Chris Browning > brownicm@prokyon.com > ---------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:55: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sudz.ns3g.com (196.40.220-216.q9.net [216.220.40.196]) by hub.freebsd.org (Postfix) with ESMTP id B1B8F37B403; Thu, 25 Oct 2001 05:54:52 -0700 (PDT) Received: from cooler (cr768924-a.etob1.on.wave.home.com [24.42.29.172]) by sudz.ns3g.com (8.11.6/8.11.6) with SMTP id f9PCu7A22972; Thu, 25 Oct 2001 08:56:07 -0400 (EDT) (envelope-from sudz@ns3g.com) Reply-To: From: "Colin Legendre" To: , , Subject: RE: Openssh Date: Thu, 25 Oct 2001 08:56:15 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have now noticed that this only occurs if you run trafshow/or/tcpdump on the machine you are connected to, if you run trafshow on the server end the connection it goes crazy, if you run it only on the client end it is fine. Looks like there is a problem in the interaction between the ssh2 protocol in Openssh and the bpf0 device. Any ideas? Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Colin Legendre Sent: Thursday, October 25, 2001 8:11 AM To: freebsd-stable@FreeBSD.ORG; freebsd-questions@FreeBSD.ORG Subject: Openssh I have noticed something odd with the version of openssh on the stable version of freebsd(Version OpenSSH_2.9 FreeBSD localisations 20010713, SSH protocols 1.5/2.0, OpenSSL 0x0090601f). When using ssh1 not prob all good, but when I use ssh2(ie ssh -2 hostname) and then run trafshow or tcpdump I noticed a crazy amount of traffic generated, ie a constant flow of 40-50K per sec or more just by the ssh session, yet under ssh1 it only gen's about 1-3K per sec. I tried this on an older version of ssh and this does not re-occur. Can someone else try this and tell me what you get....ie ssh from any box to a FreeBSD4.4 stable box using ssh -2 hostname. Then do a 'trafshow port 22' and see what your bytes/sec is after a 1min run or so. >From what I can tell it is a problem with sshd not the client. Thanks. Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 5:58: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan2.tdx.co.uk [62.13.128.200]) by hub.freebsd.org (Postfix) with ESMTP id D313E37B401 for ; Thu, 25 Oct 2001 05:57:55 -0700 (PDT) Received: from geko (nodnsyet.dmpriest.net.uk [62.13.128.68] (may be forged)) by caladan.tdx.co.uk (8.11.4/8.11.4/Kp) with ESMTP id f9O83Co74005; Wed, 24 Oct 2001 09:03:12 +0100 (BST) Date: Thu, 25 Oct 2001 13:57:31 +0100 From: Karl Pielorz To: "Patrick O'Reilly" , FreeBSD Question List Subject: Re: ipfw rules for FTP - passive vs. active Message-ID: <515708619.1004018251@geko> In-Reply-To: References: X-Mailer: Mulberry/2.1.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25 October 2001 14:51 +0200 Patrick O'Reilly wrote, This question isn't really FreeBSD related? :( - If you look in /etc/rc.firewall - theres a recomendation on a couple of good books that would help you :) Having said all that.... > I must point out that I have never got around to understanding the > capabilities of ipfw's stateful rules. If therein lies the solution then > just a gentle prod with the clue stick would be much appreciated. FTP is a notoriously hard protocol to firewall, because as you've found out - it needs connections to arbitary ports on both machines, both ways... Infact, we almost gave up - we have our FTP server bound to a single IP address, and just firewall to that, permitting access to ports 20/21 etc. - and to any port over 1024. We then make absolutely certain there are no other services bound to that IP address (e.g. if someone went and installed MySQL - and bound it to that port, that would be bad, as MySQL runs on port 3306 or similar, which would be allowed by the rules)... Infact, as a kind of failsafe, I think we actually blocked MySQL, and a couple of other high-port services deliberately to that IP, 'just in case' -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6: 9:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sirius.pbegames.com (sirius.pbegames.com [64.124.9.107]) by hub.freebsd.org (Postfix) with ESMTP id CA28737B403 for ; Thu, 25 Oct 2001 06:09:14 -0700 (PDT) Received: from leviathan.pbegames.com (pool-141-156-50-74.res.east.verizon.net [141.156.50.74]) by sirius.pbegames.com (8.11.5/8.11.5) with ESMTP id f9PD9R501580 for ; Thu, 25 Oct 2001 09:09:27 -0400 (EDT) (envelope-from thomas@pbegames.com) Message-Id: <5.1.0.14.2.20011025085513.020925e0@pbegames.com> X-Sender: thomas@pbegames.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 25 Oct 2001 09:04:43 -0400 To: freebsd-questions@FreeBSD.org From: Mark Thomas Subject: Re: PPP, NAT, and battlenet In-Reply-To: <20011024225426.A80107@acadia.ne.mediaone.net> References: <5.1.0.14.2.20011024221147.020960d0@pbegames.com> <5.1.0.14.2.20011024221147.020960d0@pbegames.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 10:54 PM 10/24/01 -0400, Louis LeBlanc wrote: >I haven't tried yet, since moving on up to FreeBSD 4.4 with ipfw and >natd (just basic translation), mostly because I just didn't know what >ports I had to translate back to the Winbox. > >I'm very interested in the configuration that allows you to connect to >and play external games without any such problems; care to share the >details? I'm not using natd, but ppp's built in nat feature. Here is my current ppp config: ################################################################ # PPP Configuration File ('/etc/ppp/ppp.conf') # # Default settings; These are always executed always when PPP # is invoked and apply to all system configurations. ################################################################ default: set log phase tun command set mru 1492 set mtu 1492 set ctsrts off nat enable yes nat same_ports yes nat use_sockets yes enable lqr set device PPPoE:dc1 set ifaddr 10.0.0.1/0 10.0.0.2/0 verizon: set device PPPoE:dc1 set authname MYNAME set authkey MYPASS set dial set login add default HISADDR My /etc/rc.conf contains: ppp_enable="YES" ppp_mode="ddial" ppp_nat="YES" ppp_profile="verizon" dc1 is the NIC I have connected to the DSL modem. 'nat enable yes' and 'ppp_nat="YES"' are probably redundant. I can join battlenet games via this set up without problems. I have just added the same_ports and use_sockets options based on mail from "Bezerker" , but haven't had a chance to test if they allow me to host games. Mark --- thomas@pbegames.com -------------> http://www.pbegames.com/~thomas Play by Electron Games ----------> http://www.pbegames.com [TM4463-ORG] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:37:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from digitaldaemon.com (digitaldaemon.com [63.105.9.34]) by hub.freebsd.org (Postfix) with SMTP id AF99337B401 for ; Thu, 25 Oct 2001 06:37:54 -0700 (PDT) Received: (qmail 49555 invoked from network); 25 Oct 2001 13:37:43 -0000 Received: from unknown (HELO digitaldaemon.com) (192.168.0.73) by digitaldaemon.com with SMTP; 25 Oct 2001 13:37:43 -0000 Message-ID: <3BD814FD.70801@digitaldaemon.com> Date: Thu, 25 Oct 2001 09:34:53 -0400 From: Jan Knepper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Questions Subject: Looking up email address/more info on netblock owner... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know I can find the one for IBM with whois -a 129.42.19.99 or Netscape with whois -a 207.200.89.193 But how would I get: 63.105.135.204 63.105.53.204 63.242.141.29 Thanks! Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:43:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.voyageri.net [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 1097C37B401 for ; Thu, 25 Oct 2001 06:43:14 -0700 (PDT) Received: (qmail 64285 invoked from network); 25 Oct 2001 13:43:52 -0000 Received: from equinox.voyageri.net (HELO mail.voyageri.net) (nobody@204.92.209.4) by equinox.voyageri.net with SMTP; 25 Oct 2001 13:43:52 -0000 From: jslivko@voyageri.net To: Cc: freebsd-questions@freebsd.org Subject: Re: Looking up email address/more info on netblock owner... Date: Thu, 25 Oct 2001 09:43:52 +0000 X-Mailer: Null Webmail / 0.5.9 Message-Id: <20011025134314.1097C37B401@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://whois.arin.net or http://www.arin.net/whois/ should have that information, if the netblock is registered in the US. If not, you may need to go to APNIC (www.apnic.net) or RIPE (www.ripe.net). -- Jonathan --- Jan Knepper wrote: > I know I can find the one for IBM with > whois -a 129.42.19.99 > or Netscape with > whois -a 207.200.89.193 > > But how would I get: > 63.105.135.204 > 63.105.53.204 > 63.242.141.29 > > Thanks! > Jan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:47:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.emaxx.nl (mail.emaxx.nl [217.119.230.65]) by hub.freebsd.org (Postfix) with ESMTP id 8E69C37B401; Thu, 25 Oct 2001 06:47:09 -0700 (PDT) Received: from cs7p12.dial.cistron.nl ([62.216.0.141] helo=emaxx.nl) by mail.emaxx.nl with esmtp (Exim 3.22 #1) id 15wkqW-0009jh-00; Thu, 25 Oct 2001 15:46:57 +0200 Message-ID: <3BD81802.2010209@emaxx.nl> Date: Thu, 25 Oct 2001 15:47:46 +0200 From: Pascal Hofstee User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.5+) Gecko/20011016 X-Accept-Language: en-us MIME-Version: 1.0 To: sudz@ns3g.com Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Openssh References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Colin Legendre wrote: > I have now noticed that this only occurs if you run trafshow/or/tcpdump on > the machine you are connected to, if you run trafshow on the server end the > connection it goes crazy, if you run it only on the client end it is fine. > Looks like there is a problem in the interaction between the ssh2 protocol > in Openssh and the bpf0 device. Any ideas? So just to get this straight ....when running tcpdump/trafshow on the "LOCAL" machine there is no real network traffic between the two systems. When doing the same thing on the "REMOTE" machine the network traffic goes to about 40-50k p/s. Well trafshow/tcpdump show network traffic statistics. Running them on the "remote" host will have to show the output on the "local" host .. transporting the data over the network ... which in turn will generate new trafshow/tcpdump input data .. which will generate output that in turn needs to be send to your "local" system ... which generates new input etc ..... You're basically monitoring your own SSH traffic that gets generated by using network traffic analysys tools on the REMOTE end of the connection. -- Pascal Hofstee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:48: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 7C36437B406 for ; Thu, 25 Oct 2001 06:48:03 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id f9PDm2C80272; Thu, 25 Oct 2001 09:48:02 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Openssh References: From: Lowell Gilbert Date: 25 Oct 2001 09:48:02 -0400 In-Reply-To: sudz@ns3g.com's message of "Thu, 25 Oct 2001 12:55:08 +0000 (UTC)" Message-ID: <44ofmvu8z1.fsf@lowellg.ne.mediaone.net> Lines: 63 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sudz@ns3g.com (Colin Legendre) writes: > I have now noticed that this only occurs if you run trafshow/or/tcpdump on > the machine you are connected to, if you run trafshow on the server end the > connection it goes crazy, if you run it only on the client end it is fine. > Looks like there is a problem in the interaction between the ssh2 protocol > in Openssh and the bpf0 device. Any ideas? Maybe I'm misunderstanding your description, but it sounds like you're passing the output of tcpdump back through the ssh connection. That results in more traffic, because the tcpdump output itself becomes part of the traffic, which is picked up by tcpdump, which prints it out and puts it into the traffic, ad infinitum (until you hit your bandwidth limit or the bpf has to drop some traffic to keep up). I'd expect this cycle for this case; the question is really why it *doesn't* happen in the other protocol. But probably I *am* misunderstanding, and with luck you can just explain where I'm confused... > Colin Legendre CCNA, MCP > sudz@ns3g.com > http://www.ns3g.com > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Colin Legendre > Sent: Thursday, October 25, 2001 8:11 AM > To: freebsd-stable@FreeBSD.ORG; freebsd-questions@FreeBSD.ORG > Subject: Openssh > > > I have noticed something odd with the version of openssh on the stable > version of freebsd(Version OpenSSH_2.9 FreeBSD localisations 20010713, SSH > protocols 1.5/2.0, OpenSSL 0x0090601f). > > When using ssh1 not prob all good, but when I use ssh2(ie ssh -2 hostname) > and then run trafshow or tcpdump I noticed a crazy amount of traffic > generated, ie a constant flow of 40-50K per sec or more just by the ssh > session, yet under ssh1 it only gen's about 1-3K per sec. > > I tried this on an older version of ssh and this does not re-occur. Can > someone else try this and tell me what you get....ie > > ssh from any box to a FreeBSD4.4 stable box using ssh -2 hostname. Then do > a 'trafshow port 22' and see what your bytes/sec is after a 1min run or so. > > >From what I can tell it is a problem with sshd not the client. > > Thanks. > > > Colin Legendre CCNA, MCP > sudz@ns3g.com > http://www.ns3g.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:49:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 0C42937B403 for ; Thu, 25 Oct 2001 06:49:41 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id PAA94774; Thu, 25 Oct 2001 15:49:19 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Karl Pielorz" , "FreeBSD Question List" Subject: RE: ipfw rules for FTP - passive vs. active Date: Thu, 25 Oct 2001 15:52:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <515708619.1004018251@geko> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Karl, thanks for your response. I guess I am just a few steps behind you, and desperately hoping NOT to get to the point of giving up. PS: I posted to FreeBSD because I'm using ipfw and was hoping that ipfw might have the silver bullet I need. If so, that is FreeBSD specific. Anyway, I'm starting to dig deeper into what keep-state can and cannot do. Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Karl Pielorz > Sent: 25 October 2001 14:58 > To: Patrick O'Reilly; FreeBSD Question List > Subject: Re: ipfw rules for FTP - passive vs. active > > > On 25 October 2001 14:51 +0200 Patrick O'Reilly wrote, > > This question isn't really FreeBSD related? :( - If you look in > /etc/rc.firewall - theres a recomendation on a couple of good books that > would help you :) Having said all that.... > > > I must point out that I have never got around to understanding the > > capabilities of ipfw's stateful rules. If therein lies the > solution then > > just a gentle prod with the clue stick would be much appreciated. > > FTP is a notoriously hard protocol to firewall, because as you've > found out > - it needs connections to arbitary ports on both machines, both ways... > > Infact, we almost gave up - we have our FTP server bound to a single IP > address, and just firewall to that, permitting access to ports > 20/21 etc. - > and to any port over 1024. > > We then make absolutely certain there are no other services bound to that > IP address (e.g. if someone went and installed MySQL - and bound > it to that > port, that would be bad, as MySQL runs on port 3306 or similar, > which would > be allowed by the rules)... > > Infact, as a kind of failsafe, I think we actually blocked MySQL, and a > couple of other high-port services deliberately to that IP, 'just in case' > > -Kp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:51: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id 9C4D837B406 for ; Thu, 25 Oct 2001 06:51:04 -0700 (PDT) Received: from pobox.com ([24.11.249.248]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011025135104.VUML629.femail6.sdc1.sfba.home.com@pobox.com> for ; Thu, 25 Oct 2001 06:51:04 -0700 Message-ID: <3BD81A26.AFF03BCD@pobox.com> Date: Thu, 25 Oct 2001 09:56:54 -0400 From: Lee Nelson X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: psm.c : KVM and Mouse trouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am having trouble with a Microsoft Intellimouse-style mouse, when it is connected through a KVM. There is no trouble when the mouse is connected directly to the PS/2 port. A more complete description follows. Hardware: MOUSE: "Microsoft Wheel Mouse Optical USB and PS/2 Compatible" this is a USB mouse, boxed with a PS/2 adapter. The PS/2 adapter was used at all times. KVM: "Linksys Proconnect 4 station CPU switch" (rebadged ATEN) MB: Asus P5A w/ AMD k6-III 500Mhz Log Messages: Mouse connected directly to PS/2 port: psm0: irq 12 on atkbdc0 psm0: model Intellimouse, device ID 3 Mouse connected through KVM: psm0: failed to get data. psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 Symptoms: Mouse works fine when connected directly to PS/2 port. When connected through a KVM, the mouse initially works fine in text mode, using moused. When X is started, the mouse works for a minute or two (of constant mousing), and then the mouse pointer jumps all over the screen, and random mouse button presses are registered. The mouse KVM combo works well with other OS's, specifically Linux 2.2.x, Mac OS 9, and Windows 98. Incidentally, the hardware I am currently using for FreeBSD was previously running Linux, and the mouse worked fine. What I tried: I've tried using moused for X (/dev/sysmouse). I've also tried stopping moused and using /dev/psm0 directly, with the PS/2 protocol. The IMPS/2 protocol, which used to work under XFree86 3.x, no longer is accepted as a valid option. What I think it is (100% conjecture): The KVM appears to not allow the computer to query the mouse. But the raw mouse data is sent to the computer, with no filtering. FreeBSD assumes a Generic PS/2 mouse when it cannot read the mouse type, but Intellimouse type data is being sent, thus confusing the mouse driver. I assume the problem lies in psm.c. I am looking at that file to see if I can force it to use the Intellimouse protocol, but I'd like to know if there is a better way. Surely, a lot of people out there are using KVM's. :) Thanks so much in advance, Lee Nelson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 6:51:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cedar.he.net (cedar.he.net [64.71.140.162]) by hub.freebsd.org (Postfix) with ESMTP id 24E4837B405 for ; Thu, 25 Oct 2001 06:51:40 -0700 (PDT) Received: from there (armando@sc-66-75-66-97.socal.rr.com [66.75.66.97]) by cedar.he.net (8.8.6/8.8.2) with SMTP id GAA14455; Thu, 25 Oct 2001 06:51:29 -0700 Message-Id: <200110251351.GAA14455@cedar.he.net> Content-Type: text/plain; charset="iso-8859-1" From: Armando Cerna To: David Powers Subject: Re: problem Date: Thu, 25 Oct 2001 06:53:02 -0700 X-Mailer: KMail [version 1.3] References: <001001c15d4a$fc7f78a0$0401a8c0@daveabit> In-Reply-To: <001001c15d4a$fc7f78a0$0401a8c0@daveabit> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 25 October 2001 04:48 am, David Powers wrote: > What other devices are in your box? Can you post an output of dmesg, it > sounds like you have an irq conflict somewhere. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Armando Cerna > Sent: Wednesday, October 24, 2001 9:40 PM > To: freebsd-questions@FreeBSD.ORG > Subject: problem > > > I get this error when I try to record a file with "rec" I have a > soundblaster > live and it is compiled into the kernel with only device pcm... > > > pcm0: record interrupt timeout, channel dead > > > Any help would be great > > > Armando > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Here is a dmesg all I have in my system is the soundblaster live and a voodoo 3 1000 video card and a network card Thanks, Armando CPU: AMD Athlon(tm) processor (1200.05-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Features=0x183f9ff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> real memory = 201261056 (196544K bytes) avail memory = 192438272 (187928K bytes) Preloaded elf kernel "kernel" at 0xc035a000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00fdee0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 12 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 ums0: Logitech USB Mouse, rev 1.10/6.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhci1: port 0xd800-0xd81f irq 12 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 chip1: at device 7.4 on pci0 pcm0: port 0xdc00-0xdc1f irq 12 at device 8.0 on pci0 rl0: port 0xe400-0xe4ff mem 0xea000000-0xea0000ff irq 11 at device 13.0 on pci0 rl0: Ethernet address: 00:50:ba:47:a8:0b miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0:
Trying to compile a new 4.4 kernel on = and 1Ghz=20 Athlon.... (irrelevant I think) and the make fails on amd.o any clues or = do I=20 need the whole make output??
 
Thanks
------=_NextPart_000_00E5_01C15D73.FD04B190-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8: 0:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id A9E7037B403 for ; Thu, 25 Oct 2001 08:00:50 -0700 (PDT) Received: from sageone (adsl-64-219-21-30.dsl.crchtx.swbell.net [64.219.21.30]) by sage-american.com (8.9.3/8.9.3) with SMTP id JAA12683; Thu, 25 Oct 2001 09:59:01 -0500 (CDT) Message-Id: <3.0.5.32.20011025095859.00f46e68@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 25 Oct 2001 09:58:59 -0500 To: leburke@mindspring.com, "=?iso-8859-1?Q?=95questions?= @freebsd.org" From: jacks@sage-american.com Subject: Re: boot hang In-Reply-To: <3BD8157F.BDAC880@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG During the very initial bootup, you have a few seconds to choose whether to boot (hit enter) or hit some other key to go to prompt. That is your safe mode.... At 09:37 AM 10.25.2001 -0400, A. Lester Burke wrote: >Question > >I have a machine that won't boot completely because, it tells me, it >can't mount an NFS partition. Problem is it just hangs there, so I >can't get into the machine to change anything. > >The question is : Is there a way to boot up into "safe mode" so that I >can at least read the error logs or something. ? slight panic, but Ilm >not screaming yet > >Thanks > >-- >A. Lester Burke >Network Analyst >Arlington Public Schools, VA >V 703-228-6057 >E leburke@mindspring.com > >"They that can give up essential liberty to obtain a little temporary >safety, deserve neither liberty nor safety." >Ben Franklin > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8: 1:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 3E72537B403 for ; Thu, 25 Oct 2001 08:01:09 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id E3EBF2E461 for ; Thu, 25 Oct 2001 11:01:07 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.6/8.11.6) id f9PF17913000; Thu, 25 Oct 2001 11:01:07 -0400 (EDT) (envelope-from khera@kcilink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kcilink.com using -f To: questions@freebsd.org Subject: Re: Recommended MTA References: <20011023173359.K7014@ns2.wananchi.com> <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> From: Vivek Khera Date: 25 Oct 2001 11:01:07 -0400 In-Reply-To: <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "RB" == Rob B writes: RB> I've use both Postfix and Exim, and I've stuck with Postfix because I RB> found it simpler and faster to configure. which one gave you faster mail delivery outbound? if you don't have numbers, what was your impression on their relative speeds? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8: 2:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.all.org (bdsl.66.12.117.154.gte.net [66.12.117.154]) by hub.freebsd.org (Postfix) with ESMTP id C070537B401 for ; Thu, 25 Oct 2001 08:02:19 -0700 (PDT) Message-ID: <3BD7FCCE.4080503@nicholasofmyra.org> Date: Thu, 25 Oct 2001 07:51:43 -0400 From: Joseph MIME-Version: 1.0 To: freebsd-questions Subject: Legacy Free Boot Disks Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone point me to a good how-to or other resource for making a set of installation disks for a legacy free box. In other words, I have several computers that only has USB mouse and keyboard, no parallel port, no serial ports. (They do not have a place for any other keyboard. So, please, don't suggest getting a different keyboard.) When I try to install with the installation boot disk, everything works until I get to the installation menu. At that point, I have no way of giving the computer input. I have other FreeBSD machines that I could build a kernel or drivers on, I just don't know what needs added. I tried compiling a kernel on another box and using it for the boot disk. It recognized the USB keyboard, but I still could not use it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8: 2:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.all.org (bdsl.66.12.117.154.gte.net [66.12.117.154]) by hub.freebsd.org (Postfix) with ESMTP id 74C8637B405 for ; Thu, 25 Oct 2001 08:02:18 -0700 (PDT) Message-ID: <3BD814A7.7050609@nicholasofmyra.org> Date: Thu, 25 Oct 2001 09:33:27 -0400 From: Joseph MIME-Version: 1.0 To: questions@freebsd.org Subject: legacy free installation disk Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone point me to a good how-to or other resource for making a set of installation disks for a legacy free box. In other words, I have several computers that only has USB mouse and keyboard, no parallel port, no serial ports. (They do not have a place for any other keyboard. So, please, don't suggest getting a different keyboard.) When I try to install with the installation boot disk, everything works until I get to the installation menu. At that point, I have no way of giving the computer input. I have other FreeBSD machines that I could build a kernel or drivers on, I just don't know what needs added. I tried compiling a kernel on another box and using it for the boot disk. It recognized the USB keyboard, but I still could not use it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8: 5:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.dev.itouchnet.net (devco.net [196.15.188.2]) by hub.freebsd.org (Postfix) with ESMTP id 9041237B405 for ; Thu, 25 Oct 2001 08:05:25 -0700 (PDT) Received: from nobody by mx1.dev.itouchnet.net with scanned_ok (Exim 3.33 #2) id 15wm4T-000CaN-00 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 17:05:25 +0200 Received: from shell.devco.net ([196.15.188.7]) by mx1.dev.itouchnet.net with esmtp (Exim 3.33 #2) id 15wm4R-000Ca0-00; Thu, 25 Oct 2001 17:05:23 +0200 Received: from bvi by shell.devco.net with local (Exim 3.33 #4) id 15wm4Z-0009WQ-00; Thu, 25 Oct 2001 17:05:31 +0200 Date: Thu, 25 Oct 2001 17:05:31 +0200 From: Barry Irwin To: Colin Legendre Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Openssh Message-ID: <20011025170531.K30100@itouchlabs.com> References: <3BD81802.2010209@emaxx.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sudz@ns3g.com on Thu, Oct 25, 2001 at 10:16:17AM -0400 X-Checked: This message has been scanned for any virusses and unauthorized attachments. X-iScan-ID: 48379-1004022324-68443@mx1.dev.itouchnet.net version $Name: $ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu 2001-10-25 (10:16), Colin Legendre wrote: > Explain to me then why doing this with ssh1 it is only 2-3k of traffic but > with ssh2 it is 25-75K of traffic. Explain as well that doing this under > FreeBSD 4.3 Stable only creates 2-3K of traffic, using ssh1 or ssh2? setup as follows: [client] ---{NET}---- [SERVER] You log into the server and run trafshow/tcpdump on the server's (external??) interface For every packet that is captured and displayed, another is generated to convey the information to your client. This of course generates another packet ad nauseum, untill you can pretty much saturate your link. Using the compression option (-C) to ssh can help with his a bit, but a better option is to use pcap logic in a filter expression (man tcpdump) to exlude your clients ssh traffic to the server from the capture. So try something like tcpdump -i fxp0 not host client and \(host srver and port 22 \) trafshow takes the same logic. Have a good read of the tcpdump man page which explains this syntax in greater detail. Good use of filter expressions can make yout life a hell of a lot easier when debugging. Barry -- Barry Irwin Systems Administrator (Networks and Security) Itouch Labs bvi @ itouchlabs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:13:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.all.org (bdsl.66.12.117.154.gte.net [66.12.117.154]) by hub.freebsd.org (Postfix) with ESMTP id 6C66037B401 for ; Thu, 25 Oct 2001 08:13:37 -0700 (PDT) Message-ID: <3BD82C1B.3040503@nicholasofmyra.org> Date: Thu, 25 Oct 2001 11:13:31 -0400 From: Joseph MIME-Version: 1.0 To: "=?ISO-8859-1?Q?=2Equestions?= @freebsd.org" Cc: leburke@mindspring.com Subject: Re: boot hang References: <3.0.5.32.20011025095859.00f46e68@mail.sage-american.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG More specifically, you want to boot: /kernel -s for single user mode. jacks@sage-american.com wrote: >During the very initial bootup, you have a few seconds to choose whether to >boot (hit enter) or hit some other key to go to prompt. That is your safe >mode.... > >At 09:37 AM 10.25.2001 -0400, A. Lester Burke wrote: > >>Question >> >>I have a machine that won't boot completely because, it tells me, it >>can't mount an NFS partition. Problem is it just hangs there, so I >>can't get into the machine to change anything. >> >>The question is : Is there a way to boot up into "safe mode" so that I >>can at least read the error logs or something. ? slight panic, but Ilm >>not screaming yet >> >>Thanks >> >>-- >>A. Lester Burke >>Network Analyst >>Arlington Public Schools, VA >>V 703-228-6057 >>E leburke@mindspring.com >> >>"They that can give up essential liberty to obtain a little temporary >>safety, deserve neither liberty nor safety." >>Ben Franklin >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > >Best regards, >Jack L. Stone, >Server Admin > >Sage-American >http://www.sage-american.com >jacks@sage-american.com > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:13:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ko.com (gatekeeper.ko.com [205.160.52.40]) by hub.freebsd.org (Postfix) with ESMTP id 9CE2937B401 for ; Thu, 25 Oct 2001 08:13:46 -0700 (PDT) Received: by ko.com; id LAA17482; Thu, 25 Oct 2001 11:13:45 -0400 (EDT) Received: from atlg05.atl.ko.com(151.162.240.9) by gatekeeper.ko.com via smap (V4.2) id xma016367; Thu, 25 Oct 01 11:12:05 -0400 Subject: Re: boot hang To: leburke@mindspring.com, "questions@freebsd.org" X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: From: "Ed Lineberry" Date: Thu, 25 Oct 2001 11:12:04 -0400 X-MIMETrack: Serialize by Router on ATLG05/GTY/NA/TCCC(Release 5.0.8 |June 18, 2001) at 10/25/2001 11:12:05 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ran into this last night and spent about an hour panicking before I could make it work. Here's what I did: - at the countdown prompt, hit a key to boot with options - type boot -s - when you get to the shell type: mount / mount /usr moutn /var -this should get you what you need to edit /etc/fstab with vi and fix the mount problem HTH, - Ed ----------------- Original Message --------leburke@mindspring.com---------- Question I have a machine that won't boot completely because, it tells me, it can't mount an NFS partition. Problem is it just hangs there, so I can't get into the machine to change anything. The question is : Is there a way to boot up into "safe mode" so that I can at least read the error logs or something. ? slight panic, but Ilm not screaming yet Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:41:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20103.mail.yahoo.com (web20103.mail.yahoo.com [216.136.226.40]) by hub.freebsd.org (Postfix) with SMTP id 4819337B405 for ; Thu, 25 Oct 2001 08:41:28 -0700 (PDT) Message-ID: <20011025154128.31147.qmail@web20103.mail.yahoo.com> Received: from [24.156.239.42] by web20103.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 08:41:28 PDT Date: Thu, 25 Oct 2001 08:41:28 -0700 (PDT) From: ann kok Subject: check bandwidth traffic To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all I know the the following software can check the network traffic http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ but how do I know the nearest cisco router? Traceroute only know the ip address. Which is router? Tks __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:44:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta02.mail.mel.aone.net.au (mta02.mail.au.uu.net [203.2.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 72B2237B403 for ; Thu, 25 Oct 2001 08:44:47 -0700 (PDT) Received: from ausyddtp0050.ozemail.com.au ([203.166.66.104]) by mta02.mail.mel.aone.net.au with ESMTP id <20011025154440.IROX10115.mta02.mail.mel.aone.net.au@ausyddtp0050.ozemail.com.au> for ; Fri, 26 Oct 2001 01:44:40 +1000 Message-Id: <5.1.0.14.2.20011026013819.00a832d0@pop.ozemail.com.au> X-Sender: rbyrnes@pop.ozemail.com.au X-Mailer: I wish it was Linux Date: Fri, 26 Oct 2001 01:40:22 +1000 To: questions@freebsd.org From: Rob B Subject: Re: Recommended MTA In-Reply-To: References: <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> <20011023173359.K7014@ns2.wananchi.com> <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:01 26/10/2001, you muttered something like: >RB> I've use both Postfix and Exim, and I've stuck with Postfix because I >RB> found it simpler and faster to configure. > >which one gave you faster mail delivery outbound? if you don't have >numbers, what was your impression on their relative speeds? On my little P166 under Linux (Debian 2.2r3), I can't tell the difference. I suppose that one would start noticing the speed (performance) of an MTA under load. There was a comparison of MTA's done by someone ... I'll hunt around and see if I have it archived Rob -- Small change can often be found under seat cushions. [[15210.1 km (9451.1 mi), 123.9 deg] (Apparent) Rennerian This is random quote 868 of a collection of 1166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:51: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from michael.checkpoint.com (michael.checkpoint.com [199.203.73.68]) by hub.freebsd.org (Postfix) with ESMTP id A41CF37B407 for ; Thu, 25 Oct 2001 08:51:01 -0700 (PDT) Received: from SHAGWELL (localhost [127.0.0.1]) by michael.checkpoint.com (8.9.3/8.9.1) with ESMTP id RAA04847 for ; Thu, 25 Oct 2001 17:50:59 +0200 (IST) From: "Moshe Ashkenazi" To: Subject: Swap process Date: Thu, 25 Oct 2001 17:55:29 +0200 Message-ID: <00b901c15d6d$78e9a100$97025a3e@SHAGWELL> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I saw with "ps aux" that some of the process Which in state swap (W) still have RSS memory. I question is, can swap process have RSS memory in use ? Moshe Ashkenazi, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 8:57:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id C531D37B405 for ; Thu, 25 Oct 2001 08:57:34 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9PFuSn42729; Thu, 25 Oct 2001 18:56:28 +0300 (EEST) (envelope-from ru) Date: Thu, 25 Oct 2001 18:56:28 +0300 From: Ruslan Ermilov To: Kent Stewart Cc: Shaklee3 , freebsd-questions@FreeBSD.ORG Subject: Re: Problem with make buildworld Message-ID: <20011025185628.B41293@sunbay.com> References: <00a601c15c22$d918a900$6401a8c0@cliff> <3BD62E0C.A5B1183F@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD62E0C.A5B1183F@owt.com>; from kstewart@owt.com on Tue, Oct 23, 2001 at 07:57:16PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 07:57:16PM -0700, Kent Stewart wrote: > > > > Shaklee3 wrote: > > > > when I do a make buildworld from 4.3 STABLE to 4.4STABLE I keep > > getting this error and it does not complete: > > > > Writing Makefile for DynaLoader > > ==> Your Makefile has been rebuilt. <== > > ==> Please rerun the make command. <== > > Most of these seem to come from a clock that is seriously off. Check > your system time. > Or from modification dates on source files pointing in future. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9: 7:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta04.mail.mel.aone.net.au (mta04.mail.au.uu.net [203.2.192.84]) by hub.freebsd.org (Postfix) with ESMTP id A736E37B401 for ; Thu, 25 Oct 2001 09:07:49 -0700 (PDT) Received: from ausyddtp0050.ozemail.com.au ([203.166.66.104]) by mta04.mail.mel.aone.net.au with ESMTP id <20011025160748.MQWQ6258.mta04.mail.mel.aone.net.au@ausyddtp0050.ozemail.com.au> for ; Fri, 26 Oct 2001 02:07:48 +1000 Message-Id: <5.1.0.14.2.20011026015139.020dde30@pop.ozemail.com.au> X-Sender: rbyrnes@pop.ozemail.com.au X-Mailer: I wish it was Linux Date: Fri, 26 Oct 2001 01:53:43 +1000 To: questions@freebsd.org From: Rob B Subject: Re: Recommended MTA In-Reply-To: References: <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> <20011023173359.K7014@ns2.wananchi.com> <5.1.0.14.2.20011025045848.02152ec0@pop.ozemail.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:01 26/10/2001, you muttered something like: > >>>>> "RB" == Rob B writes: > >RB> I've use both Postfix and Exim, and I've stuck with Postfix because I >RB> found it simpler and faster to configure. > >which one gave you faster mail delivery outbound? if you don't have >numbers, what was your impression on their relative speeds? I can't remember if this popped up on the Exim or Postfix mailing lists, but here is a comparison of MTA' performance at http://www.kyoto.wide.ad.jp/mta/eval1/eindex.html There is another by Dan Shearer at http://shearer.org/en/writing/mtacomparison.html (incomplete) and one more http://www.geocities.com/mailsoftware42/ Cheers, Rob -- I came, I saw, she conquered. [[15210.1 km (9451.1 mi), 123.9 deg] (Apparent) Rennerian This is random quote 480 of a collection of 1166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:12:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.itvsystems.com.ua (mail.itvsystems.com.ua [212.9.225.142]) by hub.freebsd.org (Postfix) with ESMTP id E0BA137B403 for ; Thu, 25 Oct 2001 09:12:52 -0700 (PDT) Received: from lex (lex.itv [192.168.1.84]) by mail.itvsystems.com.ua (Postfix) with ESMTP id 983259B13 for ; Thu, 25 Oct 2001 19:16:47 +0300 (EEST) Date: Thu, 25 Oct 2001 19:18:14 +0300 From: "Alexander S. Usov" X-Mailer: The Bat! (v1.53d) Reply-To: "Alexander S. Usov" Organization: ITV X-Priority: 3 (Normal) Message-ID: <5911947319.20011025191814@itv.kiev.ua> To: questions@freebsd.org Subject: TSC frequency in sysctl db? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! According to clocks(7) TSC frequency can be found under machdep.tsc_freq. But on my comp (FreeBSD 4.4-Prerelease) I do not see it. -- Best regards, Alexander mailto:lex@itv.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:18:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mmu.edu.my (ext-dns.mmu.edu.my [203.106.62.11]) by hub.freebsd.org (Postfix) with ESMTP id 903EA37B405 for ; Thu, 25 Oct 2001 09:17:49 -0700 (PDT) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by mmu.edu.my (8.9.1b+Sun/8.9.1) with ESMTP id AAA17300; Fri, 26 Oct 2001 00:13:36 +0800 (MYT) Received: from there (hb2c-20.cyber.mmu.edu.my [10.100.99.40]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with SMTP id AAA21214; Fri, 26 Oct 2001 00:13:31 +0800 (SGT) Message-Id: <200110251613.AAA21214@venus.cyber.mmu.edu.my> Content-Type: text/plain; charset="iso-8859-1" From: Nuzrin Yaapar Reply-To: p9711422@mmu.edu.my Organization: Multimedia University To: "Michael McCaffrey" , freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Subject: Re: FreeBSD inside VMware loses time Date: Fri, 26 Oct 2001 00:28:46 +0800 X-Mailer: KMail [version 1.3.1] References: <200110250754.f9P7sW734898@godzilla.fxprojects.com> In-Reply-To: <200110250754.f9P7sW734898@godzilla.fxprojects.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 25 October 2001 3:54 pm, Michael McCaffrey wrote: > host -> Win2K > guest -> FreeBSD 4.4 > vmware -> 2.04 > problem -> after about only 2 hours i run `date' and find out the clock > has lost an entire hour. running `date' over and over and over indicates > the clock is running at approximately 1/2 speed. Hi there, this is a normal behavior under vmware. there's an option in vmware-toolbox to periodically synchronize the clock with the host machine. hope this help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:23:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 756AB37B405 for ; Thu, 25 Oct 2001 09:23:54 -0700 (PDT) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id f9PGNox11196 for ; Thu, 25 Oct 2001 17:23:52 +0100 (BST) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id f9PGNn774841 for ; Thu, 25 Oct 2001 17:23:49 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 25 Oct 2001 17:23:49 +0100 (BST) From: Gavin Atkinson X-X-Sender: To: Subject: Re: Help: after 4.4 upgrade, blowfish fails In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, Gavin Atkinson wrote: > Bit of an emergency here: Our authentication database uses blowfish > encrypted passwords, and since the 4.4 upgrade yestarday, blowfish > encryption seems to fail. Usual process: cvsup, buildworld,kernel, > installkernel, reboot, installworld in single user, mergemaster, reboot. > But now crypt can't do blowfish passwords, which worked before. Hi again, Emergency over - sorted the problem. It turns out that in fact we never had blowfish in libcrypt under 4.3-R, so the "blowfish" crypts I thought we had were infact DES crypts with the salt of $2... and the upgrade to 4.4-R meant that blowfish was in fact now in libcrypt meaning that the encrypted passwords were treated as blowfish passwords and did not work. I've now compiled blowfish support out of libcrypt as a temporary fix. In my defense, i never wrote the database, and did suggest using MD5... Thanks anyway, Gavin -- "Experience is directly proportional to the value of equipment destroyed." -- Carolyn Scheppner - - Gavin Atkinson - Head Of Computing - University Radio York - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:36:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 353B837B401 for ; Thu, 25 Oct 2001 09:36:08 -0700 (PDT) Received: (qmail 28496 invoked by uid 100); 25 Oct 2001 16:36:01 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.16241.228684.9854@guru.mired.org> Date: Thu, 25 Oct 2001 11:36:01 -0500 To: "Moshe Ashkenazi" Cc: questions@freebsd.org Subject: Re: "Netstat -s" and pstat -T In-Reply-To: <114260213@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Moshe Ashkenazi types: > Hi, List - > > I'm new to FreeBSD so forgive me if my question > Will sound stupid. > > I'm tiring to get resource status from my FreeBSD > Machine with "vmstat -s" and "pstat -T" > > It seems that those two command ("vmstat -s" and "pstat -T") Return > large numbers at the output. I already explained pstat -T. Check the list archives if you need it. > I have read the man page for vmstat and pstat but they are not explain > to match. > > I will appreciate if someone can explain or address me to web site > Which explain the most important numbers from the output If you just want the most important numbers, *don't* ask for everything. Just run "vmstat". That provides the most important numbers, and they are mostly explained in the manual page. If there are some of those that you don't understand, ask specifically about them. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:45:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11704.mail.yahoo.com (web11704.mail.yahoo.com [216.136.172.70]) by hub.freebsd.org (Postfix) with SMTP id 15E4637B406 for ; Thu, 25 Oct 2001 09:45:28 -0700 (PDT) Message-ID: <20011025164528.86043.qmail@web11704.mail.yahoo.com> Received: from [209.140.253.2] by web11704.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 09:45:28 PDT Date: Thu, 25 Oct 2001 09:45:28 -0700 (PDT) From: Tim Erlin Subject: Apache+mod_SSL vs Apache+SSL To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There appear to be two listings for Apache with SSL in the ports tree: apache+mod_ssl-1.3.20+2.8.4 apache+ssl-1.3.12.1.40 Can someone give me the synopsis of the difference between these two? TIA. --Tim __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:45:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 2B71437B403 for ; Thu, 25 Oct 2001 09:45:46 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011025164545.JRFR571.femail4.sdc1.sfba.home.com@g3p1.peta.home> for ; Thu, 25 Oct 2001 09:45:45 -0700 Date: Thu, 25 Oct 2001 09:45:44 -0700 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: apache stuff From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you get the ssi thing to work yet. I just installed a copy of Apache in my home directory changed 2 things in the httpd.conf file and it worked. ./configure --prefix=/home/samsmith/apache \ --datadir=/home/samsmith/apache/data \ --sysconfdir=/home/samsmith/apache/etc/httpd \ --localstatedir=/home/samsmith/apache/var \ --runtimedir=/home/samsmith/apache/var \ --logfiledir=/home/samsmith/apachelogfiles \ --enable-module=most \ --enable-shared=include Uncommented from httpd.conf # AddType text/html .shtml # AddHandler server-parsed .shtml AddType text/html .shtml AddHandler server-parsed .shtml Added "Includes" to the line that looked like this: Options Indexes FollowSymLinks MultiViews so that it looked like this: Options Indexes FollowSymLinks MultiViews Includes Created a file in htdocs with just this line in it: Named it "index.shtml" went to: http://fh1:8080/index.html and it worked. server on 8080 because didn't install as root (I think). fh1# httpd -v Server version: Apache/1.3.14 (Unix) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:47:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by hub.freebsd.org (Postfix) with ESMTP id 63B4137B401 for ; Thu, 25 Oct 2001 09:47:25 -0700 (PDT) Received: from cs161205.pp.htv.fi (cs161205.pp.htv.fi [213.243.161.205]) by posti.pp.htv.fi (8.9.3/8.9.3) with ESMTP id TAA27198; Thu, 25 Oct 2001 19:46:48 +0300 (EETDST) Date: Thu, 25 Oct 2001 19:46:35 +0300 (EEST) From: Jarkko Levo X-X-Sender: To: Vadim Zaychenko Cc: Subject: Re: Upgrade from 4.0-STABLE to 4.4-STABLE In-Reply-To: <120119172020.20011025174052@dcu.donetsk.ua> Message-ID: <20011025194206.T13707-100000@lardy.pp.htv.fi> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had exactly the same problem a while ago, I solved so that I first upgrad= ed from 4.0-STABLE to 4.2-STABLE using cvsup, then from that to 4.4-STABLE. -Jarkko Levo On Thu, 25 Oct 2001, Vadim Zaychenko wrote: > Hello, freebsd-questions. > I'm trying make upgrade my FreeBSD from 4.0-STABLE to 4.4-STABLE > When I said "make buldworld" it stops at this moment: > =3D=3D=3D> gnu/usr.bin/perl/perl > cc -pipe -mpentiumpro -I/usr/src/gnu/usr.bin/perl/perl/../../../../contr= ib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/i386= /usr/include -c perlmain.c > ELF binary type not known. Use "brandelf" to brand it. > > Abort trap > *** Error code 134 > > Stop in /usr/src/gnu/usr.bin/perl/perl. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > > Stop in /usr/src/gnu. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > In file UPDATE I didn't find information about this problem. > Maybe, I need say "make buildworld -DNOPERL" and then "make > installworld -DNOPERL"? > > But, how I'll install perl then? > Please, help me. > > -- > Best regards, > Vadim Zaychenko > mailto:master@dcu.donetsk.ua > ICQ: 92369162 > =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D > Lack of =D2o=D2ularity of LSD in Moscow is =D2robably due to the fact > that reality here is war=D2ed enough without it. =A0 > =A0=A0=A0=A0=A0-- "Living Here" newspaper > =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D > =EF=D4=D0=D2=C1=D7=CC=C5=CE=CF 25 =CF=CB=D4=D1=C2=D2=D1 2001 =C7. =D7 17:= 32:52 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:51:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from michael.checkpoint.com (michael.checkpoint.com [199.203.73.68]) by hub.freebsd.org (Postfix) with ESMTP id 340D337B406 for ; Thu, 25 Oct 2001 09:51:04 -0700 (PDT) Received: from SHAGWELL (localhost [127.0.0.1]) by michael.checkpoint.com (8.9.3/8.9.1) with ESMTP id SAA20331; Thu, 25 Oct 2001 18:50:58 +0200 (IST) From: "Moshe Ashkenazi" To: "'Mike Meyer'" Cc: Subject: RE: "Netstat -s" and pstat -T Date: Thu, 25 Oct 2001 18:55:30 +0200 Message-ID: <00ba01c15d75$daedaa10$97025a3e@SHAGWELL> 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, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <15320.16241.228684.9854@guru.mired.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm sorry I did notice I wrote "pstat" ;-) About "vmstat" - "avm" is active virtual pages and "fre" is size of the free list 1. what is free list ? 2. I know avm include swap file, but if the machine using swap how it still have free memory ? I will appreciate if you can explain it. Thanks, -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Meyer Sent: Thursday, October 25, 2001 6:36 PM To: Moshe Ashkenazi Cc: questions@FreeBSD.ORG Subject: Re: "Netstat -s" and pstat -T Moshe Ashkenazi types: > Hi, List - > > I'm new to FreeBSD so forgive me if my question > Will sound stupid. > > I'm tiring to get resource status from my FreeBSD > Machine with "vmstat -s" and "pstat -T" > > It seems that those two command ("vmstat -s" and "pstat -T") Return > large numbers at the output. I already explained pstat -T. Check the list archives if you need it. > I have read the man page for vmstat and pstat but they are not explain > to match. > > I will appreciate if someone can explain or address me to web site > Which explain the most important numbers from the output If you just want the most important numbers, *don't* ask for everything. Just run "vmstat". That provides the most important numbers, and they are mostly explained in the manual page. If there are some of those that you don't understand, ask specifically about them. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:53:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 6F22D37B401 for ; Thu, 25 Oct 2001 09:53:36 -0700 (PDT) Received: (qmail 28978 invoked by uid 100); 25 Oct 2001 16:53:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.17295.222857.730255@guru.mired.org> Date: Thu, 25 Oct 2001 11:53:35 -0500 To: "Patrick O'Reilly" Cc: questions@freebsd.org Subject: RE: ipfw rules for FTP - passive vs. active In-Reply-To: <117437109@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick O'Reilly types: > Karl, > > thanks for your response. I guess I am just a few steps behind you, and > desperately hoping NOT to get to the point of giving up. It *is* possible. It's not easy. > PS: I posted to FreeBSD because I'm using ipfw and was hoping that ipfw > might have the silver bullet I need. If so, that is FreeBSD specific. > Anyway, I'm starting to dig deeper into what keep-state can and cannot do. keep-state can't do this for you. It can be used to replace the "established" rule you have for TCP, and there are pluses and minuses to that. Using it for UDP is the real win, as it allows the return packets through without jumping through hoops to do it. The problem is that FTP does very much magic which very few people use. But allowing for that magic in a firewall is a major PITA - *especially* if both sides want firewalls! Here are the ways I know around it: 1: Force your remote users to use active FTP. 2: Blow off ftp and put everything on a XXXXXX server that don't do the magic and so don't have these problems. HTTP and various P2P tools come to mind. 3: Open a *large* hole, either 1024-4999 or 49152-65535 depending on the configuration of the base system ftpd. If you're using a different ftpd, you'll have to check it's documentation. 4: Install an FTP proxy server outside the firewall. You then open holes as above, but only for the proxy server, not for everyone. 5: Use firewall software that understands the ftp protocol, and adds a dynamic rule for the incoming connection when the appropriate packets go by. If there's another one, I haven't run into it. I've implemented all of the above at one time or another, and prefer #2. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 9:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sunsecure.net (sunsecure.net [208.136.254.49]) by hub.freebsd.org (Postfix) with ESMTP id 2D9A237B401 for ; Thu, 25 Oct 2001 09:56:00 -0700 (PDT) Received: from localhost (jshenry@localhost) by sunsecure.net (8.11.3/8.11.6) with ESMTP id f9PGpdx75996 for ; Thu, 25 Oct 2001 11:51:40 -0500 (CDT) Date: Thu, 25 Oct 2001 11:51:39 -0500 (CDT) From: Seth Henry X-Sender: To: Subject: Minumum installation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone had any experience with minimal installs/set-top box configurations? I am interested in configuring a set-top box system, and have a 128Mb IDE flash memory device. Unfortunately, the base install is bigger than this, so I've tried manually building an installation on the disk using a second hard disk. I copied all of the contents of /bin, /sbin, /usr/bin and /usr/sbin as well as /etc and a few other folders for home directories. I then created /dev and its device links and finished up by creating a folder for the /proc filesystem. This seems to work, until it gets time to launch the init's, at which point getty fails - and I can't login. It also results in a file system that is quite large. I'm sure a lot of that stuff can be removed. I have an NFS server (also running FreeBSD) that I plan to mount while building code for the device - so I simply need the boot disk (or module in this case) to hold only the code necessary to boot FreeBSD into a working mode. Does anyone know how to build a working FreeBSD system on such a small drive? Has anyone done it, and kept good notes? :) Thanks, Seth Henry jshenry@net-noise.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10: 5:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 55B4337B401 for ; Thu, 25 Oct 2001 10:05:08 -0700 (PDT) Received: (qmail 29176 invoked by uid 100); 25 Oct 2001 17:05:07 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.17987.604643.140502@guru.mired.org> Date: Thu, 25 Oct 2001 12:05:07 -0500 To: "Moshe Ashkenazi" Cc: Subject: RE: "Netstat -s" and pstat -T In-Reply-To: <00ba01c15d75$daedaa10$97025a3e@SHAGWELL> References: <15320.16241.228684.9854@guru.mired.org> <00ba01c15d75$daedaa10$97025a3e@SHAGWELL> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Context lost through top posting.] Moshe Ashkenazi types: > I'm sorry I did notice I wrote "pstat" ;-) > > About "vmstat" - > "avm" is active virtual pages and "fre" is size of the free list > > 1. what is free list ? The list of free pages in memory. > 2. I know avm include swap file, but if the machine using swap > how it still have free memory ? A number of different ways. If pages are swapped out and then a process exits, there's no need to swap them in until they're requested. FreeBSD will swap out pages that it decides are inactive and put them on the free list. If the process that owns them needs them before they get used, they get recovered from the free list. If not, then they're already swapped out and can be given to the next process that wants memory. Such pages appear on both the free list and on swap. Read Matt's paper on the VM system on the FreeBSD web site for more details. Read Kirk's book on FreeBSD internals for in depth information. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10: 7:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20406.mail.yahoo.com (web20406.mail.yahoo.com [216.136.226.125]) by hub.freebsd.org (Postfix) with SMTP id 924BA37B403 for ; Thu, 25 Oct 2001 10:07:34 -0700 (PDT) Message-ID: <20011025170733.97284.qmail@web20406.mail.yahoo.com> Received: from [156.46.70.45] by web20406.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 10:07:33 PDT Date: Thu, 25 Oct 2001 10:07:33 -0700 (PDT) From: X master Subject: help To: FreeBSD-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I format my C drive and i setup my bios so i can boot from the cd. When i got to the main menu syssinstall it like lockup and i can't move my arrow key and letter to go down . I use a ps/2 keyboard and mouse, I do use a Atapi cd-rom but not sure if that the prob? I not sure if i should configuring the kernal or not on freebsd? craig __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:18:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sudz.ns3g.com (196.40.220-216.q9.net [216.220.40.196]) by hub.freebsd.org (Postfix) with ESMTP id 9F84D37B403; Thu, 25 Oct 2001 10:18:17 -0700 (PDT) Received: from cooler (cr768924-a.etob1.on.wave.home.com [24.42.29.172]) by sudz.ns3g.com (8.11.6/8.11.6) with SMTP id f9PHJRA29144; Thu, 25 Oct 2001 13:19:28 -0400 (EDT) (envelope-from sudz@ns3g.com) Reply-To: From: "Colin Legendre" To: , Subject: RE: Openssh Date: Thu, 25 Oct 2001 13:19:35 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20011025170531.K30100@itouchlabs.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Once again though, if it was a little bit of trafic I could see it but this much nope. AND why would it be different on a 4.3 box from a 4.4 box? and why different when using ssh1 vs ssh2? Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com -----Original Message----- From: Barry Irwin [mailto:bvi@devco.net]On Behalf Of Barry Irwin Sent: Thursday, October 25, 2001 11:06 AM To: Colin Legendre Cc: freebsd-stable@FreeBSD.ORG; freebsd-questions@FreeBSD.ORG Subject: Re: Openssh On Thu 2001-10-25 (10:16), Colin Legendre wrote: > Explain to me then why doing this with ssh1 it is only 2-3k of traffic but > with ssh2 it is 25-75K of traffic. Explain as well that doing this under > FreeBSD 4.3 Stable only creates 2-3K of traffic, using ssh1 or ssh2? setup as follows: [client] ---{NET}---- [SERVER] You log into the server and run trafshow/tcpdump on the server's (external??) interface For every packet that is captured and displayed, another is generated to convey the information to your client. This of course generates another packet ad nauseum, untill you can pretty much saturate your link. Using the compression option (-C) to ssh can help with his a bit, but a better option is to use pcap logic in a filter expression (man tcpdump) to exlude your clients ssh traffic to the server from the capture. So try something like tcpdump -i fxp0 not host client and \(host srver and port 22 \) trafshow takes the same logic. Have a good read of the tcpdump man page which explains this syntax in greater detail. Good use of filter expressions can make yout life a hell of a lot easier when debugging. Barry -- Barry Irwin Systems Administrator (Networks and Security) Itouch Labs bvi @ itouchlabs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:30: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id CD34C37B405 for ; Thu, 25 Oct 2001 10:29:56 -0700 (PDT) Received: from mercedes.local.domain (h000103d2e005.ne.mediaone.net [66.31.215.27]) by chmls05.mediaone.net (8.11.1/8.11.1) with SMTP id f9PHTaN21780; Thu, 25 Oct 2001 13:29:36 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Browning To: Seth Henry , Subject: Re: Minumum installation Date: Thu, 25 Oct 2001 13:39:25 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01102513392502.00600@mercedes.local.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 25 October 2001 12:51, Seth Henry wrote: > Has anyone had any experience with minimal installs/set-top box > configurations? I am interested in configuring a set-top box system, and > > > Thanks, > Seth Henry > jshenry@net-noise.com I think this might be what you want. http://people.freebsd.org/~picobsd/picobsd.html -- ---------------------------- Chris Browning brownicm@prokyon.com ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:33:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f85.hotmail.com [216.32.181.85]) by hub.freebsd.org (Postfix) with ESMTP id 5DA4237B401 for ; Thu, 25 Oct 2001 10:33:41 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 10:33:41 -0700 Received: from 134.50.232.66 by lw2fd.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 17:33:41 GMT X-Originating-IP: [134.50.232.66] From: "Korey Pelton" To: questions@freebsd.org Subject: modem not detected by probe Date: Thu, 25 Oct 2001 11:33:41 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 17:33:41.0336 (UTC) FILETIME=[3027CD80:01C15D7B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Everyone, Is there something that I need to include in my kernel config file in order for my US Robotics 56k internal PCI modem to be detected by the FreeBSD 4.0 device probe? The modem is currently called an "unknown card" in my dmesg. Thanks, Korey _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:39:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (H185.C214.tor.velocet.net [216.138.214.185]) by hub.freebsd.org (Postfix) with ESMTP id 82F6837B40D for ; Thu, 25 Oct 2001 10:39:18 -0700 (PDT) Received: from bigstudios.com([192.168.75.105]) (1263 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 25 Oct 2001 13:39:17 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Message-ID: <3BD84ED4.80FAE571@bigstudios.com> Date: Thu, 25 Oct 2001 13:41:40 -0400 From: Sam Suh X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Korey Pelton , questions@freebsd.org Subject: Re: modem not detected by probe References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Korey Pelton wrote: > > Hello Everyone, > > Is there something that I need to include in > my kernel config file in order for my US > Robotics 56k internal PCI modem to be detected > by the FreeBSD 4.0 device probe? The modem is > currently called an "unknown card" in my dmesg. > > Thanks, > > Korey Hi, Korey. Check the www.freebsd.org for compatibility of this modem card. I am pretty sure it is "winmodem", not real hardware modem. If it is "winmodem", then you are out of luck. Don't blame freeBSD though. This kind of card will give you hard time even with Windows NT or 2000(Yuck!) or linux, unless vendor had provided the driver for them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:40:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id EBB3737B411 for ; Thu, 25 Oct 2001 10:39:53 -0700 (PDT) Received: (from jfreeze@localhost) by CI590846-B.freebsdportal.com (8.11.6/8.11.6) id f9PHcta89864 for questions@freebsd.org; Thu, 25 Oct 2001 13:38:55 -0400 (EDT) (envelope-from jfreeze) Date: Thu, 25 Oct 2001 13:38:55 -0400 From: Jim Freeze To: questions@freebsd.org Subject: fox make does not find jpeglib.h Message-ID: <20011025133855.A89849@freebsdportal.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi: Maybe someone can help me figure out why the /usr/ports/x11-toolkit/fox port does not find the jpeglib.h file. In the config process I get: checking for jpeglib.h... no but listing files at /usr/local/include I get: /usr/local/include-> dir jpeglib* -r--r--r-- 1 root wheel 46205 Oct 18 08:16 jpeglib.h Is /usr/local/include not searched by default? If not how do I fix this? Extra info: Here is a grep on the config files: config.cache:ac_cv_header_jpeglib_h=${ac_cv_header_jpeglib_h='no'} config.log:configure:3367: checking for jpeglib.h config.log:configure:3373: jpeglib.h: No such file or directory config.log:#include configure:for ac_hdr in jpeglib.h configure.in:AC_CHECK_HEADERS(jpeglib.h,CXXFLAGS="${CXXFLAGS} -DHAVE_JPEG_H=1"; LIBS="${LIBS} -ljpeg") configure.orig:for ac_hdr in jpeglib.h Thanks -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:43:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cuk.redes.unam.mx (cuk.redes.unam.mx [132.248.204.49]) by hub.freebsd.org (Postfix) with ESMTP id F0EA237B401 for ; Thu, 25 Oct 2001 10:43:10 -0700 (PDT) Received: from localhost (altacar@localhost) by cuk.redes.unam.mx (8.11.4/8.11.4) with ESMTP id f9PGgt014242 for ; Thu, 25 Oct 2001 11:42:55 -0500 (CDT) Date: Thu, 25 Oct 2001 11:42:55 -0500 (CDT) From: Carlos Vicente Altamirano To: freebsd-questions@freebsd.org Subject: password recoevery Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, i forgot my root password, could you help me ? this is uname -a FreeBSD 4.1 RELEASE FreeBSD 4.1 -RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC i386 regards, ======================================= Carlos A. Vicente Altamirano Centro de Operacion de RedUNAM - NOC UNAM Depto. de Operacion de la Red DGSCA-UNAM Tel. 6228526-28, 56228509 ======================================= "El Universo no se discute, se expresa" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:44:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe28.law11.hotmail.com [64.4.16.85]) by hub.freebsd.org (Postfix) with ESMTP id 54E3537B407 for ; Thu, 25 Oct 2001 10:44:39 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 10:44:39 -0700 X-Originating-IP: [217.73.101.30] From: "Robert Luciani" To: Subject: scrren problem Date: Thu, 25 Oct 2001 19:44:35 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15D8D.79A76530" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 25 Oct 2001 17:44:39.0247 (UTC) FILETIME=[B84D0DF0:01C15D7C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15D8D.79A76530 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have an old ibm laptop model:385cd when i run the installation and = even after the installation, everything seems to run on 640*480 on my = screen wich is 800*600 (what i mean is the picture only fills two thirds = of the screen) what do i do so that it fills the whole screen? my = graphics card is a neo magic card. thank you in advance. -robert ------=_NextPart_000_0005_01C15D8D.79A76530 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have an old ibm laptop model:385cd = when i run the=20 installation and even after the installation, everything seems to run on = 640*480=20 on my screen wich is 800*600 (what i mean is the picture only fills two = thirds=20 of the screen) what do i do so that it fills the whole screen? my = graphics card=20 is a neo magic card. thank you in advance.
-robert
------=_NextPart_000_0005_01C15D8D.79A76530-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:48:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intratec.com.mx (intratec.com.mx [200.33.246.239]) by hub.freebsd.org (Postfix) with ESMTP id 0290237B438 for ; Thu, 25 Oct 2001 10:48:10 -0700 (PDT) Received: from piii.intranet.com.mx (200.33.246.4) by intratec.com.mx with ESMTP (Eudora Internet Mail Server 3.0.2) for ; Thu, 25 Oct 2001 11:48:41 -0600 Message-Id: <5.1.0.14.2.20011025114740.01ef5d20@icsmx.com> X-Sender: jbiquez@icsmx.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 25 Oct 2001 11:49:40 -0500 To: freebsd-questions@freebsd.org From: Jorge Biquez Subject: Re: password recoevery In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all. Maybe this will help: boot -s mount -u / mount -a passwd LSCA. Jorge Enrique Biquez Alvarez Consultant http://www.icsmx.com http://www.biquez.com Homero 1610 PB Col. Los Morales Polanco CP 11510 (frente a Pabellon Polanco) Mexico DF MEXICO Tels. +525 2821012, +525 2820779, +525 2820289 At 11:42 25/10/01 -0500, you wrote: >hello, > >i forgot my root password, could you help me ? > >this is uname -a > >FreeBSD 4.1 RELEASE FreeBSD 4.1 -RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 >jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC i386 > > >regards, > >======================================= >Carlos A. Vicente Altamirano >Centro de Operacion de RedUNAM - NOC UNAM >Depto. de Operacion de la Red >DGSCA-UNAM >Tel. 6228526-28, 56228509 >======================================= > >"El Universo no se discute, se expresa" > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:52: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 2C11137B403; Thu, 25 Oct 2001 10:51:49 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9PHpds33147; Thu, 25 Oct 2001 10:51:39 -0700 (PDT) (envelope-from bmah) Message-Id: <200110251751.f9PHpds33147@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: sudz@ns3g.com Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Openssh In-Reply-To: References: Comments: In-reply-to "Colin Legendre" message dated "Thu, 25 Oct 2001 13:19:35 -0400." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1249018302P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 25 Oct 2001 10:51:38 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_1249018302P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Colin Legendre" wrote: > Once again though, if it was a little bit of trafic I could see it but this > much nope. > > AND why would it be different on a 4.3 box from a 4.4 box? and why different > when using ssh1 vs ssh2? As at least two other people have pointed out, in your situation you are seeing not only the traffic you intend to measure, but you're also seeing traffic generated by your measurements. You really need to disambiguate these two. If you need to look at traffic from the perspective of the remote side of your connections, try running tcpdump with the -r flag to save your packet data to a file. Then view it afterwards (after your experiment is over) by using the -w flag. RTFM for more details. As I type this, I'm looking at the Ethernet port being used by my workstation, which has multiple SSH protocol 2 connections to other machines. I see no evidence of a 40-50Kbps background load...I'm pretty sure I'd notice this because that's a fair fraction of the uplink bandwidth to my ISP. The question of how much traffic seems to be generated by SSH protocol 1 versus protocol 2, when your measurements are interfering with the thing you're trying to measure, just isn't meaningful. Good luck, Bruce. --==_Exmh_1249018302P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE72FEq2MoxcVugUsMRAoJ3AJ9iJQ3jyQIyGuTx4Z4K+HuWjlEMXACeMtIf RKwB+NUhJY4mNhhe77xy4tY= =wlgf -----END PGP SIGNATURE----- --==_Exmh_1249018302P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:53: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 6D99337B401 for ; Thu, 25 Oct 2001 10:52:55 -0700 (PDT) Received: (qmail 14782 invoked by uid 0); 25 Oct 2001 17:52:54 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 25 Oct 2001 17:52:54 -0000 Message-Id: <5.1.0.14.2.20011025124328.00acfaa0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 25 Oct 2001 12:51:26 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: Confusion on booting and order of drives Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a system with two drives, a 20GB that's the master on ata0 (CD-ROM is slave on ata0), and a 40GB drive as the master on ata1. I was having problems doing an install of FreeBSD 4.4 in that after I was finished with everything being installed on the 20GB drive and rebooted, I would get a message "Invalid Partition". I decided to try and isolate the problem and tried the following: 1. Just have 20GB drive and CD and do install This worked fine, no problem, booted into FreeBSD 4.4 2. Just have 40GB drive and CD and do install This worked fine, no problems, booted into FreeBSD 4.4 After I tried to use both together and mount the secon drive, I started getting the Invalid Partition error again. After doing the two steps above, I noticed that the system was booting off of the 40GB drive and since I didn't previously have anything on there, that's why I was getting the Invalid Partition error. I'm not sure why I'm even booting off the first drive on ata1 instead of the first drive on ata0. Both have full systems on them. How do I force booting off of the first drive. Also, I noticed that in partitioning the drives, I no longer get the "Dangerously Dedicated" screen. Is this still there? Am I having a problem because there's some kind of boot manager or mbr on the second drive? If so, how do I get rid of it? Any information would be appreciated. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:56: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (cc222717-a.owml1.md.home.com [65.8.33.207]) by hub.freebsd.org (Postfix) with ESMTP id E737A37B401 for ; Thu, 25 Oct 2001 10:55:58 -0700 (PDT) Received: from localhost (localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id f9PHtvS00509 for ; Thu, 25 Oct 2001 13:55:57 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Thu, 25 Oct 2001 13:55:57 -0400 (EDT) From: Marco Radzinschi To: FreeBDS-Questions Subject: smbfs: can't get server address Message-ID: <20011025135252.B489-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: Anyone have an clue why this is happening? I can use smbclient to open a share, but I can't mount it. mail# smbclient //ntbox/download added interface ip=192.168.1.2 bcast=192.168.1.255 nmask=255.255.255.0 session request to NTBOX failed (Called name not present) Password: Domain=[WORKGROUP] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] smb: \> quit mail# mount -t smbfs //ntbox/download /mnt/download Warning: no cfg file(s) found. smbfs: can't get server address: syserr = Operation timed out mail# I have set the following options in the kernel, and installed smbfs from the ports. #added for SMB File system support options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options SMBFS Any clues? Thanks, Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.4-RELEASE i386 1:52PM up 1:20, 1 user, load averages: 1.00, 1.00, 0.93 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 10:59:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id A9EA737B403; Thu, 25 Oct 2001 10:59:50 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9PHxna05831; Thu, 25 Oct 2001 19:59:49 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 25 Oct 2001 19:59:49 +0200 (CEST) From: "Hartmann, O." To: Cc: Subject: NIS/YP problems using pw(8) Message-ID: <20011025191916.Y1888-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I reported a problem regarding pw and NIS/YP and I run into more trouble now and I do not now how and why. Maybe this reveals a bug - or a foolish sysadmin. All of our systems are running FreeBSD 4.4-STABLE as recently cvsupdated. What I did (on the NIS/YP master server which is a slave to itself): I created a separate directory etc in /var/yp (now /var/yp/etc) and moved herein all NIS/YP relevant files, normaly located in /etc, eg. master.passwd group rpc services and so on. Then I created a new /var/yp/etc/pw.conf file to come along the new definitions targetting /var/yp/etc for new account creations. The /etc/master.passwd and /etc/group files only keep all the standard system accounts and a separate, local dedicated admin account for supervising purposes. Each file ends up with the NIS/YP necessary + entry (+:::::::: in passwd and +:*:: in group). Then I applied all changes to /var/yp/Makefile to target to the new source directories were all the source files can be found. My intention is to keep the network wide users separated from a local system account. That means, in /var/yp/Makefile nearly all NIS/YP maps' sources where now located in $(YPSRCDIR) and this means /var/yp/etc, except /var/yp/ypservers, which is located in /var/yp/ypservers, $(YPDIR). After this changes, I run a make in /var/yp and all maps has been recreated and spread out to the appropriate slave servers. I deleted the domain directory, did a ypinit to be on the sure side, and did a mak again. No problem. master.passwd is found in /var/yp/etc and the maps are created the right way. But now, I get on all NIS/YP clients this error when trying to change a users passwd: Changing NIS password for USER on localhost in domain DOMAIN.NAME.FR New password: Retype new password: yppasswd: failed to change NIS password: RPC: Success When doing this on the NIS/YP master server, it shows localhost, doing the same on a slave or client, it shows the master server instead of localhost). This is weird! When moving the master.passwd from /var/yp/etc to /var/yp and doing all the make stuff again (building .db versions of the passwd files), all users can change their passwords in the normal manner. it seems, that a build in code in all clients want the master.passwd file in /var/yp, but this collide with the recommendation in Makefile, to build separate domain directories for several domains a single NIS/YP master server serves! Another phenomenon is, that using a separate domain directory like /var/yp/etc with pw(8) results in the fault of creating properly a home directory for this user although the option -m has been applied. Moving master.passwd to /var/yp back to ensure that all users can change their passwords results in a unusuable pw command, it reports a non existent /var/yp/etc/master.passwd. I feel confused, because I have no glue what is going wrong! At this moment I need to use the NFS server to be the same time the master NIS server and its slave (because users need to log into the same machine). But I want to separate the user's stuff from the system stuff and in theory it should be work the way it is described in /var/yp/Makefile. I tried to force pw(8) to handle a concurrent master.passwd as explained in the manpage, but holding two master.passwd (one in /var/yp/ and one in /var/yp/etc) results in an error from pw. It is really weird how I have to force pw(8) to accept users AND create the appropriate home directory in the right place (the configuration is all right, I checked this many times): master.passwd has to be kept synchronously in /etc/ and /var/yp and pw's config file has to be in /etc. I wish to call pw like this: pw -V/var/yp/etc I think doing so, pw(8) expects master.passwd to be located in /var/yp/etc, but if located their, the yp service is unable to change users passowrds either form the master NIS/YP server or from slave servers or client. It seem that the yp code is not able to relocate the master.passwd file and that turns me into problems. I seems to be a bug ... Please help. Need to know whether this is a bug or it's a conceptional problem. Thanks a lot, Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:16:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id 9B5E337B401 for ; Thu, 25 Oct 2001 11:16:39 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id DF2FE1F21; Thu, 25 Oct 2001 20:16:27 +0200 (CEST) Date: Thu, 25 Oct 2001 20:16:27 +0200 From: Rogier Steehouder To: David Hill Cc: questions@freebsd.org Subject: Re: can't get stateful ipfw working... Message-ID: <20011025201627.A970@localhost> Mail-Followup-To: Rogier Steehouder , David Hill , questions@freebsd.org References: <001a01c15b64$290d9de0$0201a8c0@hill.hom> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001a01c15b64$290d9de0$0201a8c0@hill.hom>; from david@phobia.ms on Mon, Oct 22, 2001 at 09:43:42PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 22-10-2001 21:43 (-0400), David Hill wrote: > Hello - > Implementing the following ipfw ruleset allows nothing to work. > The nat'd machines can't access the gateway, nor the internet > > What am I doing wrong? > $fwcmd add 500 check-state > $fwcmd add 510 deny tcp from any to any in established > $fwcmd add 520 allow tcp from any to any keep-state setup I don't know for sure, but maybe the stateful rule includes the setup option and refuses anything but setup packets. Try removing that since it's quite useless here anyway. With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:19:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id 12C4C37B401 for ; Thu, 25 Oct 2001 11:19:29 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id 010D21F21; Thu, 25 Oct 2001 20:19:27 +0200 (CEST) Date: Thu, 25 Oct 2001 20:19:27 +0200 From: Rogier Steehouder To: Nils Holland Cc: Martin Weber , freebsd-questions@FreeBSD.ORG Subject: Re: mounting a cd-rom Message-ID: <20011025201927.B970@localhost> Mail-Followup-To: Rogier Steehouder , Nils Holland , Martin Weber , freebsd-questions@FreeBSD.ORG References: <3BD490AE.8020200@jlsf.org> <20011023084724.K19350-100000@jodie.ncptiddische.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023084724.K19350-100000@jodie.ncptiddische.net>; from nils@tisys.org on Tue, Oct 23, 2001 at 08:48:15AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-10-2001 08:48 (+0200), Nils Holland wrote: > On Mon, 22 Oct 2001, Martin Weber wrote: > > > How does one mount a cd rom connected to a Sound Blaster board? The > > drive is a > > mitsumi . > > > > Would I use something like > > mount -t cd9660 matcd0a /cdrom > > > > One time I got it mounted but did not write down what I did. Can anyone > > help? > > mount_cd9660 /dev/acd0a /cdrom works well here (repleace /dev/acd0c with > your CD-ROM drive). He's actually asking what the replacement should be... The device is /dev/mcd0c. However, it is not included in the GENERIC kernel, so you should build a new one. See LINT and the FreeBSD handbook. With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:19:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ultimate.com (philbudne.ne.mediaone.net [66.31.125.170]) by hub.freebsd.org (Postfix) with ESMTP id 90E3D37B403 for ; Thu, 25 Oct 2001 11:19:43 -0700 (PDT) Received: (from phil@localhost) by ultimate.com (8.12.0.Beta7/8.12.0.Beta7) id f9PIJWm7001345 for questions@FreeBSD.org; Thu, 25 Oct 2001 14:19:32 -0400 (EDT) Date: Thu, 25 Oct 2001 14:19:32 -0400 (EDT) From: Phil Budne Message-Id: <200110251819.f9PIJWm7001345@ultimate.com> To: questions@FreeBSD.org Subject: FreeBSD Anonymous CVS? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've tried following the instructions for FreeBSD anonymous CVS at www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html but I can't even establish a connection; home% setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs home% cvs login (Logging in to anoncvs@anoncvs.FreeBSD.org) CVS password: cvs [login aborted]: connect to anoncvs.FreeBSD.org:2401 failed: Connection refused Is anonymous CVS still supported? Thanks! -Phil Budne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:22:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id 4ECAB37B40B for ; Thu, 25 Oct 2001 11:22:16 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id 2D2C11F21; Thu, 25 Oct 2001 20:22:15 +0200 (CEST) Date: Thu, 25 Oct 2001 20:22:15 +0200 From: Rogier Steehouder To: Matt Lazarou Cc: freebsd-questions@FreeBSD.ORG Subject: Re: regarding freebsd Message-ID: <20011025202214.C970@localhost> Mail-Followup-To: Rogier Steehouder , Matt Lazarou , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matt@lazarou.org on Tue, Oct 23, 2001 at 11:02:06PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-10-2001 23:02 (+0200), Matt Lazarou wrote: > Hi There, > > I had my FreeBSD box running for 26 days when i got home from work today > the system was frozen so i killed the x server and it wouldn't let me > relogin in. Now when i restarted my computer... and tryed booting back > into FreeBSD i got the message: > FreeBSD/i386 BOOT > Default: 0:ad0(0,a),a > Boot: > > Also the message invaild partition however the core os of the system is > installed on ad1 my secondary drive. Any clue what i should type to fix > the problem i tryed: > ad1(1,a)/kernel > nothing any help would be apperciated. It's a bit late, but try ad1(0,a)/kernel. As I understand it the device name translates as: /dev/ad0s1a -> ad0(0,a) /dev/ad1s2f -> ad1(1,f) etc. With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:48:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from green.csi.cam.ac.uk (green.csi.cam.ac.uk [131.111.8.57]) by hub.freebsd.org (Postfix) with ESMTP id B5A0F37B405; Thu, 25 Oct 2001 11:48:14 -0700 (PDT) Received: from [127.0.0.1] (helo=localhost ident=root) by green.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 15wpY4-0004n3-00; Thu, 25 Oct 2001 19:48:12 +0100 Date: Thu, 25 Oct 2001 19:48:03 +0100 From: AMAKAWA Shuhei To: "Hartmann, O." Cc: , Subject: Re: NIS/YP problems using pw(8) In-Reply-To: <20011025191916.Y1888-100000@klima.physik.uni-mainz.de> References: <20011025191916.Y1888-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Thu, 25 Oct 2001 19:59:49 +0200 (CEST), Hartmann, O. wrote: > What I did (on the NIS/YP master server which is a slave to itself): > > I created a separate directory etc in /var/yp (now /var/yp/etc) and moved > herein all NIS/YP relevant files, normaly located in /etc, eg. > > master.passwd > group > rpc > services > and so on. do you run rpc.yppasswdd with -t flag? -- Shuhei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:56:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id E85A637B445; Thu, 25 Oct 2001 11:56:07 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f9PIu6a06566; Thu, 25 Oct 2001 20:56:06 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 25 Oct 2001 20:56:06 +0200 (CEST) From: "Hartmann, O." To: AMAKAWA Shuhei Cc: , Subject: Re: NIS/YP problems using pw(8) In-Reply-To: Message-ID: <20011025205259.W1888-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, AMAKAWA Shuhei wrote: NO, sorry :-( In this case, it is the studpid admin (myself) which causes the fault. But the automated creation of home directories still won't work with this configuration. Updating etc. of user passwords now works from the whole LAN. pw(8) creates the appropriate entries in master.passwd (NIS/YP type), but it does not create the home directory, as expected with the -m flag. Why? Does pw(8) need a master.passwd in /etc/?? :>At Thu, 25 Oct 2001 19:59:49 +0200 (CEST), :>Hartmann, O. wrote: :>> What I did (on the NIS/YP master server which is a slave to itself): :>> :>> I created a separate directory etc in /var/yp (now /var/yp/etc) and moved :>> herein all NIS/YP relevant files, normaly located in /etc, eg. :>> :>> master.passwd :>> group :>> rpc :>> services :>> and so on. :> :>do you run rpc.yppasswdd with -t flag? :> :>-- :>Shuhei :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 11:58:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 2B62137B403 for ; Thu, 25 Oct 2001 11:58:12 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id DDA5A70614; Thu, 25 Oct 2001 12:58:05 -0600 (MDT) Date: Thu, 25 Oct 2001 12:58:05 -0600 (MDT) From: FreeBSD user To: Gavin Atkinson Cc: questions@FreeBSD.ORG Subject: Re: Help: after 4.4 upgrade, blowfish fails In-Reply-To: Message-ID: <20011025125722.L78789-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Was login.conf modified by mergemaster? Dunno if it affects the authentication. On Thu, 25 Oct 2001, Gavin Atkinson wrote: > On Thu, 25 Oct 2001, Gavin Atkinson wrote: > > > Bit of an emergency here: Our authentication database uses blowfish > > encrypted passwords, and since the 4.4 upgrade yestarday, blowfish > > encryption seems to fail. Usual process: cvsup, buildworld,kernel, > > installkernel, reboot, installworld in single user, mergemaster, reboot. > > But now crypt can't do blowfish passwords, which worked before. > > Sorry, should have said, make.conf was empty when everything was built, > have since added HAS_BLOWFISH and recompiled /usr/src/lib/libcrypt/ > without success. > > Thanks, > > Gavin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12: 7: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ind.alcatel.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id 02B7137B405 for ; Thu, 25 Oct 2001 12:07:03 -0700 (PDT) Received: from mailhub.ind.alcatel.com (mailhub [198.206.181.70]) by ind.alcatel.com (8.9.3+Sun/8.9.1 (ind.alcatel.com 3.0 [OUT])) with ESMTP id MAA10409 for ; Thu, 25 Oct 2001 12:06:57 -0700 (PDT) X-Origination-Site: Received: from newman.xylan.com (localhost [127.0.0.1]) by mailhub.ind.alcatel.com (8.9.3+Sun/8.9.3/(mailhub 3.2.4 [HUB])) with ESMTP id MAA13335 for ; Thu, 25 Oct 2001 12:06:41 -0700 (PDT) X-InterScan: Passed Received: from wardpc ([143.209.92.191]) by newman.xylan.com (Netscape Messaging Server 4.15) with SMTP id GLRZR400.6ZV for ; Thu, 25 Oct 2001 12:06:40 -0700 Message-ID: <017d01c15d88$72d32460$a0051cac@utah.xylan.com> From: "Larry Ward" To: Subject: help Date: Thu, 25 Oct 2001 13:08:35 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_017A_01C15D56.277E3E00" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_017A_01C15D56.277E3E00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am new to FreBSD and I am having no luck in installing. I have = tried version 4.0 and 3.4. It has apparently been installed on this PC = before so I don't think I am having hardware problems. I do go into = Start kernel config in full screen mode and delete devices that have = conf next to them. I then proceed with a Novice install. I am using all of the disk so I = let the fdisk autoconfigure. I select bootMgr. I also let the disk = label auto configure. I select all in the distribuitons I then get an = error: Installation completed with some errors. You may wish to scroll = through the debugging messages on VTY1 with the scoll-lock feature.... I look through the VTY1 terminal but do not see anything abnormal then when I reboot I get a=20 no /boot/loader No /kernel and then a boot: Prompt ------=_NextPart_000_017A_01C15D56.277E3E00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    I am new to FreBSD = and=20 I am having no luck in = installing.  I=20 have tried version 4.0 and 3.4.  It has apparently been installed = on this=20 PC before so I don't think I am having hardware problems.  I do go = into=20 Start kernel config in full screen mode and delete devices that have = conf next=20 to them.
 
I then proceed with a Novice install.  I am = using all=20 of the disk so I let the fdisk autoconfigure.  I select bootMgr. I = also let=20 the disk label auto configure.  I select all in the = distribuitons  I=20 then get an error:
    Installation completed with = some=20 errors.  You may wish to scroll through the debugging messages on = VTY1 with=20 the scoll-lock feature....
 
I look through the VTY1 terminal but do not = see=20 anything abnormal
 
then when I reboot I get a
no /boot/loader
No /kernel
 
and then a = boot:       =20 Prompt
 
 
 
 
 
------=_NextPart_000_017A_01C15D56.277E3E00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12: 7:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id EFBF337B405 for ; Thu, 25 Oct 2001 12:07:40 -0700 (PDT) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id f9PJ7dx16096; Thu, 25 Oct 2001 20:07:39 +0100 (BST) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id f9PJ7W681762; Thu, 25 Oct 2001 20:07:35 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 25 Oct 2001 20:07:32 +0100 (BST) From: Gavin Atkinson To: FreeBSD user Cc: Subject: Re: Help: after 4.4 upgrade, blowfish fails In-Reply-To: <20011025125722.L78789-100000@Amber.XtremeDev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, FreeBSD user wrote: > Was login.conf modified by mergemaster? Dunno if it affects the > authentication. Sorry - should have made myself clearer (again). Te problem was not with login authentication to the server, but to the website. gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12:14: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bsduser.ca (194.40.220-216.q9.net [216.220.40.194]) by hub.freebsd.org (Postfix) with ESMTP id 1A33E37B409 for ; Thu, 25 Oct 2001 12:14:04 -0700 (PDT) Received: from localhost (home.bsduser.ca [24.42.228.254]) by bsduser.ca (8.11.6/8.11.4) with ESMTP id f9PJHxB08370 for ; Thu, 25 Oct 2001 15:17:59 -0400 (EDT) (envelope-from chris@collins-ca.com) Date: Thu, 25 Oct 2001 15:14:02 -0400 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: -ERR POP authorization DB not available From: Chris Collins To: questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <7383D634-C97C-11D5-A7CE-0003934FD238@collins-ca.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Does anybody know why I keep getting authorization DB not available when a user tries to retrieve there mail. They are still able to get there mail even though I get a error message logged. Any Ideas...?? Oct 25 14:48:59 domain popper[7676]: popcatch@some.domain.com: -ERR POP authorization DB not available (popcatch) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12:14:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from upeople.iserver.net (upeople.iserver.net [128.121.116.62]) by hub.freebsd.org (Postfix) with ESMTP id 067A137B405; Thu, 25 Oct 2001 12:14:02 -0700 (PDT) Received: from mesa.unixan.com (djb@mesa.dsl.unixan.com [206.124.137.18]) by upeople.iserver.net (8.11.6) id f9PJBoQ21571; Thu, 25 Oct 2001 13:14:00 -0600 (MDT) Date: Thu, 25 Oct 2001 12:11:49 -0700 From: Daniel Brown To: Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Openssh Message-Id: <20011025121149.7918999f.djb@unixan.com> In-Reply-To: References: <20011025170531.K30100@itouchlabs.com> X-Mailer: Sylpheed version 0.6.4 (GTK+ 1.2.7; i686-pc-linux-gnu) X-Face: ".E)>Dp:mHJC%;_j&|O(iET^Y#v)'R,3Th)?un#2[`x7J&@ClPD0?MlzHBP61gci=t1G!Jf8V9r+nMFv:GX&}5R2YZ@lzKO_S5,^.!^<^OijwA[0*`cfC'.Ft7-qcuK4^-Cu X-Frustrated-Since: 999302400 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You are probably observing differences in buffer handling in each case. As it has been already pointed out, this is a case of using tcpdump to dump its own output, and even slight changes in protocol behaviour, data blocking, packet fragmentation, phase of the moon, etc. will greatly affect your results. Put simply, this is a case of trying to hold unscientifically produced results to light, when you should simply toss them in the trash and use a better testing method. -Daniel ------------ Quoted Message ------------ Date...: Thu, 25 Oct 2001 13:19:35 -0400 From...: "Colin Legendre" To.....: , CC.....: Subject: RE: Openssh Once again though, if it was a little bit of trafic I could see it but this much nope. AND why would it be different on a 4.3 box from a 4.4 box? and why different when using ssh1 vs ssh2? Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com -----Original Message----- From: Barry Irwin [mailto:bvi@devco.net]On Behalf Of Barry Irwin Sent: Thursday, October 25, 2001 11:06 AM To: Colin Legendre Cc: freebsd-stable@FreeBSD.ORG; freebsd-questions@FreeBSD.ORG Subject: Re: Openssh On Thu 2001-10-25 (10:16), Colin Legendre wrote: > Explain to me then why doing this with ssh1 it is only 2-3k of traffic but > with ssh2 it is 25-75K of traffic. Explain as well that doing this under > FreeBSD 4.3 Stable only creates 2-3K of traffic, using ssh1 or ssh2? setup as follows: [client] ---{NET}---- [SERVER] You log into the server and run trafshow/tcpdump on the server's (external??) interface For every packet that is captured and displayed, another is generated to convey the information to your client. This of course generates another packet ad nauseum, untill you can pretty much saturate your link. Using the compression option (-C) to ssh can help with his a bit, but a better option is to use pcap logic in a filter expression (man tcpdump) to exlude your clients ssh traffic to the server from the capture. So try something like tcpdump -i fxp0 not host client and \(host srver and port 22 \) trafshow takes the same logic. Have a good read of the tcpdump man page which explains this syntax in greater detail. Good use of filter expressions can make yout life a hell of a lot easier when debugging. Barry -- Barry Irwin Systems Administrator (Networks and Security) Itouch Labs bvi @ itouchlabs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12:25:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f10.hotmail.com [216.32.181.10]) by hub.freebsd.org (Postfix) with ESMTP id 3493F37B401 for ; Thu, 25 Oct 2001 12:25:11 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 12:25:11 -0700 Received: from 134.50.232.50 by lw2fd.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 19:25:10 GMT X-Originating-IP: [134.50.232.50] From: "Korey Pelton" To: sam@bigstudios.com, questions@freebsd.org Subject: Re: modem not detected by probe Date: Thu, 25 Oct 2001 13:25:10 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 19:25:11.0138 (UTC) FILETIME=[C3969420:01C15D8A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sam, Thank you for your reply. The USR Performance Pro is an $80 modem that has its own controller, yet it is a PCI, therefore FreeBSD has a tough time finding it. I have had a little success however. I gathered information from Windows98, which I run on the same machine, and applied as much of it as I could to the sio4 line in my kernel config file (because Windows says it is on COM5). And now I have this in my dmesg (these are only the meaningful lines): .... pci0: (vendor=0x12b9, dev=0x1008) at 12.0 irq 11 .... sio4 at port 0x6500-0x6507 irq 11 on isa0 sio4: type 16550A .... As you can see, it is now seeing a com port on sio4. Here is my only sio line in my kernel config file: device sio4 at isa? port 0x6500 irq11 That is the most amount of info I could put in the line without /usr/sbin/config giving me an syntax error mesg. I got that info from Windows98. When I try to test it with tip, I get the message "link down" and then it quits. So where should I go next? Trying to find a clue, Korey >From: Sam Suh >To: Korey Pelton , questions@freebsd.org >Subject: Re: modem not detected by probe >Date: Thu, 25 Oct 2001 13:41:40 -0400 >MIME-Version: 1.0 >Received: from [216.136.204.119] by hotmail.com (3.2) with ESMTP id >MHotMailBDA1996000A94004375AD888CC7750F20; Thu, 25 Oct 2001 10:39:45 -0700 >Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18])by >mx2.freebsd.org (Postfix) with ESMTPid CF44655C1C; Thu, 25 Oct 2001 >10:39:38 -0700 (PDT)(envelope-from owner-freebsd-questions@FreeBSD.ORG) >Received: by hub.freebsd.org (Postfix, from userid 538)id 7F17837B405; Thu, >25 Oct 2001 10:39:34 -0700 (PDT) >Received: from localhost (localhost [127.0.0.1])by hub.freebsd.org >(Postfix) with SMTPid EA87E2E814E; Thu, 25 Oct 2001 10:39:33 -0700 (PDT) >Received: by hub.freebsd.org (bulk_mailer v1.12); Thu, 25 Oct 2001 10:39:33 >-0700 >Received: from mail.bigstudios.com (H185.C214.tor.velocet.net >[216.138.214.185])by hub.freebsd.org (Postfix) with ESMTP id 82F6837B40Dfor >; Thu, 25 Oct 2001 10:39:18 -0700 (PDT) >Received: from bigstudios.com([192.168.75.105]) (1263 bytes) by >mail.bigstudios.comvia sendmail with P:esmtp/R:bind_hosts/T:smtp(sender: >)id for >; Thu, 25 Oct 2001 13:39:17 -0400 >(EDT)(Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) >From owner-freebsd-questions@FreeBSD.ORG Thu, 25 Oct 2001 10:39:51 -0700 >Delivered-To: freebsd-questions@freebsd.org >Message-ID: <3BD84ED4.80FAE571@bigstudios.com> >X-Mailer: Mozilla 4.77 [en] (WinNT; U) >X-Accept-Language: en >References: >Sender: owner-freebsd-questions@FreeBSD.ORG >List-ID: >List-Archive: (Web Archive) >List-Help: (List Instructions) >List-Subscribe: > >List-Unsubscribe: > >X-Loop: FreeBSD.ORG >Precedence: bulk > >Korey Pelton wrote: > > > > Hello Everyone, > > > > Is there something that I need to include in > > my kernel config file in order for my US > > Robotics 56k internal PCI modem to be detected > > by the FreeBSD 4.0 device probe? The modem is > > currently called an "unknown card" in my dmesg. > > > > Thanks, > > > > Korey > >Hi, Korey. > >Check the www.freebsd.org for compatibility of this modem card. I am >pretty sure it is "winmodem", not real hardware modem. If it is >"winmodem", then you are out of luck. Don't blame freeBSD though. This >kind of card will give you hard time even with Windows NT or 2000(Yuck!) >or linux, unless vendor had provided the driver for them. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12:45:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from borderbound.com (mail.dimention.org [216.17.48.227]) by hub.freebsd.org (Postfix) with ESMTP id 4625A37B403 for ; Thu, 25 Oct 2001 12:45:14 -0700 (PDT) Received: from kitchendell [216.17.11.248] by borderbound.com [216.17.48.227] with SMTP (MDaemon.v3.5.0.R) for ; Thu, 25 Oct 2001 14:44:12 -0500 Message-ID: <00ba01c15d8d$4d87c580$40cafea9@kitchendell> From: "Marty - Borderbound" To: Subject: recommendations for mail server program Date: Thu, 25 Oct 2001 14:43:19 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00B7_01C15D63.6349A200" 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-MDRemoteIP: 216.17.11.248 X-Return-Path: marty@borderbound.com X-MDaemon-Deliver-To: FreeBSD-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00B7_01C15D63.6349A200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Any comments / feedback on DMail (http://www.netwinsite.com/) or should = I look at another package? thanks for your help, Marty Olson marty@borderbound.com=20 ------=_NextPart_000_00B7_01C15D63.6349A200 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Any comments / feedback on DMail (http://www.netwinsite.com/) or = should I=20 look at another package?
thanks for your help,
 
Marty Olson
marty@borderbound.com=20
------=_NextPart_000_00B7_01C15D63.6349A200-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 12:50:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id 1934537B403 for ; Thu, 25 Oct 2001 12:50:38 -0700 (PDT) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.11.3/8.11.3) with ESMTP id f9PJoVR52547 for ; Thu, 25 Oct 2001 14:50:32 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200110251950.f9PJoVR52547@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Subject: The system has no more ptys. Date: Thu, 25 Oct 2001 14:50:31 -0500 From: "Martin G. McCormick" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a relatively lightly-loaded FreeBSD system with no more than 8 or 10 logins on a really busy day, but I am starting to run out of TTY's on a regular basis. I discovered that I had a huge number of sh processes running from a script I use that is misbehaving so I killed all the Bourn shells and expect processes that were hanging around using the old kill -9 Sledge hammer approach. The processes went away, but I didn't get any more TTY's back. If about 5 users or so are logged in, any attempt to spawn a new shell fails with: spawn csh The system has no more ptys. Ask your system administrator to create more. Okay, I understand what that means, but I have the feeling that my killing rampage left some TTY's occupied and there are probably enough when things are normal. I don't find any unusual messages in the log files such as /var/log/messages or syslog and the ps acx command doesn't produce anything out of the ordinary since I got rid of the 200 or so sh processes that were just lying there. Is there a good way to see the status of each TTY? /dev shows 32 ttyp# devices so one would think there should be more than enough to go around for our group. If I use MAKEDEV to recreate the 32 pseudo TTY's, will this knock off present users? FreeBSD is wonderful, but I have not run up against this problem before and am trying to find the best way to correct it soon. Many thanks. Martin McCormick 405 744-7572 Stillwater, OK OSU Center for Computing and Information services Network Operations Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13: 0:32 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 D587537B401 for ; Thu, 25 Oct 2001 13:00:30 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15wqg1-000D7n-00; Fri, 26 Oct 2001 09:00:29 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9PK0Tx82130; Fri, 26 Oct 2001 09:00:29 +1300 (NZDT) (envelope-from jonc) Date: Fri, 26 Oct 2001 09:00:29 +1300 From: Jonathan Chen To: Phil Budne Cc: questions@freebsd.org Subject: Re: FreeBSD Anonymous CVS? Message-ID: <20011026090029.A82001@jonc.itouch> References: <200110251819.f9PIJWm7001345@ultimate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110251819.f9PIJWm7001345@ultimate.com>; from phil@ultimate.com on Thu, Oct 25, 2001 at 02:19:32PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 02:19:32PM -0400, Phil Budne wrote: > I've tried following the instructions for FreeBSD anonymous CVS at > www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html > but I can't even establish a connection; > > home% setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs > home% cvs login > (Logging in to anoncvs@anoncvs.FreeBSD.org) > CVS password: > cvs [login aborted]: connect to anoncvs.FreeBSD.org:2401 failed: Connection refused > > Is anonymous CVS still supported? It's been down for a while. Try using the cvsup method instead. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13: 8:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id C1B6637B401 for ; Thu, 25 Oct 2001 13:08:22 -0700 (PDT) Received: by mail.interchange.ca (Fastmailer, from userid 555) id E7DA922EB; Thu, 25 Oct 2001 16:07:52 -0400 (EDT) MIME-Version: 1.0 Message-Id: <3BD87118.000009.72427@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_4L2S0DJXFQQMYJ0CCJD0" To: questions@freebsd.org Subject: problems with kde 2.2.2 From: "Jeff MacDonald" X-Fastmail-IP: 142.177.210.115 Date: Thu, 25 Oct 2001 16:07:52 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_4L2S0DJXFQQMYJ0CCJD0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit Hello, Recently I tried installing KDE 2.2.2 from /stand/sysinstall. It seem to load up fine and work, except the K icon is missing along with all the other KDE related icons, also things like Control Center, and Koffice apps all SIG-11 on me. Has anyone elese run into this ? Jeff. _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_4L2S0DJXFQQMYJ0CCJD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:31:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.hic.net (mail1.hic.net [209.144.4.20]) by hub.freebsd.org (Postfix) with ESMTP id 2D7A637B405 for ; Thu, 25 Oct 2001 13:31:17 -0700 (PDT) Received: from dialup (dialupuser142.hic.net [209.144.4.147]) by mail1.hic.net (8.9.3/8.9.3) with SMTP id OAA20909 for ; Thu, 25 Oct 2001 14:39:43 GMT (envelope-from tech@hic.net) Message-ID: <003c01c15d93$39560940$930490d1@hic.net> From: "hic.net - tech" To: Subject: can't telnet /usr/libexec/ld-elf.so.1: Shared object "libutil.so.3" not found Date: Thu, 25 Oct 2001 15:25:44 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01C15D69.505E6F80" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0039_01C15D69.505E6F80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Starting yesterday I can't telnet into on of my servers anymore. I get = the error=20 telnet harley Trying 209.144.4.22... Connected to harley.hic.net. Escape character is '^]'. /usr/libexec/ld-elf.so.1: Shared object "libutil.so.3" not found Connection closed by foreign host. As the system starts its daemons I also get the error about libutil.so.3 = not found. I hadn't changed anything and I am wondering why this = starting happening and also what I can do to fix it. As far as I can = tell, apache, php, ftp, pretty much everything else I do on the server = works, I just can't telnet in. I have some other machines running the = same version of FreeBSD 3.2-RELEASE that have the same setup, apache, = php, mysql that I can still telnet into so I tried using find to see if = the libutil.so.3 was on one of them so I could just copy it over, but I = don't have that file on the other machines. Is there something that is = trying to run at startup that I can disable, I already tried setting = linux_enable=3D"NO" in /etc/rc.conf and setting the search paths like = the example in /etc/defaults/rc.conf but the same thing happens. Any = ideas? Thanks Chris ------=_NextPart_000_0039_01C15D69.505E6F80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Starting yesterday I can't telnet into on of my = servers=20 anymore. I get the error
telnet harley
Trying 209.144.4.22...
Connected = to=20 harley.hic.net.
Escape character is = '^]'.
/usr/libexec/ld-elf.so.1: Shared=20 object "libutil.so.3" not found
Connection closed by foreign=20 host.
As the system starts its daemons I also get the = error about=20 libutil.so.3  not found.  I hadn't changed anything and I am = wondering=20 why this starting happening and also what I can do to fix it. As far as = I can=20 tell, apache, php, ftp, pretty much everything else I do on the server = works, I=20 just can't telnet in. I have some other machines running the same = version of=20 FreeBSD 3.2-RELEASE  that have the same setup, apache, php, mysql = that I=20 can still telnet into so I tried using find to  see if the=20 libutil.so.3  was on one of them so I could just copy it over, but = I don't=20 have that file on the other machines. Is there something that is trying = to run=20 at startup that I can disable, I already tried setting = linux_enable=3D"NO" =20 in /etc/rc.conf   and setting the search paths like the = example in=20 /etc/defaults/rc.conf  but the same thing happens. Any ideas?=20 Thanks
Chris
------=_NextPart_000_0039_01C15D69.505E6F80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:38:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 99E9037B405 for ; Thu, 25 Oct 2001 13:38:23 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id B12D42B697; Thu, 25 Oct 2001 22:38:20 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id EDA8DFC; Fri, 26 Oct 2001 06:38:13 +1000 (EST) Date: Fri, 26 Oct 2001 06:38:13 +1000 From: Edwin Groothuis To: ann kok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: check bandwidth traffic Message-ID: <20011026063813.J552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , ann kok , freebsd-questions@FreeBSD.ORG References: <20011025154128.31147.qmail@web20103.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025154128.31147.qmail@web20103.mail.yahoo.com>; from annkok2001@yahoo.com on Thu, Oct 25, 2001 at 08:41:28AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 08:41:28AM -0700, ann kok wrote: > I know the the following software can check the > network traffic > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > > but how do I know the nearest cisco router? It's your default gateway (if it is a Cisco I can't tell, but it's the nearest router). netstat -r will tell you what it is. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:43:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 6CB6637B401; Thu, 25 Oct 2001 13:43:19 -0700 (PDT) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id 3B0D636415; Thu, 25 Oct 2001 22:43:17 +0200 (CEST) Date: Thu, 25 Oct 2001 22:43:17 +0200 To: Joe Clarke Cc: freebsd-questions@FreeBSD.ORG, doc@FreeBSD.org, Antal Novak , Jonathan Atkins Subject: SOLVED Re: Imwheel problems++ Message-ID: <20011025224317.A46992@moya.lambermont.dyndns.org> References: <20011023221719.B47661@moya.lambermont.dyndns.org> <20011024173224.B35166-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011024173224.B35166-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Wed, Oct 24, 2001 at 05:34:01PM -0400 From: hans@lambermont.dyndns.org (H) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > On Tue, 23 Oct 2001, H wrote: > > I read most of the imwheel posts on -questions, but I still have a > > problem with it. Here's my situation: I use 'moused -z 4 -p > > /dev/psm0 -t auto', moused does see the wheel actions (I know > > because I hacked it so that it prints +1 and -1 when I move the > > wheel). I tried this with both a Logitech S48 wheelmouse and a > > Microsoft Intellimouse. So far so good. I run XFree86-4.1.0_7 from > > ports on 4.4-STABLE with the following section in my XF86Config: > > Section "InputDevice" > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "Auto" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > > EndSection > I use: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > EndSection Excellent. The line Option "ZAxisMapping" "4 5" actually broke it ! With this line removed the mousewheel works as expected. I'll copy this to inform about the error in the FreeBSD FAQ at http://www.freebsd.org/FAQ/x.html#AEN3769 Thanks a lot Joe ! regards, Hans Lambermont PS: Jonathan: imwheel using moused works fine with a Logitech M-S48a -- http://lambermont.webhop.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:50:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 56EED37B405 for ; Thu, 25 Oct 2001 13:50:37 -0700 (PDT) Received: (qmail 51665 invoked from network); 25 Oct 2001 20:50:27 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 20:50:27 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011025224317.A46992@moya.lambermont.dyndns.org> Date: Thu, 25 Oct 2001 05:59:42 -0700 (PDT) From: John Baldwin To: (H) Subject: RE: SOLVED Re: Imwheel problems++ Cc: Jonathan Atkins , Antal Novak , doc@FreeBSD.org, freebsd-questions@FreeBSD.ORG, Joe Clarke Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 H wrote: > Joe Clarke wrote: > >> On Tue, 23 Oct 2001, H wrote: >> > I read most of the imwheel posts on -questions, but I still have a >> > problem with it. Here's my situation: I use 'moused -z 4 -p >> > /dev/psm0 -t auto', moused does see the wheel actions (I know >> > because I hacked it so that it prints +1 and -1 when I move the >> > wheel). I tried this with both a Logitech S48 wheelmouse and a >> > Microsoft Intellimouse. So far so good. I run XFree86-4.1.0_7 from >> > ports on 4.4-STABLE with the following section in my XF86Config: >> > Section "InputDevice" >> > Identifier "Mouse1" >> > Driver "mouse" >> > Option "Protocol" "Auto" >> > Option "Device" "/dev/sysmouse" >> > Option "Buttons" "5" >> > Option "ZAxisMapping" "4 5" >> > EndSection >> I use: >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Option "Protocol" "auto" >> Option "Device" "/dev/sysmouse" >> Option "Buttons" "5" >> EndSection > > Excellent. The line > Option "ZAxisMapping" "4 5" > actually broke it ! > > With this line removed the mousewheel works as expected. I'll copy this > to inform about the error in the FreeBSD FAQ at > http://www.freebsd.org/FAQ/x.html#AEN3769 You only use ZAxisMapping if you _don't_ use the moused -z 4 option. Please read the FAQ thorougly. It describes 2 ways of achieving the desired mapping of the Z axis to buttons. One is to use moused -z 4 and Buttons 5, the other is to use ZAxisMapping w/o Buttons or moused's -z 4 flag. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:50:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 8336B37B415 for ; Thu, 25 Oct 2001 13:50:45 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id B5E712B697; Thu, 25 Oct 2001 22:50:42 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 23A94FC; Fri, 26 Oct 2001 06:50:37 +1000 (EST) Date: Fri, 26 Oct 2001 06:50:37 +1000 From: Edwin Groothuis To: "Martin G. McCormick" Cc: freebsd-questions@freebsd.org Subject: Re: The system has no more ptys. Message-ID: <20011026065037.K552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , "Martin G. McCormick" , freebsd-questions@freebsd.org References: <200110251950.f9PJoVR52547@dc.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110251950.f9PJoVR52547@dc.cis.okstate.edu>; from martin@dc.cis.okstate.edu on Thu, Oct 25, 2001 at 02:50:31PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 02:50:31PM -0500, Martin G. McCormick wrote: > Is there a good way to see the status of each TTY? /dev > shows 32 ttyp# devices so one would think there should be more > than enough to go around for our group. who will do > If I use MAKEDEV to recreate the 32 pseudo TTY's, will > this knock off present users? nope Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 13:57:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe143.pav0.hotmail.com [64.4.33.136]) by hub.freebsd.org (Postfix) with ESMTP id E9C9D37B401 for ; Thu, 25 Oct 2001 13:57:29 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 13:57:29 -0700 X-Originating-IP: [63.62.241.188] From: "Nicholas Vafiades" To: Subject: video cards... Date: Fri, 26 Oct 2001 15:57:10 -0400 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.00.0021.1700 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0000_01C15E36.DEAD9F90" Message-ID: X-OriginalArrivalTime: 25 Oct 2001 20:57:29.0779 (UTC) FILETIME=[A8E02030:01C15D97] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ------=_NextPart_001_0000_01C15E36.DEAD9F90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello how are you doing, I was just wondering if you could tell me if t= he ATI RADEON 32MB videocard is supported by xf86? Thanks =20 n ------=_NextPart_001_0000_01C15E36.DEAD9F90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
  Hello h= ow are you doing, I was just wondering if you could tell me if the ATI RA= DEON 32MB videocard is supported by xf86? Thanks
 <= /DIV>
n

------=_NextPart_001_0000_01C15E36.DEAD9F90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14: 1:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id BD60F37B403 for ; Thu, 25 Oct 2001 14:01:53 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9PL1e632969; Fri, 26 Oct 2001 07:01:40 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-148.aipo.gov.au(192.168.1.148) by pericles.IPAustralia.gov.au via smap (V2.1) id xma032965; Fri, 26 Oct 01 07:01:18 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9PL1TF00404; Fri, 26 Oct 2001 07:01:29 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Fri, 26 Oct 2001 07:01:29 +1000 From: Stanley Hopcroft To: R Paschal Cc: questions@FreeBSD.ORG Subject: Re: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Message-ID: <20011026070127.A378@IPAustralia.Gov.AU> References: <20011025200217.A371@IPAustralia.Gov.AU> <3.0.5.32.20011025070414.00942b10@mail.rdc1.az.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3.0.5.32.20011025070414.00942b10@mail.rdc1.az.home.com>; from rpsbsd@home.com on Thu, Oct 25, 2001 at 07:04:14AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank you for your reply and say that, On Thu, Oct 25, 2001 at 07:04:14AM +0000, R Paschal wrote: > > Do you have both WD and ATA enabled in your kernel? IIRC, only one is > suposed to be enabled and ATA is preferred. only the ata is the only ISA disk configured. > cd /usr/src/sys/i386/conf/ > grep wd STAN > grep ata STAN #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives > > > Rich > Thank you, Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Infancy, n.: The period of our lives when, according to Wordsworth, "Heaven lies about us." The world begins lying about us pretty soon afterward. -- Ambrose Bierce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14: 4:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 4281737B406 for ; Thu, 25 Oct 2001 14:04:34 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA08582; Thu, 25 Oct 2001 14:04:31 -0700 Message-ID: <3BD87E5F.ADCD6BD4@owt.com> Date: Thu, 25 Oct 2001 14:04:31 -0700 From: Kent Stewart X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff MacDonald Cc: questions@FreeBSD.ORG Subject: Re: problems with kde 2.2.2 References: <3BD87118.000009.72427@frodo.searchcanada.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff MacDonald wrote: > > Hello, > > Recently I tried installing KDE 2.2.2 from /stand/sysinstall. > > It seem to load up fine and work, except the K icon is missing > along with all the other KDE related icons, also things like > Control Center, and Koffice apps all SIG-11 on me. > > Has anyone elese run into this ? Check your dependancies. You probably have something like png-1.0.x installed and not png-1.2.0 or something like this. Kent > > Jeff. > _________________________________________________________________ > http://fastmail.ca/ - Fast Free Web Email for Canadians To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14: 6:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id C433B37B403 for ; Thu, 25 Oct 2001 14:06:24 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9PL6AK33011; Fri, 26 Oct 2001 07:06:11 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-148.aipo.gov.au(192.168.1.148) by pericles.IPAustralia.gov.au via smap (V2.1) id xma033008; Fri, 26 Oct 01 07:05:46 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9PL5wQ00416; Fri, 26 Oct 2001 07:05:58 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Fri, 26 Oct 2001 07:05:58 +1000 From: Stanley Hopcroft To: Matthew Emmerton Cc: Questions@FreeBSD.ORG Subject: Re: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Message-ID: <20011026070556.B378@IPAustralia.Gov.AU> References: <20011025200217.A371@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matt@gsicomp.on.ca on Thu, Oct 25, 2001 at 09:22:59AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank you for your letter and say, On Thu, Oct 25, 2001 at 09:22:59AM -0400, Matthew Emmerton wrote: > > I have the answer for this -- my Creative 4x does the same thing. I > worked with Soren Schmidt (ata driver author) some time back to ensure > that older ATA devices don't break. I don't think the fix is in > 4.2-RELEASE. Unfortunately I don't think it's fixed in 4.3-RELEASE (can't boot the GENEERIC kerneel on a 4.3-R CD, or the few 4.3-STABLES I have tried). Perhaps I should have searched the pr reports also. > > Since I'm at work, I don't have access to my problem machine. I'll get > back to you tonight with more information. > Thank you very much. Your helpful offer is welcome and appreciated. > -- > Matthew Emmerton || matt@gsicomp.on.ca > GSI Computer Services || http://www.gsicomp.on.ca > > Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ Larkinson's Law: All laws are basically false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:14:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 92C3137B403 for ; Thu, 25 Oct 2001 14:14:56 -0700 (PDT) Received: by mail.interchange.ca (Fastmailer, from userid 555) id 8CC472308; Thu, 25 Oct 2001 17:14:26 -0400 (EDT) MIME-Version: 1.0 Message-Id: <3BD880B2.000011.76921@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_2O5SWQGYA1UMYJ0CCJD0" To: kstewart@owt.com Subject: Re: problems with kde 2.2.2 Cc: questions@FreeBSD.ORG From: "Jeff MacDonald" X-Fastmail-IP: 142.177.210.115 Date: Thu, 25 Oct 2001 17:14:26 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_2O5SWQGYA1UMYJ0CCJD0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, pkg_delete won't let me kill png 1.0.10 cause alot of things depend on it. > > > Jeff MacDonald wrote: >> >> Hello, >> >> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. >> >> It seem to load up fine and work, except the K icon is missing >> along with all the other KDE related icons, also things like >> Control Center, and Koffice apps all SIG-11 on me. >> >> Has anyone elese run into this ? > > Check your dependancies. You probably have something like > png-1.0.x installed and not png-1.2.0 or something like this. > > Kent > >> >> Jeff. >> _________________________________________________________________ >> http://fastmail.ca/ - Fast Free Web Email for Canadians _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_2O5SWQGYA1UMYJ0CCJD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:41:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 7AA0937B447 for ; Thu, 25 Oct 2001 14:41:31 -0700 (PDT) Received: (qmail 15615 invoked from network); 25 Oct 2001 21:41:24 -0000 Received: from unknown (HELO wastegate.net) (209.166.136.248) by smtp3.mx.pitdc1.stargate.net with SMTP; 25 Oct 2001 21:41:24 -0000 Received: (qmail 7610 invoked from network); 25 Oct 2001 21:41:23 -0000 Received: from unknown (HELO MOTHER) (192.168.1.2) by 192.168.1.1 with SMTP; 25 Oct 2001 21:41:23 -0000 From: "Doug Reynolds" To: "questions@FreeBSD.ORG" , "Randy Pratt" Date: Thu, 25 Oct 2001 17:40:13 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (5.0.2195) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: microuptime and kern.timecounter.method Message-Id: <20011025214131.7AA0937B447@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001 14:52:48 -0400, Randy Pratt wrote: >I resurrected my old 486DX2-66V for some lightweight server duties and >installed 4.4-RELEASE. I would see the occasional message like: > > microuptime() went backwards (345.292246 -> 345.-695042607) > >The archives suggested recompiling the kernel to remove the apm option. That >did not seem to do the trick. However, another post suggested: > > sysctl kern.timecounter.method=1 > >So far, things seem to be stable with no microuptime() messages (20 hrs). >Now I'm searching for more information on what this accomplished and what >other options are available for the kern.timecounter.method. The man page >for sysctl didn't reference this variable. basically the kernel pulls the time from either the bios or the realtime clock.. I can't remember which. basically one of them is a _lot_ more accurate. the timecounter just uses a different src if i am corrent --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:48:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id D253037B401; Thu, 25 Oct 2001 14:48:05 -0700 (PDT) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id A9A2236415; Thu, 25 Oct 2001 23:48:04 +0200 (CEST) Date: Thu, 25 Oct 2001 23:48:04 +0200 To: John Baldwin Cc: Jonathan Atkins , Antal Novak , doc@FreeBSD.org, freebsd-questions@FreeBSD.ORG, Joe Clarke Subject: Re: SOLVED Re: Imwheel problems++ Message-ID: <20011025234804.B46992@moya.lambermont.dyndns.org> References: <20011025224317.A46992@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Oct 25, 2001 at 05:59:42AM -0700 From: hans@lambermont.dyndns.org (H) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > You only use ZAxisMapping if you _don't_ use the moused -z 4 option. > Please read the FAQ thorougly. I did, read on. > It describes 2 ways of achieving the desired mapping of the Z axis to > buttons. One is to use moused -z 4 and Buttons 5, the other is to use > ZAxisMapping w/o Buttons or moused's -z 4 flag. In the FAQ I read it does not. In http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#AEN3769 it says: a. Using moused(8) to Translate Wheel Events To have moused(8) perform the event translations, simply add -z 4 to the command line used to start moused(8). For example, if you normally start moused(8) via moused -p /dev/psm0 you would start it by entering moused -p /dev/psm0 -z 4 instead. If you start moused(8) automatically during bootup via /etc/rc.conf, you can simply add -z 4 to the moused_flags variable in /etc/rc.conf. You now need to tell X that you have a 5 button mouse. To do this, simply add the line Buttons 5 to the ``Pointer'' section of /etc/XF86Config. For example, you might have the following ``Pointer'' section in /etc/XF86Config. and then Example 9-1 for the XFree86 3.3.x series (which is not applicable, as I use 4.x) and then one for XFree86 4.x series, still for cases where you use the moused : Example 9-2. ``InputDevice'' Section for Wheeled Mouse in XFree86 4.x series XF86Config with automatic protocol recognition and button mapping Translation Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection I think this Example 9-2 should have the line Option "ZAxisMapping" "4 5" removed, and Option "Device" "/dev/psm0" changed into Option "Device" "/dev/sysmouse" Agreed ? Were you perhaps referring to another FAQ ? regards, Hans Lambermont -- http://lambermont.webhop.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:48:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 477C837B403 for ; Thu, 25 Oct 2001 14:48:39 -0700 (PDT) Received: (qmail 5784 invoked by uid 0); 25 Oct 2001 21:48:37 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ANT) (212.17.108.240) by mail.gmx.net (mp006-rz3) with SMTP; 25 Oct 2001 21:48:37 -0000 Received: (from ant@localhost) by Deadcell.ANT (8.11.5/8.11.5) id f9PLhpD28631; Thu, 25 Oct 2001 23:43:51 +0200 (CEST) (envelope-from ant) Date: Thu, 25 Oct 2001 23:43:51 +0200 From: Andreas Ntaflos To: Wayne Pascoe Cc: freebsd-questions@freebsd.org Subject: Re: Fonts in staroffice Message-ID: <20011025234351.A14559@Deadcell.ANT> Mail-Followup-To: Wayne Pascoe , freebsd-questions@freebsd.org References: <86elnu58jt.fsf@pan.home.penguinpowered.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86elnu58jt.fsf@pan.home.penguinpowered.org.uk>; from wayne.pascoe@ehsrealtime.com on Tue, Oct 23, 2001 at 10:51:50PM +0100 Platform: FreeBSD 4.4-RELEASE Hostname: Bender.ANT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 23, 2001 at 10:51:50PM +0100, Wayne Pascoe wrote: > Does anyone know how to use truetype fonts in staroffice ? I am able > to use them in Netscape and Mozilla. > > I've tried copying them into /home/office52/share/fonts/ttf but this > makes no difference :( Have you followed the steps in the FreeBSD-Handbook regarding TrueType fonts under XF86-4 (or 3, both work)? Maybe StarOffice needs the fonts in that specific directory, if so, try adding that directory to the font path in /etc/X11/XF86Config (don't forget to 'index' them; look into the handbook). I've always been able to use TTFs within StarOffice, and in fact, it should not matter which application is run. regards -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:48:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 862A137B40E for ; Thu, 25 Oct 2001 14:48:45 -0700 (PDT) Received: (qmail 29536 invoked from network); 25 Oct 2001 21:48:48 -0000 Received: from unknown (HELO wastegate.net) (209.166.136.248) by smtp1.mx.pitdc1.stargate.net with SMTP; 25 Oct 2001 21:48:48 -0000 Received: (qmail 7628 invoked from network); 25 Oct 2001 21:48:42 -0000 Received: from unknown (HELO MOTHER) (192.168.1.2) by 192.168.1.1 with SMTP; 25 Oct 2001 21:48:42 -0000 From: "Doug Reynolds" To: "freebsd-questions@FreeBSD.ORG" , "Jim Graham" Date: Thu, 25 Oct 2001 17:47:32 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (5.0.2195) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: digital camera suggestions for FreeBSD 4.1.1 Message-Id: <20011025214845.862A137B40E@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Oct 2001 20:51:33 -0500, Jim Graham wrote: >Here's what I'm looking for: a digital camera in the $500--$700 price >range (US dollars), roughly 2 Megapixels (or better), that can interface >easily with FreeBSD 4.1.1 on a PC platform (USB available...don't know >how to use it or what to do with it). Preferably, I'd like one with >optical zoom, the ability to add/swap lenses (wide angle, telephoto, >etc.), filters, and so on, but those may well drive it out of my price >range. Ability to record MPEGs would be nice, but rarely used. A decent >amount of internal memory, and extra NiCad or Li Ion battery packs are >both in the must-have category. > >If anyone has used any digital cameras that fit into these categories, >please let me know what brand/model, your impressions, your typical >usage of the camear (i.e., simple stuff for web pages or memory pics, >amateur photography, professional photography, etc.), and so on. > >If you reply directly to the list, please CC me at jim@n5ial.gnt.net. >As of 11Sep01, I'm not home much, and am roughly 7000 messages behind >on this dist.list (I did a quick check, and found some messages that >start to answer some of my questions, but not all).... i just bought an olympus camedia.. it was around the $200-$300 dollar range.. according to the box it claims to interface as a usb storage device.. i haven't tried it yet though. I'd look into olympus though --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:50:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id A02A137B403 for ; Thu, 25 Oct 2001 14:50:41 -0700 (PDT) Received: (qmail 7994 invoked from network); 25 Oct 2001 21:50:34 -0000 Received: from unknown (HELO wastegate.net) (209.166.136.248) by smtp2.mx.pitdc1.stargate.net with SMTP; 25 Oct 2001 21:50:34 -0000 Received: (qmail 7647 invoked from network); 25 Oct 2001 21:50:38 -0000 Received: from unknown (HELO MOTHER) (192.168.1.2) by 192.168.1.1 with SMTP; 25 Oct 2001 21:50:38 -0000 From: "Doug Reynolds" To: "Andrew Reid" , "Frank Walder" Cc: "questions@FreeBSD.org" Date: Thu, 25 Oct 2001 17:49:26 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (5.0.2195) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD download Message-Id: <20011025215041.A02A137B403@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001 12:12:49 +0930, Andrew Reid wrote: >On Tue, Oct 23, 2001 at 07:41:24PM -0400, Frank Walder wrote: > >> I am currently running a network of seven computers at home, four Win2000, >> one NetWare5, and one blank. I want to dedicate the blank machine to >> running your BSD. I went to your FreeBSD.org website on my Win2000 Server >> to download the operating system, but have had some problems. First, the >> IE5.5 locks up when I click on the ftp hyperlink. second, my CuteFTP client >> errors out with "425 Can't build data connection: Operation timed out." when >> I log on anonymously. > >That sounds like you're having a problem with firewalling. Are you >behind a firewall? Perhaps you should try passive FTP. > >> I want to remove Bill Gates from my life, but your site is not making that >> easy. It might be free, but it is not easy either. I can be contacted by >> email at jlsmbg@hotmail.com or by telephone at 610-583-0556. > >That's good. FreeBSD isn't that hard to get into -- it seems that you're >having a few difficulties with FTP, nothing more. Failing the suggestion >above, you might be able to try looking for a local UNIX user group -- >they're bound to have CDs that you can copy. IMHO, if you are just getting into it, goto daemonnews.org and order the 4.4 installation- it is _much_ simplier to get working then ftp, and you are support freebsd as well. --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 14:53:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 2119137B428 for ; Thu, 25 Oct 2001 14:52:53 -0700 (PDT) Received: (qmail 10951 invoked from network); 25 Oct 2001 21:52:51 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 21:52:51 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011025234804.B46992@moya.lambermont.dyndns.org> Date: Thu, 25 Oct 2001 14:52:49 -0700 (PDT) From: John Baldwin To: (H) Subject: Re: SOLVED Re: Imwheel problems++ Cc: Joe Clarke , freebsd-questions@FreeBSD.ORG, doc@FreeBSD.org, Antal Novak , Jonathan Atkins Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 H wrote: > John Baldwin wrote: > >> You only use ZAxisMapping if you _don't_ use the moused -z 4 option. >> Please read the FAQ thorougly. > > I did, read on. > >> It describes 2 ways of achieving the desired mapping of the Z axis to >> buttons. One is to use moused -z 4 and Buttons 5, the other is to use >> ZAxisMapping w/o Buttons or moused's -z 4 flag. > > In the FAQ I read it does not. In > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#AEN3769 it > says: > > a. Using moused(8) to Translate Wheel Events > > To have moused(8) perform the event translations, simply add -z 4 to the > command line used to start moused(8). For example, if you normally start > moused(8) via moused -p /dev/psm0 you would start it by entering moused > -p /dev/psm0 -z 4 instead. If you start moused(8) automatically during > bootup via /etc/rc.conf, you can simply add -z 4 to the moused_flags > variable in /etc/rc.conf. > > You now need to tell X that you have a 5 button mouse. To do this, > simply add the line Buttons 5 to the ``Pointer'' section of > /etc/XF86Config. For example, you might have the following ``Pointer'' > section in /etc/XF86Config. > > and then Example 9-1 for the XFree86 3.3.x series (which is not > applicable, as I use 4.x) and then one for XFree86 4.x series, still for > cases where you use the moused : > > Example 9-2. ``InputDevice'' Section for Wheeled Mouse in XFree86 4.x > series XF86Config with automatic protocol recognition and button mapping > Translation > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > I think this Example 9-2 should have the line > Option "ZAxisMapping" "4 5" > removed, and > Option "Device" "/dev/psm0" > changed into > Option "Device" "/dev/sysmouse" > > Agreed ? > Were you perhaps referring to another FAQ ? I wrote this original FAQ entry. :) It seems the 4.x support botched it some though. The caption for that example is busted, and yes, it needs the changes you specified. I'll look at it. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15: 1:20 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 4AF7037B405 for ; Thu, 25 Oct 2001 15:01:16 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15wsYs-0001gv-00; Thu, 25 Oct 2001 18:01:14 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9PM6wK94834; Thu, 25 Oct 2001 18:06:59 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Thu, 25 Oct 2001 18:06:58 -0400 (EDT) From: Dru X-X-Sender: To: Korey Pelton Cc: , Subject: Re: modem not detected by probe In-Reply-To: Message-ID: <20011025180523.M94341-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, Korey Pelton wrote: > Sam, > > Thank you for your reply. The USR Performance Pro > is an $80 modem that has its own controller, yet it > is a PCI, therefore FreeBSD has a tough time finding > it. I have had a little success however. I gathered > information from Windows98, which I run on the > same machine, and applied as much of it as I could > to the sio4 line in my kernel config file (because > Windows says it is on COM5). And now I have this > in my dmesg (these are only the meaningful lines): > .... > pci0: (vendor=0x12b9, dev=0x1008) at 12.0 irq 11 > .... > sio4 at port 0x6500-0x6507 irq 11 on isa0 > sio4: type 16550A > .... > As you can see, it is now seeing a com port on > sio4. Here is my only sio line in my kernel > config file: > > device sio4 at isa? port 0x6500 irq11 > > That is the most amount of info I could put in > the line without /usr/sbin/config giving me > an syntax error mesg. I got that info from > Windows98. When I try to test it with tip, I > get the message "link down" and then it > quits. So where should I go next? > > Trying to find a clue, Hi Korey, Is PnP OS disabled in your CMOS? If it isn't, disable it and see if that helps your dmesg. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:28:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from drex.staff.izr.com (drex.staff.izr.com [195.26.38.16]) by hub.freebsd.org (Postfix) with ESMTP id 8B85B37B403 for ; Thu, 25 Oct 2001 15:28:37 -0700 (PDT) Received: by drex.staff.izr.com (Postfix, from userid 1001) id EA866337AA; Thu, 25 Oct 2001 23:28:35 +0100 (BST) Date: Thu, 25 Oct 2001 23:28:35 +0100 From: Mark Drayton To: freebsd-questions@FreeBSD.ORG Cc: jim@n5ial.gnt.net Subject: Re: digital camera suggestions for FreeBSD 4.1.1 Message-ID: <20011025232835.A57001@drex.staff.izr.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG, jim@n5ial.gnt.net References: <20011023205133.A15162@n5ial.gnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20011023205133.A15162@n5ial.gnt.net>; from jim@n5ial.gnt.net on Tue, Oct 23, 2001 at 08:51:33PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim Graham (jim@n5ial.gnt.net) wrote: > Here's what I'm looking for: a digital camera in the $500--$700 price > range (US dollars), roughly 2 Megapixels (or better), that can > interface easily with FreeBSD 4.1.1 on a PC platform (USB > available...don't know how to use it or what to do with it). > Preferably, I'd like one with optical zoom, the ability to add/swap > lenses (wide angle, telephoto, etc.), filters, and so on, but those > may well drive it out of my price range. Ability to record MPEGs > would be nice, but rarely used. A decent amount of internal memory, > and extra NiCad or Li Ion battery packs are both in the must-have > category. > > If anyone has used any digital cameras that fit into these categories, > please let me know what brand/model, your impressions, your typical > usage of the camear (i.e., simple stuff for web pages or memory pics, > amateur photography, professional photography, etc.), and so on. I've got a 2.1 megapixel Canon Powershot A20 which I'm pretty pleased with. It has a 3x optical zoom and swappable lense support (although maybe not of the kind you're looking for). It uses CF cards which are cheaper than Smart Media (at least they are in the UK). It uses AA batteries which is great if you're out and you need new batteries as everywhere sells AA. It's not good because the don't last long. I use it as a general purpose camera for web pages, memories etc. A review can be found at: http://www.dpreview.com/reviews/canona20/ UK list price is about £320. Some of the Powershot range is supported by ports/graphics/s10sh which provides a command line or interactive interface to the camera via its USB port. Out of the box this port didn't work with the A20 but it was trivial to patch support in. I can't get hold of the author to submit the patch back to him so if anyone wants a copy mail me off-list. The USB stuff is really easy; just add usbd_enable="YES" to rc.conf, kldload usb and ugen, plug in the camera and start up s10sh. Cheers, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:29:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.24]) by hub.freebsd.org (Postfix) with ESMTP id 2D50A37B409 for ; Thu, 25 Oct 2001 15:29:24 -0700 (PDT) Received: from emss01g01.ems.lmco.com ([129.197.181.54]) by mailgw3a.lmco.com (8.8.8/8.8.8) with ESMTP id SAA20453 for ; Thu, 25 Oct 2001 18:29:23 -0400 (EDT) Received: from CONVERSION-DAEMON by lmco.com (PMDF V5.2-32 #38886) id <0GLR00701WE0N9@lmco.com> for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 15:29:15 -0700 (PDT) Received: from cui1.lmms.lmco.com ([129.197.1.64]) by lmco.com (PMDF V5.2-32 #38886) with ESMTP id <0GLS00NHQ82I3H@lmco.com> for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 15:06:19 -0700 (PDT) Received: from lmco.com (CONNECTICUT1.lmms.lmco.com [129.197.23.84]) by cui1.lmms.lmco.com (8.11.0/8.9.2) with ESMTP id f9PM6I625877 for ; Thu, 25 Oct 2001 15:06:18 -0700 (PDT) Date: Thu, 25 Oct 2001 15:05:54 -0700 From: rick norman Subject: dummynet stats To: freebsd-questions@freebsd.org Message-id: <3BD88CC2.D6FEF0F2@lmco.com> MIME-version: 1.0 X-Mailer: Mozilla 4.77 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I seem to get inconsistent outputs from the same dummynet stat query. Following is the output from two different queries : bash-2.05$ bash-2.05$ ipfw pipe 3 show 00003: unlimited 0 ms 2048 B 0 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 bash-2.05$ bash-2.05$ ipfw pipe 3 show 00003: unlimited 0 ms 2048 B 1 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp 0 icmp 127.0.31.1/0 127.0.31.1/0 3139 1695060 0 0 0 bash-2.05$ In both cases, the same ruleset and dummynet pipes were in effect. I am using flood pings for a data stream in both cases. The first dump is after a flush and reinstallation of the pipe rules. The data stream was running while the rules were being installed. The ping was then stopped and restarted followed by the second stat query. My question is why didn't the stats reflect the stream until it had been stopped and restarted ? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:55:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.supercable.es (smtp.supercable.es [212.79.128.148]) by hub.freebsd.org (Postfix) with ESMTP id 86B7F37B403 for ; Thu, 25 Oct 2001 15:55:15 -0700 (PDT) Received: from 300amdk6 (cliente-217217250063.cm256.senpb.supercable.es [217.217.250.63]) by smtp.supercable.es (Switch-2.0.1/Switch-2.0.1) with SMTP id f9PMu9N18912 for ; Fri, 26 Oct 2001 00:56:09 +0200 (MEST) From: "Manuel Jesus" To: Subject: subscribe Date: Fri, 26 Oct 2001 00:46:59 +0200 Message-ID: <002001c15da6$f47ef5c0$3ffad9d9@supercable.es> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0021_01C15DB7.B807C5C0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0021_01C15DB7.B807C5C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Saludos. Manuel Jesús. Email: majesa@supercable.es ------=_NextPart_000_0021_01C15DB7.B807C5C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
 
Saludos.
Manuel Jes=FAs.
Email: majesa@supercable.es
 
------=_NextPart_000_0021_01C15DB7.B807C5C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from padda.telia.net (padda.telia.net [195.198.164.130]) by hub.freebsd.org (Postfix) with ESMTP id 47E1637B407 for ; Thu, 25 Oct 2001 15:55:49 -0700 (PDT) Received: from localhost (dufberg@localhost) by padda.telia.net (8.11.6/8.11.6) with ESMTP id f9PMtlE07470 for ; Fri, 26 Oct 2001 00:55:47 +0200 (CEST) (envelope-from dufberg@telia.net) X-Authentication-Warning: padda.telia.net: dufberg owned process doing -bs Date: Fri, 26 Oct 2001 00:55:47 +0200 (CEST) From: Mats Dufberg To: Subject: Intel i740 and X problems Message-ID: <20011026005037.A7433-100000@padda.telia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Compaq Deskpro computer with an Intel 3D AGP card graphics card, which I have interpreted as an i740 card. I have installed FreeBSD 4.4 with XFree86 3.3.6. I have configured my XF86Config for that card, but X does not like it: (--) SVGA: PCI: Intel Unknown chipset (0x1132) rev 4, Memory @ 0x44000000, 0x40300000 Could anyone suggest what is wrong, or how I could use the card? Mats ---------------------------------------------------------------------- Mats Dufberg Registry TeliaNet dufberg@telia.net Skanova/AO Networks +46 8 456 7274 Box 10707 +46 70 258 2588 SE-121 29 Stockholm ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:56: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from globalrelay.com (h216-18-71-77.gtcust.grouptelecom.net [216.18.71.77]) by hub.freebsd.org (Postfix) with ESMTP id 2E18537B409 for ; Thu, 25 Oct 2001 15:55:52 -0700 (PDT) Received: from [10.2.0.6] (HELO hpvl4002) by globalrelay.com (CommuniGate Pro SMTP 3.4.7) with SMTP id 725879 for freebsd-questions@FreeBSD.ORG; Thu, 25 Oct 2001 15:55:51 -0700 Message-ID: <01eb01c15da8$780e3350$0600020a@internal.globalrelay.net> From: "Eric Parusel" To: Subject: Syslog error: got bad cookie Date: Thu, 25 Oct 2001 15:57:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So far on three occasions lately, I've gotten these messages from my backup server... (using tar, gzip, and nfs) Oct 17 01:11:00 backupsystem got bad cookie vp 0xd6809c40 bp 0xc652b760 Oct 20 01:11:01 backupsystem got bad cookie vp 0xd654d840 bp 0xc6555b0c Oct 25 01:11:00 backupsystem got bad cookie vp 0xd682b2c0 bp 0xc651293c I'm running RELENG_4_3 on all of my servers. Should I be concerned at all about this? Eric Parusel Systems Administrator Global Relay Communications To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 15:57:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aeon.tvd.be (aeon.tvd.be [195.162.196.20]) by hub.freebsd.org (Postfix) with ESMTP id 7705137B406 for ; Thu, 25 Oct 2001 15:57:25 -0700 (PDT) Received: from cocaine.cryolabs.net (cable-213-132-151-36.upc.chello.be [213.132.151.36]) by aeon.tvd.be (8.9.3/8.9.3/RELAY-1.1) with ESMTP id AAA12085; Fri, 26 Oct 2001 00:57:11 +0200 (MET DST) Date: Fri, 26 Oct 2001 00:56:39 +0200 (CEST) From: Wouter Van Hemel To: H Cc: Joe Clarke , , Antal Novak , Jonathan Atkins Subject: Re: SOLVED Re: Imwheel problems++ In-Reply-To: <20011025224317.A46992@moya.lambermont.dyndns.org> Message-ID: PGP: 0B B4 BC 28 53 62 FE 94 6A 57 EE B8 A6 E2 1B E4 (0xAA5412F0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001, H wrote: > Excellent. The line > Option "ZAxisMapping" "4 5" > actually broke it ! > Actually, that should work. I think you're trying to combine two methods that interfere with each other. Then again, I'm not an X config or hardware wizzard. . . . . . w o u t e r . . . o . . . , /\ __=__/`\______________________________ __o _/ . ` . \_ _=_ o// O\ | w o u t e r v a n h e m e l | <\o/\ P `| |_ . h t t p : / / w w w . i n s o m n i a . c x / . _| O _\ |\ \_________________________________o________\o_________/ <'> /O^ |()o _O\ . l a v i e e n m o u v e m e n t |`\ >> \\ << . . . . . . . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 16: 1:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from brea.mc.mpls.visi.com (brea.mc.mpls.visi.com [208.42.156.100]) by hub.freebsd.org (Postfix) with ESMTP id 2822037B403 for ; Thu, 25 Oct 2001 16:01:27 -0700 (PDT) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by brea.mc.mpls.visi.com (Postfix) with ESMTP id 311962DDC9B for ; Thu, 25 Oct 2001 18:01:26 -0500 (CDT) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.1/8.11.1) id f9PN0Hs00594 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 18:00:17 -0500 (CDT) (envelope-from hawkeyd) Date: Thu, 25 Oct 2001 18:00:12 -0500 From: D J Hawkey Jr To: questions at FreeBSD Subject: Grr... termcap and rxvt Message-ID: <20011025180012.A481@sheol.localdomain> Reply-To: hawkeyd@visi.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK, I give up. What's the magic for getting Home, End, Backspace, and Delete to work right with rxvt? I dinked around with rxvt's resources (e.g., "Rxvt*Keysym.HEXKEY: ESCSEQ"), vt100's translations resource, I even added the termcap included in rxvt's tarball to the capabilities database. The closest I got was to set $TERM to "xterm-r6" (from /usr/share/misc/termcap) while in a rxvt window. Nothing worked 100%. Frustrated, Dave -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "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 Thu Oct 25 16: 6:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 8919237B406 for ; Thu, 25 Oct 2001 16:06:02 -0700 (PDT) Received: from c7-pta-7.dial-up.net (c7-pta-7.dial-up.net [196.26.135.7]) by mercury.is.co.za (Postfix) with ESMTP id 9619F3E03; Fri, 26 Oct 2001 01:05:48 +0200 (SAST) Date: Fri, 26 Oct 2001 01:08:02 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Edwin Groothuis Cc: ann kok , Subject: Re: check bandwidth traffic In-Reply-To: <20011026063813.J552@k7.mavetju.org> Message-ID: <20011026010456.G36042-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Fri, 26 Oct 2001, Edwin Groothuis wrote: > > I know the the following software can check the > > network traffic > > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > > > > but how do I know the nearest cisco router? > > It's your default gateway (if it is a Cisco I can't tell, but it's > the nearest router). netstat -r will tell you what it is. Not always, he could be behind a NAT or Bridge and that would then be his route in some/most cases (all if its a NAT). Best would be to traceroute and nmap or passiveos scan each of the first few links till you turn up a positive or just ask the network connectivity person. You may have to anyways to get the authorization and maybe public strings to get mrtg working (because not all strings are remotely obtainable, least in a Perfect World). HTH PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 16:18:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id A544237B40B for ; Thu, 25 Oct 2001 16:18:45 -0700 (PDT) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id f9PNIZ103151; Thu, 25 Oct 2001 16:18:35 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Thu, 25 Oct 2001 16:18:34 -0700 (PDT) From: Philip Hallstrom To: The Psychotic Viper Cc: Edwin Groothuis , ann kok , Subject: Re: check bandwidth traffic In-Reply-To: <20011026010456.G36042-100000@lucifer.fuzion.ath.cx> Message-ID: <20011025161751.P96760-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You could also install SNMP on your machine and then just collect traffic on your NIC card... that's what I do... -philip On Fri, 26 Oct 2001, The Psychotic Viper wrote: > Hi, > > On Fri, 26 Oct 2001, Edwin Groothuis wrote: > > > > I know the the following software can check the > > > network traffic > > > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > > > > > > but how do I know the nearest cisco router? > > > > It's your default gateway (if it is a Cisco I can't tell, but it's > > the nearest router). netstat -r will tell you what it is. > Not always, he could be behind a NAT or Bridge and that would then be his > route in some/most cases (all if its a NAT). Best would be to traceroute > and nmap or passiveos scan each of the first few links till you turn up a > positive or just ask the network connectivity person. You may have to > anyways to get the authorization and maybe public strings to get mrtg > working (because not all strings are remotely obtainable, least in a > Perfect World). > > HTH > PsyV > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 16:59:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 2780B37B403 for ; Thu, 25 Oct 2001 16:59:31 -0700 (PDT) Received: (qmail 36685 invoked by uid 100); 25 Oct 2001 23:59:25 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.42845.89393.991847@guru.mired.org> Date: Thu, 25 Oct 2001 18:59:25 -0500 To: "Moshe Ashkenazi" Cc: questions@freebsd.org Subject: Re: Swap process In-Reply-To: <36362629@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Moshe Ashkenazi types: > Hi, > > I saw with "ps aux" that some of the process > Which in state swap (W) still have RSS memory. > > I question is, can swap process have RSS memory in use ? Buy Kirk's book. Shared memory segments arew counted against the RSS. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17: 0: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f16.hotmail.com [216.32.181.16]) by hub.freebsd.org (Postfix) with ESMTP id 3386F37B403 for ; Thu, 25 Oct 2001 16:59:57 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 16:59:57 -0700 Received: from 202.58.240.69 by lw2fd.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 23:59:56 GMT X-Originating-IP: [202.58.240.69] Reply-To: junf@wavephil.com From: "Jun Favoreal" To: sumirati@yahoo.de Cc: questions@FreeBSD.org Subject: Re: bridging without ipfw Date: Fri, 26 Oct 2001 07:59:56 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 23:59:57.0081 (UTC) FILETIME=[25F9D890:01C15DB1] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: m p >To: junf@wavephil.com >Subject: Re: bridging without ipfw >Date: Thu, 25 Oct 2001 17:05:28 +0200 (CEST) > > --- Jun Favoreal schrieb: > > > > > > > >From: m p > > >To: junf@wavephil.com > > >CC: questions@freebsd.org > > >Subject: Re: bridging without ipfw > > >Date: Wed, 24 Oct 2001 11:29:42 +0200 (CEST) > > > > > > > > > > > >Rick Hunter wrote: > > > > > > > > Hello, > > > > > > > > I am running 4.3-RELEASE with the following additional > > > > kernel options set on the GENERIC kernel config file: > > > > > > > > options IPFIREWALL > > > > options IPFIREWALL_VERBOSE > > > > options IPFIREWALL_FORWARD > > > > options IPFIREWALL_DEFAULT_TO_ACCEPT > > > > options IPDIVERT > > > > options IPFILTER > > > > options IPFILTER_LOG > > > > options IPSTEALTH > > > > options DUMMYNET > > > > options QUOTA > > > > options NMBCLUSTERS=32768 > > > > options BRIDGE > > > > > > > > Compiled kernel successfully and installed it. Add > > > > > > > > net.link.ether.bridge=1 > > > > net.inet.ip.forwarding: 1 > > > > > > > > to sysctl.conf. Then, rebooted the machine. This is my > > > > network setup > > > > > > > > +--------+ +----------+ > > > > | PC +A-------B+ BRIDGE +C------[192.168.1.0/27] > > > > +--------+ ^ +----------+ [ Network ] > > > > | > > > > cross cable > > > > > > > > where > > > > > > > > A -- 192.168.1.5/27 > > > > B -- (no address) > > > > C -- 192.168.1.30/27 > > > > > > > > PROBLEM: > > > > PC cannot ping the outside network. > > > > The outside network cannot ping the PC. > > > > Therefore, bridge is not working. > > > > > > > > I have gone through all BRIDGE documentations. And I > > > > think I have followed everything (I think). Anything > > > > that I missed out ??? > > > > > > > > > >Hi Rick, > > > > > >the default rule for ipfw is "deny all". If you had not added "allow >what i > > >want" to ipfw it will not forward any pakets because of your rulebase. > > > > > >Take a look at your /etc/rc.conf and /etc/rc.firewall which type you >had > > >choose > > >and modify it to fit for you. > > > > From sysctl -a, > > > > net.link.ether.bridge_ipfw: 0 > > > > My understanding if this is zero is that bridged packets would not be > > filtered. I made this zero to simplify things and just focus on bridging > > without writing firewall rules. > > > > With regards to the default rulebase, the ipfw default is to accept > > everything. This is what I see in ipfw -a l, > > > > 65535 N N allow ip from any to any > > > > Still the question remains, why does it not work =) > > >Sorry, i overlooked that line: > > > > > options IPFIREWALL_DEFAULT_TO_ACCEPT > >Without that, the default is to deny everything. (That is what i normaly >do.) >Otherwise i have no clues .. and no testing equipment left. :) I also share the same thought already. But, yesterday, I tried this setup on another server running 4.3-RELEASE and with the same customized kernel options, same network diagram. This time it worked! My hunch is the problem might be with the NICs I used in the previous server. Both or one of the two might not be supported by FreeBSD's bridging. The two cards were ep0 and vx0. In the new server where bridging worked I had xl0 and xl1. What do you think ??? -- _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17: 1:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 1A50737B401 for ; Thu, 25 Oct 2001 17:01:24 -0700 (PDT) Received: from there (566a63b72edf0edff7ab119760a430e7@hutch-770.hutchtel.net [206.10.71.70]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id TAA29999; Thu, 25 Oct 2001 19:00:07 -0500 (CDT) Message-Id: <200110260000.TAA29999@ns1.hutchtel.net> Content-Type: text/plain; charset="iso-8859-1" From: Josh Paetzel To: "Nicholas Vafiades" , Subject: Re: video cards... Date: Thu, 25 Oct 2001 18:58:21 +0000 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 26 October 2001 07:57 pm, Nicholas Vafiades wrote: > Hello how are you doing, I was just wondering if you could tell me if the > ATI RADEON 32MB videocard is supported by xf86? Thanks > > n Yes. Use the radeon driver. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17: 3:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id A838537B405; Thu, 25 Oct 2001 17:03:56 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.93.39.114]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011026000355.IMCL27768.tomts5-srv.bellnexxia.net@xena.gsicomp.on.ca>; Thu, 25 Oct 2001 20:03:55 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f9PNsKW46891; Thu, 25 Oct 2001 19:54:21 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <008a01c15db1$82d5aa80$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Stanley Hopcroft" , Cc: References: <20011025200217.A371@IPAustralia.Gov.AU> <20011026070556.B378@IPAustralia.Gov.AU> Subject: Re: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Date: Thu, 25 Oct 2001 20:02:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Thu, Oct 25, 2001 at 09:22:59AM -0400, Matthew Emmerton wrote: > > > > I have the answer for this -- my Creative 4x does the same thing. I > > worked with Soren Schmidt (ata driver author) some time back to ensure > > that older ATA devices don't break. I don't think the fix is in > > 4.2-RELEASE. > > Unfortunately I don't think it's fixed in 4.3-RELEASE (can't boot the > GENEERIC kerneel on a 4.3-R CD, or the few 4.3-STABLES I have tried). > > Perhaps I should have searched the pr reports also. I dug up my e-mails, and kern/25370 (http://www.freebsd.org/cgi/query-pr.cgi?pr=25370) has most of the bashing that Soren and I did. According to the PR, a fix was committed to the -current branch on 4/16/01. I concur that the fix didn't get into 4.3-RELEASE (since my Creative 4x still fails), and I don't know about 4.4-RELEASE. Soren, can you elaborate on what files were patched to fix this, and when it will be (or when it was) MFC'd? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17:12:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f233.law9.hotmail.com [64.4.9.233]) by hub.freebsd.org (Postfix) with ESMTP id E24E537B405 for ; Thu, 25 Oct 2001 17:12:07 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 17:12:07 -0700 Received: from 153.39.146.161 by lw9fd.law9.hotmail.msn.com with HTTP; Fri, 26 Oct 2001 00:12:06 GMT X-Originating-IP: [153.39.146.161] From: "Jeremy Cooper" To: freebsd-questions@FreeBSD.ORG Subject: DHCP not getting IP Date: Fri, 26 Oct 2001 00:12:06 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Oct 2001 00:12:07.0193 (UTC) FILETIME=[D9281890:01C15DB2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been trying to set up my first freebsd box using dhcp. I have tried a few things but I am unable to get an IP address from my ISP, Starpower via cable modem. I have tried a few things but I am stuck right now. Does anyone have any suggestions. I am running version 4.4 of freebsd on a Dell Pentium 1. Here are some of my configs: This is the ifconfig w/ the cable modedm plugged in. gateway# ifconfig xl0: flags=8843 mtu 1500 inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 ether 00:50:da:20:66:48 media: Ethernet 10baseT/UTP (10baseT/UTP ) xl1: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:c0:4f:bd:1d:46 media: Ethernet autoselect (10baseT/UTP) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 gateway# ps -aux|grep dhc root 244 0.0 2.1 1060 620 p0 S+ 9:06AM 0:00.01 grep dhc root 124 0.0 1.2 528 360 ?? Ss 9:01AM 0:00.00 /sbin/dhclient xl1 gateway# more rc.conf # -- sysinstall generated deltas -- # Thu Sep 20 10:49:51 2001 # Created: Thu Sep 20 10:49:51 2001 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. gateway_enable="YES" firewall_type="open" firewall_enable="YES" hostname="gateway.jcali.net" ifconfig_xl1="DHCP" ifconfig_xl0="inet 10.111.111.1 netmask 255.255.255.0" kern_securelevel_enable="NO" moused_enable="YES" sendmail_enable="NO" sshd_enable="YES" network_interfaces="lo0 xl0 xl1" ------------ Here is the ifconfig with the cable modem not plugged in. Notice the status of xl1. gateway# ifconfig xl0: flags=8843 mtu 1500 inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 ether 00:50:da:20:66:48 media: Ethernet 10baseT/UTP (10baseT/UTP ) xl1: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:c0:4f:bd:1d:46 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17:13: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 9912237B403 for ; Thu, 25 Oct 2001 17:12:58 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id DF67F2B693; Fri, 26 Oct 2001 02:12:53 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 747278B0; Fri, 26 Oct 2001 10:12:47 +1000 (EST) Date: Fri, 26 Oct 2001 10:12:47 +1000 From: Edwin Groothuis To: The Psychotic Viper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: check bandwidth traffic Message-ID: <20011026101247.L552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , The Psychotic Viper , freebsd-questions@FreeBSD.ORG References: <20011026063813.J552@k7.mavetju.org> <20011026010456.G36042-100000@lucifer.fuzion.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026010456.G36042-100000@lucifer.fuzion.ath.cx>; from psyv@sec-it.net on Fri, Oct 26, 2001 at 01:08:02AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 01:08:02AM +0200, The Psychotic Viper wrote: > On Fri, 26 Oct 2001, Edwin Groothuis wrote: > > > I know the the following software can check the > > > network traffic > > > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > > > > > > but how do I know the nearest cisco router? > > It's your default gateway (if it is a Cisco I can't tell, but it's > > the nearest router). netstat -r will tell you what it is. > Not always, he could be behind a NAT or Bridge and that would then be his > route in some/most cases (all if its a NAT). Best would be to traceroute It would still be his nearest router. A router is a network device which routes IP packets, wether or not this is a dedicated Cisco router, a dedicated Bay router, a dedicated DEC router or a unix box which also routes. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17:22:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 243B537B403 for ; Thu, 25 Oct 2001 17:22:31 -0700 (PDT) Received: (qmail 37106 invoked by uid 100); 26 Oct 2001 00:22:30 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.44230.677241.804365@guru.mired.org> Date: Thu, 25 Oct 2001 19:22:30 -0500 To: Rogier Steehouder Cc: questions@freebsd.org Subject: Re: can't get stateful ipfw working... In-Reply-To: <4998109@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rogier Steehouder types: > On 22-10-2001 21:43 (-0400), David Hill wrote: Arrgh. The digester ate David's address. Rogier, if you still have it, could you forward it to him? > > Hello - > > Implementing the following ipfw ruleset allows nothing to work. > > The nat'd machines can't access the gateway, nor the internet > > > > What am I doing wrong? > > > $fwcmd add 500 check-state > > $fwcmd add 510 deny tcp from any to any in established > > $fwcmd add 520 allow tcp from any to any keep-state setup > > I don't know for sure, but maybe the stateful rule includes the setup > option and refuses anything but setup packets. Try removing that since > it's quite useless here anyway. His rules look almost exactly like what the man page suggests for dealing with flood attacks. There are two difference: 1) Rule 510 only denies incoming fake packets. Probably immaterial. 2) Rule 520 uses "keep-state setup" instead of "setup keep-state". Since keep-state takes an optional method, that may be confusing the parser, and hence the rule actually implemented. I'd try swapping that. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17:30:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id AFA5F37B407 for ; Thu, 25 Oct 2001 17:30:35 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9Q0UYh25746 for freebsd-questions@FreeBSD.ORG; Thu, 25 Oct 2001 17:30:34 -0700 (PDT) (envelope-from kline) From: Gary Kline Message-Id: <200110260030.f9Q0UYh25746@tao.thought.org> Subject: Audio on the Intel 815 AGPset m'board To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Thu, 25 Oct 2001 17:30:34 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, closer and closer to replacing *this* ancient box with my new system. It just finished two bruising weeks of stress tests. The next goal is to see if the builtin audio works with tthe FreeBSD drivers. Anybody out there who has this (Intel 815) mainboard have sound working? Which drivers should I drop into my MYKERNEL config. thanks, fellow FreeBSDers, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 17:57:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id EDAEE37B403 for ; Thu, 25 Oct 2001 17:57:33 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9Q0vMj45382; Fri, 26 Oct 2001 10:57:22 +1000 (EST) (envelope-from Stanley.Hopcroft@IPAustralia.gov.au) Received: from pc09011.aipo.gov.au(10.0.3.110) by pericles.IPAustralia.gov.au via smap (V2.1) id xma045349; Fri, 26 Oct 01 10:56:54 +1000 Received: (from anwsmh@localhost) by pc09011.aipo.gov.au (8.11.3/8.11.1) id f9Q0usc02205; Fri, 26 Oct 2001 10:56:54 +1000 (EST) (envelope-from anwsmh) Date: Fri, 26 Oct 2001 10:56:54 +1000 From: Stanley Hopcroft To: Matthew Emmerton Cc: Questions@freebsd.org Subject: Re: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Message-ID: <20011026105653.D2132@IPAustralia.Gov.AU> References: <20011025200217.A371@IPAustralia.Gov.AU> <20011026070556.B378@IPAustralia.Gov.AU> <008a01c15db1$82d5aa80$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <008a01c15db1$82d5aa80$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Thu, Oct 25, 2001 at 08:02:27PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank you form the bottom of my heart for this very cheering news. On Thu, Oct 25, 2001 at 08:02:27PM -0400, Matthew Emmerton wrote: > > I dug up my e-mails, and kern/25370 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=25370) has most of the bashing > that Soren and I did. According to the PR, a fix was committed to > the -current branch on 4/16/01. > > I concur that the fix didn't get into 4.3-RELEASE (since my Creative 4x > still fails), and I don't know about 4.4-RELEASE. > > Soren, can you elaborate on what files were patched to fix this, and when it > will be (or when it was) MFC'd? > I look forward to trying out 4.4-RELEASE or learing about CVSup. Thank you very much, > -- > Matt Emmerton > Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ 'Tis the dream of each programmer, Before his life is done, To write three lines of APL, And make the damn things run. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 18: 1:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kuku.excite.com (kuku-rwcmta.excite.com [198.3.99.63]) by hub.freebsd.org (Postfix) with ESMTP id 5B76837B409; Thu, 25 Oct 2001 18:01:22 -0700 (PDT) Received: from pugsly.excite.com ([199.172.148.160]) by kuku.excite.com (InterMail vM.4.01.02.39 201-229-119-122) with ESMTP id <20011026010122.KKML22601.kuku.excite.com@pugsly.excite.com>; Thu, 25 Oct 2001 18:01:22 -0700 Message-ID: <21127483.1004058082060.JavaMail.imail@pugsly.excite.com> Date: Thu, 25 Oct 2001 18:01:14 -0700 (PDT) From: john_wilson100@excite.com To: freebsd-stable@FreeBSD.ORG Subject: 4.4-STABLE machine unusable (was Re: Openssh) Cc: sudz@ns3g.com, pascal@emaxx.nl, bvi@itouchlabs.com, bmah@FreeBSD.ORG, djb@unixan.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 62.90.91.30 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Guys, You can say all you like, but something in stable is totally fscked up. As soon as I log in and start doing anything that involves a bit of traffic (e.g. tailing a file), the connection freezes and I have to kill it. sshd doesn't die, so I can log in again. I can reproducibly freeze it by doing... well practically anything: tail /var/log/messages, vi, cat, etc. all freeze the connection. Strangely enough, head /var/log/messages works fine. At first I thought there was something wrong with the hardware, and that perhaps the disks were screwed, that the recent filesystem changes caused it, that pipe() was broken, lots of other things. But everything points to ssh. "slogin -1" seems to work a bit longer, but also eventually freezes. Note that BPF is compiled in, so maybe there is some weird interaction between ssh and bpf (as Colin Legendre suggested). I also thought it was a networking problem, but this machine is colocated next to a Sun E450 with a similar setup (same subnet), which works fine. The client ssh I tried were all 2.9p2 (Solaris) and I think 2.9.9p2 (Solaris). I also tried to log in from other FreeBSD machines (4.2 and 4.3), but the effect was the same. $ make world > makeworld.log & generated a 6Mb file as expected. However, I could neither head nor tail it. Interesting is that Putty (Windows SSH client) doesn't seem to have this problem. I used it for quite a while and it didn't freeze. Please help me figure out what's going on. I don't have physical access to the box, and without the ability to view or edit files there's very little I can do. scp from a remote machine freezes. scp to a remote machine freezes. There's no telnet or ftp. How can I even diagnose the problem? I am running out of ideas... :( John Wilson _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 18: 6:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 8780237B406 for ; Thu, 25 Oct 2001 18:06:50 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 5A3C82B697; Fri, 26 Oct 2001 03:06:46 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 4ECA5114; Fri, 26 Oct 2001 11:06:40 +1000 (EST) Date: Fri, 26 Oct 2001 11:06:40 +1000 From: Edwin Groothuis To: Jeremy Cooper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP not getting IP Message-ID: <20011026110640.M552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Jeremy Cooper , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jmcoop5@hotmail.com on Fri, Oct 26, 2001 at 12:12:06AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 12:12:06AM +0000, Jeremy Cooper wrote: > I have been trying to set up my first freebsd box using dhcp. I have tried > a few things but I am unable to get an IP address > from my ISP, Starpower via cable modem. I have tried a few things but I am > stuck right now. Does anyone have any > suggestions. I am running version 4.4 of freebsd on a Dell Pentium 1. Here > are some of my configs: If you run tcpdump on xl1 while running dhclient, do you see answers? tcpdump -i xl1 -lenx -s 1500 port bootps or port bootpc or icmp Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 18:10:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-85-178.asm.bellsouth.net [66.156.85.178]) by hub.freebsd.org (Postfix) with ESMTP id 9E51B37B403 for ; Thu, 25 Oct 2001 18:10:21 -0700 (PDT) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id f9Q1AIL04333; Thu, 25 Oct 2001 21:10:18 -0400 (EDT) (envelope-from derrick) Message-Id: <200110260110.f9Q1AIL04333@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: "Steve Brown" , Subject: Re: Need help with burncd Date: Thu, 25 Oct 2001 21:10:18 -0400 X-Mailer: KMail [version 1.3] References: <002601c15d4d$00733620$660f129f@bro5637> In-Reply-To: <002601c15d4d$00733620$660f129f@bro5637> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 25 October 2001 08:03 am, Steve Brown wrote: > Hi again, I can now re-phrase my question. > > burncd -f /dev/acd0c -s x data y fixate > (where > x = speed, up to 16 > y = filename, using a good 140M .ISO > ) > always produces the error > acd0=READ_TOC-ILLEGAL REQUEST asc=24 ascq=00 error=04 > > Sometimes it writes a good CD anyway, more often a coaster or nothing and > no prompt back. FreeBSD 4.2-RELEASE, Plextor W1610A burner, command given > by root. > > Any idea what this means? > > Thanks in advance, Steve Burncd on my drive (TDK VeloCD) pretty much always returns that error at the beginning of the process, but it burns a good CD almost every time. I also sometimes have a prompt return delay after the system says the burning is complete. I don't know why you drive won't burn a good CD, and I'm no expert on burncd, but I concluded that the illegal request on a read table of contents was probably produced because the CD was a blank, and thus there was no table of contents on it? Perhaps someone more familiar with the code of burncd could better explain why this is. In any case, I still almost always get a good CD out of the deal. Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 18:16: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 4329E37B403 for ; Thu, 25 Oct 2001 18:16:05 -0700 (PDT) Received: from pool0010.cvx9-bradley.dialup.earthlink.net ([209.178.176.10] helo=enterprise) by hawk.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15wvbQ-0000Ua-00 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 18:16:04 -0700 From: "Eric Lam" To: Subject: IPFW Rules Help Date: Thu, 25 Oct 2001 18:18:46 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am attempting to construct an inclusive firewall, so that all ports and protocols (udp, tcp) are blocked by default, except ones specificed, such as FTP, SSH, SMB, etc... However, I am not using natd or trying to turn this into a router. I am just trying to secure the box so that only specific services and their corresponding ports are open, and everything else closed. xl0 is my ethernet card. the 207/206 ip's are my dns servers. Someone told me to do that checkstate stuff for ftp; I have no idea what that is for, please advise on that. I am wondering did I do my rules correctly. Thanks for your help. /sbin/ipfw add allow ip from any to any via lo0 /sbin/ipfw add allow ip from any to any via xl0 /sbin/ipfw add allow tcp from any to any 20 out xmit setup /sbin/ipfw add allow tcp from any to any 21 out xmit setup /sbin/ipfw add allow tcp from any to any 22 out xmit setup /sbin/ipfw add allow tcp from any to any 23 out xmit setup /sbin/ipfw add allow tcp from any to any 25 out xmit setup /sbin/ipfw add allow tcp from any to 207.151.38.154 53 out xmit setup /sbin/ipfw add allow tcp from any to 207.151.38.133 53 out xmit setup /sbin/ipfw add allow tcp from any to 206.117.120.66 53 out xmit setup /sbin/ipfw add allow tcp from any to any 80 out xmit setup /sbin/ipfw add allow tcp from any to any 110 out xmit setup /sbin/ipfw add allow tcp from any to any 139 out xmit setup /sbin/ipfw add allow tcp from any to any 3128 out xmit setup /sbin/ipfw add allow tcp from any to any via xl0 estab /sbin/ipfw add allow udp from any to any 137 out xmit /sbin/ipfw add check-state /sbin/ipfw add allow tcp from any to any keep-state /sbin/ipfw deny udp from any to any /sbin/ipfw add 65435 deny ip from any to any /sbin/ipfw add 65434 allow icmp from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 18:50:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 6428E37B403 for ; Thu, 25 Oct 2001 18:50:13 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id SAA26001; Thu, 25 Oct 2001 18:50:10 -0700 Message-ID: <3BD8C151.BE5B649F@owt.com> Date: Thu, 25 Oct 2001 18:50:09 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff MacDonald Cc: questions@FreeBSD.ORG Subject: Re: problems with kde 2.2.2 References: <3BD880B2.000011.76921@frodo.searchcanada.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff MacDonald wrote: > > According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, > pkg_delete won't let me kill png 1.0.10 cause alot of things > depend on it. KDE-2.2 is sig11'ing because of your incomplete setup. Once you decided to go with KDE-2.2, you don't have any choice on the other ports. You have to update them to. Kent > > > > > > > Jeff MacDonald wrote: > >> > >> Hello, > >> > >> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. > >> > >> It seem to load up fine and work, except the K icon is missing > >> along with all the other KDE related icons, also things like > >> Control Center, and Koffice apps all SIG-11 on me. > >> > >> Has anyone elese run into this ? > > > > Check your dependancies. You probably have something like > > png-1.0.x installed and not png-1.2.0 or something like this. > > > > Kent > > > >> > >> Jeff. > >> _________________________________________________________________ > >> http://fastmail.ca/ - Fast Free Web Email for Canadians > > _________________________________________________________________ > http://fastmail.ca/ - Fast Free Web Email for Canadians -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19: 5:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9703.mail.yahoo.com (web9703.mail.yahoo.com [216.136.129.139]) by hub.freebsd.org (Postfix) with SMTP id 7A73837B403 for ; Thu, 25 Oct 2001 19:05:19 -0700 (PDT) Message-ID: <20011026020519.77252.qmail@web9703.mail.yahoo.com> Received: from [209.205.163.14] by web9703.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 19:05:19 PDT Date: Thu, 25 Oct 2001 19:05:19 -0700 (PDT) From: Bruce Cole Subject: Info. To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-942298072-1004061919=:76883" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-942298072-1004061919=:76883 Content-Type: text/plain; charset=us-ascii Would you please tell me what BSD is so I can determine if I would find it usefull to me? --------------------------------- Do You Yahoo!? Make a great connection at Yahoo! Personals. --0-942298072-1004061919=:76883 Content-Type: text/html; charset=us-ascii

Would you please tell me what BSD is so I can determine if I would find it usefull to me?



Do You Yahoo!?
Make a great connection at Yahoo! Personals. --0-942298072-1004061919=:76883-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19: 9:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 2ABEC37B405 for ; Thu, 25 Oct 2001 19:09:31 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id E1B7CA4B07; Thu, 25 Oct 2001 19:09:30 -0700 (PDT) From: "Kory Hamzeh" To: "Bruce Cole" , Subject: RE: Info. Date: Thu, 25 Oct 2001 19:09:33 -0700 Message-ID: <001801c15dc3$40db3c00$14ce21c7@avatar.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: <20011026020519.77252.qmail@web9703.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Would you please tell me what BSD is so I can determine if I would find it > usefull to me? It's an open source, multi-user, multi-tasking, reliable, powerful, and fast operating system I find it very useful. See http://www.freebsd.org for more info. -- Kory Hamzeh ICQ # 133630494 http://www.avatar.com/ http://www.metaphysical-store.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:13: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from IMGate1.cshore.com (imgate1.cshore.com [63.237.136.14]) by hub.freebsd.org (Postfix) with ESMTP id A868137B401 for ; Thu, 25 Oct 2001 19:13:04 -0700 (PDT) Received: from sephiroth.starbreaker.net (dialup-uu-dynamic6.cshore.com [63.112.158.6]) by IMGate1.cshore.com (Postfix) with SMTP id 9C87E23FCB; Thu, 25 Oct 2001 22:35:06 -0400 (EDT) Date: Thu, 25 Oct 2001 22:19:03 -0400 From: Matthew Graybosch To: Bruce Cole Cc: freebsd-questions@freebsd.org Subject: Re: Info. Message-Id: <20011025221903.349a8100.matthew@starbreaker.net> In-Reply-To: <20011026020519.77252.qmail@web9703.mail.yahoo.com> References: <20011026020519.77252.qmail@web9703.mail.yahoo.com> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 25 Oct 2001 19:05:19 -0700 (PDT), Bruce Cole typed: # Would you please tell me what BSD is so I can determine if I would # find it usefull to me? FreeBSD is an operating system. It sits between you and the hardware in your computer. You talk to FreeBSD, and FreeBSD talks to your computer. You can use it alongside Windows, choosing to boot one OS or the other, or use it to completely replace Windows. FreeBSD is based on UNIX, namely 4.4BSD, so it can be more difficult to learn than Windows. However, FreeBSD does have its own windowing system, so you can still use graphical editors, browsers, email tools, games, etc. Furthermore, once you've learned BSD, you have much greater power over your computer than you would under Windows. This is mainly regurgitated propaganda, as your question is somewhat vague. If you told me what you used your computer for, then I could give you a better picture of FreeBSD's usefulness to you. If you have any specific questions, ask me. I'll answer as honestly as I can. -- Matthew Graybosch http://www.starbreaker.net "Sartre was mistaken: Hell is not other people. Hell is maintaining other people's code." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:34:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mn.rr.com (mkc-162-160.kc.rr.com [24.94.162.160]) by hub.freebsd.org (Postfix) with ESMTP id DC3B037B405 for ; Thu, 25 Oct 2001 19:34:29 -0700 (PDT) Received: from [10.0.1.100] ([24.26.174.22]) by mail7.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 25 Oct 2001 21:34:28 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <003d01c15d2d$34ae8a90$0101a8c0@bezerker> References: <003701c15bf5$a31593e0$6501a8c0@sioux><3BD5C13A.794D4BB5@owt.com> <003d01c15d2d$34ae8a90$0101a8c0@bezerker> Date: Thu, 25 Oct 2001 21:34:27 -0500 To: freebsd-questions@FreeBSD.ORG From: Joshua Holland Subject: After Upgrading to 4.4-REL, pam/login Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK, I CVSup'd and built world, got my kernel compiled how I want it and things seemed to be working OK (I may have done some weird stuff using Mergemaster). I can log in fine, but when I log in on another console, I get this on the 1st console: Oct 25 18:04:19 sidejobs login: pam_open_session: Permission denied Oct 25 18:04:22 sidejobs login: no modules loaded for `login' service Oct 25 18:04:22 sidejobs login: pam_close_session: Permission denied Oct 25 21:16:13 sidejobs login: no modules loaded for `login' service The login still works, but I'm wondering why it's displaying this and how to stop it. Thanks, Josh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:37:12 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 5ED0637B405 for ; Thu, 25 Oct 2001 19:37:09 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15wwrs-000IF8-00; Fri, 26 Oct 2001 15:37:08 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9Q2b7v86250; Fri, 26 Oct 2001 15:37:07 +1300 (NZDT) (envelope-from jonc) Date: Fri, 26 Oct 2001 15:37:07 +1300 From: Jonathan Chen To: Joshua Holland Cc: freebsd-questions@freebsd.org Subject: Re: After Upgrading to 4.4-REL, pam/login Message-ID: <20011026153707.A86174@jonc.itouch> References: <003701c15bf5$a31593e0$6501a8c0@sioux><3BD5C13A.794D4BB5@owt.com> <003d01c15d2d$34ae8a90$0101a8c0@bezerker> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from josh@bitstream.net on Thu, Oct 25, 2001 at 09:34:27PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 09:34:27PM -0500, Joshua Holland wrote: > OK, I CVSup'd and built world, got my kernel compiled how I want it > and things seemed to be working OK (I may have done some weird stuff > using Mergemaster). > > I can log in fine, but when I log in on another console, I get this > on the 1st console: > > Oct 25 18:04:19 sidejobs login: pam_open_session: Permission denied > Oct 25 18:04:22 sidejobs login: no modules loaded for `login' service > Oct 25 18:04:22 sidejobs login: pam_close_session: Permission denied > Oct 25 21:16:13 sidejobs login: no modules loaded for `login' service > > The login still works, but I'm wondering why it's displaying this and > how to stop it. Your mergemaster session didn't update /etc/pam.conf properly. Have a look at the the one in /usr/src/etc/pam.conf and put in the required entries for "login". Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Vini, vidi, velcro... I came, I saw, I stuck around To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:40:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 123C837B405 for ; Thu, 25 Oct 2001 19:40:51 -0700 (PDT) Received: by mail.interchange.ca (Fastmailer, from userid 555) id 111112477; Thu, 25 Oct 2001 22:40:19 -0400 (EDT) MIME-Version: 1.0 Message-Id: <3BD8CD13.000087.79230@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_7RKSIIW5B3NNTT4D7TH0" To: kstewart@owt.com Subject: Re: problems with kde 2.2.2 Cc: questions@FreeBSD.ORG From: "Jeff MacDonald" X-Fastmail-IP: 142.177.210.115 Date: Thu, 25 Oct 2001 22:40:19 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_7RKSIIW5B3NNTT4D7TH0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit ok, thanks this is gonna be fun :) > > > Jeff MacDonald wrote: >> >> According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, >> pkg_delete won't let me kill png 1.0.10 cause alot of things >> depend on it. > > KDE-2.2 is sig11'ing because of your incomplete setup. Once you > decided to go with KDE-2.2, you don't have any choice on the other > ports. You have to update them to. > > Kent > >> >>> >>> >>> Jeff MacDonald wrote: >>>> >>>> Hello, >>>> >>>> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. >>>> >>>> It seem to load up fine and work, except the K icon is missing >>>> along with all the other KDE related icons, also things like >>>> Control Center, and Koffice apps all SIG-11 on me. >>>> >>>> Has anyone elese run into this ? >>> >>> Check your dependancies. You probably have something like >>> png-1.0.x installed and not png-1.2.0 or something like this. >>> >>> Kent >>> >>>> >>>> Jeff. >>>> _______________________________________________________________ >>>> http://fastmail.ca/ - Fast Free Web Email for Canadians >> >> _________________________________________________________________ >> http://fastmail.ca/ - Fast Free Web Email for Canadians > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://users.owt.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_7RKSIIW5B3NNTT4D7TH0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:48:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fibertel.com.ar (mta3.fibertel.com.ar [24.232.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 389D537B403 for ; Thu, 25 Oct 2001 19:48:47 -0700 (PDT) Received: from pamilya (24.232.173.174) by mail.fibertel.com.ar (5.5.034) id 3BD3E537000D87C8 for questions@FreeBSD.org; Thu, 25 Oct 2001 23:46:40 -0300 Message-Id: <3.0.6.32.20011025234822.007a7100@pop.fibertel.com.ar> X-Sender: pongkee@pop.fibertel.com.ar X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 25 Oct 2001 23:48:22 -0300 To: questions@FreeBSD.org From: Noel Balansag Subject: user cannot use X window Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. How do i set/get the Xwrapper so i can use X in ordinary user mode? X works fine in root, but I don't want to use X that way. Too risky. I updated X from 3.3.6 to 4.1.0, using the script Xinstall.sh that came with all the binaries that i downloaded from xfree86.org, and now I cannot use the X window system. Would appreciate all the help. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 19:55: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13501.mail.yahoo.com (web13501.mail.yahoo.com [216.136.175.80]) by hub.freebsd.org (Postfix) with SMTP id E561D37B401 for ; Thu, 25 Oct 2001 19:54:59 -0700 (PDT) Message-ID: <20011026025459.81155.qmail@web13501.mail.yahoo.com> Received: from [202.150.128.129] by web13501.mail.yahoo.com via HTTP; Thu, 25 Oct 2001 19:54:59 PDT Date: Thu, 25 Oct 2001 19:54:59 -0700 (PDT) From: chia an Subject: how to mount ntfs partition To: freebsd-questions@FreeBSD.org In-Reply-To: <20011019090310.A1321@it.canterbury.ac.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG someone know how to mount ntfs partition, please help me, thank for ur attention __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20: 4:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.snet.net (mx2.snet.net [204.60.203.164]) by hub.freebsd.org (Postfix) with ESMTP id 3C93337B401 for ; Thu, 25 Oct 2001 20:04:15 -0700 (PDT) Received: from enkil (204.60.32.173.snet.net [204.60.32.173]) by mx2.snet.net (8.12.1/8.12.1/SNET-mx-1.1/D-1.1/O-1.1) with SMTP id f9Q346pd010996 for ; Thu, 25 Oct 2001 23:04:10 -0400 (EDT) Message-ID: <003e01c15dca$f105f140$010aa8c0@enkil> From: "Jae Carlson" To: "FreeBSD" Subject: Networking FreeBSD/Windows Date: Thu, 25 Oct 2001 23:04:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Disposition-Notification-To: "Jae Carlson" X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do I setup FreeBSD to be a lan server? I know it can be done but not how to do it. J. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20: 4:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id C10FE37B406 for ; Thu, 25 Oct 2001 20:04:18 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id B313E2B697; Fri, 26 Oct 2001 05:04:14 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id CF31375A; Fri, 26 Oct 2001 13:04:05 +1000 (EST) Date: Fri, 26 Oct 2001 13:04:05 +1000 From: Edwin Groothuis To: Noel Balansag Cc: questions@FreeBSD.org Subject: Re: user cannot use X window Message-ID: <20011026130405.N552@k7.mavetju.org> References: <3.0.6.32.20011025234822.007a7100@pop.fibertel.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3.0.6.32.20011025234822.007a7100@pop.fibertel.com.ar>; from pongkee@fibertel.com.ar on Thu, Oct 25, 2001 at 11:48:22PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 11:48:22PM -0300, Noel Balansag wrote: > How do i set/get the Xwrapper so i can use X in ordinary user mode? X works > fine in root, but I don't want to use X that way. Too risky. Install and use /usr/ports/x11/wrapper. > I updated X from 3.3.6 to 4.1.0, using the script Xinstall.sh that came > with all the binaries that i downloaded from xfree86.org, and now I cannot > use the X window system. You should have used the ports-version in /usr/ports/x11/XFree86-4 Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20:20:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 986AE37B401 for ; Thu, 25 Oct 2001 20:20:16 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id UAA30459; Thu, 25 Oct 2001 20:20:14 -0700 Message-ID: <3BD8D66E.9984AA7E@owt.com> Date: Thu, 25 Oct 2001 20:20:14 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff MacDonald Cc: questions@FreeBSD.ORG Subject: Re: problems with kde 2.2.2 References: <3BD8CD13.000087.79230@frodo.searchcanada.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff MacDonald wrote: > > ok, thanks > > this is gonna be fun :) I was reading what I typed. I implied more than I meant. You don't have to upgrade all of them. Just the ones that use the parts that you update for KDE-2.2. If you have a slow machine, downloading packages can be faster. Kent > > > > > > > Jeff MacDonald wrote: > >> > >> According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, > >> pkg_delete won't let me kill png 1.0.10 cause alot of things > >> depend on it. > > > > KDE-2.2 is sig11'ing because of your incomplete setup. Once you > > decided to go with KDE-2.2, you don't have any choice on the other > > ports. You have to update them to. > > > > Kent > > > >> > >>> > >>> > >>> Jeff MacDonald wrote: > >>>> > >>>> Hello, > >>>> > >>>> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. > >>>> > >>>> It seem to load up fine and work, except the K icon is missing > >>>> along with all the other KDE related icons, also things like > >>>> Control Center, and Koffice apps all SIG-11 on me. > >>>> > >>>> Has anyone elese run into this ? > >>> > >>> Check your dependancies. You probably have something like > >>> png-1.0.x installed and not png-1.2.0 or something like this. > >>> > >>> Kent > >>> > >>>> > >>>> Jeff. > >>>> _______________________________________________________________ > >>>> http://fastmail.ca/ - Fast Free Web Email for Canadians > >> > >> _________________________________________________________________ > >> http://fastmail.ca/ - Fast Free Web Email for Canadians > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kbstew99@hotmail.com > > http://users.owt.com/kstewart/index.html > > FreeBSD News http://daily.daemonnews.org/ > > _________________________________________________________________ > http://fastmail.ca/ - Fast Free Web Email for Canadians -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20:29:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id D6AFA37B401 for ; Thu, 25 Oct 2001 20:29:52 -0700 (PDT) Received: from cheech.uchaswv.edu (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id XAA22078 for ; Thu, 25 Oct 2001 23:30:35 -0400 (EDT) Date: Thu, 25 Oct 2001 23:33:41 -0400 From: Nathan Mace To: freebsd-questions Subject: in need of a little advice Message-Id: <20011025233341.2b6f6458.mace_nathan@uchaswv.edu> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG next semester will be my last semester of college, i'm graduating with a 4-year degree in Computer Information Systems. my major isn't all that focused on technical stuff, more of a mixture with lots of business, a little programming and a little networking. i've taught myself how to use freebsd/linux over the past 3 years. when i get out of college i would like to get a job as a junior level unix admin. and please don't tell me that i should have been a CS major. by the time i figured out what my major was like, i had already fell in love with the campus in everyway except the bussiness classes they made me take ;) so thats why i didn't transfer to a school that offered CS i have O'reilly books on both samba and apache, and yes i have actually read them. i use samba every day on my computer, and although apache doesn't really do anything on my machine i have fun hacking at it and just seeing what all it can do. seeing as how it looks like i'll have some free time next semester i thought i'd get into some heavy duty scripting/programming. i've had programming classes(c++, and unfortunalty java) but nothing really '*unix-like' i was thinking of either perl learning another OS. what i want to know is...which would do me more good in the job market & the 'real' world. learning another OS, i was thinking openbsd...or getting into perl? or would my time be better spent on something else? i know that the majority of unix admins know either perl or shell scripting, usually both...but what would do me the most good in the sense of getting a job? perl? openbsd? learn more about apache & samba? or learn more about freebsd, which is great and the only bsd i have used to date. or something else entirely? sorry if this is the wrong list, but i didn't think it belonged in the jobs list as i'm not actually looking for a job(yet). if it is the wrong list someone please foward it to the correct one. also, please cc the replies to my email address. thanks for your time nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20:53:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nitrogen.nexthop.net (nitrogen.nexthop.net [146.115.19.9]) by hub.freebsd.org (Postfix) with ESMTP id A64B537B406; Thu, 25 Oct 2001 20:53:26 -0700 (PDT) Received: (from bene@localhost) by nitrogen.nexthop.net (8.11.6/8.11.6) id f9Q3rNH77723; Thu, 25 Oct 2001 23:53:23 -0400 (EDT) (envelope-from bene) Date: Thu, 25 Oct 2001 23:53:23 -0400 From: Ben Eisenbraun To: Greg Lehey Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011025235323.E64298@nitrogen.nexthop.net> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> <20011023055005.A44324@nitrogen.nexthop.net> <20011025103000.A25441@wantadilla.lemis.com> <20011025023359.D64298@nitrogen.nexthop.net> <20011026091455.A4706@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026091455.A4706@wantadilla.lemis.com>; from grog@FreeBSD.org on Fri, Oct 26, 2001 at 09:14:55AM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 09:14:55AM +0930, Greg Lehey wrote: > On Thursday, 25 October 2001 at 2:33:59 -0400, Ben Eisenbraun wrote: > > > > I think I can reproduce this if I frob with it enough, but this > > kernel wasn't build with debug symbols, and the system sources have > > been recently updated, so I'm not sure if this would be useful. Do > > you have any suggestions? > > I'd need the debug output. I won't find it otherwise. Given the above info, is there a way I can get that? I'm under the impression that the kernel had to be built with either "makeoptions DEBUG=-g" or 'config -g MYKERNEL' in order for a crash dump to be useful. I tend to cvsup and then buildworld/kernel directly afterwards, so I could cvsup with the date for the currently running kernel and try building a debug kernel. From what I gather by reading the Developer's Handbook, this might work provided the sizes of the kernels match. > > For some reason, the drives came back at ad[46]e not ad[46]s1e. > > This is not so good. It suggests that the partition table has > changed. Are you sure you haven't run fdisk or disklabel on these > drives? I've done both a 'disklabel -r /dev/ad[46]s1' and an 'fdisk /dev/ad[46]' to look at the disk layout, but as far as I know, that shouldn't have changed the disklabel. root@whiskey [20:15:44][~]>> ls -l /dev | egrep 'ad[46]$' crw-r----- 1 root operator 116, 0x00010022 Oct 18 02:50 ad4 crw-r----- 1 root operator 116, 0x00010032 Oct 18 02:51 ad6 crw-r----- 1 root operator 116, 0x00010022 Oct 18 02:50 rad4 crw-r----- 1 root operator 116, 0x00010032 Oct 18 02:51 rad6 Those modification times jibe with when I turned up the new swap on those two drives. Okay, here's the 'vinum setstate up' and 'fsck -n' output: vinum -> setstate up stripe-mirror.p0 stripe-mirror.p0.s1 stripe-mirror.p1 strip e-mirror.p1.s1 stripe-mirror.p0.s1 is already up stripe-mirror.p1.s1 is already up root@whiskey [19:56:10][~]>> fsck -n /dev/vinum/plex/stripe-mirror.p0 ** /dev/vinum/plex/stripe-mirror.p0 (NO WRITE) CANNOT READ: BLK 16 CONTINUE? yes THE FOLLOWING DISK SECTORS COULD NOT BE READ: 16, 17, 18, 19, 20, 21, 22, 23, 24 , 25, 26, 27, 28, 29, 30, 31, /dev/vinum/plex/stripe-mirror.p0: INCOMPLETE LABEL: type 4.2BSD fsize 1024, frag 8, cpg 0, size 234450944 root@whiskey [19:56:32][~]>> fsck -n /dev/vinum/plex/stripe-mirror.p1 ** /dev/vinum/plex/stripe-mirror.p1 (NO WRITE) CANNOT READ: BLK 16 CONTINUE? yes THE FOLLOWING DISK SECTORS COULD NOT BE READ: 16, 17, 18, 19, 20, 21, 22, 23, 24 , 25, 26, 27, 28, 29, 30, 31, /dev/vinum/plex/stripe-mirror.p1: INCOMPLETE LABEL: type 4.2BSD fsize 1024, frag 8, cpg 0, size 234450944 And here's a vinum 'list': vinum -> list 14 drives: D max3 State: up Device /dev/ad4s1e Avail: 57239/572 39 MB (100%) D max4 State: up Device /dev/ad6s1e Avail: 57239/572 39 MB (100%) 2 volumes: V stripe-mirror State: up Plexes: 2 Size: 111 GB V var-mirror State: up Plexes: 2 Size: 19 GB 4 plexes: P stripe-mirror.p0 S State: up Subdisks: 2 Size: 111 GB P stripe-mirror.p1 S State: up Subdisks: 2 Size: 111 GB P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB 6 subdisks: S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB I'll see if I can get a kernel built with debug symbols. -ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 20:59:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id CAC5B37B403 for ; Thu, 25 Oct 2001 20:59:14 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-007dcwashP292.dialsprint.net [63.178.90.158]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9Q3vgM14040; Thu, 25 Oct 2001 20:57:47 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 8DEC350CF1; Thu, 25 Oct 2001 23:58:56 -0400 (EDT) Date: Thu, 25 Oct 2001 23:58:56 -0400 From: parv To: Mark Drayton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: digital camera suggestions for FreeBSD 4.1.1 Message-ID: <20011025235856.A99360@moo.holy.cow> Mail-Followup-To: Mark Drayton , freebsd-questions@FreeBSD.ORG References: <20011023205133.A15162@n5ial.gnt.net> <20011025232835.A57001@drex.staff.izr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011025232835.A57001@drex.staff.izr.com>; from mark.drayton@izr.com on Thu, Oct 25, 2001 at 11:28:35PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20011025232835.A57001@drex.staff.izr.com>, wrote Mark Drayton thusly... > ... > It uses AA > batteries which is great if you're out and you need new batteries as > everywhere sells AA. It's not good because the don't last long. ... may be regular alkaline batteries. but what about rechargeable ones, especially nickel metal hydride (NiMH) ones? use extra set of NIMH batteries as backup; when really in pinch, use the regular alkalines. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 21:12:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout4-int.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by hub.freebsd.org (Postfix) with ESMTP id 8A8CD37B407 for ; Thu, 25 Oct 2001 21:12:30 -0700 (PDT) Received: from cliff (adsl-64-171-26-9.dsl.sntc01.pacbell.net [64.171.26.9]) by pimout4-int.prodigy.net (8.11.0/8.11.0) with SMTP id f9Q4CSW78750; Fri, 26 Oct 2001 00:12:28 -0400 Message-ID: <001301c15dd6$850e83b0$6401a8c0@cliff> From: "Shaklee3" To: "Jae Carlson" , "FreeBSD" References: <003e01c15dca$f105f140$010aa8c0@enkil> Subject: Re: Networking FreeBSD/Windows Date: Thu, 25 Oct 2001 21:27:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG samba! www.samba.org ----- Original Message ----- From: "Jae Carlson" To: "FreeBSD" Sent: Thursday, October 25, 2001 8:04 PM Subject: Networking FreeBSD/Windows > How do I setup FreeBSD to be a lan server? I know it can be done but not > how to do it. > J. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 21:16:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 2B68E37B405 for ; Thu, 25 Oct 2001 21:16:07 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id FAA16742 for ; Fri, 26 Oct 2001 05:16:05 +0100 (GMT/BST) Message-ID: <001b01c15dd4$c5af8970$0200a8c0@mark2> From: "Mark Hughes" To: Subject: DSA authentication using SSH Date: Fri, 26 Oct 2001 05:14:24 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using freebsd 4.3-release, and trying to connect using DSA authentication through SSH from my freebsd box to a remote box which is a cobolt raq (spit!). I've created all the keys, copied the public keys, and all that....running ssh to the host in question gives: SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, protocol versions 1.5/2.0. Compiled with SSL (0x0090600f). debug: Reading configuration data /home/mark/.ssh/config debug: Applying options for *digitalspy.co.uk debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to digitalspy.co.uk [216.12.209.2] port 22. debug: Allocated local port 1019. debug: Connection established. debug: Remote protocol version 2.0, remote software version OpenSSH_2.9p2 debug: no match: OpenSSH_2.9p2 Enabling compatibility mode for protocol 2.0 debug: Local version string SSH-2.0-OpenSSH_2.3.0 green@FreeBSD.org 20010321 debug: send KEXINIT debug: done debug: wait KEXINIT debug: got kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 debug: got kexinit: ssh-dss debug: got kexinit: 3des-cbc,blowfish-cbc,cast128-cbc,arcfour debug: got kexinit: 3des-cbc,blowfish-cbc,cast128-cbc,arcfour debug: got kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,h mac-md5-96 debug: got kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,h mac-md5-96 debug: got kexinit: none,zlib debug: got kexinit: none,zlib debug: got kexinit: debug: got kexinit: debug: first kex follow: 0 debug: reserved: 0 debug: done debug: kex: server->client 3des-cbc hmac-sha1 none debug: kex: client->server 3des-cbc hmac-sha1 none debug: Sending SSH2_MSG_KEX_DH_GEX_REQUEST. debug: Wait SSH2_MSG_KEX_DH_GEX_GROUP. debug: Got SSH2_MSG_KEX_DH_GEX_GROUP. debug: bits set: 1007/2049 debug: Sending SSH2_MSG_KEX_DH_GEX_INIT. debug: Wait SSH2_MSG_KEX_DH_GEX_REPLY. debug: Got SSH2_MSG_KEXDH_REPLY. debug: Host 'digitalspy.co.uk' is known and matches the DSA host key. debug: bits set: 1014/2049 debug: len 55 datafellows 0 debug: dsa_verify: signature correct debug: Wait SSH2_MSG_NEWKEYS. debug: GOT SSH2_MSG_NEWKEYS. debug: send SSH2_MSG_NEWKEYS. debug: done: send SSH2_MSG_NEWKEYS. debug: done: KEX2. debug: send SSH2_MSG_SERVICE_REQUEST debug: service_accept: ssh-userauth debug: got SSH2_MSG_SERVICE_ACCEPT debug: authentications that can continue: publickey,password,keyboard-interactive debug: next auth method to try is publickey debug: try pubkey: /home/mark/.ssh/id_dsa debug: read DSA private key done debug: sig size 20 20 debug: authentications that can continue: publickey,password,keyboard-interactive debug: next auth method to try is publickey debug: no more auth methods to try Unable to find an authentication method debug: Calling cleanup 0x8058220(0x0) Now it looks to me as though something is going wrong after the key has been read - it doesn't even seem to be testing it before going on to the next attempted thing....is this a bug, or am I doing something wrong? Thanks in advance, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 21:55: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from flu-smtp-01.datacomm.ch (smtp.datacomm.ch [212.40.5.52]) by hub.freebsd.org (Postfix) with ESMTP id 967EB37B403 for ; Thu, 25 Oct 2001 21:55:04 -0700 (PDT) Received: from delta9 (adsl-97-182-glattbrugg1.tiscalinet.ch [212.254.97.182]) by flu-smtp-01.datacomm.ch (8.11.6/8.11.6) with ESMTP id f9Q4t2S32715 for ; Fri, 26 Oct 2001 06:55:02 +0200 Message-ID: <200110260701160888.01C550F0@smtp.tiscalinet.ch> X-Mailer: Calypso Version 3.30.00.00 (4) Date: Fri, 26 Oct 2001 07:01:16 +0200 From: "Gabriel Rossetti" To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====_100407247618467=_" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=====_100407247618467=_ Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a Macronix MX98715 ACPI NIC and I doesn't work right. Does it= work at 100mb speeds? I have tried everything but I can't ping it from an= other pc. There is no way to reach it, but from the FreeBSD box, I can= ping everyone. I think that it works at 10mb speeds, but again, I don't= recall the exact test results since it was by "mistake" that I was on a= 10mb network. I have tried a friends 3com NIC and it works fine. Do you= have any idea of why I'm getting this? The BSD box is a 166Mhz, 128mb RAM= machine running FreeBSD 4.4. I would greatly appreciate it if you have= the time to answer me. Thank you. yours truely, Gabriel Rossetti --=====_100407247618467=_ Content-Type: text/html; charset="us-ascii"
Hello,
   I have a Macronix MX98715 ACPI NIC and I doesn't work right. Does it work at 100mb speeds? I have tried everything but I can't ping it from an other pc. There is no way to reach it, but from the FreeBSD box, I can ping everyone. I think that it works at 10mb speeds, but again, I don't recall the exact test results since it was by "mistake" that I was on a 10mb network. I have tried a friends 3com NIC and it works fine. Do you have any idea of why I'm getting this? The BSD box is a 166Mhz, 128mb RAM machine running FreeBSD 4.4. I would greatly  appreciate it if you have the time to answer me. Thank you.
 
yours truely,
           Gabriel Rossetti
--=====_100407247618467=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 22:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 0682137B405 for ; Thu, 25 Oct 2001 22:30:55 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 15wza1-0002cw-00 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 05:30:53 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id A86BA11C8; Fri, 26 Oct 2001 07:20:36 +0200 (CEST) Date: Fri, 26 Oct 2001 07:20:36 +0200 From: Cliff Sarginson To: freebsd-questions Subject: Re: in need of a little advice Message-ID: <20011026072036.B2554@raggedclown.net> References: <20011025233341.2b6f6458.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20011025233341.2b6f6458.mace_nathan@uchaswv.edu>; from mace_nathan@uchaswv.edu on Thu, Oct 25, 2001 at 11:33:41PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Learn perl. Learn as much as you can about networking. Knowing FreeBSD is an excellent ground for learning the vagaries of any other Unix system (oops, sorry we are not supposed to call FBSD a Unix system anymore .. lol). Jobwise, the most useful ones are Sun Solaris and HP-UX. Solaris you can get for free. HP_UX is a real SOB to administer (I know I did it for many years), but is widespread. Knowing Linux won't do you any harm either. Be warned ! I was a sys admin for a long time, it is a high stress job, and nobody loves you .. boo-hoo. Be aware at job-interviews that if your background so to speak is in FreeBSD you may get asked a lot of searching questions about it. (You would from me if I was interviewing you !). Good Luck ! -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 22:39:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from SMTP.Network-Alchemy.COM (Hydrogen.Network-Alchemy.COM [199.46.17.130]) by hub.freebsd.org (Postfix) with SMTP id AF7A937B403 for ; Thu, 25 Oct 2001 22:39:11 -0700 (PDT) Received: from cips.nokia.com ([172.16.7.132]) by Hydrogen.Network-Alchemy.COM via INTERNET ; Thu, 25 Oct 2001 22:39:11 PDT Message-ID: <3BD8F60E.82D16B3B@cips.nokia.com> Date: Thu, 25 Oct 2001 22:35:11 -0700 From: "Michael J. Ruhl" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: buildworld fails Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy, I am trying to do a buildworld, but every time I try to do it I get the following: # make buildworld "Makefile.inc1", line 772: Malformed conditional (${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf") make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. I can't seem to figure out what I have done wrong. Any comments? Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 22:47:51 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 4BEAA37B403 for ; Thu, 25 Oct 2001 22:47:47 -0700 (PDT) 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 f9Q5ldT51295; Thu, 25 Oct 2001 22:47:39 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Nathan Mace" , "freebsd-questions" Subject: RE: in need of a little advice Date: Thu, 25 Oct 2001 22:47:38 -0700 Message-ID: <008201c15de1$b8321800$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: <20011025233341.2b6f6458.mace_nathan@uchaswv.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Nathan Mace >Sent: Thursday, October 25, 2001 8:34 PM >To: freebsd-questions >Subject: in need of a little advice > > >next semester will be my last semester of college, i'm graduating with a >4-year degree in Computer Information Systems. my major isn't all that >focused on technical stuff, more of a mixture with lots of business, a >little programming and a little networking. i've taught myself how to >use freebsd/linux over the past 3 years. when i get out of college i >would like to get a job as a junior level unix admin. > >and please don't tell me that i should have been a CS major. by the >time i figured out what my major was like, i had already fell in love >with the campus in everyway except the bussiness classes they made me >take ;) so thats why i didn't transfer to a school that offered CS > >i have O'reilly books on both samba and apache, and yes i have actually >read them. i use samba every day on my computer, and although apache >doesn't really do anything on my machine i have fun hacking at it and >just seeing what all it can do. > >seeing as how it looks like i'll have some free time next semester i >thought i'd get into some heavy duty scripting/programming. i've had >programming classes(c++, and unfortunalty java) but nothing really >'*unix-like' i was thinking of either perl learning another OS. > >what i want to know is...which would do me more good in the job market & >the 'real' world. learning another OS, i was thinking openbsd...or >getting into perl? or would my time be better spent on something else? >i know that the majority of unix admins know either perl or shell >scripting, usually both...but what would do me the most good in the >sense of getting a job? perl? openbsd? learn more about apache & samba? > or learn more about freebsd, which is great and the only bsd i have >used to date. or something else entirely? > I'm sure people here will shoot me for saying this but you don't mention any Windows experience. Most sites that have UNIX of any flavor also have Windows systems around. Your not going to be that useful to many people if you don't know how to administer them. I have found that it's extremely easy for someone who is experienced with UNIX systems to learn to admin Windows systems, oftentimes even better than the "designated" Windows administrators. Of course it doesen't mean that learning Windows means you want to manage them for a career. But one thing that is a truism in the industry is that by and large less-competent administrators tend to blame problems on things they don't understand. This goes for both Windows admins or UNIX admins. It's not uncommon for the more competent admins to be put into a situations where they have to solve other people's problems for them. I've seen lots of times where the more competent UNIX admins had to get their hands dirty fixing up screwups on the Windows network, because the Windows admins had gotten in over their head and created a mess, and couldn't dig their way out so they just blamed the network problems on the UNIX systems. I've also seen a few times were the more competent Windows admins had to fix screwups on the UNIX networks because the UNIX admins had gotten in over their head and created a mess and couldn't dig their way out, so they just blamed the Windows network. However, I see _that_ happening much less. :-) Anyway, the point of all this is that no matter how much your determined not to work on Windows systems, your going to be forced at some point to get your fingers dirty with them. You may be the most competent UNIX guru there is but if you don't know anything about Windows your going to be viewed as an incompetent boob by most ignorant businesspeople who will be signing your checks. For your own self-defence you need to throughly understand them, which isn't going to take very long as Windows is neither complex nor flexible. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 23:15:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A9137B403 for ; Thu, 25 Oct 2001 23:15:46 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.33 #1) id 15x0HQ-0008rn-00; Fri, 26 Oct 2001 06:15:44 +0000 To: Cliff Sarginson , freebsd-questions From: Cliff Sarginson Subject: Re: in need of a little advice Date: Fri, 26 Oct 2001 06:15:44 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Learn perl. > Learn as much as you can about networking. > Knowing FreeBSD is an excellent ground for learning > the vagaries of any other Unix system (oops, sorry we are > not supposed to call FBSD a Unix system anymore .. lol). > Jobwise, the most useful ones are Sun Solaris and HP-UX. > Solaris you can get for free. HP_UX is a real SOB to > administer (I know I did it for many years), but is > widespread. Knowing Linux won't do you any harm either. > > Be warned ! I was a sys admin for a long time, it is > a high stress job, and nobody loves you .. boo-hoo. > > Be aware at job-interviews that if your background so > to speak is in FreeBSD you may get asked a lot of searching > questions about it. (You would from me if I was interviewing > you !). > > Good Luck ! Yes, I just read Ted's reply, he is quite right of course about Windows. It is as inescapable as death unfortunately. -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 23:33:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamia.lf.net (lamia.LF.net [212.9.190.31]) by hub.freebsd.org (Postfix) with ESMTP id 40BC537B403 for ; Thu, 25 Oct 2001 23:33:17 -0700 (PDT) Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for hub.freebsd.org id m15x0Xu-001Sq7C; Fri, 26 Oct 2001 08:32:46 +0200 (CEST) To: Jan Knepper Cc: FreeBSD Questions Subject: Re: Looking up email address/more info on netblock owner... References: <3BD814FD.70801@digitaldaemon.com> Organization: LF.net GmbH, Stuttgart, Germany X-Attribution: viteno X-NCC-RegID: de.lfnet X-URL: http://www.LF.net/ X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t From: Norbert Koch Date: Fri, 26 Oct 2001 08:32:45 +0200 In-Reply-To: <3BD814FD.70801@digitaldaemon.com> (Jan Knepper's message of "Thu, 25 Oct 2001 09:34:53 -0400") Message-ID: Lines: 33 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (asparagus, i386-unknown-freebsd4.4) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jan Knepper writes: Hi! > But how would I get: > 63.105.135.204 > 63.105.53.204 > 63.242.141.29 I must be missing something, but by also using whois -a ... you get route: 63.104.0.0/13 descr: UUNET, An MCI Worldcom Company 3060 Williams Drive Fairfax VA 22031 USA origin: AS701 mnt-by: MAINT-AS701 changed: lhoward@uu.net 20000911 source: RADB route: 63.242.0.0/16 descr: AT&T CERFnet P.O. Box 919014 San Diego CA 92191-9014, USA origin: AS1740 mnt-by: MAINT-AS1740 changed: aselenak@cerf.net 19991103 source: RADB norbert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 23:45:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switchblade.cyberpunkz.org (switchblade.cyberpunkz.org [198.174.169.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2B537B403 for ; Thu, 25 Oct 2001 23:45:47 -0700 (PDT) Received: from switchblade.cyberpunkz.org (rob@localhost.cyberpunkz.org [127.0.0.1]) by switchblade.cyberpunkz.org (8.12.1/CpA-TLS-1.2.12-1) with ESMTP id f9Q6jkTh025778 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 26 Oct 2001 01:45:46 -0500 (CDT)?g (envelope-from rob@switchblade.cyberpunkz.org)œ Posted-Date: Fri, 26 Oct 2001 01:45:46 -0500 (CDT) Received: (from rob@localhost) by switchblade.cyberpunkz.org (8.12.1/8.12.1/Submit) id f9Q6jjPH025777 for questions@freebsd.org; Fri, 26 Oct 2001 01:45:45 -0500 (CDT)?g (envelope-from rob) Date: Fri, 26 Oct 2001 01:45:45 -0500 From: Rob Andrews To: questions@freebsd.org Subject: apache & apache-ssl install on same machine. Message-ID: <20011026014545.A25692@switchblade.cyberpunkz.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am admittedly not an apache guru by any means.. However I have ran into an issue where I need a machine to be able to run apache plus apache-ssl on the same machine. Now the machine has three IP's attached to it to use so binding ports and IP's isn't really the problem. What I am wondering is this.. So as to keep from confusing myself that is.. Since upon attempting to install the ports of both of these I noticed that they both of course install into the same locations. This runs me into a problem with the configurations because in order for the ssl server portion to work correct it has to bind to a separate IP and ports than the standard apache server. Now since they both work out of the same directory structure I am wondering if anyone else has had to do this and what they recommend to make this work correctly so that both apache servers can take advanatage of other modules which would be installed on the system via the ports. Its a confusing and drawn out process but one that I really need to find some sanity on due to the fact there is no real mention in any of the ports about *not* doing this or how to avoid certain problems if you do install multiple servers and want to share other common ports on the same system for apache. Any ideas? Thanks in advance.. Rob Andrews Minneapolis, MN rob@cyberpunkz.org --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72QaZAXwJ9YLqJJURApYwAJ48wY3WhVdTt86Q4Ui6laGxmJDYpwCdE/Ul a3MUfCQiM6paRpP0hbM811E= =0XZS -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 23:48: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay1.chek.com (plotnick.chek.com [208.197.227.116]) by hub.freebsd.org (Postfix) with SMTP id B5DC437B406 for ; Thu, 25 Oct 2001 23:47:58 -0700 (PDT) Received: (qmail 10038 invoked from network); 26 Oct 2001 06:47:57 -0000 Received: from meowmix.chek.com (208.197.227.10) by mailrelay1.chek.com with SMTP; 26 Oct 2001 06:47:57 -0000 Received: (qmail 5554 invoked by uid 99); 26 Oct 2001 06:46:02 -0000 Date: 26 Oct 2001 06:46:02 -0000 Message-ID: <20011026064602.5553.qmail@meowmix.chek.com> From: "Humayun Ashraf" To: freebsd-questions@FreeBSD.ORG X-MASSMAIL: 1.0 X-Originating-IP: [65.27.20.198] Subject: Question... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Oct 26 00:46:33 shell inetd[777]: cannot clear logname: Operation not permitted Oct 26 00:46:33 shell inetd[777]: /var/run/inetd.pid: Permission denied Oct 26 00:46:33 shell inetd[777]: ftp/tcp: bind: Permission denied Oct 26 00:46:33 shell inetd[777]: comsat/udp: bind: Permission denied Oct 26 00:46:33 shell inetd[777]: ntalk/udp: bind: Permission denied Oct 26 00:46:33 shell inetd[777]: /etc/inetd.conf: syntax error Oct 26 00:53:13 shell inetd[783]: cannot clear logname: Operation not permitted Oct 26 00:53:13 shell inetd[783]: /var/run/inetd.pid: Permission denied Oct 26 00:53:13 shell inetd[783]: start: No such file or directory Oct 26 00:53:29 shell su: phyco to root on /dev/ttyp0 Oct 26 00:56:23 shell inetd[797]: /etc/inetd.conf: syntax error Oct 26 00:59:49 shell /kernel: arp: 65.27.21.225 moved from 00:50:3e:da:58:54 to 00:40:95:30:4a:fe on dc0 Oct 26 01:15:22 shell inetd[834]: /etc/inetd.conf: syntax error Oct 26 01:15:45 shell inetd[843]: /etc/inetd.conf: syntax error Oct 26 01:20:41 shell inetd[870]: /etc/inetd.conf: syntax error --------------------------------------------------------- This is what i find in my /var/log/messages....and i am unable to run inetd or even ftpd individually. I have asked around on IRC but no one had a clue why it was doing it.... inetd is in /etc/rc.conf but it wont run even when i reboot. -- shell# sysctl kern.securelevel kern.securelevel: -1 shell# -- Secure level is also untouched. everything else is fine..sshd is running but i dont know why its doing it to inetd. I would really appretiate a response. Thanks Phyco The #1 FREE E-mail on the Internet at http://www.Gotmail.com. Your Gotmail email address is available to you around the world anytime, all the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 25 23:48:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailin5.bigpond.com (mailin5.bigpond.com [139.134.6.78]) by hub.freebsd.org (Postfix) with ESMTP id 907AB37B406 for ; Thu, 25 Oct 2001 23:48:11 -0700 (PDT) Received: from host.apcs.com.au ([144.135.24.84]) by mailin5.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GLOON500.B0P for ; Wed, 24 Oct 2001 10:13:53 +1000 Received: from CPE-61-9-171-188.vic.bigpond.net.au ([61.9.171.188]) by bwmam06.mailsvc.email.bigpond.com(MailRouter V2.9k 8341/5850151); 24 Oct 2001 10:13:53 Message-Id: <5.1.0.14.2.20011024100244.00a6a5c0@mail.hot.net.au> X-Sender: aras@mail.hot.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 24 Oct 2001 10:07:56 +1000 To: freebsd-questions@freebsd.org From: Aras Vaichas Subject: re: cvsup Treelist failed FIXED Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found a fix (from three years ago) to the cvsup problem I was having. # ifconfig mtu 576 This fixed my problem, cvsup runs smoothly again. The problem does seem to be related to intermediate networks somehow. FYI, I am temporarily running my FreeBSD via a windows ME gateway for an ADSL connection, but I understand that people were having the same "Treelist failed" problem with several different configurations. much relieved to get ports again, Aras To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 0:17: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe57.law11.hotmail.com [64.4.16.192]) by hub.freebsd.org (Postfix) with ESMTP id F2EDB37B405 for ; Fri, 26 Oct 2001 00:16:56 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 26 Oct 2001 00:16:56 -0700 X-Originating-IP: [24.116.152.150] From: "Sivar" To: "Sam Suh" , "Korey Pelton" , References: <3BD84ED4.80FAE571@bigstudios.com> Subject: Re: modem not detected by probe- Not WinModem Date: Fri, 26 Oct 2001 01:27:43 -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 Message-ID: X-OriginalArrivalTime: 26 Oct 2001 07:16:56.0888 (UTC) FILETIME=[3232E380:01C15DEE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please forgive any MIME headers in this email: | Korey Pelton wrote: | > | > Hello Everyone, | > | > Is there something that I need to include in | > my kernel config file in order for my US | > Robotics 56k internal PCI modem to be detected | > by the FreeBSD 4.0 device probe? The modem is | > currently called an "unknown card" in my dmesg. | > | > Thanks, | > | > Korey | | Hi, Korey. | | Check the www.freebsd.org for compatibility of this modem card. I am | pretty sure it is "winmodem", not real hardware modem. If it is | "winmodem", then you are out of luck. Don't blame freeBSD though. This | kind of card will give you hard time even with Windows NT or 2000(Yuck!) | or linux, unless vendor had provided the driver for them. Addendum to Korey's email, his modem is a US Robotics Performance Pro -- Not a winmodem and not a hybrid hardware/software modem. The USR PP is a full 100% hardware controller-based modem. I have had it work in SuSE with no special config. (Not that this makes it a hardware MODEM, the actual specs say that it is a hardware modem--as hardware as a USR Courier internal purchased in 1993 before Winmodems really came about). The problem seems to be that FreeBSD doesn't want to believe that the modem is a serial controller. It makes a "COM5" in DOS terms, as do most internal modems. Seeing as how I have never configured any modem in FreeBSD--I just use ethernet--I really have no idea how to help past the handbook. Here is a quote from US Robotics webpage, www.usr.com/products/home/home-product.asp?sku=3CP5610A (and other parts of the page) "You'll also appreciate the flexibility of the Performance Pro Modem. The integrated controller supports DOS and Linux as well as Windows, so you can work with a wide range of applications. " "Controller-based for superior performance. Powerful communication processing functions are built into the modem itself; no need to tie up your computer's resources. " "Works with MS-DOS, Linux and Windows. Supports major operating systems; you're not limited to Windows applications. " Not a Winmodem. Really. Charles Burns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 0:24:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id 80F9E37B406 for ; Fri, 26 Oct 2001 00:24:35 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9Q7OYE40463 for freebsd-questions@FreeBSD.ORG; Fri, 26 Oct 2001 00:24:34 -0700 (PDT) (envelope-from kline) From: Gary Kline Message-Id: <200110260724.f9Q7OYE40463@tao.thought.org> Subject: what's on / that keeps filling up? To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Fri, 26 Oct 2001 00:24:34 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could it be that I got too ambitious with my /etc/newsyslog.conf log files? In recent days, my DNS server keeps overflowing its / slice. I've checked /var, /tmp, /root, plus /, and can't find what's causing stuff to fill up. Right now, / is at 99% capacity. Any clues on what I'm missing? TIA, people, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 0:24:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from torpy.unbc.ca (torpy.unbc.ca [142.207.144.60]) by hub.freebsd.org (Postfix) with ESMTP id E6D9B37B405 for ; Fri, 26 Oct 2001 00:24:37 -0700 (PDT) Received: from ugrad.unbc.ca (IDENT:root@ugrad.unbc.ca [142.207.112.20]) by torpy.unbc.ca (8.9.3/8.9.3) with ESMTP id AAA1780757 for ; Fri, 26 Oct 2001 00:24:31 -0700 (PDT) Received: from localhost (karlj000@localhost) by ugrad.unbc.ca (8.9.3/8.9.3) with ESMTP id AAA04532 for ; Fri, 26 Oct 2001 00:23:11 -0700 X-Authentication-Warning: ugrad.unbc.ca: karlj000 owned process doing -bs Date: Fri, 26 Oct 2001 00:23:11 -0700 (PDT) From: Jeremy Karlson To: freebsd-questions@freebsd.org Subject: Freeze installing 4.4-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm attempting to install 4.4-RELEASE from floppy. After "skipping the kernel config and continuing with the install" (from the initial menu), it begins probing devices. However, it freezes, where the last thing displayed is checking plip0. I've tried multiple floppies, and I've installed on this machine several times before, but I've never come across anything like this before. I have flipped through the release notes and list archives, but have not found anything that looks promising. Suggestions, anyone? Thanks. (PS - Not on the list, reply directly.) -- Jeremy Economics is extremely useful as a form of employment for economists. -- John Kenneth Galbraith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 0:43:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id C5BC137B406 for ; Fri, 26 Oct 2001 00:43:07 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA08420; Fri, 26 Oct 2001 09:42:01 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Mike Meyer" Cc: Subject: RE: ipfw rules for FTP - passive vs. active Date: Fri, 26 Oct 2001 09:45:40 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <15320.17295.222857.730255@guru.mired.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike, > It *is* possible. It's not easy. thank you :) > keep-state can't do this for you. It can be used to replace the > "established" rule you have for TCP, and there are pluses and minuses > to that. Using it for UDP is the real win, as it allows the return > packets through without jumping through hoops to do it. Having now carefully read up on ipfw's keep-state I figured out pretty much what you said here. Thanks for the confirmation. > The problem is that FTP does very much magic which very few people > use. But allowing for that magic in a firewall is a major PITA - > *especially* if both sides want firewalls! Agreed! I've seen that most people firewalling an FTP server insist on using active FTP connections (like me), and most people firewalling their LANs prefer the simple method of allowing out-bound TCP setups only, and hence insist on passive FTP. Catch 22! >Here are the ways I know around it: > > 1: Force your remote users to use active FTP. > > 2: Blow off ftp and put everything on a XXXXXX server that don't do > the magic and so don't have these problems. HTTP and various P2P > tools come to mind. > > 3: Open a *large* hole, either 1024-4999 or 49152-65535 depending on > the configuration of the base system ftpd. If you're using a > different ftpd, you'll have to check it's documentation. > > 4: Install an FTP proxy server outside the firewall. You then open > holes as above, but only for the proxy server, not for everyone. > > 5: Use firewall software that understands the ftp protocol, and adds a > dynamic rule for the incoming connection when the appropriate > packets go by. > > If there's another one, I haven't run into it. I've implemented all of > the above at one time or another, and prefer #2. > I have been using option (1) till now, but the pressure to back down is mounting. I'll look into (2). My FTP is not for general anonymous access. It is for exchange of data between trading partners, so I need to cater for "secure" connections with login and password controlling access to the server (don't laugh too loud please - I know FTPs "security" is, well, weak, but the users feel better knowing that they have given a password!). Will HTTP cater for file up-and-down loads with user authentication? I've tried pushing people to use scp (Putty's sister called pscp does a great job on Windoze platforms). However, the resistance to change is mind-boggling! :( And that resistance comes from the very same people who insist on having "secure" FTP logins and passwords. Go figure! Thanks Mike. Regards, Patrick O'Reilly. ----------------- I find this a nice feature but it is not according to the documentation. Or is it a BUG? Let's call it an accidental feature. :-) -- Larry Wall in <6909@jpl-devvax.JPL.NASA.GOV> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 0:56: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 7318F37B405 for ; Fri, 26 Oct 2001 00:55:43 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id JAA08714; Fri, 26 Oct 2001 09:54:21 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Eric Lam" , Subject: RE: IPFW Rules Help Date: Fri, 26 Oct 2001 09:58:00 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Eric. (Someone please shoot me if the following advice is totally ludicrous!!!) Eric, if this server is not actually a firewall, but an FTP/HTTP/SMB/SSH server, then I would personally not worry about ipfw, but be sure to configure each of those services correctly, and make sure that the box DOES NOT RESPOND to anything else. I would make sure that portmap is NOT running. I would start daemons to offer the various services (FTP, SSH, etc) on their respective ports, and I would make sure that inetd is NOT running. If you want inetd to fire up your FTP, then look at /etc/inetd.conf and make sure that there are NO OTHER SERVICES enabled, except for those you deliberately wish to offer. Anyway, wait and see what other responses you get to this message of mine before you follow this advice! :) PS: I have just been looking at check-state with FTP. See this discussion in the archive over the last couple of days: "ipfw rules for FTP - passive vs. active". The two do not really go together :( Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Eric Lam > Sent: 26 October 2001 03:19 > To: freebsd-questions@FreeBSD.ORG > Subject: IPFW Rules Help > > > Hello, I am attempting to construct an inclusive firewall, so > that all ports > and protocols (udp, tcp) are blocked by default, except ones specificed, > such as FTP, SSH, SMB, etc... However, I am not using natd or trying to > turn this into a router. I am just trying to secure the box so that only > specific services and their corresponding ports are open, and everything > else closed. xl0 is my ethernet card. the 207/206 ip's are my > dns servers. > Someone told me to do that checkstate stuff for ftp; I have no idea what > that is for, please advise on that. I am wondering did I do my rules > correctly. Thanks for your help. > > /sbin/ipfw add allow ip from any to any via lo0 > /sbin/ipfw add allow ip from any to any via xl0 > /sbin/ipfw add allow tcp from any to any 20 out xmit setup > /sbin/ipfw add allow tcp from any to any 21 out xmit setup > /sbin/ipfw add allow tcp from any to any 22 out xmit setup > /sbin/ipfw add allow tcp from any to any 23 out xmit setup > /sbin/ipfw add allow tcp from any to any 25 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.154 53 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.133 53 out xmit setup > /sbin/ipfw add allow tcp from any to 206.117.120.66 53 out xmit setup > /sbin/ipfw add allow tcp from any to any 80 out xmit setup > /sbin/ipfw add allow tcp from any to any 110 out xmit setup > /sbin/ipfw add allow tcp from any to any 139 out xmit setup > /sbin/ipfw add allow tcp from any to any 3128 out xmit setup > /sbin/ipfw add allow tcp from any to any via xl0 estab > /sbin/ipfw add allow udp from any to any 137 out xmit > /sbin/ipfw add check-state > /sbin/ipfw add allow tcp from any to any keep-state > /sbin/ipfw deny udp from any to any > /sbin/ipfw add 65435 deny ip from any to any > /sbin/ipfw add 65434 allow icmp from any to any > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 1:18:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from drex.staff.izr.com (drex.staff.izr.com [195.26.38.16]) by hub.freebsd.org (Postfix) with ESMTP id 8D08637B405 for ; Fri, 26 Oct 2001 01:18:55 -0700 (PDT) Received: by drex.staff.izr.com (Postfix, from userid 1001) id 11249337AA; Fri, 26 Oct 2001 09:18:53 +0100 (BST) Date: Fri, 26 Oct 2001 09:18:53 +0100 From: Mark Drayton To: questions@freebsd.org Subject: Re: Putty & SSH Message-ID: <20011026091852.B60096@drex.staff.izr.com> References: <006801c15dee$471d80c0$0901a8c0@system> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <006801c15dee$471d80c0$0901a8c0@system>; from mailings@analogon.com on Fri, Oct 26, 2001 at 09:16:24AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tom Beer (mailings@analogon.com) wrote: > I try to connect from my M$ to a Freebsd Box using Putty via SSH. The > keys were produced with the normal procedure under BSD. However, it is > not possible to connect without entering a user name and password. > This fails, cause I only want to connect via the ssh key and > configured sshd in that way. The log on BSD reads as follows: [snip debug] In PUtty: * put your username in the "Auto-login username" box in the connection settings * put the path to your key into the "Private key file for authentication" box in the SSH settings On the machine you're trying to SSH into: * put the same key into a text file called ~/.ssh/authorized_keys Obviously you need to have generated a key that doesn't ask for a passwprd for this to work. I hope this help. Ask more if it doesn't. Cheers, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 1:43:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id D95CA37B403 for ; Fri, 26 Oct 2001 01:43:34 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id 238FA1F2B; Fri, 26 Oct 2001 10:43:33 +0200 (CEST) Date: Fri, 26 Oct 2001 10:43:32 +0200 From: Rogier Steehouder To: Matt Lazarou Cc: freebsd-questions@freebsd.org Subject: Re: regarding freebsd Message-ID: <20011026104332.A4459@localhost> Mail-Followup-To: Rogier Steehouder , Matt Lazarou , freebsd-questions@freebsd.org References: <20011025202214.C970@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matt@lazarou.org on Fri, Oct 26, 2001 at 01:38:41AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-10-2001 01:38 (+0200), Matt Lazarou wrote: > Thanx for replying however i solved the problem last night. It was: > 1:ad(1,a)/kernel > I than did a fsck and it automatically rebooted into the X server for me. > > However i now have a new problem. the commands: top, top -d1, xterm -e > top, systat -vmstat, systat -i, systat -mbufs etc etc dot work no more. > Why is this: i get the message: geek@unixpros:/usr/home/geek$ top > top: nlist failed > i get that message when i try the other commands. > > Any help on how i can fix this problem even if it takes two days is truely > apperciated. Thank you hope to hear from you soon. These commands are tightly linked to the kernel. The only thing I can think of is that the kernel is older/newer than the rest of the system, but I am not sure. With kind regards, Rogier Steehouder > -----Original Message----- > From: Rogier Steehouder > To: Matt Lazarou > Date: Thu, 25 Oct 2001 20:22:15 +0200 > Subject: Re: regarding freebsd > > > On 23-10-2001 23:02 (+0200), Matt Lazarou wrote: > > > Hi There, > > > > > > I had my FreeBSD box running for 26 days when i got home from work > > today > > > the system was frozen so i killed the x server and it wouldn't let me > > > relogin in. Now when i restarted my computer... and tryed booting > > back > > > into FreeBSD i got the message: > > > FreeBSD/i386 BOOT > > > Default: 0:ad0(0,a),a > > > Boot: > > > > > > Also the message invaild partition however the core os of the system > > is > > > installed on ad1 my secondary drive. Any clue what i should type to > > fix > > > the problem i tryed: > > > ad1(1,a)/kernel > > > nothing any help would be apperciated. > > > > It's a bit late, but try ad1(0,a)/kernel. As I understand it the device > > name translates as: > > /dev/ad0s1a -> ad0(0,a) > > /dev/ad1s2f -> ad1(1,f) etc. -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 1:51: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id CDE4A37B405 for ; Fri, 26 Oct 2001 01:51:01 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x2gr-0004LU-00; Fri, 26 Oct 2001 09:50:09 +0100 Date: Fri, 26 Oct 2001 09:50:09 +0100 From: Ceri To: chia an Cc: freebsd-questions@FreeBSD.org Subject: Re: how to mount ntfs partition Message-ID: <20011026095009.A8919@cartman.private.techsupport.co.uk> References: <20011019090310.A1321@it.canterbury.ac.nz> <20011026025459.81155.qmail@web13501.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026025459.81155.qmail@web13501.mail.yahoo.com>; from alan_qc@yahoo.com on Thu, Oct 25, 2001 at 07:54:59PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 07:54:59PM -0700, chia an said: > someone know how to mount ntfs partition, please help > me, thank for ur attention mkdir /MyNTFS && mount -r -t ntfs /dev/whatever /MyNTFS where /dev/whatever is the device file for the relevant slice, and /MyNTFS is the directory that your NTFS filesystem will be mounted on (certain operating systems vendors would have you believe that this kind of naming scheme makes the system more user-friendly). This will mount the partition read-only; the driver is not yet ready to write to NTFS filesystems safely (see mount_ntfs(8)). Ceri -- I can please only one person per day. Today is not your day. Tomorrow isn't looking good either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 1:59:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id BDCE037B403 for ; Fri, 26 Oct 2001 01:59:20 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x2ou-0004zk-00; Fri, 26 Oct 2001 09:58:28 +0100 Date: Fri, 26 Oct 2001 09:58:28 +0100 From: Ceri To: Humayun Ashraf Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question... Message-ID: <20011026095828.C8919@cartman.private.techsupport.co.uk> References: <20011026064602.5553.qmail@meowmix.chek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026064602.5553.qmail@meowmix.chek.com>; from humayun@gotmail.com on Fri, Oct 26, 2001 at 06:46:02AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 06:46:02AM -0000, Humayun Ashraf said: > Oct 26 00:46:33 shell inetd[777]: cannot clear logname: Operation not permitted > Oct 26 00:46:33 shell inetd[777]: /var/run/inetd.pid: Permission denied > Oct 26 00:46:33 shell inetd[777]: ftp/tcp: bind: Permission denied > Oct 26 00:46:33 shell inetd[777]: comsat/udp: bind: Permission denied > Oct 26 00:46:33 shell inetd[777]: ntalk/udp: bind: Permission denied > Oct 26 00:46:33 shell inetd[777]: /etc/inetd.conf: syntax error > Oct 26 00:53:13 shell inetd[783]: cannot clear logname: Operation not permitted > Oct 26 00:53:13 shell inetd[783]: /var/run/inetd.pid: Permission denied > Oct 26 00:53:13 shell inetd[783]: start: No such file or directory > Oct 26 01:15:22 shell inetd[834]: /etc/inetd.conf: syntax error > Oct 26 01:15:45 shell inetd[843]: /etc/inetd.conf: syntax error > Oct 26 01:20:41 shell inetd[870]: /etc/inetd.conf: syntax error At this point, I feel posting a copy of your /etc/inetd.conf may be appropriate. Ceri -- We've tried this God stuff long enough. It's time for a change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 2: 3:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id CA1DD37B401 for ; Fri, 26 Oct 2001 02:03:53 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x2tD-0005Jc-00; Fri, 26 Oct 2001 10:02:55 +0100 Date: Fri, 26 Oct 2001 10:02:55 +0100 From: Ceri To: Gary Kline Cc: FreeBSD Mailing List Subject: Re: what's on / that keeps filling up? Message-ID: <20011026100255.D8919@cartman.private.techsupport.co.uk> References: <200110260724.f9Q7OYE40463@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110260724.f9Q7OYE40463@tao.thought.org>; from kline@tao.thought.org on Fri, Oct 26, 2001 at 12:24:34AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 12:24:34AM -0700, Gary Kline said: > > > Could it be that I got too ambitious with my /etc/newsyslog.conf > log files? It could. But we'll never know unless we see it :) > In recent days, my DNS server keeps overflowing > its / slice. Where is your DNS server's idea of / ? Are you sure it's the DNS server that's doing it, as you don't sound too sure below. > I've checked /var, /tmp, /root, plus /, and can't > find what's causing stuff to fill up. Right now, / is at 99% > capacity. du is your friend. Ceri -- I probably wouldn't like you. Really. I really probably wouldn't like you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 2:13:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id C85B137B401 for ; Fri, 26 Oct 2001 02:13:10 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id 9568D1F2B; Fri, 26 Oct 2001 11:13:09 +0200 (CEST) Date: Fri, 26 Oct 2001 11:13:09 +0200 From: Rogier Steehouder To: Eric Lam Cc: freebsd-questions@freebsd.org Subject: Re: IPFW Rules Help Message-ID: <20011026111309.B4520@localhost> Mail-Followup-To: Rogier Steehouder , Eric Lam , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from elam101083@earthlink.net on Thu, Oct 25, 2001 at 06:18:46PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-10-2001 18:18 (-0700), Eric Lam wrote: > Hello, I am attempting to construct an inclusive firewall, so that all ports > and protocols (udp, tcp) are blocked by default, except ones specificed, > such as FTP, SSH, SMB, etc... However, I am not using natd or trying to > turn this into a router. I am just trying to secure the box so that only > specific services and their corresponding ports are open, and everything > else closed. xl0 is my ethernet card. the 207/206 ip's are my dns servers. > Someone told me to do that checkstate stuff for ftp; I have no idea what > that is for, please advise on that. I am wondering did I do my rules > correctly. Thanks for your help. There are some problems I can see. > /sbin/ipfw add allow ip from any to any via lo0 > /sbin/ipfw add allow ip from any to any via xl0 This would allow everything. All other rules are ignored. > /sbin/ipfw add allow tcp from any to any 20 out xmit setup > /sbin/ipfw add allow tcp from any to any 21 out xmit setup > /sbin/ipfw add allow tcp from any to any 22 out xmit setup > /sbin/ipfw add allow tcp from any to any 23 out xmit setup > /sbin/ipfw add allow tcp from any to any 25 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.154 53 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.133 53 out xmit setup > /sbin/ipfw add allow tcp from any to 206.117.120.66 53 out xmit setup > /sbin/ipfw add allow tcp from any to any 80 out xmit setup > /sbin/ipfw add allow tcp from any to any 110 out xmit setup > /sbin/ipfw add allow tcp from any to any 139 out xmit setup > /sbin/ipfw add allow tcp from any to any 3128 out xmit setup These would allow you to make connections to others, but not others to connect to you. Besides DNS uses UDP, not TCP. > /sbin/ipfw add allow tcp from any to any via xl0 estab This should go first. It will speed up checking by not going through the whole list for every packet. > /sbin/ipfw add allow udp from any to any 137 out xmit > /sbin/ipfw add check-state > /sbin/ipfw add allow tcp from any to any keep-state This would again allow everything. > /sbin/ipfw deny udp from any to any > /sbin/ipfw add 65435 deny ip from any to any > /sbin/ipfw add 65434 allow icmp from any to any My rules are somewhat as follows: ----- Firewall rules ----- fwcmd="/sbin/ipfw -q" ip="" pips="" # Empty ruleset $fwcmd -f flush # Loopback device $fwcmd add 100 allow all from any to any via lo0 $fwcmd add 110 deny all from any to 127.0.0.0/8 # Allow established TCP connections $fwcmd add 1000 allow tcp from any to any established # Allow outgoing TCP connections $fwcmd add allow tcp from $ip to any setup # Use 'keep-state' to allow UDP and ICMP packets and their answers $fwcmd add check-state $fwcmd add allow udp from $ip to any keep-state $fwcmd add allow icmp from $ip to any keep-state # Open up servers for privileged IP addresses if [ -n "$pips" ]; then for pip in $pips; do # HTTP $fwcmd add 20001 allow log tcp from $pip to any 80 # FTP (passive) $fwcmd add 20002 allow log tcp from $pip to any 20,21 $fwcmd add 20002 allow log tcp from $pip to any 49152-65535 # Any other services you want to allow done fi # SSH $fwcmd add 50001 allow log tcp from any to any 22 # Explicitly deny everything else $fwcmd add 65000 deny all from any to any ----- End of firewall rules ----- You should read the ipfw man-page and study /etc/rc.firewall as an example. With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 2:25:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sunny.pacific.net.sg (sunny.pacific.net.sg [203.120.90.127]) by hub.freebsd.org (Postfix) with ESMTP id A40BD37B40B for ; Fri, 26 Oct 2001 02:25:14 -0700 (PDT) Received: from smtp2.pacific.net.sg (smtp2.pacific.net.sg [203.120.90.169]) by sunny.pacific.net.sg with ESMTP id f9Q9PCi03119 for ; Fri, 26 Oct 2001 17:25:12 +0800 (SGT) Received: from ap_280868.pacific.net.sg ([203.208.143.98]) by smtp2.pacific.net.sg with ESMTP id f9Q9PCv14422 for ; Fri, 26 Oct 2001 17:25:12 +0800 Message-Id: <5.1.0.14.0.20011026173002.00a44de0@po.pacific.net.sg> X-Sender: nchee_hoong@po.pacific.net.sg X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 17:31:28 +0800 To: questions@freebsd.org From: Kelvin Ng Chee Hoong Subject: Change Prompt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ; > I use bash shell in my FreeBSD machine . How do I change a promt from > "$" to "#" when I login as superuser from normal user to root ? > > > my .bashrc script looks as following ..... > > PS1="[\u@\h: \w]\$ " > alias ls='ls -F' > alias cp='cp -i' > alias mv='mv -i' > alias rm='rm -i > > > Another question , what is the function of PS2 and when to use it ? Please > advise .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 3:37:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from new-smtp2.ihug.com.au (new-smtp2.ihug.com.au [203.109.250.28]) by hub.freebsd.org (Postfix) with ESMTP id 181DC37B405 for ; Fri, 26 Oct 2001 03:37:48 -0700 (PDT) Received: from motha (p437-tnt1.syd.ihug.com.au [203.173.129.183]) by new-smtp2.ihug.com.au (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id UAA29127; Fri, 26 Oct 2001 20:37:37 +1000 From: syncman@ihug.com.au X-Authentication-Warning: new-smtp2.ihug.com.au: Host p437-tnt1.syd.ihug.com.au [203.173.129.183] claimed to be motha To: Kelvin Ng Chee Hoong Date: Fri, 26 Oct 2001 20:34:56 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Change Prompt Cc: questions@freebsd.org Message-ID: <3BD9C8F0.9313.25CFA56@localhost> In-reply-to: <5.1.0.14.0.20011026173002.00a44de0@po.pacific.net.sg> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi ; > I use bash shell in my FreeBSD machine . How do I change a promt from > "$" to "#" when I login as superuser from normal user to root ? > > > my .bashrc script looks as following ..... > > PS1="[\u@\h: \w]\$ " > alias ls='ls -F' > alias cp='cp -i' > alias mv='mv -i' > alias rm='rm -i > > > Another question , what is the function of PS2 and when to use it ? Please > advise .... Hi Kelvin, Bash automatically expands "\$" in PS{1,2} to "#" for user ID 0 and "$" for any other user ID. PS2 is used when additional input is needed from the user, such as in the following example: syncman@viper ~$ echo PS2=\'$PS2\' PS2='> ' syncman@viper ~$ for x in hello world > do echo $x > done hello world syncman@viper ~$ See the PROMPTING section in the bash(1) manual page for more information. - Syncman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 3:40: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dwec.ru (mail.dwec.ru [194.84.175.18]) by hub.freebsd.org (Postfix) with ESMTP id 1ACE337B405 for ; Fri, 26 Oct 2001 03:39:58 -0700 (PDT) Received: (from root@localhost) by mail.dwec.ru (8.11.6/8.11.6/host:mail.dwec.ru v2.3 19-Sep-2001) id f9QAd4i22251 for questions@freebsd.org.KAV; Fri, 26 Oct 2001 14:39:04 +0400 (MSD) (envelope-from o.ivanov@dwec.ru) Received: from ivanov (gatekeeper [194.84.175.20]) by mail.dwec.ru (8.11.6/8.11.6/host:mail.dwec.ru v2.3 19-Sep-2001) with SMTP id f9QAcvZ22243 for ; Fri, 26 Oct 2001 14:39:01 +0400 (MSD) (envelope-from o.ivanov@dwec.ru) Message-ID: <001201c15e0a$602054a0$080ba8c0@dwec.ru> From: "Oleg Y. Ivanov" To: Subject: socks5 port Date: Fri, 26 Oct 2001 14:38:11 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all Maybe it was asked before , but anyway - is it possible to compile socks5 port with '--with-threads' option ? In my case make complains about missing pthread_mutex P.S. Please CC me 'cause I'm not subscribed to this list. ------------------------------------------------------- Sincerely Yours , Oleg Y. Ivanov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 4: 1:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cyclone.tornadogroup.com (cyclone.tornadogroup.com [212.172.155.83]) by hub.freebsd.org (Postfix) with ESMTP id 5AE5537B403; Fri, 26 Oct 2001 04:01:01 -0700 (PDT) Received: from claudette.e1.tornadogroup.com (root@claudette.e1.tornadogroup.com [192.168.0.77]) by cyclone.tornadogroup.com (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id f9QB0sE01364; Fri, 26 Oct 2001 12:00:55 +0100 (BST) Received: from tornadogroup.com (matthew@localhost [127.0.0.1]) by claudette.e1.tornadogroup.com (8.11.6/8.11.6) with ESMTP id f9QB1h982242; Fri, 26 Oct 2001 12:01:43 +0100 (BST) (envelope-from matthew.seaman@tornadogroup.com) Message-ID: <3BD94295.24C7A9C@tornadogroup.com> Date: Fri, 26 Oct 2001 12:01:41 +0100 From: Matthew Seaman X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: "Hartmann, O." Cc: AMAKAWA Shuhei , freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: NIS/YP problems using pw(8) References: <20011025205259.W1888-100000@klima.physik.uni-mainz.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Hartmann, O." wrote: > But the automated creation of home directories still won't work with this > configuration. Updating etc. of user passwords now works from the whole LAN. > pw(8) creates the appropriate entries in master.passwd (NIS/YP type), but it > does not create the home directory, as expected with the -m flag. Why? Does > pw(8) need a master.passwd in /etc/?? I've seen that before. Passing the -V flag to pw(8) causes the PWALTDIR() macro to evaluate to true, which disables certain operations to do with creating or deleting files and directories, in particular at around line 747 of pw_user.c ($FreeBSD: src/usr.sbin/pw/pw_user.c,v 1.34.2.10 2001/10/15 13:46:09 dd Exp $) which is what you're seeing. I'd assumed that this was done for security reasons, but on reflection, it does seem a little draconian. Perhaps the test should be that the alternate etcdir location is a directory which isn't writable by anyone other than root: (Warning: untested code...) claudette:...src/usr.sbin/pw:# diff -u pw.c.orig pw.c --- pw.c.orig Fri Oct 26 10:34:50 2001 +++ pw.c Fri Oct 26 11:57:32 2001 @@ -34,6 +34,8 @@ #include #include #include +#include +#include #include "pw.h" #if !defined(_PATH_YP) @@ -92,7 +94,7 @@ static int getindex(const char *words[], const char *word); static void cmdhelp(int mode, int which); - +static int issecure(const char *etcpath); int main(int argc, char *argv[]) @@ -221,7 +223,9 @@ config = malloc(MAXPATHLEN); snprintf(config, MAXPATHLEN, "%s/pw.conf", etcpath); } - memcpy(&PWF, &VPWF, sizeof PWF); + if (!issecure(etcpath) { + memcpy(&PWF, &VPWF, sizeof PWF); + } setpwdir(etcpath); setgrdir(etcpath); } @@ -448,4 +452,21 @@ ca->val = argstr; LIST_INSERT_HEAD(_args, ca, list); return ca; +} + +static int +issecure(const char *etcpath) +{ + struct stat stat_buf; + int ret; + int rc = 0; + + ret = lstat(etcpath, &stat_buf); + if (ret == 0 && \ + stat_buf.st_uid == 0 && \ + S_ISDIR(stat_buf.st_mode) && \ + (stat_buf.st_mode & (S_IWGRP|S_IWOTH)) == 0) { + rc = 1; + } + return rc; } Matthew -- Matthew Seaman 01628 498661 Abeo, abeo, abeo, actum est, comites! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 4:26:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id 150D137B403 for ; Fri, 26 Oct 2001 04:26:51 -0700 (PDT) Received: from phreaker.net (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id EB353300EF for ; Fri, 26 Oct 2001 11:26:52 +0000 (UTC) Received: from win98 (isdnppp-80.vestfold.net [217.65.226.80]) by zagnut.hotpop.com (Postfix) with ESMTP id 7520050027 for ; Fri, 26 Oct 2001 11:26:45 +0000 (UTC) From: webdude@phreaker.net To: freebsd-questions@freebsd.org Date: Fri, 26 Oct 2001 13:28:53 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: HELP!!! Init fails, can't boot ! Message-ID: <3BD96515.13081.5FAC05@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After a (so far I can tell) successfull upgrade procedure from FreeBSD 4.3 release to 4.4 stable, I reboot after a 'make installworld' and see the following msg. after getting thrown into single user mode: ' init: fatal signal: bus error' and a reference to ufs: /dev/ad0s1a Trying to boot my previous kernel or the generic one also fails w/ the same msg. I fsck'ed all partitions, no errors were found. But: I recently had fsck find inconsistencies on my ad0 HD related to soft updates (they are turned on for /var and /usr) that had made it impossible for me to delete a directory in /usr/ports, causing in turn the ports upgrade procedure to fail. That got fixed, however. I am to assume there is something wrong w/ my harddisk ? On _rare_ occasions, I HAVE seen the BIOS msg: 'Primary Master hard disk failed' Or is my motherboard causing this ? At any rate, I am now doomed to use MS Windows until someone gives me a hint or two (talk about incentive!) Inge E. Syvertsen ies@runbox.no *** Crying won't help you, praying won't do you no good *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 4:30:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 234C937B405 for ; Fri, 26 Oct 2001 04:30:35 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id f9QBULj76939; Fri, 26 Oct 2001 21:30:21 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-149.aipo.gov.au(192.168.1.149) by pericles.IPAustralia.gov.au via smap (V2.1) id xma076935; Fri, 26 Oct 01 21:30:06 +1000 Received: (from anwsmh@localhost) by stan.aipo.gov.au (8.11.1/8.11.1) id f9QBUI600586; Fri, 26 Oct 2001 21:30:18 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh set sender to anwsmh@IPAustralia.Gov.AU using -f Date: Fri, 26 Oct 2001 21:30:18 +1000 From: Stanley Hopcroft To: Matthew Emmerton Cc: Questions@FreeBSD.ORG Subject: Re: Does anyone know how to fix MODE_SENSE_BIG - 'happened' after 3.x-R (all 4.x to date have it) ? Message-ID: <20011026213016.B372@IPAustralia.Gov.AU> References: <20011025200217.A371@IPAustralia.Gov.AU> <20011026070556.B378@IPAustralia.Gov.AU> <008a01c15db1$82d5aa80$1200a8c0@gsicomp.on.ca> <20011026105653.D2132@IPAustralia.Gov.AU> <00d801c15dc0$ec7689a0$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00d801c15dc0$ec7689a0$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Thu, Oct 25, 2001 at 09:52:49PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, Once again thank you very much for your helpful and encouraging words. This is no big deal in many ways since I have a workable useful system that I wouldn't exchange for anything else. The letter was partly inspired by the difficulty as I saw it, of __anyone__ getting an answer to a problem that has been asked about for months. I realise the constraints, and that since I am unlikely to contribute anything apart from the odd buck from my employers CD purchases and evangelism, perhaps my expectations ar unrealistic, but I found this depressing and evocative of the attitude of companies like Microsoft - the customers are happy or if they are not, it's because they don't understand. Thank you, Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft IP Australia Network Specialist +61 2 6283 3189 +61 2 6281 1353 (FAX) Stanley.Hopcroft@IPAustralia.Gov.AU ------------------------------------------------------------------------ "Picture the sun as the origin of two intersecting 6-dimensional hyperplanes from which we can deduce a certain transformational sequence which gives us the terminal velocity of a rubber duck ..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 4:33:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id 4BF6C37B418 for ; Fri, 26 Oct 2001 04:33:20 -0700 (PDT) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.11.3/8.11.3) with ESMTP id f9QBXJR84735 for ; Fri, 26 Oct 2001 06:33:19 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200110261133.f9QBXJR84735@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Subject: Re: The system has no more ptys. Date: Fri, 26 Oct 2001 06:33:19 -0500 From: "Martin G. McCormick" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What appears to have happened is that every ttyp# file in /dev should be owned by root and in group wheel when not in use at which time it is owned by the uid of the user and in group tty as in crw--w---- 1 martin tty 5, 0 Oct 26 05:31 ttyp0 When I killed off those stuck expect scripts and sh processes, they never ended properly so the ttyp# ports didn't get restored to what they normally look like which is chmod 666 and owned by root in the wheel group as in crw-rw-rw- 1 root wheel 5, 2 Oct 26 02:00 ttyp2 Every single ttyp# on this system that wasn't owned by a fortunate few who stay logged in most of the time got left in a state where they were owned by root and in group tty as in crw--w---- 1 root tty 5, 16 Oct 24 15:13 ttypg This is because root called the scripts that failed. It turned out that /dev/MAKEDEV ttyp* was not useful in globally repairing the damage because those ttys all appeared to be serving customers. I ended up grepping /dev/ttyp* for all ttyp# ports that were stuck and using chmod 666 and chgrp to reset them to their proper state. My question is, was there a better and faster way to do this? I think this problem was several weeks in the making with a tty getting eaten each time a script got hung up. I certainly will try to raise the IQ of the expect script that caused this mechanized denial of service so that it can time out if something goes wrong, but that is neither here nor there. Is there an already existing way to recover ttys that are no longer serving the user who called them? Martin McCormick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 4:37: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from portal.one.ee (mail.one.ee [195.222.16.194]) by hub.freebsd.org (Postfix) with ESMTP id 2CDCE37B405 for ; Fri, 26 Oct 2001 04:37:03 -0700 (PDT) Received: from www1.one.lv (portal.one.lv [194.9.175.42]) by portal.one.ee (8.11.2/8.10.1) with ESMTP id f9QBcl715839 for ; Fri, 26 Oct 2001 13:38:47 +0200 Message-ID: <2860397.1004096489154.JavaMail.root@www1.one.lv> Date: Fri, 26 Oct 2001 14:41:29 +0300 (EEST) From: Mihail Atamanskij To: "freebsd-questions@FreeBSD.ORG" Subject: Samba : The network is busy Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howe I can fix this error? What's I need to do?!?Help!!!!! --> http://www.one.lv - your number one mobile e-mail service! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5: 3:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 0223737B406 for ; Fri, 26 Oct 2001 05:03:45 -0700 (PDT) Received: by mail.interchange.ca (Fastmailer, from userid 555) id D72F8226B; Fri, 26 Oct 2001 08:03:09 -0400 (EDT) MIME-Version: 1.0 Message-Id: <3BD950FD.000037.20722@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_9TATMXS00M3NTT4D7TH0" To: kstewart@owt.com Subject: Re: problems with kde 2.2.2 Cc: questions@FreeBSD.ORG From: "Jeff MacDonald" X-Fastmail-IP: 142.177.210.115 Date: Fri, 26 Oct 2001 08:03:09 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_9TATMXS00M3NTT4D7TH0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit It's a dual 300 so it's not that bad. Basically i pkg_delete'd everything that depended on the old png, then i removed all of kde, and did a fresh install of the newest png from ports. then installed kde with sysinstall. problem being , now when i start kde it says libpng.so.4 cannot be found. there is a libpng.so.5 in /usr/local/lib.. now what ? [btw thanksf for the patience so far] jeff. > > > Jeff MacDonald wrote: >> >> ok, thanks >> >> this is gonna be fun :) > > I was reading what I typed. I implied more than I meant. You don't > have to upgrade all of them. Just the ones that use the parts that > you update for KDE-2.2. If you have a slow machine, downloading > packages can be faster. > > Kent > >> >>> >>> >>> Jeff MacDonald wrote: >>>> >>>> According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, >>>> pkg_delete won't let me kill png 1.0.10 cause alot of things >>>> depend on it. >>> >>> KDE-2.2 is sig11'ing because of your incomplete setup. Once you >>> decided to go with KDE-2.2, you don't have any choice on the >>> other ports. You have to update them to. >>> >>> Kent >>> >>>> >>>>> >>>>> >>>>> Jeff MacDonald wrote: >>>>>> >>>>>> Hello, >>>>>> >>>>>> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. >>>>>> >>>>>> It seem to load up fine and work, except the K icon is >>>>>> missing along with all the other KDE related icons, also >>>>>> things like Control Center, and Koffice apps all SIG-11 on >>>>>> me. >>>>>> >>>>>> Has anyone elese run into this ? >>>>> >>>>> Check your dependancies. You probably have something like >>>>> png-1.0.x installed and not png-1.2.0 or something like this. >>>>> >>>>> Kent >>>>> >>>>>> >>>>>> Jeff. >>>>>> _____________________________________________________________ >>>>>> http://fastmail.ca/ - Fast Free Web Email for Canadians >>>> >>>> _______________________________________________________________ >>>> http://fastmail.ca/ - Fast Free Web Email for Canadians >>> >>> -- >>> Kent Stewart >>> Richland, WA >>> >>> mailto:kbstew99@hotmail.com >>> http://users.owt.com/kstewart/index.html >>> FreeBSD News http://daily.daemonnews.org/ >> >> _________________________________________________________________ >> http://fastmail.ca/ - Fast Free Web Email for Canadians > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://users.owt.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_9TATMXS00M3NTT4D7TH0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:14:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.all.org (bdsl.66.12.117.154.gte.net [66.12.117.154]) by hub.freebsd.org (Postfix) with ESMTP id 2399337B403 for ; Fri, 26 Oct 2001 05:14:20 -0700 (PDT) Message-ID: <3BD95392.8040802@nicholasofmyra.org> Date: Fri, 26 Oct 2001 08:14:10 -0400 From: Joseph MIME-Version: 1.0 To: Rogier Steehouder Cc: Eric Lam , freebsd-questions@FreeBSD.ORG Subject: Re: IPFW Rules Help References: <20011026111309.B4520@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > >Besides DNS uses UDP, not TCP. > Actually, DNS uses UDP first. If a connection cannot be established, it will try TCP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:21:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.all.org (bdsl.66.12.117.154.gte.net [66.12.117.154]) by hub.freebsd.org (Postfix) with ESMTP id 451E637B403 for ; Fri, 26 Oct 2001 05:21:07 -0700 (PDT) Message-ID: <3BD9551E.4050505@nicholasofmyra.org> Date: Fri, 26 Oct 2001 08:20:46 -0400 From: Joseph MIME-Version: 1.0 To: "Patrick O'Reilly" Cc: Eric Lam , freebsd-questions@FreeBSD.ORG Subject: Re: IPFW Rules Help References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick O'Reilly wrote: > >Eric, if this server is not actually a firewall, but an FTP/HTTP/SMB/SSH >server, then I would personally not worry about ipfw, but be sure to >configure each of those services correctly, and make sure that the box DOES >NOT RESPOND to anything else. > The advice you gave is good, however, I, personally, still prefer to configure the firewall rules. They help to catch configuration errors/changes made by you and other authorized personnel. They help to assure that a trojan cannot suddenly open a hole. They also allow you to log suspicious network activity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:31:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx2037703-a.kenner1.la.home.com (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id 4EF7B37B401 for ; Fri, 26 Oct 2001 05:31:12 -0700 (PDT) Received: (from conrads@localhost) by cx2037703-a.kenner1.la.home.com (8.11.6/8.11.6) id f9QCV3U98417; Fri, 26 Oct 2001 07:31:03 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011026104332.A4459@localhost> Date: Fri, 26 Oct 2001 07:31:03 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Rogier Steehouder Subject: Re: regarding freebsd Cc: freebsd-questions@FreeBSD.ORG, Matt Lazarou Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Oct-2001 Rogier Steehouder wrote: > On 26-10-2001 01:38 (+0200), Matt Lazarou wrote: >> Thanx for replying however i solved the problem last night. It was: >> 1:ad(1,a)/kernel >> I than did a fsck and it automatically rebooted into the X server for >> me. >> >> However i now have a new problem. the commands: top, top -d1, xterm -e >> top, systat -vmstat, systat -i, systat -mbufs etc etc dot work no more. >> Why is this: i get the message: geek@unixpros:/usr/home/geek$ top >> top: nlist failed >> i get that message when i try the other commands. >> > These commands are tightly linked to the kernel. The only thing I can > think of is that the kernel is older/newer than the rest of the system, > but I am not sure. > > With kind regards, Rogier Steehouder I finally realized last night that what Matt had been doing all this time was selecting the wrong FreeBSD partition in the boot manager. One of his partitions, which is used only for data storage, got inadvertently set bootable in fdisk, and it was that one that he was choosing at the boot manager prompt (since it did, indeed, say "F2 FreeBSD"). Once I realized what he was doing and told him to use F5 instead to boot from the second drive, all was well. -- Conrad Sabatier "The climate of Bombay is such that its inhabitants have to live elsewhere." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:44:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id E8A6637B403; Fri, 26 Oct 2001 05:44:39 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f9QCj5h23090; Fri, 26 Oct 2001 08:45:06 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9QCjKR82495; Fri, 26 Oct 2001 08:45:20 -0400 (EDT) (envelope-from leblanc) Date: Fri, 26 Oct 2001 08:45:20 -0400 From: Louis LeBlanc To: questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: ipfw rules for FTP - passive vs. active Message-ID: <20011026084520.B82301@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <15320.17295.222857.730255@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/26/01 09:45 AM, Patrick O'Reilly sat at the `puter and typed: > > . . . > > I have been using option (1) till now, but the pressure to back down is > mounting. I'll look into (2). My FTP is not for general anonymous access. > It is for exchange of data between trading partners, so I need to cater for > "secure" connections with login and password controlling access to the > server (don't laugh too loud please - I know FTPs "security" is, well, weak, > but the users feel better knowing that they have given a password!). Will > HTTP cater for file up-and-down loads with user authentication? Oh, yes. It will do so very well and more to the taste of your typical PHB or everyday suit. You'll have to know perl fairly well, or at least Apache (or IIS, if the local PHB didn't wake up with CodeRed and Nimda) authentication configuration. Http can be used to change configurations, modify databases, transfer files (both ways) and a plethora of other things you may not even have thought of as applicable to whatever problem you're trying to solve. > I've tried pushing people to use scp (Putty's sister called pscp does a > great job on Windoze platforms). However, the resistance to change is > mind-boggling! :( And that resistance comes from the very same people who > insist on having "secure" FTP logins and passwords. Go figure! Exactly. But putting ftp on an SSL connection is less than trivial. Search the OpenSSL users mailing list archives to find out. However, putting HTTP on an SSL connection *is* fairly trivial. And the interface is completely configurable. And it will be much easier to sell to your typical suit - expecially when you tell them that it can be much more secure, with client and server authentication, as well as a password. /rant Now I need to get off this horse :) HTH Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ job interview, n.: The excruciating process during which personnel officers separate the wheat from the chaff -- then hire the chaff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:44:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id E8A6637B403; Fri, 26 Oct 2001 05:44:39 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f9QCj5h23090; Fri, 26 Oct 2001 08:45:06 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9QCjKR82495; Fri, 26 Oct 2001 08:45:20 -0400 (EDT) (envelope-from leblanc) Date: Fri, 26 Oct 2001 08:45:20 -0400 From: Louis LeBlanc To: questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: ipfw rules for FTP - passive vs. active Message-ID: <20011026084520.B82301@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <15320.17295.222857.730255@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/26/01 09:45 AM, Patrick O'Reilly sat at the `puter and typed: > > . . . > > I have been using option (1) till now, but the pressure to back down is > mounting. I'll look into (2). My FTP is not for general anonymous access. > It is for exchange of data between trading partners, so I need to cater for > "secure" connections with login and password controlling access to the > server (don't laugh too loud please - I know FTPs "security" is, well, weak, > but the users feel better knowing that they have given a password!). Will > HTTP cater for file up-and-down loads with user authentication? Oh, yes. It will do so very well and more to the taste of your typical PHB or everyday suit. You'll have to know perl fairly well, or at least Apache (or IIS, if the local PHB didn't wake up with CodeRed and Nimda) authentication configuration. Http can be used to change configurations, modify databases, transfer files (both ways) and a plethora of other things you may not even have thought of as applicable to whatever problem you're trying to solve. > I've tried pushing people to use scp (Putty's sister called pscp does a > great job on Windoze platforms). However, the resistance to change is > mind-boggling! :( And that resistance comes from the very same people who > insist on having "secure" FTP logins and passwords. Go figure! Exactly. But putting ftp on an SSL connection is less than trivial. Search the OpenSSL users mailing list archives to find out. However, putting HTTP on an SSL connection *is* fairly trivial. And the interface is completely configurable. And it will be much easier to sell to your typical suit - expecially when you tell them that it can be much more secure, with client and server authentication, as well as a password. /rant Now I need to get off this horse :) HTH Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ job interview, n.: The excruciating process during which personnel officers separate the wheat from the chaff -- then hire the chaff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 5:48: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id F038D37B401 for ; Fri, 26 Oct 2001 05:48:01 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x6Np-0005Pl-00; Fri, 26 Oct 2001 13:46:45 +0100 Date: Fri, 26 Oct 2001 13:46:45 +0100 From: Ceri To: Joseph Cc: Rogier Steehouder , Eric Lam , freebsd-questions@FreeBSD.ORG Subject: Re: IPFW Rules Help Message-ID: <20011026134645.A20228@cartman.private.techsupport.co.uk> References: <20011026111309.B4520@localhost> <3BD95392.8040802@nicholasofmyra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD95392.8040802@nicholasofmyra.org>; from jolt@nicholasofmyra.org on Fri, Oct 26, 2001 at 08:14:10AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 08:14:10AM -0400, Joseph said: > > > > > >Besides DNS uses UDP, not TCP. > > > Actually, DNS uses UDP first. If a connection cannot be established, > it will try TCP. OK, let's be a bit stricter here. Zone transfers always use TCP. For other queries it will use UDP first, and if the answer is too big to fit in a UDP packet then it will use TCP. So you need to allow both. Ceri -- You need to install an RTFM interface. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:12:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id F19A837B401 for ; Fri, 26 Oct 2001 06:12:15 -0700 (PDT) Received: (qmail 4443 invoked by uid 0); 26 Oct 2001 13:12:07 -0000 Received: from dhcp-199-210.dsl.utexas.edu (HELO osilva.mail.utexas.edu) (128.83.199.210) by umbs-smtp-2 with SMTP; 26 Oct 2001 13:12:07 -0000 Message-Id: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 08:20:12 -0500 To: "Mark Hughes" , questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: DSA authentication using SSH In-Reply-To: <001b01c15dd4$c5af8970$0200a8c0@mark2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Although I don't have a real solution, here are two things to try: 1. Check the permissions on the 'authorized_keys' file on the machine you're trying to connect to. Mae sure only the owner has permissions. 2. Before going much farther, update to OpenSSH 2.9.9p2. This way you make sure it's not something specific to the version you're running. Oscar At 05:14 AM 10/26/2001 +0100, Mark Hughes, you wrote: >I'm using freebsd 4.3-release, and trying to connect using DSA >authentication through SSH from my freebsd box to a remote box which is a >cobolt raq (spit!). > >I've created all the keys, copied the public keys, and all that....running >ssh to the host in question gives: > >SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, protocol versions >1.5/2.0. >Compiled with SSL (0x0090600f). >debug: Reading configuration data /home/mark/.ssh/config >debug: Applying options for *digitalspy.co.uk >debug: Reading configuration data /etc/ssh/ssh_config >debug: ssh_connect: getuid 0 geteuid 0 anon 0 >debug: Connecting to digitalspy.co.uk [216.12.209.2] port 22. >debug: Allocated local port 1019. >debug: Connection established. >debug: Remote protocol version 2.0, remote software version OpenSSH_2.9p2 >debug: no match: OpenSSH_2.9p2 >Enabling compatibility mode for protocol 2.0 >debug: Local version string SSH-2.0-OpenSSH_2.3.0 green@FreeBSD.org >20010321 >debug: send KEXINIT >debug: done >debug: wait KEXINIT >debug: got kexinit: >diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 >debug: got kexinit: ssh-dss >debug: got kexinit: 3des-cbc,blowfish-cbc,cast128-cbc,arcfour >debug: got kexinit: 3des-cbc,blowfish-cbc,cast128-cbc,arcfour >debug: got kexinit: >hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,h >mac-md5-96 >debug: got kexinit: >hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,h >mac-md5-96 >debug: got kexinit: none,zlib >debug: got kexinit: none,zlib >debug: got kexinit: >debug: got kexinit: >debug: first kex follow: 0 >debug: reserved: 0 >debug: done >debug: kex: server->client 3des-cbc hmac-sha1 none >debug: kex: client->server 3des-cbc hmac-sha1 none >debug: Sending SSH2_MSG_KEX_DH_GEX_REQUEST. >debug: Wait SSH2_MSG_KEX_DH_GEX_GROUP. >debug: Got SSH2_MSG_KEX_DH_GEX_GROUP. >debug: bits set: 1007/2049 >debug: Sending SSH2_MSG_KEX_DH_GEX_INIT. >debug: Wait SSH2_MSG_KEX_DH_GEX_REPLY. >debug: Got SSH2_MSG_KEXDH_REPLY. >debug: Host 'digitalspy.co.uk' is known and matches the DSA host key. >debug: bits set: 1014/2049 >debug: len 55 datafellows 0 >debug: dsa_verify: signature correct >debug: Wait SSH2_MSG_NEWKEYS. >debug: GOT SSH2_MSG_NEWKEYS. >debug: send SSH2_MSG_NEWKEYS. >debug: done: send SSH2_MSG_NEWKEYS. >debug: done: KEX2. >debug: send SSH2_MSG_SERVICE_REQUEST >debug: service_accept: ssh-userauth >debug: got SSH2_MSG_SERVICE_ACCEPT >debug: authentications that can continue: >publickey,password,keyboard-interactive >debug: next auth method to try is publickey >debug: try pubkey: /home/mark/.ssh/id_dsa >debug: read DSA private key done >debug: sig size 20 20 >debug: authentications that can continue: >publickey,password,keyboard-interactive >debug: next auth method to try is publickey >debug: no more auth methods to try >Unable to find an authentication method >debug: Calling cleanup 0x8058220(0x0) > >Now it looks to me as though something is going wrong after the key has >been read - it doesn't even seem to be testing it before going on to the >next attempted thing....is this a bug, or am I doing something wrong? > >Thanks in advance, >Mark > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:32:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 9354937B401 for ; Fri, 26 Oct 2001 06:32:26 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id OAA27848; Fri, 26 Oct 2001 14:32:22 +0100 (GMT/BST) Message-ID: <064301c15e22$7c3a9e80$0200a8c0@mark2> From: "mark / badger?" To: , "Oscar Ricardo Silva" References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> Subject: Re: DSA authentication using SSH Date: Fri, 26 Oct 2001 14:30:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Although I don't have a real solution, here are two things to try: > > 1. Check the permissions on the 'authorized_keys' file on the machine > you're trying to connect to. Mae sure only the owner has permissions. Yup, i've checked this many times. > 2. Before going much farther, update to OpenSSH 2.9.9p2. This way you > make sure it's not something specific to the version you're running. I thought that may be the case, so I tried to upgrade to the latest version of openSSH - using /usr/ports/security/openssh && make install as root. This installed the latest version, as far as I can tell, but ssh -v still reports the old (2.3.0) version number...any ideas? Is it just that there hasn't been any changes in the ssh program for a while, or have I upgraded wrong? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:33:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10808.mail.yahoo.com (web10808.mail.yahoo.com [216.136.130.250]) by hub.freebsd.org (Postfix) with SMTP id 766FE37B401 for ; Fri, 26 Oct 2001 06:33:54 -0700 (PDT) Message-ID: <20011026133354.17470.qmail@web10808.mail.yahoo.com> Received: from [151.204.42.234] by web10808.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 06:33:54 PDT Date: Fri, 26 Oct 2001 06:33:54 -0700 (PDT) From: Antonio Santana Subject: Fwd: Linux: Compatibility between RedHat and BSD To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1785177639-1004103234=:15236" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1785177639-1004103234=:15236 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com --0-1785177639-1004103234=:15236 Content-Type: message/rfc822 X-Apparently-To: jabriol2000@yahoo.com via web10807; 26 Oct 2001 06:06:29 -0700 (PDT) X-Track: 1: 40 Received: from smtp3.google.com (216.239.33.28) by mta423.mail.yahoo.com with SMTP; 26 Oct 2001 06:06:29 -0700 (PDT) Received: from exins2.exo.google.com (exins2.exo.google.com [10.4.0.8]) by smtp3.google.com with ESMTPœ id GAA06654 for ; Fri, 26 Oct 2001 06:06:24 -0700 Received: from sjdd43.sj.google.com (sjdd43.sj.google.com [10.6.30.43]) by exins2.exo.google.com (8.9.3/8.9.3) with ESMTP id GAA00876 for ; Fri, 26 Oct 2001 06:06:24 -0700 From: posting-system@google.com Received: (from root@localhost) by sjdd43.sj.google.com (8.9.3/8.9.3) id GAA24348; Fri, 26 Oct 2001 06:06:24 -0700 Date: Fri, 26 Oct 2001 06:06:24 -0700 Reply-To: posting-system@google.com To: jabriol2000@yahoo.com Subject: Linux: Compatibility between RedHat and BSD Errors-To: posting-system@google.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Length: 546 From: jabriol2000@yahoo.com (Jabriol) Newsgroups: comp.os.linux.help,alt.religion.jehovahs-witn,comp.os.linux.misc Subject: Linux: Compatibility between RedHat and BSD NNTP-Posting-Host: 151.204.42.234 Message-ID: <2928e70.0110260506.779e0073@posting.google.com> all, the header says it all.. I need to know if using drivers from one, or another will be compatible, or if I can use redhat drivers with BSD, and Viceversa.. what say the unix Gurus? (ya see.. those on arjw.. I do earn a living.. now why can't carol, and tinky do the same?) --0-1785177639-1004103234=:15236-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:35:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id AF7AE37B410 for ; Fri, 26 Oct 2001 06:35:33 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id OAA28504; Fri, 26 Oct 2001 14:35:29 +0100 (GMT/BST) Message-ID: <064f01c15e22$ecfd8060$0200a8c0@mark2> From: "Mark Hughes" To: , "Oscar Ricardo Silva" References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> Subject: Re: DSA authentication using SSH Date: Fri, 26 Oct 2001 14:33:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [oops, replied from the wrong account, let me try again] > Although I don't have a real solution, here are two things to try: > > 1. Check the permissions on the 'authorized_keys' file on the machine > you're trying to connect to. Mae sure only the owner has permissions. Yup, i've checked this many times. > 2. Before going much farther, update to OpenSSH 2.9.9p2. This way you > make sure it's not something specific to the version you're running. I thought that may be the case, so I tried to upgrade to the latest version of openSSH - using /usr/ports/security/openssh && make install as root. This installed the latest version, as far as I can tell, but ssh -v still reports the old (2.3.0) version number...any ideas? Is it just that there hasn't been any changes in the ssh program for a while, or have I upgraded wrong? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:40:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 957AE37B406 for ; Fri, 26 Oct 2001 06:40:11 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id PAA16931; Fri, 26 Oct 2001 15:38:29 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Joseph" Cc: "Eric Lam" , Subject: RE: IPFW Rules Help Date: Fri, 26 Oct 2001 15:42:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3BD9551E.4050505@nicholasofmyra.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Patrick O'Reilly wrote: > > > > >Eric, if this server is not actually a firewall, but an FTP/HTTP/SMB/SSH > >server, then I would personally not worry about ipfw, but be sure to > >configure each of those services correctly, and make sure that > the box DOES > >NOT RESPOND to anything else. > > > The advice you gave is good, however, I, personally, still prefer to > configure the firewall rules. They help to catch configuration > errors/changes made by you and other authorized personnel. They help to > assure that a trojan cannot suddenly open a hole. They also allow you > to log suspicious network activity. > All true! Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:41:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id 2D6A637B401 for ; Fri, 26 Oct 2001 06:41:34 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15x7Eo-0004fQ-01; Fri, 26 Oct 2001 14:41:30 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15x7DG-0000O1-00; Fri, 26 Oct 2001 14:39:54 +0100 From: Wayne Pascoe To: "Mark Hughes" Cc: Subject: Re: DSA authentication using SSH References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> <064f01c15e22$ecfd8060$0200a8c0@mark2> Reply-To: wayne.pascoe@ehsrealtime.com Date: 26 Oct 2001 14:39:53 +0100 In-Reply-To: <064f01c15e22$ecfd8060$0200a8c0@mark2> Message-ID: <86g086pljq.fsf@pan.ehsrealtime.com> Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Mark Hughes" writes: > > 1. Check the permissions on the 'authorized_keys' file on the machine > > you're trying to connect to. Mae sure only the owner has permissions. > > Yup, i've checked this many times. This should actually be authorized_keys2 for dsa keys. HTH -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:52: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id 2873B37B407 for ; Fri, 26 Oct 2001 06:52:01 -0700 (PDT) Received: (from root@localhost) by mail.biographix.com (8.11.4/8.11.4) id f9QDq0c21827 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 09:52:00 -0400 (EDT) (envelope-from mwhitfield@biographix.com) Received: from shpanky ([204.92.73.229]) by mail.biographix.com (8.11.4/8.11.4) with SMTP id f9QDpxZ21769 for ; Fri, 26 Oct 2001 09:51:59 -0400 (EDT) (envelope-from mwhitfield@biographix.com) From: "Matthew Whitfield" To: "Freebsd-Questions" Subject: Sendmail & Inflex Bounces Date: Fri, 26 Oct 2001 09:55:22 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-scanner: scanned by Inflex 1.0.7 - (http://pldaniels.com/inflex/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello helpful people, I am running sendmail & inflex-1.0.7 on a dedicated mail server. My issue is this: When the server receives a message that has more than one recipient (To or CC) where one of those recipient addresses isn't valid, it sends the sender 2 bounce messages. The one bounce message we expect but the second states that all addresses are unknown/bad (see below). Despite this activity, the message still gets through to the valid addresses. It simply appears that it hasn't, to the sender. My suspicion is that sendmail is taking the message first and generating the proper bounce, then passing the message to Inflex. Inflex then scans the message but generates it's own bounce and doesn't recognize that any of the addresses is good. Test message was sent To: valid@biographix.com & bogus1@biographix.com (invalid) & CC: bogus2@biographix.com. The bounces follow: ---Snip First Bounce--- Return-Path: Received: from localhost (localhost) by mail.biographix.com (8.11.4/8.11.4) id f9QDCge18306; Fri, 26 Oct 2001 09:12:42 -0400 (EDT) (envelope-from MAILER-DAEMON) Date: Fri, 26 Oct 2001 09:12:42 -0400 (EDT) From: Mail Delivery Subsystem Message-Id: <200110261312.f9QDCge18306@mail.biographix.com> To: valid@biographix.com MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="f9QDCge18306.1004101962/mail.biographix.com" Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) X-UIDL: bb,"!m"!8nF"! Message: The original message was received at Fri, 26 Oct 2001 09:12:42 -0400 (EDT) from root@localhost ----- The following addresses had permanent fatal errors ----- bogus1@biographix.com (reason: 550 5.1.1 User unknown) bogus2@biographix.com (reason: 550 5.1.1 User unknown) ----- Transcript of session follows ----- 550 5.1.1 bogus1@biographix.com... User unknown 550 5.1.1 bogus2@biographix.com... User unknown ---snip--- ---Snip Second Bounce-- Return-Path: Received: (from root@localhost) by mail.biographix.com (8.11.4/8.11.4) id f9QDChA18364 for valid@biographix.com; Fri, 26 Oct 2001 09:12:43 -0400 (EDT) (envelope-from MAILER-DAEMON) Received: from localhost (localhost) by mail.biographix.com (8.11.4/8.11.4) id f9QDCgZ18243; Fri, 26 Oct 2001 09:12:42 -0400 (EDT) (envelope-from MAILER-DAEMON) Date: Fri, 26 Oct 2001 09:12:42 -0400 (EDT) From: Mail Delivery Subsystem Message-Id: <200110261312.f9QDCgZ18243@mail.biographix.com> To: MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="f9QDCgZ18243.1004101962/mail.biographix.com" Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) X-scanner: scanned by Inflex 1.0.7 - (http://pldaniels.com/inflex/) X-UIDL: ]^/"!khP"!EGP"!Vnp!! Message: The original message was received at Fri, 26 Oct 2001 09:12:41 -0400 (EDT) from [IPofsendingmachine] ----- The following addresses had permanent fatal errors ----- (reason: addressee unknown) (reason: addressee unknown) (reason: addressee unknown) ----- Transcript of session follows ----- bogus1@biographix.com... User unknown bogus2@biographix.com... User unknown 550 5.1.1 ,,... User unknown ---snip-- I hope this is enough information! Thanks for your help, Matthew Whitfield Systems Administrator The Biographix Corporation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 6:56:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id D8A3A37B406 for ; Fri, 26 Oct 2001 06:56:09 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id OAA03508; Fri, 26 Oct 2001 14:55:57 +0100 (GMT/BST) Message-ID: <067501c15e25$c7894eb0$0200a8c0@mark2> From: "Mark Hughes" To: Cc: References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu><064f01c15e22$ecfd8060$0200a8c0@mark2> <86g086pljq.fsf@pan.ehsrealtime.com> Subject: Re: DSA authentication using SSH Date: Fri, 26 Oct 2001 14:54:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > 1. Check the permissions on the 'authorized_keys' file on the machine > > > you're trying to connect to. Mae sure only the owner has permissions. > > > > Yup, i've checked this many times. > > This should actually be authorized_keys2 for dsa keys. Thanks - I've tried RSA keys in authorised_keys, DSA keys in authorised_keys2, and RSA keys in authorised_keys2, all without success. :-( mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7: 1:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id E347837B405 for ; Fri, 26 Oct 2001 07:01:08 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15x7Xc-0004jE-01; Fri, 26 Oct 2001 15:00:56 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15x7W5-0000Oo-00; Fri, 26 Oct 2001 14:59:21 +0100 From: Wayne Pascoe To: "Mark Hughes" Cc: freebsd-questions@freebsd.org Subject: Re: DSA authentication using SSH References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> <064f01c15e22$ecfd8060$0200a8c0@mark2> <86g086pljq.fsf@pan.ehsrealtime.com> <067501c15e25$c7894eb0$0200a8c0@mark2> Reply-To: wayne.pascoe@ehsrealtime.com Date: 26 Oct 2001 14:59:20 +0100 In-Reply-To: <067501c15e25$c7894eb0$0200a8c0@mark2> Message-ID: <867ktipknb.fsf@pan.ehsrealtime.com> Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Mark Hughes" writes: > Thanks - I've tried RSA keys in authorised_keys, DSA keys in > authorised_keys2, and RSA keys in authorised_keys2, all without success. In your /etc/ssh/sshd_config do you have the following lines ? HostDsaKey /etc/ssh/ssh_host_dsa_key RSAAuthentication yes What does /var/log/messages on the server that you are connecting to report at the time of a connect? -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7: 2:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from padda.telia.net (padda.telia.net [195.198.164.130]) by hub.freebsd.org (Postfix) with ESMTP id 3DAB137B403 for ; Fri, 26 Oct 2001 07:02:32 -0700 (PDT) Received: from localhost (dufberg@localhost) by padda.telia.net (8.11.6/8.11.6) with ESMTP id f9QE2Ut00340 for ; Fri, 26 Oct 2001 16:02:30 +0200 (CEST) (envelope-from dufberg@telia.net) X-Authentication-Warning: padda.telia.net: dufberg owned process doing -bs Date: Fri, 26 Oct 2001 16:02:30 +0200 (CEST) From: Mats Dufberg To: Subject: Installing XFree86 4.1 from ports Message-ID: <20011026155248.U320-100000@padda.telia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have FreeBSD 4.4 installed with XFree86 3.3.6, but I need to upgrade to support my hardware. When I tried to install x11-servers/XFree86-4-Server from ports (4.1.0) I get the error messages below. Does anyone know what is wrong? In file included from config/cf/site.def:58, from config/cf/Imake.tmpl:45, from Imakefile.c:13: config/cf/xf86site.def:629: warning: `XVirtualFramebufferServer' redefined config/cf/host.def:19: warning: this is the location of the previous definition config/cf/xf86site.def:639: warning: `ForceNormalLib' redefined config/cf/host.def:23: warning: this is the location of the previous definition In file included from config/cf/FreeBSD.cf:533, from config/cf/Imake.tmpl:94, from Imakefile.c:13: config/cf/xfree86.cf:14: version.def: No such file or directory In file included from config/cf/site.def:158, from config/cf/Imake.tmpl:100, from Imakefile.c:13: config/cf/host.def:18: warning: `BuildFontServer' redefined config/cf/xf86site.def:635: warning: this is the location of the previous definition config/cf/host.def:19: warning: `XVirtualFramebufferServer' redefined config/cf/xf86site.def:629: warning: this is the location of the previous definition config/cf/host.def:23: warning: `ForceNormalLib' redefined config/cf/xf86site.def:639: warning: this is the location of the previous definition ./config/imake/imake: Exit code 1. Stop. *** Error code 1 Mats ---------------------------------------------------------------------- Mats Dufberg Registry TeliaNet dufberg@telia.net Skanova/AO Networks +46 8 456 7274 Box 10707 +46 70 258 2588 SE-121 29 Stockholm ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7: 3:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id 5296A37B401 for ; Fri, 26 Oct 2001 07:03:41 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15x1mD-0002Tx-01; Fri, 26 Oct 2001 08:51:37 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15x1kf-0000A5-00; Fri, 26 Oct 2001 08:50:01 +0100 From: Wayne Pascoe To: Andreas Ntaflos Cc: freebsd-questions@freebsd.org Subject: Re: Fonts in staroffice References: <86elnu58jt.fsf@pan.home.penguinpowered.org.uk> <20011025234351.A14559@Deadcell.ANT> Reply-To: wayne.pascoe@ehsrealtime.com Date: 26 Oct 2001 08:50:01 +0100 In-Reply-To: <20011025234351.A14559@Deadcell.ANT> Message-ID: <86vgh2suvq.fsf@pan.ehsrealtime.com> Lines: 33 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andreas Ntaflos writes: > Have you followed the steps in the FreeBSD-Handbook regarding > TrueType fonts under XF86-4 (or 3, both work)? > > Maybe StarOffice needs the fonts in that specific directory, if so, > try adding that directory to the font path in /etc/X11/XF86Config > (don't forget to 'index' them; look into the handbook). > > I've always been able to use TTFs within StarOffice, and in fact, it > should not matter which application is run. > > regards As I said in my original post, I have them working fine under Netscape and Mozilla, which are the only other font based applications that I use. I am not loading fonts using the font path in XF86Config. I am using the xfontserver. I have installed webfonts and freefonts and added these to the font server config, and restarted X. Before I did this, I could not use TTF fonts (such as arial) in any applications. After doing this, they work fine in Netscape and Mozilla. But not staroffice 5.2 :( -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7: 3:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id 1EAD837B403 for ; Fri, 26 Oct 2001 07:03:43 -0700 (PDT) Received: from cyclops.ehsrealtime.com ([213.52.146.194]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15wmzS-0003eX-01 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 17:04:18 +0100 Received: from byrons (helo=localhost) by cyclops.ehsrealtime.com with local-esmtp (Exim 3.33 #1) id 15wmy9-000NnZ-00 for freebsd-questions@freebsd.org; Thu, 25 Oct 2001 17:02:57 +0100 Date: Thu, 25 Oct 2001 17:02:57 +0100 (BST) From: Byron Schlemmer X-X-Sender: To: Subject: SCSI Tape Issues Message-ID: <20011025164257.T91393-100000@cyclops.ehsrealtime.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I was wondering if someone can shed some light on the following problem I'm having with my HP SCSI DAT 40x6e. The problem is this : Almost seemingly randomly I get the following error in /var/log/messages when writing to the tape device : Oct 25 16:28:26 hercules /kernel: (sa0:ahc2:0:5:0): camisr(sa0:ahc2:0:5:0): tape is now fr ozen- use an OFFLINE, REWIND or MTEOM command to clear this state. At the above point all writing stops. As a 'mt status' shows I'm not using compression and I've set the device to use variable block sizes. # mt status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 variable 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 variable 97000 DCLZ 1: 0x26:DDS-4 variable 97000 DCLZ 2: 0x26:DDS-4 variable 97000 DCLZ 3: 0x26:DDS-4 variable 97000 DCLZ --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 8 Record Number: 0 Residual Count -32768 There are also two SCSI controllers in the machine. One onboard the motherboard and a PCI controller. Both are Adaptecs. The external backup device is connected to the PCI controller and is the only device on it. Any ideas? This is driving me mad ... Thanks, -byron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7: 3:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by hub.freebsd.org (Postfix) with ESMTP id 5DC3237B405 for ; Fri, 26 Oct 2001 07:03:41 -0700 (PDT) Received: from family (ctb53-02-p64.wc.saix.net [155.239.150.64]) by ctb-mesg2.saix.net (8.11.4/8.11.4) with SMTP id f9QE2pi07163 for ; Fri, 26 Oct 2001 16:02:52 +0200 (SAT) Message-ID: <000e01c15e27$415e0220$0101a8c0@family> From: "Gavin Mutch" To: Subject: Date: Fri, 26 Oct 2001 14:35:00 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15E2B.64C325C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 Disposition-Notification-To: "Gavin Mutch" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15E2B.64C325C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi You might remember me sending you a e-mail before, I would like to know = if there is a way to take the output of a application and have it saved = as a file. I would like to know this because I have a irc bot that = allows me to look at the database with a certain program, the only = problem is that I want to be able to show it on my site and to do that I = will need it to save it to a file. Thanx Gavin ------=_NextPart_000_0005_01C15E2B.64C325C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
You might remember me sending you a = e-mail=20 before,  I would like to know if there is a way to take the output = of a=20 application and have it saved as a file.  I would like to know this = because=20 I have a irc bot that allows me to look at the database with a certain = program,=20 the only problem is that I want to be able to show it on my site and to = do that=20 I will need it to save it to a file.
 
Thanx
Gavin
------=_NextPart_000_0005_01C15E2B.64C325C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7:34:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id D9A6037B401 for ; Fri, 26 Oct 2001 07:34:17 -0700 (PDT) Received: from unknown (HELO robper) (212.171.10.27) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Oct 2001 14:34:17 -0000 X-Apparently-From: Message-ID: <000801c15e2b$f07cf410$1617640a@robper> From: "Roberto Perego" To: Subject: PCMCIA Modem Date: Fri, 26 Oct 2001 12:06:06 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C15E16.974864C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C15E16.974864C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sorry, my English isn't correct. I'm looking to use FreeBSD 4.4 on a notebbok and I'll would like to use = a standard PCMCIA Modem. At system start-up, the PCMCIA service = recornize the internal modem and display the modem type on SIO4. On the KDE desktop enviroment / information, the PCMCIA cards are not = diplayed and under the "PPP dialer", the modem settings, via CUAA = (1..4) don't work. Can You help me about this problem? Best regards #########################################################################= I.E.S. / Prisma Elettronica =20 D I V I S I O N E S I C U R E Z Z A =20 =20 Roberto Perego =20 robertoperego_sic@yahoo.it / iespri@tiscalinet.it=20 ------=_NextPart_000_000B_01C15E16.974864C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Sorry, my English isn't = correct.
 
I'm looking to use = FreeBSD 4.4=20 on a notebbok and I'll would like to use a standard PCMCIA Modem. = At system=20 start-up, the PCMCIA service recornize the internal modem and display = the modem=20 type on SIO4.
On the KDE desktop enviroment / = information, the=20 PCMCIA cards are not diplayed and  under the "PPP dialer", the = modem=20 settings, via CUAA (1..4) don't work.
 
Can You help me about this = problem?
 
Best regards
 
################################################################= #########
          =    =20 I.E.S. / Prisma Elettronica=20            =20  
          D I V I = S I O N=20 E  S I C U R E Z Z A  =20          =20  
          &nb= sp;           &nbs= p;            = ;            =      =20
           &nb= sp;        =20 Roberto=20 Perego           &= nbsp;           &n= bsp; =20
 
  robertoperego_sic@yahoo.it= / iespri@tiscalinet.it =
 
 
------=_NextPart_000_000B_01C15E16.974864C0-- _________________________________________________________ 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 Fri Oct 26 7:45:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 4C37937B401 for ; Fri, 26 Oct 2001 07:45:26 -0700 (PDT) Received: from columbia ([12.93.211.97]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20011026144525.VYTP29594.mtiwmhc21.worldnet.att.net@columbia>; Fri, 26 Oct 2001 14:45:25 +0000 From: "Andrew C. Hornback" To: "Sivar" , "Sam Suh" , "Korey Pelton" , Subject: RE: modem not detected by probe- Not WinModem Date: Fri, 26 Oct 2001 10:43:43 -0400 Message-ID: <001601c15e2c$9bf3c260$6600000a@columbia> 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 V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sivar > Sent: Friday, October 26, 2001 3:28 AM > To: Sam Suh; Korey Pelton; questions@freebsd.org > Subject: Re: modem not detected by probe- Not WinModem > > Addendum to Korey's email, his modem is a US Robotics Performance > Pro -- Not > a winmodem and not a hybrid hardware/software modem. The USR PP is a full > 100% hardware controller-based modem. > I have had it work in SuSE with no special config. (Not that this > makes it a > hardware MODEM, the actual specs say that it is a hardware modem--as > hardware as a USR Courier internal purchased in 1993 before > Winmodems really > came about). The problem seems to be that FreeBSD doesn't want to believe > that the modem is a serial controller. It makes a "COM5" in DOS > terms, as do > most internal modems. Seeing as how I have never configured any modem in > FreeBSD--I just use ethernet--I really have no idea how to help past the > handbook. COM5 corresponds to sio4, I believe. The GENERIC kernel only addresses sio0 and sio1. He'd have to have a kernel with callouts up to sio4, or find a way to move the modem to a different COM port, and have the corresponding sio device in the kernel configuration. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7:48:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 4F6EE37B401 for ; Fri, 26 Oct 2001 07:48:57 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id PAA16013; Fri, 26 Oct 2001 15:48:46 +0100 (GMT/BST) Message-ID: <06eb01c15e2d$2920a8b0$0200a8c0@mark2> From: "Mark Hughes" To: Cc: References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu><064f01c15e22$ecfd8060$0200a8c0@mark2><86g086pljq.fsf@pan.ehsrealtime.com><067501c15e25$c7894eb0$0200a8c0@mark2> <867ktipknb.fsf@pan.ehsrealtime.com> Subject: Re: DSA authentication using SSH Date: Fri, 26 Oct 2001 15:46:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Thanks - I've tried RSA keys in authorised_keys, DSA keys in > > authorised_keys2, and RSA keys in authorised_keys2, all without success. > > In your /etc/ssh/sshd_config do you have the following lines ? > > HostDsaKey /etc/ssh/ssh_host_dsa_key > RSAAuthentication yes will check... had HostKey /etc/ssh/ssh_host_dsa_key RSAAuthentication yes Tried adding HostDsaKey /etc/ssh/ssh_host_dsa_key - made no difference. > What does /var/log/messages on the server that you are connecting to > report at the time of a connect? nothing whatsoever, I suspect it's been set to not log SSH connections (and I get all scared by the Cobolt Raq OS....it really isn't "right" - any ideas where I'd check to turn on logging of ssh connections?). Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7:54: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from garbo.lodgenet.com (garbo.lodgenet.com [204.124.122.252]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6D37B403 for ; Fri, 26 Oct 2001 07:54:07 -0700 (PDT) Received: from tull.ct.lodgenet.com (tull.ct.lodgenet.com [10.0.122.71]) by garbo.lodgenet.com (8.11.4/8.11.4) with ESMTP id f9QEs5c23736 for ; Fri, 26 Oct 2001 09:54:06 -0500 (CDT) Received: from lodgenet.com (localhost [127.0.0.1]) by tull.ct.lodgenet.com (8.11.6/8.9.3) with ESMTP id f9PLL3i25194 for ; Thu, 25 Oct 2001 16:21:03 -0500 (CDT) (envelope-from lee@lodgenet.com) Message-ID: <3BD8823F.7090907@lodgenet.com> Date: Thu, 25 Oct 2001 16:21:03 -0500 From: Lee McKenna User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ftpd large file problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently upgraded one of our servers using cvsup & make world, going from 4.2-stable to 4.4-stable. The problem is ftp client sessions now hang at the very end of a transfer from this server, but only on very large files (seems like in excess of 4GB or so). Yet, if i grab the ftpd from version 4.2, and run it -- the ftp clients work fine on all size of files. We need ftpd to be able to support these large file transfers -- we use it daily. Is this a bug introduced in the 4.4-stable version of ftpd? -- lee@lodgenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7:55: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f208.law10.hotmail.com [64.4.15.208]) by hub.freebsd.org (Postfix) with ESMTP id 76E1737B403 for ; Fri, 26 Oct 2001 07:55:02 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 26 Oct 2001 07:55:02 -0700 Received: from 192.35.17.10 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 26 Oct 2001 14:55:01 GMT X-Originating-IP: [192.35.17.10] From: "Vlado Korcek" To: freebsd-questions@FreeBSD.ORG Subject: IPv6 Router Date: Fri, 26 Oct 2001 14:55:01 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Oct 2001 14:55:02.0145 (UTC) FILETIME=[30B04710:01C15E2E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I work with FreeBSD-4.3 and I'd like to configure my maschine as an IPv6 router. Could someone help me what I need to do?! How can I configure it. Do I need also compile the kernel with some additional option? Thanks a lot. Regards ... Vladimir _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 7:59:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12303.mail.yahoo.com (web12303.mail.yahoo.com [216.136.173.101]) by hub.freebsd.org (Postfix) with SMTP id 917D737B403 for ; Fri, 26 Oct 2001 07:59:29 -0700 (PDT) Message-ID: <20011026145928.21444.qmail@web12303.mail.yahoo.com> Received: from [212.124.64.22] by web12303.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 16:59:28 CEST Date: Fri, 26 Oct 2001 16:59:28 +0200 (CEST) From: "=?iso-8859-1?q?Mr.=20Alain=20Kabuika?=" Subject: Contact To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What I have to do, if after installation of FreeBSD, I get ok like a prompt? Alain ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8: 0:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls02.we.mediaone.net (lsmls02.we.mediaone.net [24.130.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 7846C37B406 for ; Fri, 26 Oct 2001 08:00:17 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls02.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9QExrg10515 for ; Fri, 26 Oct 2001 07:59:53 -0700 (PDT) Message-ID: <000c01c15e2e$fadfebd0$77a44a42@home> From: "PetBuilder" To: "FreeBSD-Questions" Subject: Adding Ports Collection Date: Fri, 26 Oct 2001 08:00:41 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C15DF4.4E57E0F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C15DF4.4E57E0F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If we did a munimum install and did not add the ports collection during = the install, how would we go about adding the ports collection after the = system is running? This is on a machine we first setup. I now install it with every new = install, but I need to add it to the older machine. Thanks, =20 Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, = is for the sole use of the intended recipient(s) and may contain = confidential and privileged information. Any unauthorized review, use, = disclosure or distribution is prohibited.=20 If you are not the intended recipient, please contact the sender by = reply e-mail and destroy all copies of the original message.=20 ------=_NextPart_000_0009_01C15DF4.4E57E0F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
If we did a munimum install and did not = add the=20 ports collection during the install, how would we go about adding the = ports=20 collection after the system is running?
 
This is on a machine we first setup. I = now install=20 it with every new install, but I need to add it to the older=20 machine.
 
Thanks,
 
Craig Rose
Web-Zonic, = Inc.
 
CONFIDENTIALITY NOTICE: This e-mail = message,=20 including any attachments, is for the sole use of the intended = recipient(s) and=20 may contain confidential and privileged information.  Any = unauthorized=20 review, use, disclosure or distribution is prohibited.
If you are = not the=20 intended recipient, please contact the sender by reply e-mail and = destroy all=20 copies of the original message.
------=_NextPart_000_0009_01C15DF4.4E57E0F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8: 2:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id D55E237B406 for ; Fri, 26 Oct 2001 08:02:32 -0700 (PDT) Received: from columbia ([12.93.211.97]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20011026150231.WGZA29594.mtiwmhc21.worldnet.att.net@columbia>; Fri, 26 Oct 2001 15:02:31 +0000 From: "Andrew C. Hornback" To: "PetBuilder" , "FreeBSD-Questions" Subject: RE: Adding Ports Collection Date: Fri, 26 Oct 2001 11:00:49 -0400 Message-ID: <001901c15e2e$ffeccc60$6600000a@columbia> 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: <000c01c15e2e$fadfebd0$77a44a42@home> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ack... HTML-ized e-mail. Anyway, what you want to do is put the CD in, run /stand/sysinstall and add it that way. --- Andy -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of PetBuilder Sent: Friday, October 26, 2001 11:01 AM To: FreeBSD-Questions Subject: Adding Ports Collection If we did a munimum install and did not add the ports collection during the install, how would we go about adding the ports collection after the system is running? This is on a machine we first setup. I now install it with every new install, but I need to add it to the older machine. Thanks, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8: 6: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb3-a.mail.utexas.edu [128.83.126.138]) by hub.freebsd.org (Postfix) with SMTP id C4AC137B406 for ; Fri, 26 Oct 2001 08:05:56 -0700 (PDT) Received: (qmail 17019 invoked by uid 0); 26 Oct 2001 15:05:55 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-3 with SMTP; 26 Oct 2001 15:05:55 -0000 Message-Id: <5.1.0.14.2.20011026095903.00ae6dd8@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 10:04:31 -0500 To: "Mark Hughes" , questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: DSA authentication using SSH In-Reply-To: <064f01c15e22$ecfd8060$0200a8c0@mark2> References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:33 PM 10/26/2001 +0100, Mark Hughes, you wrote: >[oops, replied from the wrong account, let me try again] > > > Although I don't have a real solution, here are two things to try: > > > > 1. Check the permissions on the 'authorized_keys' file on the machine > > you're trying to connect to. Mae sure only the owner has permissions. > >Yup, i've checked this many times. What is the name of the file where you put the public keys on the target machine? How did you build the keys? I believe the default when running ssh-keygen is to build version 1 of rsa keys. Are you sure that when you copied the public key to the authorized_keys file on the target machine that it was one long line? It may look like more than one line and some editors may break it up into two, but the key should stay as one long line. > > 2. Before going much farther, update to OpenSSH 2.9.9p2. This way you > > make sure it's not something specific to the version you're running. > >I thought that may be the case, so I tried to upgrade to the latest version >of openSSH - using /usr/ports/security/openssh && make install as root. >This installed the latest version, as far as I can tell, but ssh -v still >reports the old (2.3.0) version number...any ideas? > >Is it just that there hasn't been any changes in the ssh program for a >while, or have I upgraded wrong? In this case, this version of OpenSSH is fairly recent so unlikely to be found in the ports. I upgraded by downloading the source and building from there. One note of caution, OpenSSH components that come with FreeBSD are installed in /usr/bin, /usr/sbin, and configuration in /etc/ssh. The default in building from source is to install these components in /usr/local/bin, /usr/local/sbin, /usr/local/etc. Make sure to read the output from "./configure --help" before building. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8: 6:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id B333E37B401 for ; Fri, 26 Oct 2001 08:06:41 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x8YN-0007Ve-00; Fri, 26 Oct 2001 16:05:47 +0100 Date: Fri, 26 Oct 2001 16:05:47 +0100 From: Ceri To: Lee McKenna Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpd large file problem Message-ID: <20011026160547.A28312@cartman.private.techsupport.co.uk> References: <3BD8823F.7090907@lodgenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD8823F.7090907@lodgenet.com>; from lee@lodgenet.com on Thu, Oct 25, 2001 at 04:21:03PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 04:21:03PM -0500, Lee McKenna said: > > Is this a bug introduced in the 4.4-stable version of ftpd? I saw fetch do this a lot as well when I installed jadetex and XFree86-4 from ports. ^C it and the file has actually been completely transferred. I just shrugged it off, but that doesn't sound appropriate for your situation. Ceri -- # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:11: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id DCD0737B406 for ; Fri, 26 Oct 2001 08:11:00 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x8b0-0007je-00; Fri, 26 Oct 2001 16:08:30 +0100 Date: Fri, 26 Oct 2001 16:08:30 +0100 From: Ceri To: "Mr. Alain Kabuika" Cc: questions@FreeBSD.org Subject: Re: Contact Message-ID: <20011026160830.B28312@cartman.private.techsupport.co.uk> References: <20011026145928.21444.qmail@web12303.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026145928.21444.qmail@web12303.mail.yahoo.com>; from alainalexa@yahoo.com on Fri, Oct 26, 2001 at 04:59:28PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 04:59:28PM +0200, Mr. Alain Kabuika said: > What I have to do, if after installation of FreeBSD, I > get ok like a prompt? Umm, commit your code to the sparc port as soon as you can ? Seriously though, we need a bit more information : What platform are you installing on ? Did the installation complete ok ? What exactly does the prompt say and when exactly does it appear ? Do you see any messages before the prompt appears ? Ceri -- # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:17:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 9810237B401 for ; Fri, 26 Oct 2001 08:17:18 -0700 (PDT) Received: from mark2 (host217-35-43-17.in-addr.btopenworld.com [217.35.43.17]) by dv-db.com (8.9.3/8.9.3) with SMTP id QAA22638; Fri, 26 Oct 2001 16:17:12 +0100 (GMT/BST) Message-ID: <073201c15e31$2200c9d0$0200a8c0@mark2> From: "Mark Hughes" To: "Oscar Ricardo Silva" Cc: References: <5.1.0.14.2.20011026081150.00a6f5d0@mail.utexas.edu> <064f01c15e22$ecfd8060$0200a8c0@mark2> <86g086pljq.fsf@pan.ehsrealtime.com> <5.1.0.14.2.20011026100555.02af13a8@mail.utexas.edu> Subject: Re: DSA authentication using SSH Date: Fri, 26 Oct 2001 16:15:30 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > At 02:54 PM 10/26/2001 +0100, Mark Hughes, you wrote: > > > > > 1. Check the permissions on the 'authorized_keys' file on the > >machine > > > > > you're trying to connect to. Mae sure only the owner has > >permissions. > > > > > > > > Yup, i've checked this many times. > > > > > > This should actually be authorized_keys2 for dsa keys. > > > >Thanks - I've tried RSA keys in authorised_keys, DSA keys in > >authorised_keys2, and RSA keys in authorised_keys2, all without success. > > Are you spelling the files with a "z" or with an "s"? In the States we > spell it > > authorized_keys authorized_keys2 > > and in the UK it's spelled with an "s" > > authorised_keys authorised_keys2 > > Just guessing at this point. By the way, what are the contents of the > sshd_config file on the target machine? aaaaaaaaaaarrrrrrrrrrrrrrrrrrrrrrggggggggggggggghhhhhhhhhhhhhhhhhhhhhhhhhhh hhhhhhhhhhhh ARGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHH!!! bloody american spellings!!! ARRGGHGGHHGHGHGHGHGHGHGHGHGHHH ARGHGHGHGH Sorry....apologies for my little outbust there. Oscar, you are a star :+) Well, it now works to localhost. Thanks everyone for your help, please excuse this limey who's just slightly annoyed at spending TWELVE HOURS trying to get this working and failing because of a bloody spelling mistake. GRRRRRRR!!!! mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:27:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe030.worldonline.dk (fe030.worldonline.dk [212.54.64.197]) by hub.freebsd.org (Postfix) with SMTP id CF04037B401 for ; Fri, 26 Oct 2001 08:27:14 -0700 (PDT) Received: (qmail 25927 invoked by uid 0); 26 Oct 2001 15:27:13 -0000 Received: from 213.237.13.224.adsl.hc.worldonline.dk (HELO NEIGAARD?MOB) (213.237.13.224) by fe030.worldonline.dk with SMTP; 26 Oct 2001 15:27:13 -0000 Date: Fri, 26 Oct 2001 17:28:31 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <732098617.20011026172831@e-box.dk> To: freebsd-questions@FreeBSD.ORG Subject: Deleting all mail? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have 2700 mails in my mailbox, most of them are warnings from a crontab job. I have fixed this crontab job now, and I then want to delete all this mail. How do I do this? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:38:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id C0BA937B401 for ; Fri, 26 Oct 2001 08:38:38 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id f9QFcVQ96500; Fri, 26 Oct 2001 10:38:31 -0500 (CDT) (envelope-from dan) Date: Fri, 26 Oct 2001 10:38:31 -0500 From: Dan Nelson To: Antonio Santana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fwd: Linux: Compatibility between RedHat and BSD Message-ID: <20011026103831.D73017@dan.emsphone.com> References: <20011026133354.17470.qmail@web10808.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011026133354.17470.qmail@web10808.mail.yahoo.com> User-Agent: Mutt/1.3.23i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Oct 26), Antonio Santana said: > Note: forwarded message attached. > > Subject: Linux: Compatibility between RedHat and BSD > > the header says it all.. > > I need to know if using drivers from one, or another will be > compatible, or if I can use redhat drivers with BSD, and Viceversa.. No; kernel drivers/modules are not compatible. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:44:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from motgate.mot.com (motgate.mot.com [129.188.136.100]) by hub.freebsd.org (Postfix) with ESMTP id 6576F37B406 for ; Fri, 26 Oct 2001 08:44:10 -0700 (PDT) Received: [from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate.mot.com (motgate 2.1) with ESMTP id IAA18061 for ; Fri, 26 Oct 2001 08:44:09 -0700 (MST)] Received: [from il27exb01.cig.mot.com (il27exb01.cig.mot.com [136.182.15.100]) by pobox.mot.com (MOT-pobox 2.0) with ESMTP id IAA03139 for ; Fri, 26 Oct 2001 08:44:09 -0700 (MST)] Received: by il27exb01.cig.mot.com with Internet Mail Service (5.5.2654.52) id ; Fri, 26 Oct 2001 10:44:09 -0500 Message-ID: <796456A0F96AD511A0AC009027B0F7412D07D7@IL27EXM08.cig.mot.com> From: Pandurangi Venkatesh-AVP028 To: "'freebsd-questions@FreeBSD.ORG'" Subject: Xixcom cardbus support? Date: Fri, 26 Oct 2001 10:44:09 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Please could you tell me know, if the Xircom RealPort ((CardBus Ether 10-100 / Modem 56K (RBEM56G-100)) PCMCIA card is supported in 4.2 and if not, whether there is anywhere I can get the drivers from? Or, please let me know which version of FreeBSD supports this card? Thanks in advance. Regards Venkatesh Pandurangi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:51:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forbidden.dough.net (forbidden.dough.net [24.219.84.23]) by hub.freebsd.org (Postfix) with ESMTP id 64E2A37B407 for ; Fri, 26 Oct 2001 08:51:55 -0700 (PDT) Received: (from archon@localhost) by forbidden.dough.net (8.11.6/8.11.6) id f9QFpnY46953 for freebsd-questions@FreeBSD.ORG; Fri, 26 Oct 2001 10:51:49 -0500 (CDT) (envelope-from archon) Date: Fri, 26 Oct 2001 10:51:49 -0500 From: Dennis Moore To: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Xixcom cardbus support? Message-ID: <20011026105149.A46927@forbidden.dough.net> Mail-Followup-To: "'freebsd-questions@FreeBSD.ORG'" References: <796456A0F96AD511A0AC009027B0F7412D07D7@IL27EXM08.cig.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <796456A0F96AD511A0AC009027B0F7412D07D7@IL27EXM08.cig.mot.com>; from venkatesh.pandurangi@motorola.com on Fri, Oct 26, 2001 at 10:44:09AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 10:44:09AM -0500, Pandurangi Venkatesh-AVP028 wrote: > Hello, > Please could you tell me know, if the Xircom RealPort ((CardBus Ether 10-100 / Modem 56K (RBEM56G-100)) PCMCIA card is supported in 4.2 and if not, whether there is anywhere I can get the drivers from? > Or, please let me know which version of FreeBSD supports this card? > Thanks in advance. > Regards > Venkatesh Pandurangi Last I heard, Cardbus (because of its 32 bit nature) is only supported in CURRENT. I'm almost certain it's not in 4.2 or 4.3, and pretty sure it's not in 4.4. -- Dennis Moore jesus sewed my pants Pro Bono Devil's Advocate it's a love affair archon@EFnet irc mainly jesus http://forbidden.dough.net/ and my pants To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 8:55:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 8AC8837B401 for ; Fri, 26 Oct 2001 08:55:11 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id IAA31299; Fri, 26 Oct 2001 08:55:07 -0700 Message-ID: <3BD9875B.F30B2B3D@owt.com> Date: Fri, 26 Oct 2001 08:55:07 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff MacDonald Cc: questions@FreeBSD.ORG Subject: Re: problems with kde 2.2.2 References: <3BD950FD.000037.20722@frodo.searchcanada.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff MacDonald wrote: > > It's a dual 300 so it's not that bad. > > Basically i pkg_delete'd everything that depended on the > old png, then i removed all of kde, and did a fresh install > of the newest png from ports. then installed kde with sysinstall. > > problem being , now when i start kde it says libpng.so.4 cannot > be found. there is a libpng.so.5 in /usr/local/lib.. > > now what ? Something was built using the old version of png. I don't know how you tell which one it is. My fast system has dual 866 coppermines and I did my builds from the port. If you have a /usr/ports/packages/All, you can create your own package. Instead of using "make install" I did a "make package" and 4 hours later, I had a KDE-2.2 system. I used the resulting tarballs on the other machines. Kent > [btw thanksf for the patience so far] > jeff. > > > > > > > Jeff MacDonald wrote: > >> > >> ok, thanks > >> > >> this is gonna be fun :) > > > > I was reading what I typed. I implied more than I meant. You don't > > have to upgrade all of them. Just the ones that use the parts that > > you update for KDE-2.2. If you have a slow machine, downloading > > packages can be faster. > > > > Kent > > > >> > >>> > >>> > >>> Jeff MacDonald wrote: > >>>> > >>>> According to /var/db/pkg i have png 1.0.10 and 1.2.0 installed, > >>>> pkg_delete won't let me kill png 1.0.10 cause alot of things > >>>> depend on it. > >>> > >>> KDE-2.2 is sig11'ing because of your incomplete setup. Once you > >>> decided to go with KDE-2.2, you don't have any choice on the > >>> other ports. You have to update them to. > >>> > >>> Kent > >>> > >>>> > >>>>> > >>>>> > >>>>> Jeff MacDonald wrote: > >>>>>> > >>>>>> Hello, > >>>>>> > >>>>>> Recently I tried installing KDE 2.2.2 from /stand/sysinstall. > >>>>>> > >>>>>> It seem to load up fine and work, except the K icon is > >>>>>> missing along with all the other KDE related icons, also > >>>>>> things like Control Center, and Koffice apps all SIG-11 on > >>>>>> me. > >>>>>> > >>>>>> Has anyone elese run into this ? > >>>>> > >>>>> Check your dependancies. You probably have something like > >>>>> png-1.0.x installed and not png-1.2.0 or something like this. > >>>>> > >>>>> Kent > >>>>> > >>>>>> > >>>>>> Jeff. > >>>>>> _____________________________________________________________ > >>>>>> http://fastmail.ca/ - Fast Free Web Email for Canadians > >>>> > >>>> _______________________________________________________________ > >>>> http://fastmail.ca/ - Fast Free Web Email for Canadians > >>> > >>> -- > >>> Kent Stewart > >>> Richland, WA > >>> > >>> mailto:kbstew99@hotmail.com > >>> http://users.owt.com/kstewart/index.html > >>> FreeBSD News http://daily.daemonnews.org/ > >> > >> _________________________________________________________________ > >> http://fastmail.ca/ - Fast Free Web Email for Canadians > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kbstew99@hotmail.com > > http://users.owt.com/kstewart/index.html > > FreeBSD News http://daily.daemonnews.org/ > > _________________________________________________________________ > http://fastmail.ca/ - Fast Free Web Email for Canadians -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:18:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla1.xs4all.nl (mxzilla1.xs4all.nl [194.109.6.54]) by hub.freebsd.org (Postfix) with ESMTP id 472F237B405 for ; Fri, 26 Oct 2001 09:18:12 -0700 (PDT) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by mxzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id f9QGIAvV004308 for ; Fri, 26 Oct 2001 18:18:11 +0200 (CEST) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id SAA13714 for questions@freebsd.org; Fri, 26 Oct 2001 18:18:10 +0200 (CEST) Date: Fri, 26 Oct 2001 18:18:10 +0200 From: rene@xs4all.nl To: questions@freebsd.org Subject: how to resize many images from a console-prompt? Message-ID: <20011026181810.A23909@xs4all.nl> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I have large directories full of image files that I need to do processing on. Can anyone tell me which packages are out there that might assist me? I'm particularly looking for functionality to get fileinformation (width, height, no of colors) in an .gif, .png or .jpg image. With that information, I'd like to be able to resize all 3 fileformats to something that I specify. For instance, I'd like to be able to resize along only 1 edge, and have the program calculate the proportions for me, and any whitespace that is left over should have a color defined by me or be transparant.. I know I'm asking for a lot; is it out there? ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:23:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 8BF0D37B411 for ; Fri, 26 Oct 2001 09:23:37 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9QGNUH27558; Fri, 26 Oct 2001 09:23:30 -0700 (PDT) Date: Fri, 26 Oct 2001 09:23:30 -0700 (PDT) From: David Kirchner X-X-Sender: To: Cc: Subject: Re: how to resize many images from a console-prompt? In-Reply-To: <20011026181810.A23909@xs4all.nl> Message-ID: <20011026092203.F25870-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001 rene@xs4all.nl wrote: > Hi. I have large directories full of image files that I need to do processing > on. Can anyone tell me which packages are out there that might assist me? > > I'm particularly looking for functionality to get fileinformation (width, > height, no of colors) in an .gif, .png or .jpg image. > With that information, I'd like to be able to resize all 3 fileformats to > something that I specify. > For instance, I'd like to be able to resize along only 1 edge, and have the > program calculate the proportions for me, and any whitespace that is left > over should have a color defined by me or be transparant.. > > I know I'm asking for a lot; is it out there? ;) Install ImageMagick and check out 'convert'. Specifically, something like: convert -geometry 500x500 input.jpg output.jpg will convert the image so one side is 500. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:27:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 99BFF37B401 for ; Fri, 26 Oct 2001 09:27:29 -0700 (PDT) Received: by yertle.kciLink.com (Postfix, from userid 100) id C86912E45F; Fri, 26 Oct 2001 12:27:23 -0400 (EDT) To: questions@freebsd.org Subject: Re: apache & apache-ssl install on same machine. References: <20011026014545.A25692@switchblade.cyberpunkz.org> From: Vivek Khera Date: 26 Oct 2001 12:27:23 -0400 In-Reply-To: <20011026014545.A25692@switchblade.cyberpunkz.org> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "RA" == Rob Andrews writes: RA> I am admittedly not an apache guru by any means.. However I have ran RA> into an issue where I need a machine to be able to run apache plus RA> apache-ssl on the same machine. Apache+mod_ssl is all you need. For your non-ssl needs, just don't load the mod_ssl module into apache. You can look at the httpd.conf file to see how that's done. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:33: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f128.hotmail.com [216.32.181.128]) by hub.freebsd.org (Postfix) with ESMTP id 3A07B37B42B for ; Fri, 26 Oct 2001 09:32:47 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 26 Oct 2001 09:32:47 -0700 Received: from 134.50.232.11 by lw2fd.hotmail.msn.com with HTTP; Fri, 26 Oct 2001 16:32:47 GMT X-Originating-IP: [134.50.232.11] From: "Korey Pelton" To: achornback@worldnet.att.net, questions@freebsd.org Subject: RE: modem not detected by probe- Not WinModem Date: Fri, 26 Oct 2001 10:32:47 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Oct 2001 16:32:47.0122 (UTC) FILETIME=[D87CBF20:01C15E3B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Everyone, I would just like to thank all the people that gave me good ideas that fixed my modem. I am typing this email on FreeBSD and my USR performance pro modem works like a charm. Windows told me it was on COM5, but the modem works on sio3 on FreeBSD. To get it to work, I had to include the start I/O address and irq on the sio3 line and exclude all the other sio lines. My dmesg still says that it is an "unknown card" on the pci bus. But, whatever works. I have a question. I can't check my hotmail with lynx because it gives me a message saying that it isn't compatible with the https protocol. Is there a different text based browser that I can use that supports https, or should I just switch free-email providers? Korey >From: "Andrew C. Hornback" >To: "Sivar" , "Sam Suh" , >"Korey Pelton" , >Subject: RE: modem not detected by probe- Not WinModem >Date: Fri, 26 Oct 2001 10:43:43 -0400 >MIME-Version: 1.0 >Received: from [216.136.204.119] by hotmail.com (3.2) with ESMTP id >MHotMailBDA2C1CF00B540043753D888CC775CD80; Fri, 26 Oct 2001 07:44:32 -0700 >Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18])by >mx2.freebsd.org (Postfix) with ESMTPid 0488755814; Fri, 26 Oct 2001 >07:45:31 -0700 (PDT)(envelope-from owner-freebsd-questions@FreeBSD.ORG) >Received: by hub.freebsd.org (Postfix, from userid 538)id ED78337B403; Fri, >26 Oct 2001 07:45:28 -0700 (PDT) >Received: from localhost (localhost [127.0.0.1])by hub.freebsd.org >(Postfix) with SMTPid BB7A82E8036; Fri, 26 Oct 2001 07:45:28 -0700 (PDT) >Received: by hub.freebsd.org (bulk_mailer v1.12); Fri, 26 Oct 2001 07:45:28 >-0700 >Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net >[204.127.131.46])by hub.freebsd.org (Postfix) with ESMTP id 4C37937B401for >; Fri, 26 Oct 2001 07:45:26 -0700 (PDT) >Received: from columbia ([12.93.211.97]) by mtiwmhc21.worldnet.att.net > (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP >id <20011026144525.VYTP29594.mtiwmhc21.worldnet.att.net@columbia>; >Fri, 26 Oct 2001 14:45:25 +0000 >From owner-freebsd-questions@FreeBSD.ORG Fri, 26 Oct 2001 07:46:15 -0700 >Delivered-To: freebsd-questions@freebsd.org >Message-ID: <001601c15e2c$9bf3c260$6600000a@columbia> >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 V5.00.2919.6600 >Importance: Normal >Sender: owner-freebsd-questions@FreeBSD.ORG >List-ID: >List-Archive: (Web Archive) >List-Help: (List Instructions) >List-Subscribe: > >List-Unsubscribe: > >X-Loop: FreeBSD.ORG >Precedence: bulk > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sivar > > Sent: Friday, October 26, 2001 3:28 AM > > To: Sam Suh; Korey Pelton; questions@freebsd.org > > Subject: Re: modem not detected by probe- Not WinModem > > > > Addendum to Korey's email, his modem is a US Robotics Performance > > Pro -- Not > > a winmodem and not a hybrid hardware/software modem. The USR PP is a >full > > 100% hardware controller-based modem. > > I have had it work in SuSE with no special config. (Not that this > > makes it a > > hardware MODEM, the actual specs say that it is a hardware modem--as > > hardware as a USR Courier internal purchased in 1993 before > > Winmodems really > > came about). The problem seems to be that FreeBSD doesn't want to >believe > > that the modem is a serial controller. It makes a "COM5" in DOS > > terms, as do > > most internal modems. Seeing as how I have never configured any modem in > > FreeBSD--I just use ethernet--I really have no idea how to help past the > > handbook. > > COM5 corresponds to sio4, I believe. The GENERIC kernel only addresses >sio0 and sio1. He'd have to have a kernel with callouts up to sio4, or >find >a way to move the modem to a different COM port, and have the corresponding >sio device in the kernel configuration. > >--- Andy > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:42:44 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 D714537B401 for ; Fri, 26 Oct 2001 09:42:41 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15xA43-0001Mu-00; Fri, 26 Oct 2001 12:42:35 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9QGmNd04158; Fri, 26 Oct 2001 12:48:23 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Fri, 26 Oct 2001 12:48:22 -0400 (EDT) From: Dru X-X-Sender: To: Korey Pelton Cc: , Subject: RE: modem not detected by probe- Not WinModem In-Reply-To: Message-ID: <20011026124754.R1929-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Korey Pelton wrote: > Hello Everyone, > > I would just like to thank all the people that gave me good ideas that fixed > my modem. I am typing this email on FreeBSD and my USR performance pro > modem works like a charm. > > Windows told me it was on COM5, but the modem works on sio3 on FreeBSD. To > get it to work, I had to include the start I/O address and irq on the sio3 > line and exclude all the other sio lines. My dmesg still says that it is an > "unknown card" on the pci bus. But, whatever works. > > I have a question. I can't check my hotmail with lynx because it gives me a > message saying that it isn't compatible with the https protocol. Is there a > different text based browser that I can use that supports https, or should I > just switch free-email providers? Hi Korey, Try lynx-ssl in the www section of the ports. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:44:40 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 4E8A737B407 for ; Fri, 26 Oct 2001 09:44:35 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15xA5x-00029A-00; Fri, 26 Oct 2001 12:44:33 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9QGoH507184; Fri, 26 Oct 2001 12:50:17 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Fri, 26 Oct 2001 12:50:16 -0400 (EDT) From: Dru X-X-Sender: To: PetBuilder Cc: FreeBSD-Questions Subject: Re: Adding Ports Collection In-Reply-To: <000c01c15e2e$fadfebd0$77a44a42@home> Message-ID: <20011026124841.S1929-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, PetBuilder wrote: > If we did a munimum install and did not add the ports collection during the install, how would we go about adding the ports collection after the system is running? > > This is on a machine we first setup. I now install it with every new install, but I need to add it to the older machine. > > Thanks, Hi Craig, There are several ways to do this. My favourite is to become the superuser and: /stand/sysinstall Configure Distributions ports Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 9:57:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.hic.net (mail1.hic.net [209.144.4.20]) by hub.freebsd.org (Postfix) with ESMTP id 044EF37B403 for ; Fri, 26 Oct 2001 09:57:19 -0700 (PDT) Received: from dialup (dialupuser142.hic.net [209.144.4.147]) by mail1.hic.net (8.9.3/8.9.3) with SMTP id LAA23219 for ; Fri, 26 Oct 2001 11:05:50 GMT (envelope-from tech@hic.net) Message-ID: <001a01c15e3e$7ca8b8e0$930490d1@hic.net> From: "hic.net - tech" To: Subject: help could someone email me libutil.so.3 Date: Fri, 26 Oct 2001 11:51:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0017_01C15E14.93B11F20" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0017_01C15E14.93B11F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please help, for some reason when I boot up and try to telnet into one = of my servers I get=20 Escape character is '^]'. /usr/libexec/ld-elf.so.1: Shared object "libutil.so.3" not found Connection closed by foreign host libutil.so.3 doesn't exist on my machine, but I think that I could put = it in one of ld-config's search paths if I can get a copy of it and = solve the problem, so if anyone out there has this and could email it to = me, I'd greatly appreciate it. Thanks Chris ------=_NextPart_000_0017_01C15E14.93B11F20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Please help, for some reason when I boot up and try = to telnet=20 into one of my servers I get
Escape character is = '^]'.
/usr/libexec/ld-elf.so.1: Shared=20 object "libutil.so.3" not found
Connection closed by foreign=20 host
libutil.so.3 = doesn't exist=20 on my machine, but I think that I could put it in one of ld-config's = search=20 paths if I can get a copy of it and solve the problem, so if anyone out = there=20 has this and could email it to me, I'd greatly appreciate it.=20 Thanks
Chris
 
------=_NextPart_000_0017_01C15E14.93B11F20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10: 7:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id A2F8B37B408 for ; Fri, 26 Oct 2001 10:07:22 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9QH7I642048; Fri, 26 Oct 2001 10:07:18 -0700 (PDT) (envelope-from kline) Date: Fri, 26 Oct 2001 10:07:18 -0700 From: Gary Kline To: Ceri Cc: FreeBSD Mailing List Subject: Re: what's on / that keeps filling up? Message-ID: <20011026100718.A40521@tao.thought.org> References: <200110260724.f9Q7OYE40463@tao.thought.org> <20011026100255.D8919@cartman.private.techsupport.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20011026100255.D8919@cartman.private.techsupport.co.uk>; from ceri@techsupport.co.uk on Fri, Oct 26, 2001 at 10:02:55AM +0100 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 10:02:55AM +0100, Ceri wrote: > On Fri, Oct 26, 2001 at 12:24:34AM -0700, Gary Kline said: > > > > > > Could it be that I got too ambitious with my /etc/newsyslog.conf > > log files? > > It could. > But we'll never know unless we see it :) > > > In recent days, my DNS server keeps overflowing > > its / slice. > > Where is your DNS server's idea of / ? > Are you sure it's the DNS server that's doing it, as you don't sound too > sure below. > > > I've checked /var, /tmp, /root, plus /, and can't > > find what's causing stuff to fill up. Right now, / is at 99% > > capacity. > > du is your friend. > What du turns up is inconclusive; my df / went from 99 to 100% in a few hours, and `find .... -ctime 1 ' also was unhelpful. What it was, evidently, was that over the past two months of uptime, too many domains were cached. ...After a reboot, df / is only 34%. thanks for your help, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10: 7:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay1.chek.com (plotnick.chek.com [208.197.227.116]) by hub.freebsd.org (Postfix) with SMTP id 08D7F37B401 for ; Fri, 26 Oct 2001 10:07:44 -0700 (PDT) Received: (qmail 6257 invoked from network); 26 Oct 2001 17:07:39 -0000 Received: from whitfield.chek.com (208.197.227.143) by mailrelay1.chek.com with SMTP; 26 Oct 2001 17:07:39 -0000 Received: (qmail 14096 invoked by uid 99); 26 Oct 2001 17:04:24 -0000 Date: 26 Oct 2001 17:04:23 -0000 Message-ID: <20011026170423.14095.qmail@whitfield.chek.com> From: "Humayun Ashraf" To: freebsd-questions@FreeBSD.ORG X-MASSMAIL: 1.0 X-Originating-IP: [65.27.20.198] Subject: Ceri suggested. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ceri suggested i paste a copy of my inetd.conf...so here it is... --------------------------------------------------- # $FreeBSD: src/etc/inetd.conf,v 1.44.2.3 2000/10/04 07:58:51 kris Exp $ # # Internet server configuration database # # @(#)inetd.conf 5.4 (Berkeley) 6/30/90 # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd # # IPv6 services # ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l -------------------------------------------------------- Thanks you for the response...i am looking forward to hearing from you guys again... Phyco The #1 FREE E-mail on the Internet at http://www.Gotmail.com. Your Gotmail email address is available to you around the world anytime, all the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:17:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id 4524F37B405 for ; Fri, 26 Oct 2001 10:17:52 -0700 (PDT) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id f9QHHiL44088; Fri, 26 Oct 2001 10:17:44 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Fri, 26 Oct 2001 10:17:44 -0700 (PDT) From: Philip Hallstrom To: rene@xs4all.nl Cc: questions@FreeBSD.ORG Subject: Re: how to resize many images from a console-prompt? In-Reply-To: <20011026181810.A23909@xs4all.nl> Message-ID: <20011026101651.J43634-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In addition to ImageMagick you could alsy try the netpbm package. I did a little testing using some images I took with a digital camera (just shrinking jpegs) and netpbm did a *lot* better job of compression without losing quality. It was a bit slower though... -philip On Fri, 26 Oct 2001 rene@xs4all.nl wrote: > Hi. I have large directories full of image files that I need to do processing > on. Can anyone tell me which packages are out there that might assist me? > > I'm particularly looking for functionality to get fileinformation (width, > height, no of colors) in an .gif, .png or .jpg image. > With that information, I'd like to be able to resize all 3 fileformats to > something that I specify. > For instance, I'd like to be able to resize along only 1 edge, and have the > program calculate the proportions for me, and any whitespace that is left > over should have a color defined by me or be transparant.. > > I know I'm asking for a lot; is it out there? ;) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:23:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.host4u.net (gaia.host4u.net [209.150.128.48]) by hub.freebsd.org (Postfix) with ESMTP id 88D4137B405 for ; Fri, 26 Oct 2001 10:23:11 -0700 (PDT) Received: from andre ([216.71.43.117]) by gaia.host4u.net (8.8.5/8.8.5) with SMTP id MAA01520 for ; Fri, 26 Oct 2001 12:19:42 -0500 Message-ID: <00b001c15e42$c3da4a40$a50410ac@olmct.net> Reply-To: "Andre` Niel Cameron" From: "Andre` Niel Cameron" To: "free bsd" Subject: Help with sendmail please. Date: Fri, 26 Oct 2001 13:22:18 -0400 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am getting this error when I send mail to my server: Oct 26 12:11:27 gaia sendmail[154]: MAA00154: from=, size=879, class=0, pri=30879, nrcpts=1, msgid=<00a801c15e41$9cea98f0$a50410ac@olmct.net>, bodytype=8BITMIME, proto=SMTP, relay=[216.71.43.117] Oct 26 12:11:27 gaia sendmail[156]: MAA00154: to=, ctladdr= (647/518), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=camcom.ath.cx. [24.45.214.23], stat=Deferred: Connection refused by camcom.ath.cx. This cam from the maillog on the server I sent from. Does anyone know what the problem is and how to fix it? Regards, Andre` C. Technical Support Ô¿Ô¬ ---------------------------------------------------------------------------- - Visit our support manual at http://supportmanual.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:28:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.clifftop.net (deepspace9.demon.co.uk [193.237.217.45]) by hub.freebsd.org (Postfix) with ESMTP id D007B37B401 for ; Fri, 26 Oct 2001 10:28:09 -0700 (PDT) Received: from sisko (sisko.clifftop.net [192.168.1.10]) (authenticated bits=0) by smtp.clifftop.net (8.12.1/8.12.1) with ESMTP id f9QHS12b009807; Fri, 26 Oct 2001 18:28:01 +0100 (BST) From: "Danny Horne" To: "Andre` Niel Cameron" , "free bsd" Subject: RE: Help with sendmail please. Date: Fri, 26 Oct 2001 18:28:44 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <00b001c15e42$c3da4a40$a50410ac@olmct.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andre` Niel > Cameron > Sent: Friday 26 October 2001 6:22pm > To: free bsd > Subject: Help with sendmail please. > > > Hi, > > I am getting this error when I send mail to my server: > mailer=esmtp, relay=camcom.ath.cx. [24.45.214.23], stat=Deferred: > Connection > refused by camcom.ath.cx. > > This cam from the maillog on the server I sent from. Does anyone > know what > the problem is and how to fix it? > Is there a firewall on camcom.ath.cx preventing access to port 25? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:31:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from calcon.calcon.net (calcon.net [63.149.52.2]) by hub.freebsd.org (Postfix) with ESMTP id 8512A37B403 for ; Fri, 26 Oct 2001 10:31:44 -0700 (PDT) Received: from calcon.net (vpn1.calcon.net [63.149.52.253]) by calcon.calcon.net (8.11.2/8.11.2) with ESMTP id f9QHUfl20684 for ; Fri, 26 Oct 2001 12:30:42 -0500 Message-ID: <3BD99DFF.119A1163@calcon.net> Date: Fri, 26 Oct 2001 12:31:43 -0500 From: Douglas Egan X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: error in ports/mail/sylpheed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I get this error when trying to 'make' in /usr/ports/mail/sylpheed "Error: your port uses an old layout. Please update it to match this bsd.port.mk. If you have updated your ports collection via cvsup and are still getting this error, see Q12 and Q13 in the cvsup FAQ on http://www.polstra.com for further information." I am running 4.4-RC just prior to release. I have cvsup'ed the ports weekly and just redid a cvs update ports. The FAQ didn't seem to apply. Any ideas? Thanks, Doug Egan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:47: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r10.mx.aol.com (imo-r10.mx.aol.com [152.163.225.106]) by hub.freebsd.org (Postfix) with ESMTP id 3624337B4CF for ; Fri, 26 Oct 2001 10:46:53 -0700 (PDT) Received: from RnldFreud@aol.com by imo-r10.mx.aol.com (mail_out_v31_r1.8.) id n.a4.1b441250 (4332) for ; Fri, 26 Oct 2001 13:46:49 -0400 (EDT) From: RnldFreud@aol.com Message-ID: Date: Fri, 26 Oct 2001 13:46:48 EDT Subject: bellsouth.net freebsd adsl help To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_a4.1b441250.290afb88_boundary" X-Mailer: AOL 6.0 for Windows US sub 10536 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_a4.1b441250.290afb88_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit freebsd appears to recognize my alcatel modem. how do i log into bellsouth.net which is my provider? do i still set up a ppp connection for log in or is there something else i need to do. --part1_a4.1b441250.290afb88_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit freebsd appears to recognize my alcatel modem. how do i log into bellsouth.net which is my provider? do i still set up a ppp connection for log in or is there something else i need to do. --part1_a4.1b441250.290afb88_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:53:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from i01sv4107.ids1.intelonline.com (i01sv4107-p.ids1.intelonline.com [147.208.166.12]) by hub.freebsd.org (Postfix) with ESMTP id A4C4537B403; Fri, 26 Oct 2001 10:52:54 -0700 (PDT) Received: from i01sv4139 (unverified [10.81.26.12]) by i01sv4107.ids1.intelonline.com (Rockliffe SMTPRA 4.5.4) with SMTP id ; Fri, 26 Oct 2001 17:52:47 +0000 Message-ID: From: Matthias Bartels To: "questions@freebsd.org" , "freebsd-hardware@freebsd.org" X-Originating-IP: [217.4.67.25] Date: Fri, 26 Oct 2001 18:52:44 +0100 X-MSMail-Priority: Normal X-mailer: AspMail 4.0 4.02 (SMT4DD4B4F) Subject: startx = reboot Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_45071276" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format ------=_NextPart_000_45071276 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Servus, i have a serious problem with my XServer, i posted it some days ago, but it very strange so nobody could help me. Trying to start the Xserver using startx results in a system reboot! this is my hardware configuration: ASUS A7A266 Athlon 1400 NVidia GeForce2 MX-200 32MB 512MB DDR RAM the components seem to work (i also run windoofs), and i tried several versions of XFree (package installation and from source, 4.0.3, 4.1.0) and also FreeBSD 4.3 and 4.4 Nothing works! Is it possible that the graphic card with this chipset is not supported? A friend of mine is using the same card with MX 400 chipset, he has no problems! I am despairing... I have attached my XF86Config File and the last log message before the crash! Thank you for your help. Matthias Ringtones, Logos und crazy Mailbox Ansagen für Dein Nokia-Handy @ www.genie.de ------=_NextPart_000_45071276 Content-Type: application/octet-stream; name="XFree86.0.log" Content-Transfer-Encoding: Base64 Content-Disposition: attachment; filename="XFree86.0.log" DQpYRnJlZTg2IFZlcnNpb24gNC4wLjMgLyBYIFdpbmRvdyBTeXN0ZW0NCihwcm90b2NvbCBWZXJz aW9uIDExLCByZXZpc2lvbiAwLCB2ZW5kb3IgcmVsZWFzZSA2NDAwKQ0KUmVsZWFzZSBEYXRlOiAx NiBNYXJjaCAyMDAxDQoJSWYgdGhlIHNlcnZlciBpcyBvbGRlciB0aGFuIDYtMTIgbW9udGhzLCBv ciBpZiB5b3VyIGNhcmQgaXMNCgluZXdlciB0aGFuIHRoZSBhYm92ZSBkYXRlLCBsb29rIGZvciBh IG5ld2VyIHZlcnNpb24gYmVmb3JlDQoJcmVwb3J0aW5nIHByb2JsZW1zLiAgKFNlZSBodHRwOi8v d3d3LlhGcmVlODYuT3JnL0ZBUSkNCk9wZXJhdGluZyBTeXN0ZW06IEZyZWVCU0QgNC4zIGkzODYg W0VMRl0gDQpNb2R1bGUgTG9hZGVyIHByZXNlbnQNCig9PSkgTG9nIGZpbGU6ICIvdmFyL2xvZy9Y RnJlZTg2LjAubG9nIiwgVGltZTogRnJpIE9jdCAyNiAxNjowMTo1OCAyMDAxDQooPT0pIFVzaW5n IGNvbmZpZyBmaWxlOiAiL2V0Yy9YMTEvWEY4NkNvbmZpZyINCk1hcmtlcnM6ICgtLSkgcHJvYmVk LCAoKiopIGZyb20gY29uZmlnIGZpbGUsICg9PSkgZGVmYXVsdCBzZXR0aW5nLA0KICAgICAgICAg KCsrKSBmcm9tIGNvbW1hbmQgbGluZSwgKCEhKSBub3RpY2UsIChJSSkgaW5mb3JtYXRpb25hbCwN CiAgICAgICAgIChXVykgd2FybmluZywgKEVFKSBlcnJvciwgKD8/KSB1bmtub3duLg0KKD09KSBT ZXJ2ZXJMYXlvdXQgIlNpbXBsZSBMYXlvdXQiDQooKiopIHwtLT5TY3JlZW4gIlNjcmVlbiAxIiAo MCkNCigqKikgfCAgIHwtLT5Nb25pdG9yICJtaXJvIg0KKCoqKSB8ICAgfC0tPkRldmljZSAibnZp ZGlhIg0KKCoqKSB8LS0+SW5wdXQgRGV2aWNlICJNb3VzZTEiDQooKiopIHwtLT5JbnB1dCBEZXZp Y2UgIktleWJvYXJkMSINCigqKikgT3B0aW9uICJBdXRvUmVwZWF0IiAiNTAwIDMwIg0KKCoqKSBP cHRpb24gIlhrYlJ1bGVzIiAieGZyZWU4NiINCigqKikgWEtCOiBydWxlczogInhmcmVlODYiDQoo KiopIE9wdGlvbiAiWGtiTW9kZWwiICJwYzEwNSINCigqKikgWEtCOiBtb2RlbDogInBjMTA1Ig0K KCoqKSBPcHRpb24gIlhrYkxheW91dCIgImRlIg0KKCoqKSBYS0I6IGxheW91dDogImRlIg0KKCoq KSBGb250UGF0aCBzZXQgdG8gIi91c3IvWDExUjYvbGliL1gxMS9mb250cy9sb2NhbC8sL3Vzci9Y MTFSNi9saWIvWDExL2ZvbnRzL21pc2MvLC91c3IvWDExUjYvbGliL1gxMS9mb250cy83NWRwaS86 dW5zY2FsZWQsL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzLzEwMGRwaS86dW5zY2FsZWQsL3Vzci9Y MTFSNi9saWIvWDExL2ZvbnRzL1R5cGUxLywvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvU3BlZWRv LywvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvNzVkcGkvLC91c3IvWDExUjYvbGliL1gxMS9mb250 cy8xMDBkcGkvIg0KKCoqKSBSZ2JQYXRoIHNldCB0byAiL3Vzci9YMTFSNi9saWIvWDExL3JnYiIN Cig9PSkgTW9kdWxlUGF0aCBzZXQgdG8gIi91c3IvWDExUjYvbGliL21vZHVsZXMiDQooSUkpIHhm ODZSZWFkQklPUyhmODAwMCwgZTgwLCBCdWYsIDIpLT4gMjAgZTggNDQgZmIuLi4NCigtLSkgVXNp bmcgc3lzY29ucyBkcml2ZXIgd2l0aCBYIHN1cHBvcnQgKHZlcnNpb24gMi4wKQ0KKC0tKSB1c2lu ZyBWVCBudW1iZXIgOQ0KDQooSUkpIE1vZHVsZSBBQkkgdmVyc2lvbnM6DQoJWEZyZWU4NiBBTlNJ IEMgRW11bGF0aW9uOiAwLjENCglYRnJlZTg2IFZpZGVvIERyaXZlcjogMC4zDQoJWEZyZWU4NiBY SW5wdXQgZHJpdmVyIDogMC4xDQoJWEZyZWU4NiBTZXJ2ZXIgRXh0ZW5zaW9uIDogMC4xDQoJWEZy ZWU4NiBGb250IFJlbmRlcmVyIDogMC4yDQooSUkpIExvYWRlciBydW5uaW5nIG9uIGZyZWVic2QN CihJSSkgTG9hZE1vZHVsZTogImJpdG1hcCINCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9t b2R1bGVzL2ZvbnRzL2xpYmJpdG1hcC5hDQooSUkpIE1vZHVsZSBiaXRtYXA6IHZlbmRvcj0iVGhl IFhGcmVlODYgUHJvamVjdCINCgljb21waWxlZCBmb3IgNC4wLjMsIG1vZHVsZSB2ZXJzaW9uID0g MS4wLjANCglNb2R1bGUgY2xhc3M6IFhGcmVlODYgRm9udCBSZW5kZXJlcg0KCUFCSSBjbGFzczog WEZyZWU4NiBGb250IFJlbmRlcmVyLCB2ZXJzaW9uIDAuMg0KKElJKSBMb2FkaW5nIGZvbnQgQml0 bWFwDQooSUkpIExvYWRNb2R1bGU6ICJwY2lkYXRhIg0KKElJKSBMb2FkaW5nIC91c3IvWDExUjYv bGliL21vZHVsZXMvbGlicGNpZGF0YS5hDQooSUkpIE1vZHVsZSBwY2lkYXRhOiB2ZW5kb3I9IlRo ZSBYRnJlZTg2IFByb2plY3QiDQoJY29tcGlsZWQgZm9yIDQuMC4zLCBtb2R1bGUgdmVyc2lvbiA9 IDAuMS4wDQoJQUJJIGNsYXNzOiBYRnJlZTg2IFZpZGVvIERyaXZlciwgdmVyc2lvbiAwLjMNCihJ SSkgUENJOiBQcm9iaW5nIGNvbmZpZyB0eXBlIHVzaW5nIG1ldGhvZCAxDQooSUkpIFBDSTogQ29u ZmlnIHR5cGUgaXMgMQ0KKElJKSBQQ0k6IHN0YWdlcyA9IDB4MDMsIG9sZFZhbDEgPSAweDAwMDAw MDAwLCBtb2RlMVJlczEgPSAweDgwMDAwMDAwDQooSUkpIFBDSTogUENJIHNjYW4gKGFsbCB2YWx1 ZXMgYXJlIGluIGhleCkNCihJSSkgUENJOiAwMDowMDowOiBjaGlwIDEwYjksMTY0NyBjYXJkIDAw MDAsMDAwMCByZXYgMDQgY2xhc3MgMDYsMDAsMDAgaGRyIDAwDQooSUkpIFBDSTogMDA6MDE6MDog Y2hpcCAxMGI5LDUyNDcgY2FyZCAwMDAwLDAwMDAgcmV2IDAwIGNsYXNzIDA2LDA0LDAwIGhkciAw MQ0KKElJKSBQQ0k6IDAwOjAyOjA6IGNoaXAgMTBiOSw1MjM3IGNhcmQgMTBiOSw1MjM3IHJldiAw MyBjbGFzcyAwYywwMywxMCBoZHIgMDANCihJSSkgUENJOiAwMDowNDowOiBjaGlwIDEwYjksNTIy OSBjYXJkIDEwNDMsODA1MyByZXYgYzQgY2xhc3MgMDEsMDEsZmEgaGRyIDAwDQooSUkpIFBDSTog MDA6MDU6MDogY2hpcCAxM2Y2LDAxMTEgY2FyZCAxMDQzLDgwZTIgcmV2IDEwIGNsYXNzIDA0LDAx LDAwIGhkciAwMA0KKElJKSBQQ0k6IDAwOjA2OjA6IGNoaXAgMTBiOSw1MjM3IGNhcmQgMTBiOSw1 MjM3IHJldiAwMyBjbGFzcyAwYywwMywxMCBoZHIgMDANCihJSSkgUENJOiAwMDowNzowOiBjaGlw IDEwYjksMTUzMyBjYXJkIDEwYjksMTUzMyByZXYgMDAgY2xhc3MgMDYsMDEsMDAgaGRyIDAwDQoo SUkpIFBDSTogMDA6MDk6MDogY2hpcCAxMjgyLDkxMDIgY2FyZCA0NTU0LDQzNGUgcmV2IDMxIGNs YXNzIDAyLDAwLDAwIGhkciAwMA0KKElJKSBQQ0k6IDAwOjExOjA6IGNoaXAgMTBiOSw3MTAxIGNh cmQgMDAwMCwwMDAwIHJldiAwMCBjbGFzcyAwNiw4MCwwMCBoZHIgMDANCihJSSkgUENJOiAwMTow MDowOiBjaGlwIDEwZGUsMDExMSBjYXJkIDAwMDAsMDAwMCByZXYgYjIgY2xhc3MgMDMsMDAsMDAg aGRyIDAwDQooSUkpIFBDSTogRW5kIG9mIFBDSSBzY2FuDQooSUkpIExvYWRNb2R1bGU6ICJzY2Fu cGNpIg0KKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGlic2NhbnBjaS5hDQoo SUkpIE1vZHVsZSBzY2FucGNpOiB2ZW5kb3I9IlRoZSBYRnJlZTg2IFByb2plY3QiDQoJY29tcGls ZWQgZm9yIDQuMC4zLCBtb2R1bGUgdmVyc2lvbiA9IDAuMS4wDQoJQUJJIGNsYXNzOiBYRnJlZTg2 IFZpZGVvIERyaXZlciwgdmVyc2lvbiAwLjMNCihJSSkgVW5sb2FkTW9kdWxlOiAic2NhbnBjaSIN CihJSSkgVW5sb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGlic2NhbnBjaS5hDQooSUkp IEhvc3QtdG8tUENJIGJyaWRnZToNCihJSSkgUENJLXRvLUlTQSBicmlkZ2U6DQooSUkpIFBDSS10 by1QQ0kgYnJpZGdlOg0KKElJKSBCdXMgMDogYnJpZGdlIGlzIGF0ICgwOjA6MCksICgtMSwwLDAp LCBCQ1RSTDogMHgwMCAoVkdBX0VOIGlzIGNsZWFyZWQpDQooSUkpIEJ1cyAwIEkvTyByYW5nZToN CglbMF0gLTEJMHgwMDAwMDAwMCAtIDB4MDAwMGZmZmYgKDB4MTAwMDApIElYW0JdDQooSUkpIEJ1 cyAwIG5vbi1wcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdlOg0KCVswXSAtMQkweDAwMDAwMDAwIC0g MHhmZmZmZmZmZiAoMHgwKSBNWFtCXQ0KKElJKSBCdXMgMCBwcmVmZXRjaGFibGUgbWVtb3J5IHJh bmdlOg0KCVswXSAtMQkweDAwMDAwMDAwIC0gMHhmZmZmZmZmZiAoMHgwKSBNWFtCXQ0KKElJKSBC dXMgMTogYnJpZGdlIGlzIGF0ICgwOjE6MCksICgwLDEsMSksIEJDVFJMOiAweDA4IChWR0FfRU4g aXMgc2V0KQ0KKElJKSBCdXMgMSBJL08gcmFuZ2U6DQooSUkpIEJ1cyAxIG5vbi1wcmVmZXRjaGFi bGUgbWVtb3J5IHJhbmdlOg0KCVswXSAtMQkweGU2MDAwMDAwIC0gMHhlN2RmZmZmZiAoMHgxZTAw MDAwKSBNWFtCXQ0KKElJKSBCdXMgMSBwcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdlOg0KCVswXSAt MQkweGU3ZjAwMDAwIC0gMHhlZmZmZmZmZiAoMHg4MTAwMDAwKSBNWFtCXQ0KKElJKSBCdXMgLTE6 IGJyaWRnZSBpcyBhdCAoMDo3OjApLCAoMCwtMSwwKSwgQkNUUkw6IDB4MDAgKFZHQV9FTiBpcyBj bGVhcmVkKQ0KKElJKSBCdXMgLTEgSS9PIHJhbmdlOg0KKElJKSBCdXMgLTEgbm9uLXByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6DQooSUkpIEJ1cyAtMSBwcmVmZXRjaGFibGUgbWVtb3J5IHJhbmdl Og0KKC0tKSBQQ0k6KigxOjA6MCkgTlZpZGlhIEdlRm9yY2UyIE1YIEREUiByZXYgMTc4LCBNZW0g QCAweGU2MDAwMDAwLzI0LCAweGU4MDAwMDAwLzI3DQooSUkpIEFkZHJlc3NhYmxlIGJ1cyByZXNv dXJjZSByYW5nZXMgYXJlDQoJWzBdIC0xCTB4MDAwMDAwMDAgLSAweGZmZmZmZmZmICgweDApIE1Y W0JdDQoJWzFdIC0xCTB4MDAwMDAwMDAgLSAweDAwMDBmZmZmICgweDEwMDAwKSBJWFtCXQ0KKElJ KSBPUy1yZXBvcnRlZCByZXNvdXJjZSByYW5nZXM6DQoJWzBdIC0xCTB4ZmZlMDAwMDAgLSAweGZm ZmZmZmZmICgweDIwMDAwMCkgTVhbQl0oQikNCglbMV0gLTEJMHgwMDEwMDAwMCAtIDB4M2ZmZmZm ZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQ0KCVsyXSAtMQkweDAwMGYwMDAwIC0gMHgwMDBmZmZm ZiAoMHgxMDAwMCkgTVhbQl0NCglbM10gLTEJMHgwMDBjMDAwMCAtIDB4MDAwZWZmZmYgKDB4MzAw MDApIE1YW0JdDQoJWzRdIC0xCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtC XQ0KCVs1XSAtMQkweDAwMDAwMDAwIC0gMHgwMDAwMDFmZiAoMHgyMDApIElYW0JdRQ0KKElJKSBB Y3RpdmUgUENJIHJlc291cmNlIHJhbmdlczoNCglbMF0gLTEJMHhlMzgwMDAwMCAtIDB4ZTNmZmZm ZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbMV0gLTEJMHhlNDgwMDAwMCAtIDB4ZTRmZmZmZmYgKDB4 ODAwMDAwKSBNWFtCXUUNCglbMl0gLTEJMHhlNTgwMDAwMCAtIDB4ZTVmZmZmZmYgKDB4ODAwMDAw KSBNWFtCXUUNCglbM10gLTEJMHhmMDAwMDAwMCAtIDB4ZmZmZmZmZmYgKDB4MTAwMDAwMDApIE1Y W0JdRQ0KCVs0XSAtMQkweGU3ZmYwMDAwIC0gMHhlN2ZmZmZmZiAoMHgxMDAwMCkgTVhbQl0oQikN CglbNV0gLTEJMHhlODAwMDAwMCAtIDB4ZWZmZmZmZmYgKDB4ODAwMDAwMCkgTVhbQl0oQikNCglb Nl0gLTEJMHhlNjAwMDAwMCAtIDB4ZTZmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikNCglbN10g LTEJMHgwMDAwYjQwMCAtIDB4MDAwMGI0ZmYgKDB4MTAwKSBJWFtCXUUNCglbOF0gLTEJMHgwMDAw ZDAwMCAtIDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUNCglbOV0gLTEJMHgwMDAwZDQwMCAtIDB4 MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUNCihJSSkgQWN0aXZlIFBDSSByZXNvdXJjZSByYW5nZXMg YWZ0ZXIgcmVtb3Zpbmcgb3ZlcmxhcHM6DQoJWzBdIC0xCTB4ZTM4MDAwMDAgLSAweGUzZmZmZmZm ICgweDgwMDAwMCkgTVhbQl1FDQoJWzFdIC0xCTB4ZTQ4MDAwMDAgLSAweGU0ZmZmZmZmICgweDgw MDAwMCkgTVhbQl1FDQoJWzJdIC0xCTB4ZTU4MDAwMDAgLSAweGU1ZmZmZmZmICgweDgwMDAwMCkg TVhbQl1FDQoJWzNdIC0xCTB4ZjAwMDAwMDAgLSAweGZmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtC XUUNCglbNF0gLTEJMHhlN2ZmMDAwMCAtIDB4ZTdmZmZmZmYgKDB4MTAwMDApIE1YW0JdKEIpDQoJ WzVdIC0xCTB4ZTgwMDAwMDAgLSAweGVmZmZmZmZmICgweDgwMDAwMDApIE1YW0JdKEIpDQoJWzZd IC0xCTB4ZTYwMDAwMDAgLSAweGU2ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpDQoJWzddIC0x CTB4MDAwMGI0MDAgLSAweDAwMDBiNGZmICgweDEwMCkgSVhbQl1FDQoJWzhdIC0xCTB4MDAwMGQw MDAgLSAweDAwMDBkMGZmICgweDEwMCkgSVhbQl1FDQoJWzldIC0xCTB4MDAwMGQ0MDAgLSAweDAw MDBkNGZmICgweDEwMCkgSVhbQl1FDQooSUkpIE9TLXJlcG9ydGVkIHJlc291cmNlIHJhbmdlcyBh ZnRlciByZW1vdmluZyBvdmVybGFwcyB3aXRoIFBDSToNCglbMF0gLTEJMHhmZmUwMDAwMCAtIDB4 ZmZmZmZmZmYgKDB4MjAwMDAwKSBNWFtCXShCKQ0KCVsxXSAtMQkweDAwMTAwMDAwIC0gMHgzZmZm ZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpDQoJWzJdIC0xCTB4MDAwZjAwMDAgLSAweDAwMGZm ZmZmICgweDEwMDAwKSBNWFtCXQ0KCVszXSAtMQkweDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgz MDAwMCkgTVhbQl0NCglbNF0gLTEJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1Y W0JdDQoJWzVdIC0xCTB4MDAwMDAwMDAgLSAweDAwMDAwMWZmICgweDIwMCkgSVhbQl1FDQooSUkp IEFsbCBzeXN0ZW0gcmVzb3VyY2UgcmFuZ2VzOg0KCVswXSAtMQkweGZmZTAwMDAwIC0gMHhmZmZm ZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpDQoJWzFdIC0xCTB4MDAxMDAwMDAgLSAweDNmZmZmZmZm ICgweDNmZjAwMDAwKSBNWFtCXUUoQikNCglbMl0gLTEJMHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYg KDB4MTAwMDApIE1YW0JdDQoJWzNdIC0xCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAw KSBNWFtCXQ0KCVs0XSAtMQkweDAwMDAwMDAwIC0gMHgwMDA5ZmZmZiAoMHhhMDAwMCkgTVhbQl0N CglbNV0gLTEJMHhlMzgwMDAwMCAtIDB4ZTNmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbNl0g LTEJMHhlNDgwMDAwMCAtIDB4ZTRmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbN10gLTEJMHhl NTgwMDAwMCAtIDB4ZTVmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbOF0gLTEJMHhmMDAwMDAw MCAtIDB4ZmZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdRQ0KCVs5XSAtMQkweGU3ZmYwMDAwIC0g MHhlN2ZmZmZmZiAoMHgxMDAwMCkgTVhbQl0oQikNCglbMTBdIC0xCTB4ZTgwMDAwMDAgLSAweGVm ZmZmZmZmICgweDgwMDAwMDApIE1YW0JdKEIpDQoJWzExXSAtMQkweGU2MDAwMDAwIC0gMHhlNmZm ZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQ0KCVsxMl0gLTEJMHgwMDAwMDAwMCAtIDB4MDAwMDAx ZmYgKDB4MjAwKSBJWFtCXUUNCglbMTNdIC0xCTB4MDAwMGI0MDAgLSAweDAwMDBiNGZmICgweDEw MCkgSVhbQl1FDQoJWzE0XSAtMQkweDAwMDBkMDAwIC0gMHgwMDAwZDBmZiAoMHgxMDApIElYW0Jd RQ0KCVsxNV0gLTEJMHgwMDAwZDQwMCAtIDB4MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUNCihJSSkg TG9hZE1vZHVsZTogImRiZSINCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2V4 dGVuc2lvbnMvbGliZGJlLmENCihJSSkgTW9kdWxlIGRiZTogdmVuZG9yPSJUaGUgWEZyZWU4NiBQ cm9qZWN0Ig0KCWNvbXBpbGVkIGZvciA0LjAuMywgbW9kdWxlIHZlcnNpb24gPSAxLjAuMA0KCU1v ZHVsZSBjbGFzczogWEZyZWU4NiBTZXJ2ZXIgRXh0ZW5zaW9uDQoJQUJJIGNsYXNzOiBYRnJlZTg2 IFNlcnZlciBFeHRlbnNpb24sIHZlcnNpb24gMC4xDQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIERP VUJMRS1CVUZGRVINCihJSSkgTG9hZE1vZHVsZTogImV4dG1vZCINCihJSSkgTG9hZGluZyAvdXNy L1gxMVI2L2xpYi9tb2R1bGVzL2V4dGVuc2lvbnMvbGliZXh0bW9kLmENCihJSSkgTW9kdWxlIGV4 dG1vZDogdmVuZG9yPSJUaGUgWEZyZWU4NiBQcm9qZWN0Ig0KCWNvbXBpbGVkIGZvciA0LjAuMywg bW9kdWxlIHZlcnNpb24gPSAxLjAuMA0KCU1vZHVsZSBjbGFzczogWEZyZWU4NiBTZXJ2ZXIgRXh0 ZW5zaW9uDQoJQUJJIGNsYXNzOiBYRnJlZTg2IFNlcnZlciBFeHRlbnNpb24sIHZlcnNpb24gMC4x DQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFNIQVBFDQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIE1J VC1TVU5EUlktTk9OU1RBTkRBUkQNCihJSSkgTG9hZGluZyBleHRlbnNpb24gQklHLVJFUVVFU1RT DQooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFNZTkMNCihJSSkgTG9hZGluZyBleHRlbnNpb24gTUlU LVNDUkVFTi1TQVZFUg0KKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYQy1NSVNDDQooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIFhGcmVlODYtVmlkTW9kZUV4dGVuc2lvbg0KKElJKSBMb2FkaW5nIGV4dGVu c2lvbiBYRnJlZTg2LU1pc2MNCihJSSkgTG9hZGluZyBleHRlbnNpb24gRFBNUw0KKElJKSBMb2Fk aW5nIGV4dGVuc2lvbiBGb250Q2FjaGUNCihJSSkgTG9hZGluZyBleHRlbnNpb24gVE9HLUNVUA0K KElJKSBMb2FkaW5nIGV4dGVuc2lvbiBFeHRlbmRlZC1WaXN1YWwtSW5mb3JtYXRpb24NCihJSSkg TG9hZGluZyBleHRlbnNpb24gWFZpZGVvDQooSUkpIExvYWRNb2R1bGU6ICJ0eXBlMSINCihJSSkg TG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2ZvbnRzL2xpYnR5cGUxLmENCihJSSkgTW9k dWxlIHR5cGUxOiB2ZW5kb3I9IlRoZSBYRnJlZTg2IFByb2plY3QiDQoJY29tcGlsZWQgZm9yIDQu MC4zLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wDQoJTW9kdWxlIGNsYXNzOiBYRnJlZTg2IEZvbnQg UmVuZGVyZXINCglBQkkgY2xhc3M6IFhGcmVlODYgRm9udCBSZW5kZXJlciwgdmVyc2lvbiAwLjIN CihJSSkgTG9hZGluZyBmb250IFR5cGUxDQooSUkpIExvYWRpbmcgZm9udCBDSUQNCihJSSkgTG9h ZE1vZHVsZTogImZyZWV0eXBlIg0KKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMv Zm9udHMvbGliZnJlZXR5cGUuYQ0KKElJKSBNb2R1bGUgZnJlZXR5cGU6IHZlbmRvcj0iVGhlIFhG cmVlODYgUHJvamVjdCINCgljb21waWxlZCBmb3IgNC4wLjMsIG1vZHVsZSB2ZXJzaW9uID0gMS4x LjkNCglNb2R1bGUgY2xhc3M6IFhGcmVlODYgRm9udCBSZW5kZXJlcg0KCUFCSSBjbGFzczogWEZy ZWU4NiBGb250IFJlbmRlcmVyLCB2ZXJzaW9uIDAuMg0KKElJKSBMb2FkaW5nIGZvbnQgRnJlZVR5 cGUNCihJSSkgTG9hZE1vZHVsZTogIm52Ig0KKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21v ZHVsZXMvZHJpdmVycy9udl9kcnYubw0KKElJKSBNb2R1bGUgbnY6IHZlbmRvcj0iVGhlIFhGcmVl ODYgUHJvamVjdCINCgljb21waWxlZCBmb3IgNC4wLjMsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAN CglNb2R1bGUgY2xhc3M6IFhGcmVlODYgVmlkZW8gRHJpdmVyDQoJQUJJIGNsYXNzOiBYRnJlZTg2 IFZpZGVvIERyaXZlciwgdmVyc2lvbiAwLjMNCihJSSkgTG9hZE1vZHVsZTogIm1vdXNlIg0KKElJ KSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvaW5wdXQvbW91c2VfZHJ2Lm8NCihJSSkg TW9kdWxlIG1vdXNlOiB2ZW5kb3I9IlRoZSBYRnJlZTg2IFByb2plY3QiDQoJY29tcGlsZWQgZm9y IDQuMC4zLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wDQoJTW9kdWxlIGNsYXNzOiBYRnJlZTg2IFhJ bnB1dCBEcml2ZXINCglBQkkgY2xhc3M6IFhGcmVlODYgWElucHV0IGRyaXZlciwgdmVyc2lvbiAw LjENCihJSSkgTlY6IGRyaXZlciBmb3IgTlZJRElBIGNoaXBzZXRzOiBSSVZBMTI4LCBSSVZBVE5U LCBSSVZBVE5UMiwNCglSSVZBVE5UMiAoQSksIFJJVkFUTlQyIChCKSwgUklWQVROVDIgKFVsdHJh KSwgUklWQVROVDIgKFZhbnRhKSwNCglSSVZBVE5UMiBNNjQsIFJJVkFUTlQyIChJbnRlZ3JhdGVk KSwgR2VGb3JjZSAyNTYsIEdlRm9yY2UgRERSLA0KCVF1YWRybywgR2VGb3JjZTIgR1RTLCBHZUZv cmNlMiBHVFMgKHJldiAxKSwgR2VGb3JjZTIgdWx0cmEsDQoJUXVhZHJvIDIgUHJvLCBHZUZvcmNl MiBNWCwgR2VGb3JjZTIgTVggRERSLCBRdWFkcm8gMiBNWFIsDQoJR2VGb3JjZSAyIEdvLCBHZUZv cmNlMywgR2VGb3JjZTMgKHJldiAxKSwgR2VGb3JjZTMgKHJldiAyKSwNCglHZUZvcmNlMyAocmV2 IDMpDQooSUkpIFByaW1hcnkgRGV2aWNlIGlzOiBQQ0kgMDE6MDA6MA0KKC0tKSBBc3NpZ25pbmcg ZGV2aWNlIHNlY3Rpb24gd2l0aCBubyBidXNJRCB0byBwcmltYXJ5IGRldmljZQ0KKC0tKSBDaGlw c2V0IEdlRm9yY2UyIE1YIEREUiBmb3VuZA0KKElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgeGY4 NkNsYWltRml4ZWRSZXNvdXJjZXMoKSBjYWxsOg0KCVswXSAtMQkweGZmZTAwMDAwIC0gMHhmZmZm ZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpDQoJWzFdIC0xCTB4MDAxMDAwMDAgLSAweDNmZmZmZmZm ICgweDNmZjAwMDAwKSBNWFtCXUUoQikNCglbMl0gLTEJMHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYg KDB4MTAwMDApIE1YW0JdDQoJWzNdIC0xCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAw KSBNWFtCXQ0KCVs0XSAtMQkweDAwMDAwMDAwIC0gMHgwMDA5ZmZmZiAoMHhhMDAwMCkgTVhbQl0N CglbNV0gLTEJMHhlMzgwMDAwMCAtIDB4ZTNmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbNl0g LTEJMHhlNDgwMDAwMCAtIDB4ZTRmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbN10gLTEJMHhl NTgwMDAwMCAtIDB4ZTVmZmZmZmYgKDB4ODAwMDAwKSBNWFtCXUUNCglbOF0gLTEJMHhmMDAwMDAw MCAtIDB4ZmZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdRQ0KCVs5XSAtMQkweGU3ZmYwMDAwIC0g MHhlN2ZmZmZmZiAoMHgxMDAwMCkgTVhbQl0oQikNCglbMTBdIC0xCTB4ZTgwMDAwMDAgLSAweGVm ZmZmZmZmICgweDgwMDAwMDApIE1YW0JdKEIpDQoJWzExXSAtMQkweGU2MDAwMDAwIC0gMHhlNmZm ZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQ0KCVsxMl0gLTEJMHgwMDAwMDAwMCAtIDB4MDAwMDAx ZmYgKDB4MjAwKSBJWFtCXUUNCglbMTNdIC0xCTB4MDAwMGI0MDAgLSAweDAwMDBiNGZmICgweDEw MCkgSVhbQl1FDQoJWzE0XSAtMQkweDAwMDBkMDAwIC0gMHgwMDAwZDBmZiAoMHgxMDApIElYW0Jd RQ0KCVsxNV0gLTEJMHgwMDAwZDQwMCAtIDB4MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUNCihJSSkg cmVzb3VyY2UgcmFuZ2VzIGFmdGVyIHByb2Jpbmc6DQoJWzBdIC0xCTB4ZmZlMDAwMDAgLSAweGZm ZmZmZmZmICgweDIwMDAwMCkgTVhbQl0oQikNCglbMV0gLTEJMHgwMDEwMDAwMCAtIDB4M2ZmZmZm ZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQ0KCVsyXSAtMQkweDAwMGYwMDAwIC0gMHgwMDBmZmZm ZiAoMHgxMDAwMCkgTVhbQl0NCglbM10gLTEJMHgwMDBjMDAwMCAtIDB4MDAwZWZmZmYgKDB4MzAw MDApIE1YW0JdDQoJWzRdIC0xCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtC XQ0KCVs1XSAtMQkweGUzODAwMDAwIC0gMHhlM2ZmZmZmZiAoMHg4MDAwMDApIE1YW0JdRQ0KCVs2 XSAtMQkweGU0ODAwMDAwIC0gMHhlNGZmZmZmZiAoMHg4MDAwMDApIE1YW0JdRQ0KCVs3XSAtMQkw eGU1ODAwMDAwIC0gMHhlNWZmZmZmZiAoMHg4MDAwMDApIE1YW0JdRQ0KCVs4XSAtMQkweGYwMDAw MDAwIC0gMHhmZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl1FDQoJWzldIC0xCTB4ZTdmZjAwMDAg LSAweGU3ZmZmZmZmICgweDEwMDAwKSBNWFtCXShCKQ0KCVsxMF0gLTEJMHhlODAwMDAwMCAtIDB4 ZWZmZmZmZmYgKDB4ODAwMDAwMCkgTVhbQl0oQikNCglbMTFdIC0xCTB4ZTYwMDAwMDAgLSAweGU2 ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpDQoJWzEyXSAwCTB4MDAwYTAwMDAgLSAweDAwMGFm ZmZmICgweDEwMDAwKSBNU1tCXQ0KCVsxM10gMAkweDAwMGIwMDAwIC0gMHgwMDBiN2ZmZiAoMHg4 MDAwKSBNU1tCXQ0KCVsxNF0gMAkweDAwMGI4MDAwIC0gMHgwMDBiZmZmZiAoMHg4MDAwKSBNU1tC XQ0KCVsxNV0gLTEJMHgwMDAwMDAwMCAtIDB4MDAwMDAxZmYgKDB4MjAwKSBJWFtCXUUNCglbMTZd IC0xCTB4MDAwMGI0MDAgLSAweDAwMDBiNGZmICgweDEwMCkgSVhbQl1FDQoJWzE3XSAtMQkweDAw MDBkMDAwIC0gMHgwMDAwZDBmZiAoMHgxMDApIElYW0JdRQ0KCVsxOF0gLTEJMHgwMDAwZDQwMCAt IDB4MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUNCglbMTldIDAJMHgwMDAwMDNiMCAtIDB4MDAwMDAz YmIgKDB4YykgSVNbQl0NCglbMjBdIDAJMHgwMDAwMDNjMCAtIDB4MDAwMDAzZGYgKDB4MjApIElT W0JdDQooSUkpIFNldHRpbmcgdmdhIGZvciBzY3JlZW4gMC4NCihJSSkgTG9hZGluZyBzdWIgbW9k dWxlICJpbnQxMCINCihJSSkgTG9hZE1vZHVsZTogImludDEwIg0KKElJKSBMb2FkaW5nIC91c3Iv WDExUjYvbGliL21vZHVsZXMvbGliaW50MTAuYQ0KKElJKSBNb2R1bGUgaW50MTA6IHZlbmRvcj0i VGhlIFhGcmVlODYgUHJvamVjdCINCgljb21waWxlZCBmb3IgNC4wLjMsIG1vZHVsZSB2ZXJzaW9u ID0gMS4wLjANCglBQkkgY2xhc3M6IFhGcmVlODYgVmlkZW8gRHJpdmVyLCB2ZXJzaW9uIDAuMw0K KElJKSBOVigwKTogSW5pdGlhbGl6aW5nIGludDEwDQooPT0pIE5WKDApOiBXcml0ZS1jb21iaW5p bmcgcmFuZ2UgKDB4YTAwMDAsMHgyMDAwMCkgd2FzIGFscmVhZHkgY2xlYXINCg== ------=_NextPart_000_45071276 Content-Type: application/octet-stream; name="XF86Config" Content-Transfer-Encoding: Base64 Content-Disposition: attachment; filename="XF86Config" IyBGaWxlIGdlbmVyYXRlZCBieSB4Zjg2Y29uZmlnLgoKIwojIENvcHlyaWdodCAoYykgMTk5OSBi eSBUaGUgWEZyZWU4NiBQcm9qZWN0LCBJbmMuCiMKIyBQZXJtaXNzaW9uIGlzIGhlcmVieSBncmFu dGVkLCBmcmVlIG9mIGNoYXJnZSwgdG8gYW55IHBlcnNvbiBvYnRhaW5pbmcgYQojIGNvcHkgb2Yg dGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2NpYXRlZCBkb2N1bWVudGF0aW9uIGZpbGVzICh0aGUgIlNv ZnR3YXJlIiksCiMgdG8gZGVhbCBpbiB0aGUgU29mdHdhcmUgd2l0aG91dCByZXN0cmljdGlvbiwg aW5jbHVkaW5nIHdpdGhvdXQgbGltaXRhdGlvbgojIHRoZSByaWdodHMgdG8gdXNlLCBjb3B5LCBt b2RpZnksIG1lcmdlLCBwdWJsaXNoLCBkaXN0cmlidXRlLCBzdWJsaWNlbnNlLAojIGFuZC9vciBz ZWxsIGNvcGllcyBvZiB0aGUgU29mdHdhcmUsIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9t IHRoZQojIFNvZnR3YXJlIGlzIGZ1cm5pc2hlZCB0byBkbyBzbywgc3ViamVjdCB0byB0aGUgZm9s bG93aW5nIGNvbmRpdGlvbnM6CiMgCiMgVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRo aXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4KIyBhbGwgY29waWVzIG9y IHN1YnN0YW50aWFsIHBvcnRpb25zIG9mIHRoZSBTb2Z0d2FyZS4KIyAKIyBUSEUgU09GVFdBUkUg SVMgUFJPVklERUQgIkFTIElTIiwgV0lUSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwgRVhQUkVT UyBPUgojIElNUExJRUQsIElOQ0xVRElORyBCVVQgTk9UIExJTUlURUQgVE8gVEhFIFdBUlJBTlRJ RVMgT0YgTUVSQ0hBTlRBQklMSVRZLAojIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NF IEFORCBOT05JTkZSSU5HRU1FTlQuICBJTiBOTyBFVkVOVCBTSEFMTAojIFRIRSBYRlJFRTg2IFBS T0pFQ1QgQkUgTElBQkxFIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIgTElBQklMSVRZ LAojIFdIRVRIRVIgSU4gQU4gQUNUSU9OIE9GIENPTlRSQUNULCBUT1JUIE9SIE9USEVSV0lTRSwg QVJJU0lORyBGUk9NLCBPVVQgT0YKIyBPUiBJTiBDT05ORUNUSU9OIFdJVEggVEhFIFNPRlRXQVJF IE9SIFRIRSBVU0UgT1IgT1RIRVIgREVBTElOR1MgSU4gVEhFCiMgU09GVFdBUkUuCiMgCiMgRXhj ZXB0IGFzIGNvbnRhaW5lZCBpbiB0aGlzIG5vdGljZSwgdGhlIG5hbWUgb2YgdGhlIFhGcmVlODYg UHJvamVjdCBzaGFsbAojIG5vdCBiZSB1c2VkIGluIGFkdmVydGlzaW5nIG9yIG90aGVyd2lzZSB0 byBwcm9tb3RlIHRoZSBzYWxlLCB1c2Ugb3Igb3RoZXIKIyBkZWFsaW5ncyBpbiB0aGlzIFNvZnR3 YXJlIHdpdGhvdXQgcHJpb3Igd3JpdHRlbiBhdXRob3JpemF0aW9uIGZyb20gdGhlCiMgWEZyZWU4 NiBQcm9qZWN0LgojCgojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioKIyBSZWZlciB0byB0aGUgWEY4NkNvbmZpZyg0 LzUpIG1hbiBwYWdlIGZvciBkZXRhaWxzIGFib3V0IHRoZSBmb3JtYXQgb2YgCiMgdGhpcyBmaWxl LgojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioKCiMgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKgojIE1vZHVsZSBzZWN0aW9uIC0tIHRo aXMgIHNlY3Rpb24gIGlzIHVzZWQgdG8gc3BlY2lmeQojIHdoaWNoIGR5bmFtaWNhbGx5IGxvYWRh YmxlIG1vZHVsZXMgdG8gbG9hZC4KIyAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCiMKU2VjdGlvbiAiTW9kdWxlIgoK IyBUaGlzIGxvYWRzIHRoZSBEQkUgZXh0ZW5zaW9uIG1vZHVsZS4KCiAgICBMb2FkICAgICAgICAi ZGJlIiAgCSMgRG91YmxlIGJ1ZmZlciBleHRlbnNpb24KCiMgVGhpcyBsb2FkcyB0aGUgbWlzY2Vs bGFuZW91cyBleHRlbnNpb25zIG1vZHVsZSwgYW5kIGRpc2FibGVzCiMgaW5pdGlhbGlzYXRpb24g b2YgdGhlIFhGcmVlODYtREdBIGV4dGVuc2lvbiB3aXRoaW4gdGhhdCBtb2R1bGUuCiAgICBTdWJT ZWN0aW9uICAiZXh0bW9kIgogICAgICBPcHRpb24gICAgIm9taXQgeGZyZWU4Ni1kZ2EiICAgIyBk b24ndCBpbml0aWFsaXNlIHRoZSBER0EgZXh0ZW5zaW9uCiAgICBFbmRTdWJTZWN0aW9uCgojIFRo aXMgbG9hZHMgdGhlIFR5cGUxIGFuZCBGcmVlVHlwZSBmb250IG1vZHVsZXMKICAgIExvYWQgICAg ICAgICJ0eXBlMSIKICAgIExvYWQgICAgICAgICJmcmVldHlwZSIKCiMgVGhpcyBsb2FkcyB0aGUg R0xYIG1vZHVsZQojICAgIExvYWQgICAgICAgImdseCIKCkVuZFNlY3Rpb24KCiMgKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKgojIEZpbGVzIHNlY3Rpb24uICBUaGlzIGFsbG93cyBkZWZhdWx0IGZvbnQgYW5kIHJnYiBw YXRocyB0byBiZSBzZXQKIyAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCgpTZWN0aW9uICJGaWxlcyIKCiMgVGhlIGxv Y2F0aW9uIG9mIHRoZSBSR0IgZGF0YWJhc2UuICBOb3RlLCB0aGlzIGlzIHRoZSBuYW1lIG9mIHRo ZQojIGZpbGUgbWludXMgdGhlIGV4dGVuc2lvbiAobGlrZSAiLnR4dCIgb3IgIi5kYiIpLiAgVGhl cmUgaXMgbm9ybWFsbHkKIyBubyBuZWVkIHRvIGNoYW5nZSB0aGUgZGVmYXVsdC4KCiAgICBSZ2JQ YXRoCSIvdXNyL1gxMVI2L2xpYi9YMTEvcmdiIgoKIyBNdWx0aXBsZSBGb250UGF0aCBlbnRyaWVz IGFyZSBhbGxvd2VkICh3aGljaCBhcmUgY29uY2F0ZW5hdGVkIHRvZ2V0aGVyKSwKIyBhcyB3ZWxs IGFzIHNwZWNpZnlpbmcgbXVsdGlwbGUgY29tbWEtc2VwYXJhdGVkIGVudHJpZXMgaW4gb25lIEZv bnRQYXRoCiMgY29tbWFuZCAob3IgYSBjb21iaW5hdGlvbiBvZiBib3RoIG1ldGhvZHMpCiMgCiMg SWYgeW91IGRvbid0IGhhdmUgYSBmbG9hdGluZyBwb2ludCBjb3Byb2Nlc3NvciBhbmQgZW1hY3Ms IE1vc2FpYyBvciBvdGhlcgojIHByb2dyYW1zIHRha2UgbG9uZyB0byBzdGFydCB1cCwgdHJ5IG1v dmluZyB0aGUgVHlwZTEgYW5kIFNwZWVkbyBkaXJlY3RvcnkKIyB0byB0aGUgZW5kIG9mIHRoaXMg bGlzdCAob3IgY29tbWVudCB0aGVtIG91dCkuCiMgCgogICAgRm9udFBhdGggICAiL3Vzci9YMTFS Ni9saWIvWDExL2ZvbnRzL2xvY2FsLyIKICAgIEZvbnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gx MS9mb250cy9taXNjLyIKICAgIEZvbnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy83 NWRwaS86dW5zY2FsZWQiCiAgICBGb250UGF0aCAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMv MTAwZHBpLzp1bnNjYWxlZCIKICAgIEZvbnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250 cy9UeXBlMS8iCiAgICBGb250UGF0aCAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvU3BlZWRv LyIKICAgIEZvbnRQYXRoICAgIi91c3IvWDExUjYvbGliL1gxMS9mb250cy83NWRwaS8iCiAgICBG b250UGF0aCAgICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvMTAwZHBpLyIKCiMgVGhlIG1vZHVs ZSBzZWFyY2ggcGF0aC4gIFRoZSBkZWZhdWx0IHBhdGggaXMgc2hvd24gaGVyZS4KCiMgICAgTW9k dWxlUGF0aCAiL3Vzci9YMTFSNi9saWIvbW9kdWxlcyIKCkVuZFNlY3Rpb24KCiMgKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKgojIFNlcnZlciBmbGFncyBzZWN0aW9uLgojICoqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKClNlY3Rpb24gIlNl cnZlckZsYWdzIgoKIyBVbmNvbW1lbnQgdGhpcyB0byBjYXVzZSBhIGNvcmUgZHVtcCBhdCB0aGUg c3BvdCB3aGVyZSBhIHNpZ25hbCBpcyAKIyByZWNlaXZlZC4gIFRoaXMgbWF5IGxlYXZlIHRoZSBj b25zb2xlIGluIGFuIHVudXNhYmxlIHN0YXRlLCBidXQgbWF5CiMgcHJvdmlkZSBhIGJldHRlciBz dGFjayB0cmFjZSBpbiB0aGUgY29yZSBkdW1wIHRvIGFpZCBpbiBkZWJ1Z2dpbmcKCiMgICAgT3B0 aW9uICJOb1RyYXBTaWduYWxzIgoKIyBVbmNvbW1lbnQgdGhpcyB0byBkaXNhYmxlIHRoZSA8Q3J0 bD48QWx0PjxCUz4gc2VydmVyIGFib3J0IHNlcXVlbmNlCiMgVGhpcyBhbGxvd3MgY2xpZW50cyB0 byByZWNlaXZlIHRoaXMga2V5IGV2ZW50LgoKIyAgICBPcHRpb24gIkRvbnRaYXAiCgojIFVuY29t bWVudCB0aGlzIHRvIGRpc2FibGUgdGhlIDxDcnRsPjxBbHQ+PEtQXys+LzxLUF8tPiBtb2RlIHN3 aXRjaGluZwojIHNlcXVlbmNlcy4gIFRoaXMgYWxsb3dzIGNsaWVudHMgdG8gcmVjZWl2ZSB0aGVz ZSBrZXkgZXZlbnRzLgoKIyAgICBPcHRpb24gIkRvbnQgWm9vbSIKCiMgVW5jb21tZW50IHRoaXMg dG8gZGlzYWJsZSB0dW5pbmcgd2l0aCB0aGUgeHZpZHR1bmUgY2xpZW50LiBXaXRoCiMgaXQgdGhl IGNsaWVudCBjYW4gc3RpbGwgcnVuIGFuZCBmZXRjaCBjYXJkIGFuZCBtb25pdG9yIGF0dHJpYnV0 ZXMsCiMgYnV0IGl0IHdpbGwgbm90IGJlIGFsbG93ZWQgdG8gY2hhbmdlIHRoZW0uIElmIGl0IHRy aWVzIGl0IHdpbGwKIyByZWNlaXZlIGEgcHJvdG9jb2wgZXJyb3IuCgojICAgIE9wdGlvbiAiRGlz YWJsZVZpZE1vZGVFeHRlbnNpb24iCgojIFVuY29tbWVudCB0aGlzIHRvIGVuYWJsZSB0aGUgdXNl IG9mIGEgbm9uLWxvY2FsIHh2aWR0dW5lIGNsaWVudC4gCgojICAgIE9wdGlvbiAiQWxsb3dOb25M b2NhbFh2aWR0dW5lIgoKIyBVbmNvbW1lbnQgdGhpcyB0byBkaXNhYmxlIGR5bmFtaWNhbGx5IG1v ZGlmeWluZyB0aGUgaW5wdXQgZGV2aWNlCiMgKG1vdXNlIGFuZCBrZXlib2FyZCkgc2V0dGluZ3Mu IAoKIyAgICBPcHRpb24gIkRpc2FibGVNb2RJbkRldiIKCiMgVW5jb21tZW50IHRoaXMgdG8gZW5h YmxlIHRoZSB1c2Ugb2YgYSBub24tbG9jYWwgY2xpZW50IHRvCiMgY2hhbmdlIHRoZSBrZXlib2Fy ZCBvciBtb3VzZSBzZXR0aW5ncyAoY3VycmVudGx5IG9ubHkgeHNldCkuCgojICAgIE9wdGlvbiAi QWxsb3dOb25Mb2NhbE1vZEluRGV2IgoKRW5kU2VjdGlvbgoKIyAqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCiMgSW5w dXQgZGV2aWNlcwojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioKCiMgKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKgojIENvcmUga2V5Ym9h cmQncyBJbnB1dERldmljZSBzZWN0aW9uCiMgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKgoKU2VjdGlvbiAiSW5wdXRE ZXZpY2UiCgogICAgSWRlbnRpZmllcgkiS2V5Ym9hcmQxIgogICAgRHJpdmVyCSJLZXlib2FyZCIK IyBGb3IgbW9zdCBPU3MgdGhlIHByb3RvY29sIGNhbiBiZSBvbWl0dGVkIChpdCBkZWZhdWx0cyB0 byAiU3RhbmRhcmQiKS4KIyBXaGVuIHVzaW5nIFhRVUVVRSAob25seSBmb3IgU1ZSMyBhbmQgU1ZS NCwgYnV0IG5vdCBTb2xhcmlzKSwKIyB1bmNvbW1lbnQgdGhlIGZvbGxvd2luZyBsaW5lLgoKIyAg ICBPcHRpb24gICAgICJQcm90b2NvbCIgICAgICAiWHF1ZXVlIgoKICAgIE9wdGlvbiAiQXV0b1Jl cGVhdCIgIjUwMCAzMCIKCiMgU3BlY2lmeSB3aGljaCBrZXlib2FyZCBMRURzIGNhbiBiZSB1c2Vy LWNvbnRyb2xsZWQgKGVnLCB3aXRoIHhzZXQoMSkpCiMgICAgT3B0aW9uCSJYbGVkcyIgICAgICAi MSAyIDMiCgogICAgT3B0aW9uICJMZWZ0QWx0IiAgICAgIk1ldGEiCiAgICBPcHRpb24gIlJpZ2h0 QWx0IiAgICAiTW9kZVNoaWZ0IgoKIyBUbyBjdXN0b21pc2UgdGhlIFhLQiBzZXR0aW5ncyB0byBz dWl0IHlvdXIga2V5Ym9hcmQsIG1vZGlmeSB0aGUKIyBsaW5lcyBiZWxvdyAod2hpY2ggYXJlIHRo ZSBkZWZhdWx0cykuICBGb3IgZXhhbXBsZSwgZm9yIGEgbm9uLVUuUy4KIyBrZXlib2FyZCwgeW91 IHdpbGwgcHJvYmFibHkgd2FudCB0byB1c2U6CiMgICAgT3B0aW9uICJYa2JNb2RlbCIgICAgInBj MTAyIgojIElmIHlvdSBoYXZlIGEgVVMgTWljcm9zb2Z0IE5hdHVyYWwga2V5Ym9hcmQsIHlvdSBj YW4gdXNlOgojICAgIE9wdGlvbiAiWGtiTW9kZWwiICAgICJtaWNyb3NvZnQiCiMKIyBUaGVuIHRv IGNoYW5nZSB0aGUgbGFuZ3VhZ2UsIGNoYW5nZSB0aGUgTGF5b3V0IHNldHRpbmcuCiMgRm9yIGV4 YW1wbGUsIGEgZ2VybWFuIGxheW91dCBjYW4gYmUgb2J0YWluZWQgd2l0aDoKICAgIE9wdGlvbiAi WGtiTGF5b3V0IiAgICJkZSIKIyBvcjoKIyAgICBPcHRpb24gIlhrYkxheW91dCIgICAiZGUiCiAg ICBPcHRpb24gIlhrYlZhcmlhbnQiICAibm9kZWFka2V5cyIKIwojIElmIHlvdSdkIGxpa2UgdG8g c3dpdGNoIHRoZSBwb3NpdGlvbnMgb2YgeW91ciBjYXBzbG9jayBhbmQKIyBjb250cm9sIGtleXMs IHVzZToKIyAgICBPcHRpb24gIlhrYk9wdGlvbnMiICAiY3RybDpzd2FwY2FwcyIKCiMgVGhlc2Ug YXJlIHRoZSBkZWZhdWx0IFhLQiBzZXR0aW5ncyBmb3IgWEZyZWU4NgojICAgIE9wdGlvbiAiWGti UnVsZXMiICAgICJ4ZnJlZTg2IgojICAgIE9wdGlvbiAiWGtiTW9kZWwiICAgICJwYzEwMSIKIyAg ICBPcHRpb24gIlhrYkxheW91dCIgICAidXMiCiMgICAgT3B0aW9uICJYa2JWYXJpYW50IiAgIiIK IyAgICBPcHRpb24gIlhrYk9wdGlvbnMiICAiIgoKIyAgICBPcHRpb24gIlhrYkRpc2FibGUiCgog ICAgT3B0aW9uICJYa2JSdWxlcyIJInhmcmVlODYiCiAgICBPcHRpb24gIlhrYk1vZGVsIgkicGMx MDUiCiAgICBPcHRpb24gIlhrYkxheW91dCIJImRlIgoKRW5kU2VjdGlvbgoKCiMgKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKgojIENvcmUgUG9pbnRlcidzIElucHV0RGV2aWNlIHNlY3Rpb24KIyAqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq CgpTZWN0aW9uICJJbnB1dERldmljZSIKCiMgSWRlbnRpZmllciBhbmQgZHJpdmVyCgogICAgSWRl bnRpZmllcgkiTW91c2UxIgogICAgRHJpdmVyCSJtb3VzZSIKICAgIE9wdGlvbiAiUHJvdG9jb2wi ICAgICJhdXRvIgogICAgT3B0aW9uICJEZXZpY2UiICAgICAgIi9kZXYvcHNtMCIKICAgIE9wdGlv biAiQnV0dG9ucyIJICI1IgogICAgT3B0aW9uICJaQXhpc01hcHBpbmciICI0IDUiCgoKIyBXaGVu IHVzaW5nIFhRVUVVRSwgY29tbWVudCBvdXQgdGhlIGFib3ZlIHR3byBsaW5lcywgYW5kIHVuY29t bWVudAojIHRoZSBmb2xsb3dpbmcgbGluZS4KCiMgICAgT3B0aW9uICJQcm90b2NvbCIJIlhxdWV1 ZSIKCiMgQmF1ZHJhdGUgYW5kIFNhbXBsZVJhdGUgYXJlIG9ubHkgZm9yIHNvbWUgTG9naXRlY2gg bWljZS4gSW4KIyBhbG1vc3QgZXZlcnkgY2FzZSB0aGVzZSBsaW5lcyBzaG91bGQgYmUgb21pdHRl ZC4KCiMgICAgT3B0aW9uICJCYXVkUmF0ZSIJIjk2MDAiCiMgICAgT3B0aW9uICJTYW1wbGVSYXRl IgkiMTUwIgoKIyBFbXVsYXRlM0J1dHRvbnMgaXMgYW4gb3B0aW9uIGZvciAyLWJ1dHRvbiBNaWNy b3NvZnQgbWljZQojIEVtdWxhdGUzVGltZW91dCBpcyB0aGUgdGltZW91dCBpbiBtaWxsaXNlY29u ZHMgKGRlZmF1bHQgaXMgNTBtcykKCiMgICAgT3B0aW9uICJFbXVsYXRlM0J1dHRvbnMiCiMgICAg T3B0aW9uICJFbXVsYXRlM1RpbWVvdXQiICAgICI1MCIKCiMgQ2hvcmRNaWRkbGUgaXMgYW4gb3B0 aW9uIGZvciBzb21lIDMtYnV0dG9uIExvZ2l0ZWNoIG1pY2UKCiMgICAgT3B0aW9uICJDaG9yZE1p ZGRsZSIKCkVuZFNlY3Rpb24KCgojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKIyBPdGhlciBpbnB1dCBkZXZpY2Ug c2VjdGlvbnMgCiMgdGhpcyBpcyBvcHRpb25hbCBhbmQgaXMgcmVxdWlyZWQgb25seSBpZiB5b3UK IyBhcmUgdXNpbmcgZXh0ZW5kZWQgaW5wdXQgZGV2aWNlcy4gIFRoaXMgaXMgZm9yIGV4YW1wbGUg b25seS4gIFJlZmVyCiMgdG8gdGhlIFhGODZDb25maWcgbWFuIHBhZ2UgZm9yIGEgZGVzY3JpcHRp b24gb2YgdGhlIG9wdGlvbnMuCiMgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKgojCiMgU2VjdGlvbiAiSW5wdXREZXZp Y2UiIAojICAgIElkZW50aWZpZXIgICJNb3VzZTIiCiMgICAgRHJpdmVyICAgICAgIm1vdXNlIgoj ICAgIE9wdGlvbiAgICAgICJQcm90b2NvbCIgICAgICAiTW91c2VNYW4iCiMgICAgT3B0aW9uICAg ICAgIkRldmljZSIgICAgICAgICIvZGV2L21vdXNlMiIKIyBFbmRTZWN0aW9uCiMKIyBTZWN0aW9u ICJJbnB1dERldmljZSIKIyAgICBJZGVudGlmaWVyICJzcGFjZWJhbGwiCiMgICAgRHJpdmVyICAg ICAibWFnZWxsYW4iCiMgICAgT3B0aW9uICAgICAiRGV2aWNlIiAgICAgICAgIi9kZXYvY3VhMCIK IyBFbmRTZWN0aW9uCiMKIyBTZWN0aW9uICJJbnB1dERldmljZSIKIyAgICBJZGVudGlmaWVyICJz cGFjZWJhbGwyIgojICAgIERyaXZlciAgICAgInNwYWNlb3JiIgojICAgIE9wdGlvbiAgICAgIkRl dmljZSIgICAgICAgICIvZGV2L2N1YTAiCiMgRW5kU2VjdGlvbgojCiMgU2VjdGlvbiAiSW5wdXRE ZXZpY2UiCiMgICAgSWRlbnRpZmllciAidG91Y2hzY3JlZW4wIgojICAgIERyaXZlciAgICAgIm1p Y3JvdG91Y2giCiMgICAgT3B0aW9uICAgICAiRGV2aWNlIiAgICAgICAgIi9kZXYvdHR5UzAiCiMg ICAgT3B0aW9uICAgICAiTWluWCIgICAgICAgICAgIjE0MTIiCiMgICAgT3B0aW9uICAgICAiTWF4 WCIgICAgICAgICAgIjE1MTg0IgojICAgIE9wdGlvbiAgICAgIk1pblkiICAgICAgICAgICIxNTM3 MiIKIyAgICBPcHRpb24gICAgICJNYXhZIiAgICAgICAgICAiMTIzMCIKIyAgICBPcHRpb24gICAg ICJTY3JlZW5OdW1iZXIiICAiMCIKIyAgICBPcHRpb24gICAgICJSZXBvcnRpbmdNb2RlIiAiU2Nh bGVkIgojICAgIE9wdGlvbiAgICAgIkJ1dHRvbk51bWJlciIgICIxIgojICAgIE9wdGlvbiAgICAg IlNlbmRDb3JlRXZlbnRzIgojIEVuZFNlY3Rpb24KIwojIFNlY3Rpb24gIklucHV0RGV2aWNlIgoj ICAgIElkZW50aWZpZXIgInRvdWNoc2NyZWVuMSIKIyAgICBEcml2ZXIgICAgICJlbG8yMzAwIgoj ICAgIE9wdGlvbiAgICAgIkRldmljZSIgICAgICAgICIvZGV2L3R0eVMwIgojICAgIE9wdGlvbiAg ICAgIk1pblgiICAgICAgICAgICIyMzEiCiMgICAgT3B0aW9uICAgICAiTWF4WCIgICAgICAgICAg IjM4NjgiCiMgICAgT3B0aW9uICAgICAiTWluWSIgICAgICAgICAgIjM4NTgiCiMgICAgT3B0aW9u ICAgICAiTWF4WSIgICAgICAgICAgIjI3MiIKIyAgICBPcHRpb24gICAgICJTY3JlZW5OdW1iZXIi ICAiMCIKIyAgICBPcHRpb24gICAgICJSZXBvcnRpbmdNb2RlIiAiU2NhbGVkIgojICAgIE9wdGlv biAgICAgIkJ1dHRvblRocmVzaG9sZCIgICAgICAgIjE3IgojICAgIE9wdGlvbiAgICAgIkJ1dHRv bk51bWJlciIgICIxIgojICAgIE9wdGlvbiAgICAgIlNlbmRDb3JlRXZlbnRzIgojIEVuZFNlY3Rp b24KCiMgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKgojIE1vbml0b3Igc2VjdGlvbgojICoqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKCiMg QW55IG51bWJlciBvZiBtb25pdG9yIHNlY3Rpb25zIG1heSBiZSBwcmVzZW50CgpTZWN0aW9uICJN b25pdG9yIgoKICAgIElkZW50aWZpZXIgICJNeSBNb25pdG9yIgoKIyBIb3JpelN5bmMgaXMgaW4g a0h6IHVubGVzcyB1bml0cyBhcmUgc3BlY2lmaWVkLgojIEhvcml6U3luYyBtYXkgYmUgYSBjb21t YSBzZXBhcmF0ZWQgbGlzdCBvZiBkaXNjcmV0ZSB2YWx1ZXMsIG9yIGEKIyBjb21tYSBzZXBhcmF0 ZWQgbGlzdCBvZiByYW5nZXMgb2YgdmFsdWVzLgojIE5PVEU6IFRIRSBWQUxVRVMgSEVSRSBBUkUg RVhBTVBMRVMgT05MWS4gIFJFRkVSIFRPIFlPVVIgTU9OSVRPUidTCiMgVVNFUiBNQU5VQUwgRk9S IFRIRSBDT1JSRUNUIE5VTUJFUlMuCgogICAgSG9yaXpTeW5jICAgMzAtNzIKCiMgICAgSG9yaXpT eW5jCTMwLTY0ICAgICAgICAgIyBtdWx0aXN5bmMKIyAgICBIb3JpelN5bmMJMzEuNSwgMzUuMiAg ICAjIG11bHRpcGxlIGZpeGVkIHN5bmMgZnJlcXVlbmNpZXMKIyAgICBIb3JpelN5bmMJMTUtMjUs IDMwLTUwICAjIG11bHRpcGxlIHJhbmdlcyBvZiBzeW5jIGZyZXF1ZW5jaWVzCgojIFZlcnRSZWZy ZXNoIGlzIGluIEh6IHVubGVzcyB1bml0cyBhcmUgc3BlY2lmaWVkLgojIFZlcnRSZWZyZXNoIG1h eSBiZSBhIGNvbW1hIHNlcGFyYXRlZCBsaXN0IG9mIGRpc2NyZXRlIHZhbHVlcywgb3IgYQojIGNv bW1hIHNlcGFyYXRlZCBsaXN0IG9mIHJhbmdlcyBvZiB2YWx1ZXMuCiMgTk9URTogVEhFIFZBTFVF UyBIRVJFIEFSRSBFWEFNUExFUyBPTkxZLiAgUkVGRVIgVE8gWU9VUiBNT05JVE9SJ1MKIyBVU0VS IE1BTlVBTCBGT1IgVEhFIENPUlJFQ1QgTlVNQkVSUy4KCiAgICBWZXJ0UmVmcmVzaCA1MC0xMjAK CkVuZFNlY3Rpb24KCgojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioKIyBHcmFwaGljcyBkZXZpY2Ugc2VjdGlvbgoj ICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioKCiMgQW55IG51bWJlciBvZiBncmFwaGljcyBkZXZpY2Ugc2VjdGlvbnMg bWF5IGJlIHByZXNlbnQKCiMgU3RhbmRhcmQgVkdBIERldmljZToKClNlY3Rpb24gIkRldmljZSIK ICAgIElkZW50aWZpZXIJIlN0YW5kYXJkIFZHQSIKICAgIFZlbmRvck5hbWUJIlVua25vd24iCiAg ICBCb2FyZE5hbWUJIlVua25vd24iCgojIFRoZSBjaGlwc2V0IGxpbmUgaXMgb3B0aW9uYWwgaW4g bW9zdCBjYXNlcy4gIEl0IGNhbiBiZSB1c2VkIHRvIG92ZXJyaWRlCiMgdGhlIGRyaXZlcidzIGNo aXBzZXQgZGV0ZWN0aW9uLCBhbmQgc2hvdWxkIG5vdCBub3JtYWxseSBiZSBzcGVjaWZpZWQuCgoj ICAgIENoaXBzZXQJImdlbmVyaWMiCgojIFRoZSBEcml2ZXIgbGluZSBtdXN0IGJlIHByZXNlbnQu ICBXaGVuIHVzaW5nIHJ1bi10aW1lIGxvYWRhYmxlIGRyaXZlcgojIG1vZHVsZXMsIHRoaXMgbGlu ZSBpbnN0cnVjdHMgdGhlIHNlcnZlciB0byBsb2FkIHRoZSBzcGVjaWZpZWQgZHJpdmVyCiMgbW9k dWxlLiAgRXZlbiB3aGVuIG5vdCB1c2luZyBsb2FkYWJsZSBkcml2ZXIgbW9kdWxlcywgdGhpcyBs aW5lCiMgaW5kaWNhdGVzIHdoaWNoIGRyaXZlciBzaG91bGQgaW50ZXJwcmV0IHRoZSBpbmZvcm1h dGlvbiBpbiB0aGlzIHNlY3Rpb24uCgogICAgRHJpdmVyICAgICAidmdhIgojIFRoZSBCdXNJRCBs aW5lIGlzIHVzZWQgdG8gc3BlY2lmeSB3aGljaCBvZiBwb3NzaWJseSBtdWx0aXBsZSBkZXZpY2Vz CiMgdGhpcyBzZWN0aW9uIGlzIGludGVuZGVkIGZvci4gIFdoZW4gdGhpcyBsaW5lIGlzbid0IHBy ZXNlbnQsIGEgZGV2aWNlCiMgc2VjdGlvbiBjYW4gb25seSBtYXRjaCB1cCB3aXRoIHRoZSBwcmlt YXJ5IHZpZGVvIGRldmljZS4gIEZvciBQQ0kKIyBkZXZpY2VzIGEgbGluZSBsaWtlIHRoZSBmb2xs b3dpbmcgY291bGQgYmUgdXNlZC4gIFRoaXMgbGluZSBzaG91bGQgbm90CiMgbm9ybWFsbHkgYmUg aW5jbHVkZWQgdW5sZXNzIHRoZXJlIGlzIG1vcmUgdGhhbiBvbmUgdmlkZW8gZGV2aWNlCiMgaW50 YWxsZWQuCgojICAgIEJ1c0lEICAgICAgIlBDSTowOjEwOjAiCgojICAgIFZpZGVvUmFtCTI1NgoK IyAgICBDbG9ja3MJMjUuMiAyOC4zCgpFbmRTZWN0aW9uCgojIERldmljZSBjb25maWd1cmVkIGJ5 IHhmODZjb25maWc6CgpTZWN0aW9uICJEZXZpY2UiCiAgICBJZGVudGlmaWVyICAiTlZJRElBIEdl Rm9yY2UiCiAgICBEcml2ZXIgICAgICAibnYiCiAgICBWaWRlb1JhbSAgICAzMjc2OAogICAgIyBJ bnNlcnQgQ2xvY2tzIGxpbmVzIGhlcmUgaWYgYXBwcm9wcmlhdGUKRW5kU2VjdGlvbgoKCiMgKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKgojIFNjcmVlbiBzZWN0aW9ucwojICoqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKCiMgQW55IG51bWJl ciBvZiBzY3JlZW4gc2VjdGlvbnMgbWF5IGJlIHByZXNlbnQuICBFYWNoIGRlc2NyaWJlcwojIHRo ZSBjb25maWd1cmF0aW9uIG9mIGEgc2luZ2xlIHNjcmVlbi4gIEEgc2luZ2xlIHNwZWNpZmljIHNj cmVlbiBzZWN0aW9uCiMgbWF5IGJlIHNwZWNpZmllZCBmcm9tIHRoZSBYIHNlcnZlciBjb21tYW5k IGxpbmUgd2l0aCB0aGUgIi1zY3JlZW4iCiMgb3B0aW9uLgpTZWN0aW9uICJTY3JlZW4iCiAgICBJ ZGVudGlmaWVyICAiU2NyZWVuIDEiCiAgICBEZXZpY2UgICAgICAiTlZJRElBIEdlRm9yY2UiCiAg ICBNb25pdG9yICAgICAiTXkgTW9uaXRvciIKICAgIERlZmF1bHREZXB0aCAyNAoKICAgIFN1YnNl Y3Rpb24gIkRpc3BsYXkiCiAgICAgICAgRGVwdGggICAgICAgOAogICAgICAgIE1vZGVzICAgICAg ICI2NDB4NDgwIiAiODAweDYwMCIgIjEwMjR4NzY4IiAiMTI4MHgxMDI0IgogICAgICAgIFZpZXdQ b3J0ICAgIDAgMAogICAgRW5kU3Vic2VjdGlvbgogICAgU3Vic2VjdGlvbiAiRGlzcGxheSIKICAg ICAgICBEZXB0aCAgICAgICAxNgogICAgICAgIE1vZGVzICAgICAgICI2NDB4NDgwIiAiODAweDYw MCIgIjEwMjR4NzY4IiAiMTI4MHgxMDI0IgogICAgICAgIFZpZXdQb3J0ICAgIDAgMAogICAgRW5k U3Vic2VjdGlvbgogICAgU3Vic2VjdGlvbiAiRGlzcGxheSIKICAgICAgICBEZXB0aCAgICAgICAy NAogICAgICAgIE1vZGVzICAgICAgICIxMDI0eDc2OCIKICAgICAgICBWaWV3UG9ydCAgICAwIDAK ICAgIEVuZFN1YnNlY3Rpb24KRW5kU2VjdGlvbgoKIyAqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCiMgU2VydmVyTGF5 b3V0IHNlY3Rpb25zLgojICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioKCiMgQW55IG51bWJlciBvZiBTZXJ2ZXJMYXlv dXQgc2VjdGlvbnMgbWF5IGJlIHByZXNlbnQuICBFYWNoIGRlc2NyaWJlcwojIHRoZSB3YXkgbXVs dGlwbGUgc2NyZWVucyBhcmUgb3JnYW5pc2VkLiAgQSBzcGVjaWZpYyBTZXJ2ZXJMYXlvdXQKIyBz ZWN0aW9uIG1heSBiZSBzcGVjaWZpZWQgZnJvbSB0aGUgWCBzZXJ2ZXIgY29tbWFuZCBsaW5lIHdp dGggdGhlCiMgIi1sYXlvdXQiIG9wdGlvbi4gIEluIHRoZSBhYnNlbmNlIG9mIHRoaXMsIHRoZSBm aXJzdCBzZWN0aW9uIGlzIHVzZWQuCiMgV2hlbiBub3cgU2VydmVyTGF5b3V0IHNlY3Rpb24gaXMg cHJlc2VudCwgdGhlIGZpcnN0IFNjcmVlbiBzZWN0aW9uCiMgaXMgdXNlZCBhbG9uZS4KClNlY3Rp b24gIlNlcnZlckxheW91dCIKCiMgVGhlIElkZW50aWZpZXIgbGluZSBtdXN0IGJlIHByZXNlbnQK ICAgIElkZW50aWZpZXIgICJTaW1wbGUgTGF5b3V0IgoKIyBFYWNoIFNjcmVlbiBsaW5lIHNwZWNp ZmllcyBhIFNjcmVlbiBzZWN0aW9uIG5hbWUsIGFuZCBvcHRpb25hbGx5CiMgdGhlIHJlbGF0aXZl IHBvc2l0aW9uIG9mIG90aGVyIHNjcmVlbnMuICBUaGUgZm91ciBuYW1lcyBhZnRlcgojIHByaW1h cnkgc2NyZWVuIG5hbWUgYXJlIHRoZSBzY3JlZW5zIHRvIHRoZSB0b3AsIGJvdHRvbSwgbGVmdCBh bmQgcmlnaHQKIyBvZiB0aGUgcHJpbWFyeSBzY3JlZW4uICBJbiB0aGlzIGV4YW1wbGUsIHNjcmVl biAyIGlzIGxvY2F0ZWQgdG8gdGhlCiMgcmlnaHQgb2Ygc2NyZWVuIDEuCgogICAgU2NyZWVuICJT Y3JlZW4gMSIKCiMgRWFjaCBJbnB1dERldmljZSBsaW5lIHNwZWNpZmllcyBhbiBJbnB1dERldmlj ZSBzZWN0aW9uIG5hbWUgYW5kCiMgb3B0aW9uYWxseSBzb21lIG9wdGlvbnMgdG8gc3BlY2lmeSB0 aGUgd2F5IHRoZSBkZXZpY2UgaXMgdG8gYmUKIyB1c2VkLiAgVGhvc2Ugb3B0aW9ucyBpbmNsdWRl ICJDb3JlUG9pbnRlciIsICJDb3JlS2V5Ym9hcmQiIGFuZAojICJTZW5kQ29yZUV2ZW50cyIuCgog ICAgSW5wdXREZXZpY2UgIk1vdXNlMSIgIkNvcmVQb2ludGVyIgogICAgSW5wdXREZXZpY2UgIktl eWJvYXJkMSIgIkNvcmVLZXlib2FyZCIKCkVuZFNlY3Rpb24KCg== ------=_NextPart_000_45071276-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:57:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11808.mail.yahoo.com (web11808.mail.yahoo.com [216.136.172.162]) by hub.freebsd.org (Postfix) with SMTP id C171737B403 for ; Fri, 26 Oct 2001 10:57:29 -0700 (PDT) Message-ID: <20011026175729.89251.qmail@web11808.mail.yahoo.com> Received: from [64.73.64.94] by web11808.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 10:57:29 PDT Date: Fri, 26 Oct 2001 10:57:29 -0700 (PDT) From: X Philius Reply-To: xphilius@yahoo.com Subject: RE: ipfw rules for FTP - passive vs. active To: Mike Meyer , Patrick O'Reilly Cc: questions@freebsd.org In-Reply-To: <15320.17295.222857.730255@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike, I've got a related question. I have a set of IPFW rules that work pretty well. With the Mac and PC FTP clients I use, it works fine as long as I force active mode. However, I have been having problems accessing the server with terminal style FTP clients, either from other *nix machines or from NT. I can connect fine, but as soon as I try to 'put' or 'ls' it tries to switch to passive mode and just hangs. I swear I have read the entire man pages for the FTP client that comes with FreeBSD, and I know the -p flag forces passive mode, but how do you force active mode? Thanks in advance. Jason --- Mike Meyer wrote: > Patrick O'Reilly types: > > Karl, > > > > thanks for your response. I guess I am just a few steps behind > you, and > > desperately hoping NOT to get to the point of giving up. > > It *is* possible. It's not easy. > > > PS: I posted to FreeBSD because I'm using ipfw and was hoping that > ipfw > > might have the silver bullet I need. If so, that is FreeBSD > specific. > > Anyway, I'm starting to dig deeper into what keep-state can and > cannot do. > > keep-state can't do this for you. It can be used to replace the > "established" rule you have for TCP, and there are pluses and minuses > to that. Using it for UDP is the real win, as it allows the return > packets through without jumping through hoops to do it. > > The problem is that FTP does very much magic which very few people > use. But allowing for that magic in a firewall is a major PITA - > *especially* if both sides want firewalls! Here are the ways I know > around it: > > 1: Force your remote users to use active FTP. > > 2: Blow off ftp and put everything on a XXXXXX server that don't do > the magic and so don't have these problems. HTTP and various P2P > tools come to mind. > > 3: Open a *large* hole, either 1024-4999 or 49152-65535 depending on > the configuration of the base system ftpd. If you're using a > different ftpd, you'll have to check it's documentation. > > 4: Install an FTP proxy server outside the firewall. You then open > holes as above, but only for the proxy server, not for everyone. > > 5: Use firewall software that understands the ftp protocol, and adds > a > dynamic rule for the incoming connection when the appropriate > packets go by. > > If there's another one, I haven't run into it. I've implemented all > of > the above at one time or another, and prefer #2. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Q: How do you make the gods laugh? A: Tell them your plans. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 10:59:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts14-srv.bellnexxia.net (tomts14.bellnexxia.net [209.226.175.35]) by hub.freebsd.org (Postfix) with ESMTP id 5F79937B406 for ; Fri, 26 Oct 2001 10:59:11 -0700 (PDT) Received: from bro5637 ([64.228.48.188]) by tomts14-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011026175910.LLBN3059.tomts14-srv.bellnexxia.net@bro5637>; Fri, 26 Oct 2001 13:59:10 -0400 Message-ID: <005b01c15e48$78bd1b40$660f129f@bro5637> From: "Steve Brown" To: , References: <20011026124754.R1929-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> Subject: Re: modem not detected by probe- Not WinModem Date: Fri, 26 Oct 2001 13:59:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lynx-ssl won't talk to hotmail (redirection not supported)... but get it anyway Steve ----- Original Message ----- From: "Dru" To: "Korey Pelton" Cc: ; Sent: October 26, 2001 12:48 PM Subject: RE: modem not detected by probe- Not WinModem > > > On Fri, 26 Oct 2001, Korey Pelton wrote: > > > Hello Everyone, > > > > I would just like to thank all the people that gave me good ideas that fixed > > my modem. I am typing this email on FreeBSD and my USR performance pro > > modem works like a charm. > > > > Windows told me it was on COM5, but the modem works on sio3 on FreeBSD. To > > get it to work, I had to include the start I/O address and irq on the sio3 > > line and exclude all the other sio lines. My dmesg still says that it is an > > "unknown card" on the pci bus. But, whatever works. > > > > I have a question. I can't check my hotmail with lynx because it gives me a > > message saying that it isn't compatible with the https protocol. Is there a > > different text based browser that I can use that supports https, or should I > > just switch free-email providers? > > Hi Korey, > > Try lynx-ssl in the www section of the ports. > > Dru > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11: 2: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bunning.skiltech.com (bunning.skiltech.com [216.235.79.240]) by hub.freebsd.org (Postfix) with ESMTP id 1D3A837B40F for ; Fri, 26 Oct 2001 11:01:57 -0700 (PDT) Received: (from minter@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id f9QI1uG13439; Fri, 26 Oct 2001 14:01:56 -0400 (EDT) (envelope-from minter) Date: Fri, 26 Oct 2001 14:01:56 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: questions@FreeBSD.ORG Subject: SMTP connectinos hang (truss attached) Message-ID: <20011026140057.E13404-200000@bunning.skiltech.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1281651089-1004119316=:13404" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1281651089-1004119316=:13404 Content-Type: TEXT/PLAIN; charset=US-ASCII SMTP connections into my RELENG_4_4 box are hanging for a while before they go through. DNS seems to be ok upon first inspection. I'm attaching a truss of one of the SMTP processes attempting to connect. Any help will be appreciated. --Wade -- Do your part in the fight against injustice. Free Dmitry Sklyarov! http://www.freesklyarov.org/ Fight the DMCA! http://www.anti-dmca.org/ STOP the SSSCA! http://www.eff.org/alerts/20010921_eff_sssca_alert.html --0-1281651089-1004119316=:13404 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="out.txt" Content-Transfer-Encoding: BASE64 Content-ID: <20011026140156.K13404@bunning.skiltech.com> Content-Description: Content-Disposition: attachment; filename="out.txt" KG51bGwpKCkJCQkJCSA9IDAgKDB4MCkNCmNsb3NlKDgpCQkJCQkgPSAwICgw eDApDQpzb2NrZXQoMHgyLDB4MiwweDApCQkJCSA9IDggKDB4OCkNCnNlbmR0 bygweDgsMHhiZmJmMGE2YywweDJkLDB4MCwweDgwYWIzMTgsMHgxMCkJID0g NDUgKDB4MmQpDQpnZXR0aW1lb2ZkYXkoMHhiZmJmMDgwOCwweDApCQkJID0g MCAoMHgwKQ0Ka2V2ZW50KDB4NywweGJmYmYwODJjLDB4MSwweGJmYmYwODJj LDB4MSwweGJmYmYwODEwKSA9IDAgKDB4MCkNCmNsb3NlKDgpCQkJCQkgPSAw ICgweDApDQpzb2NrZXQoMHgyLDB4MiwweDApCQkJCSA9IDggKDB4OCkNCnNl bmR0bygweDgsMHhiZmJmMGE2YywweDJkLDB4MCwweDgwYWIzMDgsMHgxMCkJ ID0gNDUgKDB4MmQpDQpnZXR0aW1lb2ZkYXkoMHhiZmJmMDgwOCwweDApCQkJ ID0gMCAoMHgwKQ0Ka2V2ZW50KDB4NywweGJmYmYwODJjLDB4MSwweGJmYmYw ODJjLDB4MSwweGJmYmYwODEwKSA9IDAgKDB4MCkNCmNsb3NlKDgpCQkJCQkg PSAwICgweDApDQpzb2NrZXQoMHgyLDB4MiwweDApCQkJCSA9IDggKDB4OCkN CnNlbmR0bygweDgsMHhiZmJmMGE2YywweDJkLDB4MCwweDgwYWIzMTgsMHgx MCkJID0gNDUgKDB4MmQpDQpnZXR0aW1lb2ZkYXkoMHhiZmJmMDgwOCwweDAp CQkJID0gMCAoMHgwKQ0Ka2V2ZW50KDB4NywweGJmYmYwODJjLDB4MSwweGJm YmYwODJjLDB4MSwweGJmYmYwODEwKSA9IDAgKDB4MCkNCmNsb3NlKDgpCQkJ CQkgPSAwICgweDApDQpjbG9zZSg3KQkJCQkJID0gMCAoMHgwKQ0Ka3F1ZXVl KCkJCQkJCSA9IDcgKDB4NykNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJID0g OCAoMHg4KQ0KY29ubmVjdCgweDgsMHg4MGFiMzA4LDB4MTApCQkJID0gMCAo MHgwKQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgwLDB4MCwweDAp CQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgweGJmYmYwODA4LDB4MCkJ CQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZiZjA4MmMsMHgxLDB4YmZi ZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgwKQ0KY2xvc2UoOCkJCQkJ CSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJID0gOCAoMHg4 KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgwLDB4ODBhYjMxOCww eDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgweGJmYmYwODA4LDB4 MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZiZjA4MmMsMHgxLDB4 YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgwKQ0KY2xvc2UoOCkJ CQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJID0gOCAo MHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgwLDB4ODBhYjMw OCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgweGJmYmYwODA4 LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZiZjA4MmMsMHgx LDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgwKQ0KY2xvc2Uo OCkJCQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJID0g OCAoMHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgwLDB4ODBh YjMxOCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgweGJmYmYw ODA4LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZiZjA4MmMs MHgxLDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgwKQ0KY2xv c2UoOCkJCQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJ ID0gOCAoMHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgwLDB4 ODBhYjMwOCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgweGJm YmYwODA4LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZiZjA4 MmMsMHgxLDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgwKQ0K Y2xvc2UoOCkJCQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4MCkJ CQkJID0gOCAoMHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQsMHgw LDB4ODBhYjMxOCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRheSgw eGJmYmYwODA4LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4YmZi ZjA4MmMsMHgxLDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAoMHgw KQ0KY2xvc2UoOCkJCQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgyLDB4 MCkJCQkJID0gOCAoMHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4MmQs MHgwLDB4ODBhYjMwOCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVvZmRh eSgweGJmYmYwODA4LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3LDB4 YmZiZjA4MmMsMHgxLDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0gMCAo MHgwKQ0KY2xvc2UoOCkJCQkJCSA9IDAgKDB4MCkNCnNvY2tldCgweDIsMHgy LDB4MCkJCQkJID0gOCAoMHg4KQ0Kc2VuZHRvKDB4OCwweGJmYmYwYTZjLDB4 MmQsMHgwLDB4ODBhYjMxOCwweDEwKQkgPSA0NSAoMHgyZCkNCmdldHRpbWVv ZmRheSgweGJmYmYwODA4LDB4MCkJCQkgPSAwICgweDApDQprZXZlbnQoMHg3 LDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MTApID0g MCAoMHgwKQ0KY2xvc2UoOCkJCQkJCSA9IDAgKDB4MCkNCmNsb3NlKDcpCQkJ CQkgPSAwICgweDApDQpvcGVuKCIvZXRjL2hvc3RzIiwwLDA2NjYpCQkJID0g NyAoMHg3KQ0KZnN0YXQoNywweGJmYmY1MDBjKQkJCQkgPSAwICgweDApDQpy ZWFkKDB4NywweDgwZjgwMDAsMHgyMDAwKQkJCSA9IDEwNzQgKDB4NDMyKQ0K cmVhZCgweDcsMHg4MGY4MDAwLDB4MjAwMCkJCQkgPSAwICgweDApDQpjbG9z ZSg3KQkJCQkJID0gMCAoMHgwKQ0KZ2V0dGltZW9mZGF5KDB4YmZiZjUyZTQs MHgwKQkJCSA9IDAgKDB4MCkNCnN0YXQoIi9ldGMvbWFpbC9zZXJ2aWNlLnN3 aXRjaCIsMHhiZmJmNTI3YykJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGly ZWN0b3J5Jw0KbHN0YXQoIi8iLDB4YmZiZWNjYjgpCQkJCSA9IDAgKDB4MCkN CmdldGV1aWQoKQkJCQkJID0gMCAoMHgwKQ0KbHN0YXQoIi9ldGMiLDB4YmZi ZWNjYjgpCQkJID0gMCAoMHgwKQ0KZ2V0ZXVpZCgpCQkJCQkgPSAwICgweDAp DQpsc3RhdCgiL2V0Yy9tYWlsIiwweGJmYmVjY2I4KQkJCSA9IDAgKDB4MCkN CmdldGV1aWQoKQkJCQkJID0gMCAoMHgwKQ0Ka3F1ZXVlKCkJCQkJCSA9IDcg KDB4NykNCnNvY2tldCgweDIsMHgyLDB4MCkJCQkJID0gOCAoMHg4KQ0KY29u bmVjdCgweDgsMHg4MGFiMzA4LDB4MTApCQkJID0gMCAoMHgwKQ0Kc2VuZHRv KDB4OCwweGJmYmYwYTZjLDB4MzEsMHgwLDB4MCwweDApCQkgPSA0OSAoMHgz MSkNCmdldHRpbWVvZmRheSgweGJmYmYwODA4LDB4MCkJCQkgPSAwICgweDAp DQprZXZlbnQoMHg3LDB4YmZiZjA4MmMsMHgxLDB4YmZiZjA4MmMsMHgxLDB4 YmZiZjA4MTApID0gMSAoMHgxKQ0KcmVjdmZyb20oMHg4LDB4YmZiZjNiNGMs MHgyMDAwLDB4MCwweGJmYmYwODQwLDB4YmZiZjA4MDQpID0gMTEzICgweDcx KQ0KY2xvc2UoOCkJCQkJCSA9IDAgKDB4MCkNCmNsb3NlKDcpCQkJCQkgPSAw ICgweDApDQpvcGVuKCIvZXRjL2hvc3RzIiwwLDA2NjYpCQkJID0gNyAoMHg3 KQ0KZnN0YXQoNywweGJmYmY1MDBjKQkJCQkgPSAwICgweDApDQpyZWFkKDB4 NywweDgwZjgwMDAsMHgyMDAwKQkJCSA9IDEwNzQgKDB4NDMyKQ0KcmVhZCgw eDcsMHg4MGY4MDAwLDB4MjAwMCkJCQkgPSAwICgweDApDQpjbG9zZSg3KQkJ CQkJID0gMCAoMHgwKQ0KZ2V0dGltZW9mZGF5KDB4YmZiZjUyZTQsMHgwKQkJ CSA9IDAgKDB4MCkNCmtxdWV1ZSgpCQkJCQkgPSA3ICgweDcpDQpzb2NrZXQo MHgyLDB4MiwweDApCQkJCSA9IDggKDB4OCkNCmNvbm5lY3QoMHg4LDB4ODBh YjMwOCwweDEwKQkJCSA9IDAgKDB4MCkNCnNlbmR0bygweDgsMHhiZmJmMGE2 YywweDM2LDB4MCwweDAsMHgwKQkJID0gNTQgKDB4MzYpDQpnZXR0aW1lb2Zk YXkoMHhiZmJmMDgwOCwweDApCQkJID0gMCAoMHgwKQ0Ka2V2ZW50KDB4Nyww eGJmYmYwODJjLDB4MSwweGJmYmYwODJjLDB4MSwweGJmYmYwODEwKSA9IDEg KDB4MSkNCnJlY3Zmcm9tKDB4OCwweGJmYmYzYjRjLDB4MjAwMCwweDAsMHhi ZmJmMDg0MCwweGJmYmYwODA0KSA9IDExMCAoMHg2ZSkNCmNsb3NlKDgpCQkJ CQkgPSAwICgweDApDQpjbG9zZSg3KQkJCQkJID0gMCAoMHgwKQ0Kb3Blbigi L2V0Yy9ob3N0cyIsMCwwNjY2KQkJCSA9IDcgKDB4NykNCmZzdGF0KDcsMHhi ZmJmNTAwYykJCQkJID0gMCAoMHgwKQ0KcmVhZCgweDcsMHg4MGY4MDAwLDB4 MjAwMCkJCQkgPSAxMDc0ICgweDQzMikNCnJlYWQoMHg3LDB4ODBmODAwMCww eDIwMDApCQkJID0gMCAoMHgwKQ0KY2xvc2UoNykJCQkJCSA9IDAgKDB4MCkN CmdldHRpbWVvZmRheSgweGJmYmY1MmU0LDB4MCkJCQkgPSAwICgweDApDQpr cXVldWUoKQkJCQkJID0gNyAoMHg3KQ0Kc29ja2V0KDB4MiwweDIsMHgwKQkJ CQkgPSA4ICgweDgpDQpjb25uZWN0KDB4OCwweDgwYWIzMDgsMHgxMCkJCQkg PSAwICgweDApDQpzZW5kdG8oMHg4LDB4YmZiZjBhNmMsMHgzNywweDAsMHgw LDB4MCkJCSA9IDU1ICgweDM3KQ0KZ2V0dGltZW9mZGF5KDB4YmZiZjA4MDgs MHgwKQkJCSA9IDAgKDB4MCkNCmtldmVudCgweDcsMHhiZmJmMDgyYywweDEs MHhiZmJmMDgyYywweDEsMHhiZmJmMDgxMCkgPSAxICgweDEpDQpyZWN2ZnJv bSgweDgsMHhiZmJmM2I0YywweDIwMDAsMHgwLDB4YmZiZjA4NDAsMHhiZmJm MDgwNCkgPSA1NSAoMHgzNykNCmNsb3NlKDgpCQkJCQkgPSAwICgweDApDQpj bG9zZSg3KQkJCQkJID0gMCAoMHgwKQ0Kb3BlbigiL2V0Yy9ob3N0cyIsMCww NjY2KQkJCSA9IDcgKDB4NykNCmZzdGF0KDcsMHhiZmJmNTAwYykJCQkJID0g MCAoMHgwKQ0KcmVhZCgweDcsMHg4MGY4MDAwLDB4MjAwMCkJCQkgPSAxMDc0 ICgweDQzMikNCnJlYWQoMHg3LDB4ODBmODAwMCwweDIwMDApCQkJID0gMCAo MHgwKQ0KY2xvc2UoNykJCQkJCSA9IDAgKDB4MCkNCmdldHBpZCgpCQkJCQkg PSAxMjg5NCAoMHgzMjVlKQ0Kc2lncHJvY21hc2soMHgxLDB4MCwweDI4MGQz NjVjKQkJCSA9IDAgKDB4MCkNCm9wZW4oIi9ldGMvaG9zdHMuYWxsb3ciLDAs MDY2NikJCQkgPSA3ICgweDcpDQpmc3RhdCg3LDB4YmZiZmRhZmMpCQkJCSA9 IDAgKDB4MCkNCnJlYWQoMHg3LDB4ODBmODAwMCwweDIwMDApCQkJID0gMzAz MCAoMHhiZDYpDQpjbG9zZSg3KQkJCQkJID0gMCAoMHgwKQ0Kc2lncHJvY21h c2soMHgzLDB4MjgwZDM2NWMsMHgwKQkJCSA9IDAgKDB4MCkNCmR1cDIoMHg0 LDB4MSkJCQkJCSA9IDEgKDB4MSkNCmdldHRpbWVvZmRheSgweGJmYmZkNmU0 LDB4MCkJCQkgPSAwICgweDApDQpnZXR0aW1lb2ZkYXkoMHhiZmJmZDY2NCww eDApCQkJID0gMCAoMHgwKQ0KX19zeXNjdGwoMHhiZmJmZDZlOCwweDIsMHhi ZmJmZDZmYywweGJmYmZkNmU0LDB4MCwweDApID0gMCAoMHgwKQ0KZ2V0cGlk KCkJCQkJCSA9IDEyODk0ICgweDMyNWUpDQpnZXRwaWQoKQkJCQkJID0gMTI4 OTQgKDB4MzI1ZSkNCl9fc3lzY3RsKDB4YmZiZmM3M2MsMHg0LDB4MCwweDAs MHgyODIzYzdjMCwweDNiKSA9IDAgKDB4MCkNCmZzdGF0KDQsMHhiZmJmZDNh YykJCQkJID0gMCAoMHgwKQ0KYnJlYWsoMHg4MGZmMDAwKQkJCQkgPSAwICgw eDApDQp3cml0ZSg0LDB4ODBmYTAwMCw5NCkJCQkJID0gOTQgKDB4NWUpDQpz aWdwcm9jbWFzaygweDEsMHgwLDB4ODBiOGQzYykJCQkgPSAwICgweDApDQpn ZXRwaWQoKQkJCQkJID0gMTI4OTQgKDB4MzI1ZSkNCmdldHBpZCgpCQkJCQkg PSAxMjg5NCAoMHgzMjVlKQ0KX19zeXNjdGwoMHhiZmJmYzczYywweDQsMHgw LDB4MCwweDI4MjNjN2MwLDB4M2MpID0gMCAoMHgwKQ0Kc2lncHJvY21hc2so MHgxLDB4MCwweDgwYjdlZmMpCQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2so MHgxLDB4YmZiZmQ2OWMsMHhiZmJmZDY4YykJCSA9IDAgKDB4MCkNCmdldHRp bWVvZmRheSgweGJmYmZkNmE0LDB4MCkJCQkgPSAwICgweDApDQpnZXRwaWQo KQkJCQkJID0gMTI4OTQgKDB4MzI1ZSkNCnNpZ2FjdGlvbihTSUdBTFJNLDB4 YmZiZmQ2YzQsMHhiZmJmZDZhYykJID0gMCAoMHgwKQ0Kc2V0aXRpbWVyKDB4 MCwweGJmYmZkNmNjLDB4YmZiZmQ2YmMpCQkgPSAwICgweDApDQpzaWdwcm9j bWFzaygweDEsMHhiZmJmZDY5MCwweGJmYmZkNjgwKQkJID0gMCAoMHgwKQ0K c2lncHJvY21hc2soMHgzLDB4YmZiZmQ2OGMsMHhiZmJmZDY3YykJCSA9IDAg KDB4MCkNCmZzdGF0KDYsMHhiZmJmZDYzYykJCQkJID0gMCAoMHgwKQ0KYnJl YWsoMHg4MTA0MDAwKQkJCQkgPSAwICgweDApDQpyZWFkKDB4NiwweDgwZmYw MDAsMHg0NDcwKQkJCSA9IDIyICgweDE2KQ0Kc2lncHJvY21hc2soMHgxLDB4 YmZiZmQ2Y2MsMHhiZmJmZDZiYykJCSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNr KDB4MSwweGJmYmZkNmMwLDB4YmZiZmQ2YjApCQkgPSAwICgweDApDQpzaWdw cm9jbWFzaygweDMsMHhiZmJmZDZiYywweGJmYmZkNmFjKQkJID0gMCAoMHgw KQ0Kc2V0aXRpbWVyKDB4MCwweGJmYmZkNmZjLDB4YmZiZmQ2ZWMpCQkgPSAw ICgweDApDQpnZXRwaWQoKQkJCQkJID0gMTI4OTQgKDB4MzI1ZSkNCmdldHBp ZCgpCQkJCQkgPSAxMjg5NCAoMHgzMjVlKQ0KX19zeXNjdGwoMHhiZmJmYzcy YywweDQsMHgwLDB4MCwweDI4MjNjN2MwLDB4NGYpID0gMCAoMHgwKQ0Kd3Jp dGUoNCwweDgwZmEwMDAsMjA1KQkJCQkgPSAyMDUgKDB4Y2QpDQpzaWdwcm9j bWFzaygweDEsMHgwLDB4ODBiOGQzYykJCQkgPSAwICgweDApDQpnZXRwaWQo KQkJCQkJID0gMTI4OTQgKDB4MzI1ZSkNCmdldHBpZCgpCQkJCQkgPSAxMjg5 NCAoMHgzMjVlKQ0KX19zeXNjdGwoMHhiZmJmYzczYywweDQsMHgwLDB4MCww eDI4MjNjN2MwLDB4M2MpID0gMCAoMHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4 MCwweDgwYjdlZmMpCQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4 YmZiZmQ2OWMsMHhiZmJmZDY4YykJCSA9IDAgKDB4MCkNCmdldHRpbWVvZmRh eSgweGJmYmZkNmE0LDB4MCkJCQkgPSAwICgweDApDQpnZXRwaWQoKQkJCQkJ ID0gMTI4OTQgKDB4MzI1ZSkNCnNpZ2FjdGlvbihTSUdBTFJNLDB4YmZiZmQ2 YzQsMHhiZmJmZDZhYykJID0gMCAoMHgwKQ0Kc2V0aXRpbWVyKDB4MCwweGJm YmZkNmNjLDB4YmZiZmQ2YmMpCQkgPSAwICgweDApDQpzaWdwcm9jbWFzaygw eDEsMHhiZmJmZDY5MCwweGJmYmZkNjgwKQkJID0gMCAoMHgwKQ0Kc2lncHJv Y21hc2soMHgzLDB4YmZiZmQ2OGMsMHhiZmJmZDY3YykJCSA9IDAgKDB4MCkN CnJlYWQoMHg2LDB4ODBmZjAwMCwweDQ0NzApCQkJID0gNTkgKDB4M2IpDQpz aWdwcm9jbWFzaygweDEsMHhiZmJmZDZjYywweGJmYmZkNmJjKQkJID0gMCAo MHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4YmZiZmQ2YzAsMHhiZmJmZDZiMCkJ CSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNrKDB4MywweGJmYmZkNmJjLDB4YmZi ZmQ2YWMpCQkgPSAwICgweDApDQpzZXRpdGltZXIoMHgwLDB4YmZiZmQ2ZmMs MHhiZmJmZDZlYykJCSA9IDAgKDB4MCkNCmdldHBpZCgpCQkJCQkgPSAxMjg5 NCAoMHgzMjVlKQ0KZ2V0cGlkKCkJCQkJCSA9IDEyODk0ICgweDMyNWUpDQpf X3N5c2N0bCgweGJmYmZjNzJjLDB4NCwweDAsMHgwLDB4MjgyM2M3YzAsMHg3 NCkgPSAwICgweDApDQpzaWdwcm9jbWFzaygweDEsMHhiZmJmZDcwYywweGJm YmZkNmZjKQkJID0gMCAoMHgwKQ0KZm9yaygpCQkJCQkJID0gMTMzOTIgKDB4 MzQ1MCkNCmdldHBpZCgpCQkJCQkgPSAxMjg5NCAoMHgzMjVlKQ0KZ2V0cGlk KCkJCQkJCSA9IDEyODk0ICgweDMyNWUpDQpfX3N5c2N0bCgweGJmYmZjNzBj LDB4NCwweDAsMHgwLDB4MjgyM2M3YzAsMHgzZSkgPSAwICgweDApDQp3YWl0 NCgweGZmZmZmZmZmLDB4YmZiZmQ3MzgsMHgwLDB4MCkJCSA9IDEzMzkyICgw eDM0NTApDQpzaWdwcm9jbWFzaygweDEsMHhiZmJmZDcwMCwweGJmYmZkNmYw KQkJID0gMCAoMHgwKQ0KU0lHTkFMIDIwDQpzaWdwcm9jbWFzaygweDMsMHhi ZmJmZDZmYywweGJmYmZkNmVjKQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2so MHgxLDB4MCwweDgwYjhkM2MpCQkJID0gMCAoMHgwKQ0KZ2V0cGlkKCkJCQkJ CSA9IDEyODk0ICgweDMyNWUpDQpnZXRwaWQoKQkJCQkJID0gMTI4OTQgKDB4 MzI1ZSkNCl9fc3lzY3RsKDB4YmZiZmM3M2MsMHg0LDB4MCwweDAsMHgyODIz YzdjMCwweDNjKSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNrKDB4MSwweDAsMHg4 MGI3ZWZjKQkJCSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNrKDB4MSwweGJmYmZk NjljLDB4YmZiZmQ2OGMpCQkgPSAwICgweDApDQpnZXR0aW1lb2ZkYXkoMHhi ZmJmZDZhNCwweDApCQkJID0gMCAoMHgwKQ0KZ2V0cGlkKCkJCQkJCSA9IDEy ODk0ICgweDMyNWUpDQpzaWdhY3Rpb24oU0lHQUxSTSwweGJmYmZkNmM0LDB4 YmZiZmQ2YWMpCSA9IDAgKDB4MCkNCnNldGl0aW1lcigweDAsMHhiZmJmZDZj YywweGJmYmZkNmJjKQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4 YmZiZmQ2OTAsMHhiZmJmZDY4MCkJCSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNr KDB4MywweGJmYmZkNjhjLDB4YmZiZmQ2N2MpCQkgPSAwICgweDApDQpyZWFk KDB4NiwweDgwZmYwMDAsMHg0NDcwKQkJCSA9IDYgKDB4NikNCnNpZ3Byb2Nt YXNrKDB4MSwweGJmYmZkNmNjLDB4YmZiZmQ2YmMpCQkgPSAwICgweDApDQpz aWdwcm9jbWFzaygweDEsMHhiZmJmZDZjMCwweGJmYmZkNmIwKQkJID0gMCAo MHgwKQ0Kc2lncHJvY21hc2soMHgzLDB4YmZiZmQ2YmMsMHhiZmJmZDZhYykJ CSA9IDAgKDB4MCkNCnNldGl0aW1lcigweDAsMHhiZmJmZDZmYywweGJmYmZk NmVjKQkJID0gMCAoMHgwKQ0KZ2V0cGlkKCkJCQkJCSA9IDEyODk0ICgweDMy NWUpDQpnZXRwaWQoKQkJCQkJID0gMTI4OTQgKDB4MzI1ZSkNCl9fc3lzY3Rs KDB4YmZiZmM3MmMsMHg0LDB4MCwweDAsMHgyODIzYzdjMCwweDNmKSA9IDAg KDB4MCkNCndyaXRlKDQsMHg4MGZhMDAwLDUxKQkJCQkgPSA1MSAoMHgzMykN CnNpZ2FjdGlvbihTSUdJTlQsMHhiZmJmZDczNCwweGJmYmZkNzFjKQkJID0g MCAoMHgwKQ0Kc2lnYWN0aW9uKFNJR1FVSVQsMHhiZmJmZDcyNCwweGJmYmZk NzBjKQkgPSAwICgweDApDQpjbG9zZSg2KQkJCQkJID0gMCAoMHgwKQ0Kb3Bl bigiL2Rldi9udWxsIiwwLDA2NjYpCQkJID0gNiAoMHg2KQ0KY2xvc2UoMCkJ CQkJCSA9IDAgKDB4MCkNCmR1cDIoMHg2LDB4MCkJCQkJCSA9IDAgKDB4MCkN CmNsb3NlKDYpCQkJCQkgPSAwICgweDApDQpjbG9zZSg0KQkJCQkJID0gMCAo MHgwKQ0Kb3BlbigiL2Rldi9udWxsIiwxLDA2NjYpCQkJID0gNCAoMHg0KQ0K ZHVwMigweDQsMHgxKQkJCQkJID0gMSAoMHgxKQ0KZHVwMigweDQsMHgyKQkJ CQkJID0gMiAoMHgyKQ0KY2xvc2UoNCkJCQkJCSA9IDAgKDB4MCkNCmZzdGF0 KDAsMHhiZmJmZDZiYykJCQkJID0gMCAoMHgwKQ0KZnN0YXQoMSwweGJmYmZk NmJjKQkJCQkgPSAwICgweDApDQpmc3RhdCgyLDB4YmZiZmQ2YmMpCQkJCSA9 IDAgKDB4MCkNCnNpZ3Byb2NtYXNrKDB4MSwweGJmYmZkNzEwLDB4YmZiZmQ3 MDApCQkgPSAwICgweDApDQpzaWdwcm9jbWFzaygweDMsMHhiZmJmZDcwYyww eGJmYmZkNmZjKQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4MCww eDgwYjhkM2MpCQkJID0gMCAoMHgwKQ0KZ2V0dGltZW9mZGF5KDB4YmZiZmNk ZDQsMHgwKQkJCSA9IDAgKDB4MCkNCnVubGluaygweDgwYjMwYTApCQkJCSBF UlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScNCnVubGluaygweDgw YjMwYTApCQkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScN CnVubGluaygweDgwYjMwYTApCQkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9y IGRpcmVjdG9yeScNCmdldHBpZCgpCQkJCQkgPSAxMjg5NCAoMHgzMjVlKQ0K YnJlYWsoMHg4MTAzMDAwKQkJCQkgPSAwICgweDApDQpjbG9zZSg1KQkJCQkJ ID0gMCAoMHgwKQ0KZ2V0cGlkKCkJCQkJCSA9IDEyODk0ICgweDMyNWUpDQpz ZXR1aWQoMHgwKQkJCQkJID0gMCAoMHgwKQ0Kc2lncHJvY21hc2soMHgxLDB4 MjgwYjliMDAsMHhiZmJmZDZlYykJCSA9IDAgKDB4MCkNCnNpZ3Byb2NtYXNr KDB4MywweDI4MGI5YjEwLDB4MCkJCQkgPSAwICgweDApDQpleGl0KDB4MCkJ CQkJCXByb2Nlc3MgZXhpdCwgcnZhbCA9IDANCg== --0-1281651089-1004119316=:13404-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11:13:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from P7.mpionline.com (dsl-mw-209-115-240-i249-edm.nucleus.com [209.115.240.249]) by hub.freebsd.org (Postfix) with ESMTP id D55D437B405 for ; Fri, 26 Oct 2001 11:13:21 -0700 (PDT) Received: from P5 (P5.mpionline.com [209.115.240.246]) by P7.mpionline.com (8.11.3/8.11.3) with SMTP id f9QIFUj06094 for ; Fri, 26 Oct 2001 12:15:30 -0600 (MDT) (envelope-from tomek@mpionline.com) Message-ID: <003901c15e4a$06c2b8e0$f6f073d1@mpionline.com> From: "Tomek" To: References: <3BD99DFF.119A1163@calcon.net> Subject: Re: error in ports/mail/sylpheed Date: Fri, 26 Oct 2001 12:14:16 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, The domain movierate.com is supposed to point to 209.115.240.249, and my FreeBSD run DNS (builtin namedb) shows it as such BUT ns.freebsd.org shows a non-authoritative answer as 209.115.240.247. Other servers (such as ns1.earthlink.net, ns2, ns3, but not ns4.earthlink.net) show the same 247 address. It has been like this a LONG time, making movierate.com basically unreachable to half the world, and I have tried everything from changing serial numbers of domain info to cname aliasing, and even changing registrars. PLEASE HELP, I'm at a complete loss with this one. Why is it pointing to the wrong place? How can I force a name server to update itself from the authoritative answer? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11:18:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id DD70137B405 for ; Fri, 26 Oct 2001 11:18:49 -0700 (PDT) Received: from j116.kch23.jaring.my (HELO acidic.ars.org) (61.6.153.130) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Oct 2001 18:18:49 -0000 X-Apparently-From: Date: Sat, 27 Oct 2001 02:25:04 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.53t) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <19818573206.20011027022504@yahoo.co.uk> To: freebsd-questions@freebsd.org Subject: making docs install X MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hey all... i'm trying to install the docs by following the guide provided from freebsdzine's site (http://www.freebsdzine.org/200105a/docs.php3) and in the process of doing so, the installation installs X. i've searched the archives but came up with no answer to this. i have 'NO_X = true' in /etc/make.conf but why is it still trying/is/wants to install X? during the install process, i saw (or it says so) that ghostscript depends on X but why is 'NO_X = true' in /etc/make.conf not honored? is there a way to 'make docs' without X? if anyone knows where i can read up on this issue or how to fix this, please let me know. thanks. ~as -- Alvin bsd140870@yahoo.co.uk _________________________________________________________ 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 Fri Oct 26 11:19:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14802.mail.yahoo.com (web14802.mail.yahoo.com [216.136.224.218]) by hub.freebsd.org (Postfix) with SMTP id 53AA937B408 for ; Fri, 26 Oct 2001 11:19:41 -0700 (PDT) Message-ID: <20011026181941.55775.qmail@web14802.mail.yahoo.com> Received: from [200.255.28.1] by web14802.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 15:19:41 ART Date: Fri, 26 Oct 2001 15:19:41 -0300 (ART) From: =?iso-8859-1?q?X=20Thinker?= Subject: Re: startx = reboot To: Matthias Bartels , "questions@freebsd.org" , "freebsd-hardware@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Matthias Bartels escreveu: > Servus, > > i have a serious problem with my XServer, i posted > it some days ago, > but it very strange so nobody could help me. > > Trying to start the Xserver using startx results in > a system reboot! > > this is my hardware configuration: > > ASUS A7A266 > Athlon 1400 > NVidia GeForce2 MX-200 32MB > 512MB DDR RAM > > the components seem to work (i also run windoofs), > > and i tried several versions of XFree (package > installation and from > source, 4.0.3, 4.1.0) and also FreeBSD 4.3 and 4.4 > > Nothing works! > > Is it possible that the graphic card with this > chipset is not > supported? Do u already tried to see this in www.xfree.org ? there u will can to have those informations... i have a device pc card as that on FreeBSD 4.3 xfree 4.0.3 e is working very well... But it's of 16 MB... I hope help u... See u later! _______________________________________________________________________________________________ Yahoo! GeoCities Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil e grátis! http://br.geocities.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11:47:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id EC2B037B406 for ; Fri, 26 Oct 2001 11:47:37 -0700 (PDT) Received: from pc2-card3-0-cust8.cdf.cable.ntl.com ([213.107.2.8] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15xC11-0001HR-00; Fri, 26 Oct 2001 19:47:35 +0100 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 15xC0o-000C7z-00; Fri, 26 Oct 2001 19:47:22 +0100 Date: Fri, 26 Oct 2001 19:47:22 +0100 From: setantae To: Humayun Ashraf Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question... Message-ID: <20011026194722.A31393@rhadamanth> Mail-Followup-To: setantae , Humayun Ashraf , freebsd-questions@FreeBSD.ORG References: <20011026064602.5553.qmail@meowmix.chek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026064602.5553.qmail@meowmix.chek.com>; from humayun@gotmail.com on Fri, Oct 26, 2001 at 06:46:02AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 06:46:02AM -0000, Humayun Ashraf wrote: > Oct 26 00:46:33 shell inetd[777]: /var/run/inetd.pid: Permission denied > Oct 26 00:46:33 shell inetd[777]: ftp/tcp: bind: Permission denied > Oct 26 00:46:33 shell inetd[777]: comsat/udp: bind: Permission denied > Oct 26 00:46:33 shell inetd[777]: ntalk/udp: bind: Permission denied These messages would indicate that you started inetd as a non-root user. > Oct 26 00:53:13 shell inetd[783]: start: No such file or directory > Oct 26 00:56:23 shell inetd[797]: /etc/inetd.conf: syntax error > Oct 26 01:15:22 shell inetd[834]: /etc/inetd.conf: syntax error > Oct 26 01:15:45 shell inetd[843]: /etc/inetd.conf: syntax error > Oct 26 01:20:41 shell inetd[870]: /etc/inetd.conf: syntax error As for these, there are certainly no errors in the inetd.conf you posted (included below for the sake of the archive as it was under a different thread), so I can only think that these were transient errors that you may have entered in the file when you were trying to fix the other problem, perhaps ?? Ceri Humayun's /etc/inetd/conf : # $FreeBSD: src/etc/inetd.conf,v 1.44.2.3 2000/10/04 07:58:51 kris Exp $ # # Internet server configuration database # # @(#)inetd.conf 5.4 (Berkeley) 6/30/90 # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd # # IPv6 services # ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11:56:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linus.highpoint.edu (linus.highpoint.edu [192.154.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 86F0B37B401 for ; Fri, 26 Oct 2001 11:56:42 -0700 (PDT) Received: (from zhartley@localhost) by linus.highpoint.edu (8.11.2/8.11.2) id f9QIuQH05178 for questions@FreeBSD.ORG; Fri, 26 Oct 2001 14:56:26 -0400 Date: Fri, 26 Oct 2001 14:56:26 -0400 From: Zach Hartley To: "questions@freebsd.org" Subject: Re: startx = reboot Message-ID: <20011026145626.B5021@linus.highpoint.edu> Mail-Followup-To: "questions@freebsd.org" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from mbartels@genie.de on Fri, Oct 26, 2001 at 06:52:44PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My friend had the same exact problem, turns out he didn't have enough fans in the system, causing it to overheat and reboot. Adding fans stopped it. Zach Around Fri, Oct 26, 2001 at 06:52:44PM +0100, Matthias Bartels said something to the effect of: > Servus, > > i have a serious problem with my XServer, i posted it some days ago, > but it very strange so nobody could help me. > > Trying to start the Xserver using startx results in a system reboot! > > this is my hardware configuration: > > ASUS A7A266 > Athlon 1400 > NVidia GeForce2 MX-200 32MB > 512MB DDR RAM > > the components seem to work (i also run windoofs), > > and i tried several versions of XFree (package installation and from > source, 4.0.3, 4.1.0) and also FreeBSD 4.3 and 4.4 > > Nothing works! > > Is it possible that the graphic card with this chipset is not > supported? A friend of mine is using the same card with MX 400 > chipset, he has no problems! > > I am despairing... > > I have attached my XF86Config File and the last log message before the > crash! > > Thank you for your help. > > Matthias > > > Ringtones, Logos und crazy Mailbox Ansagen für Dein Nokia-Handy @ > www.genie.de -- Zachary Todd Hartley "Attempted murder. Now honestly, what is that? Do they give a Nobel Prize for attempted chemistry?" --Sideshow Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 11:58:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wilderness.dyn.dhs.org (host-209-214-121-46.bna.bellsouth.net [209.214.121.46]) by hub.freebsd.org (Postfix) with ESMTP id 3938637B403 for ; Fri, 26 Oct 2001 11:58:53 -0700 (PDT) Received: from wilderness.dyn.dhs.org (colossus.cotharyus.net [192.168.1.6]) by wilderness.dyn.dhs.org (Postfix) with ESMTP id 879D393406; Fri, 26 Oct 2001 13:18:24 -0500 (CDT) Message-ID: <3BD9B2D2.2070602@wilderness.dyn.dhs.org> Date: Fri, 26 Oct 2001 14:00:34 -0500 From: Drew Sanford User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: RnldFreud@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: bellsouth.net freebsd adsl help References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You will still use ppp to make the connection, but you will need to compile a kernel with PPPoE support as well. This is covered thoughly in the handbook on www.freebsd.org, and in the ppp docs. RnldFreud@aol.com wrote: > freebsd appears to recognize my alcatel modem. how do i log into > bellsouth.net which is my provider? do i still set up a ppp connection > for log in or is there something else i need to do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:25:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from P7.mpionline.com (dsl-mw-209-115-240-i249-edm.nucleus.com [209.115.240.249]) by hub.freebsd.org (Postfix) with ESMTP id 94C5F37B405 for ; Fri, 26 Oct 2001 12:25:53 -0700 (PDT) Received: from P5 (P5.mpionline.com [209.115.240.246]) by P7.mpionline.com (8.11.3/8.11.3) with SMTP id f9QJRwj08973 for ; Fri, 26 Oct 2001 13:28:02 -0600 (MDT) (envelope-from tomek@mpionline.com) Message-ID: <012001c15e54$28a2b460$f6f073d1@mpionline.com> From: "Tomek" To: References: <3BD99DFF.119A1163@calcon.net> <003901c15e4a$06c2b8e0$f6f073d1@mpionline.com> Subject: Weird ns.freebsd.org DNS problem Date: Fri, 26 Oct 2001 13:26:45 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm sorry, I misposted that last one, here it is correctly: Hello there, The domain movierate.com is supposed to point to 209.115.240.249, and my FreeBSD run DNS (builtin namedb) shows it as such BUT ns.freebsd.org shows a non-authoritative answer as 209.115.240.247. Other servers (such as ns1.earthlink.net, ns2, ns3, but not ns4.earthlink.net) show the same 247 address. (our DNS server is ns.mpionline.com or ns.movierate.com) It has been like this a LONG time, making movierate.com basically unreachable to half the world, and I have tried everything from changing serial numbers of domain info to cname aliasing, and even changing registrars. PLEASE HELP, I'm at a complete loss with this one. Why is it pointing to the wrong place? How can I force a name server to update itself from the authoritative answer? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:31: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 119C837B401 for ; Fri, 26 Oct 2001 12:31:00 -0700 (PDT) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id f9QJSFU59307; Fri, 26 Oct 2001 12:28:15 -0700 (PDT) (envelope-from dg) Date: Fri, 26 Oct 2001 12:28:15 -0700 From: David Greenman To: Tomek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Weird ns.freebsd.org DNS problem Message-ID: <20011026122815.E58218@nexus.root.com> References: <3BD99DFF.119A1163@calcon.net> <003901c15e4a$06c2b8e0$f6f073d1@mpionline.com> <012001c15e54$28a2b460$f6f073d1@mpionline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <012001c15e54$28a2b460$f6f073d1@mpionline.com>; from tomek@mpionline.com on Fri, Oct 26, 2001 at 01:26:45PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I'm sorry, I misposted that last one, here it is correctly: > >Hello there, >The domain movierate.com is supposed to point to 209.115.240.249, and my >FreeBSD run DNS (builtin namedb) shows it as such BUT ns.freebsd.org >shows a non-authoritative answer as 209.115.240.247. Other servers (such >as ns1.earthlink.net, ns2, ns3, but not ns4.earthlink.net) show the same >247 address. > >(our DNS server is ns.mpionline.com or ns.movierate.com) > >It has been like this a LONG time, making movierate.com basically >unreachable to half the world, and I have tried everything from changing >serial numbers of domain info to cname aliasing, and even changing >registrars. > >PLEASE HELP, I'm at a complete loss with this one. Why is it pointing to >the wrong place? How can I force a name server to update itself from the >authoritative answer? The problem is caused by Network Solutions/Verisign having a HOST record for movierate.com. You need to delete the HOST record in their database in order to fix the problem. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:34:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9607.mail.yahoo.com (web9607.mail.yahoo.com [216.136.129.186]) by hub.freebsd.org (Postfix) with SMTP id CFFCA37B401 for ; Fri, 26 Oct 2001 12:34:34 -0700 (PDT) Message-ID: <20011026193434.45814.qmail@web9607.mail.yahoo.com> Received: from [65.203.100.1] by web9607.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 12:34:34 PDT Date: Fri, 26 Oct 2001 12:34:34 -0700 (PDT) From: The Almonds Subject: Newbie-Simple C Shell programming help To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, I am trying to run a program via a c shell 100 times for a stress test. I have #!/bin/sh for 1 in 1 2 3 do x done as you can see this is painful if I want to do 100. Anyone know of a quick way to do this for 100 loops. Curtis __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:36:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 60F0D37B405 for ; Fri, 26 Oct 2001 12:36:41 -0700 (PDT) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id f9QJY0N59365; Fri, 26 Oct 2001 12:34:00 -0700 (PDT) (envelope-from dg) Date: Fri, 26 Oct 2001 12:34:00 -0700 From: David Greenman To: Tomek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Weird ns.freebsd.org DNS problem Message-ID: <20011026123400.F58218@nexus.root.com> References: <3BD99DFF.119A1163@calcon.net> <003901c15e4a$06c2b8e0$f6f073d1@mpionline.com> <012001c15e54$28a2b460$f6f073d1@mpionline.com> <20011026122815.E58218@nexus.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011026122815.E58218@nexus.root.com>; from dg@root.com on Fri, Oct 26, 2001 at 12:28:15PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>PLEASE HELP, I'm at a complete loss with this one. Why is it pointing to >>the wrong place? How can I force a name server to update itself from the >>authoritative answer? > > The problem is caused by Network Solutions/Verisign having a HOST record >for movierate.com. You need to delete the HOST record in their database in >order to fix the problem. Oops, looks like you registered it with "godaddy", not Netsol...in any case, there is a HOST record registered for the wrong address and you need to delete it. As a general rule, it's a real bad idea to have your top level domain ("movierate.com") also be your nameserver - which is the most likely reason why a HOST record was added, since that is required for all nameservers. It looks like it is not a listed nameserver now, so I suspect that you must have changed it at some point. Bottom line: delete the HOST record in their database. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:41:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 2AA0737B403 for ; Fri, 26 Oct 2001 12:41:17 -0700 (PDT) Received: (qmail 15371 invoked by uid 0); 26 Oct 2001 19:41:08 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 26 Oct 2001 19:41:08 -0000 Message-Id: <5.1.0.14.2.20011026143838.024c2a98@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 14:39:39 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: How to become official ftp FreeBSD mirror? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could someone please point me to where I can find out how to become an official ftp FreeBSD mirror? We have info on how to do cvs but can't find anything on ftp. Any information would be appreciated. O To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:46:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id F03CC37B40A for ; Fri, 26 Oct 2001 12:46:38 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 1BDFB70614; Fri, 26 Oct 2001 13:46:32 -0600 (MDT) Date: Fri, 26 Oct 2001 13:46:32 -0600 (MDT) From: FreeBSD user To: The Almonds Cc: freebsd-questions@freebsd.org Subject: Re: Newbie-Simple C Shell programming help In-Reply-To: <20011026193434.45814.qmail@web9607.mail.yahoo.com> Message-ID: <20011026134417.O35370-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG #!/bin/sh N=1 while [ $N -le 100 ] do echo $N N=`expr $N+1` done And /bin/sh is not a c shell. On Fri, 26 Oct 2001, The Almonds wrote: > All, > > I am trying to run a program via a c shell 100 times > for a stress test. > > I have > #!/bin/sh > for 1 in 1 2 3 > > do > > x > > done > > as you can see this is painful if I want to do 100. > Anyone know of a quick way to do this for 100 loops. > > Curtis > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:51:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yorktown.francisscott.net (yorktown.francisscott.net [216.179.185.125]) by hub.freebsd.org (Postfix) with ESMTP id 1337D37B403 for ; Fri, 26 Oct 2001 12:51:48 -0700 (PDT) Received: from gatekeeper.heavymetal.org (cy565913-a.rdondo1.ca.home.com [24.177.248.173]) by yorktown.francisscott.net (8.11.6/8.11.6) with ESMTP id f9QJpg022530 for ; Fri, 26 Oct 2001 12:51:42 -0700 Received: from zeppelin (zeppelin.heavymetal.org [192.168.250.7]) by gatekeeper.heavymetal.org (8.11.6/8.11.6) with SMTP id f9QJpfX68809 for ; Fri, 26 Oct 2001 12:51:42 -0700 (PDT) (envelope-from scott@lampert.org) Message-ID: <009001c15e57$a22676c0$07faa8c0@zeppelin> From: "Scott Lampert" To: Subject: Bridging issue Date: Fri, 26 Oct 2001 12:51:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I sent this question to -security last week and garnered not a single response so I hope that maybe I'll have better luck here. I have a box I've setup as a bridging firewall with ipfw on 4.4-RELEASE. It has 3 interfaces - two are bridged, without IP addresses, and the third has an IP address and is connected to the inside network. Basically it looks like this: +----------+ | Internet | +-*--------+ | 192.168.1.1/24 | | | bridge outside if +--*------------+ | |192.168.1.2/24 | Firewall Box *-------+ | | | +--*------------+ | | bridge inside if | | | | +-+-------+ +---------------+ +------------------| Switch |---------| other systems | +---------+ +---------------+ I hope the poor ascii art helps rather than hinders. :) In any event, I've noticed after running the firewall for a few hours that I start getting the following message in my dmesg output: arp: 00:aa:bb:cc:dd:ee is using my IP address 192.168.1.2! xx ouch, bdg_forward for local pkt The box is complaining about that third interface having its IP. It looks like it doesn't realize that the interface belongs to itself. Is this normal behavior or have I misconfigured something? Do I need to add the third interface to the bridge configuration somehow? This exact configuration runs without any complaints under OpenBSD 2.9 however for various reasons I'd prefer to run FreeBSD on this box. If more information is required I'd be more than happy to provide it. Thanks, -Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 12:58:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 6E04537B401 for ; Fri, 26 Oct 2001 12:58:34 -0700 (PDT) Received: (from jfreeze@localhost) by CI590846-B.freebsdportal.com (8.11.6/8.11.6) id f9QJvfQ10524 for questions@freebsd.org; Fri, 26 Oct 2001 15:57:41 -0400 (EDT) (envelope-from jfreeze) Date: Fri, 26 Oct 2001 15:57:40 -0400 From: Jim Freeze To: questions@freebsd.org Subject: Where can I find ljpeg? Message-ID: <20011026155740.A9798@freebsdportal.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi: Does anyone know where I can find ljpeg? I have an app looking for it. /bin/sh ../libtool --mode=link c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz /usr/libexec/elf/ld: cannot find -ljpeg *** Error code 1 find /usr -name ljpeg comes up empty. Thanks -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13: 2: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12908.mail.yahoo.com (web12908.mail.yahoo.com [216.136.174.75]) by hub.freebsd.org (Postfix) with SMTP id 582D237B401 for ; Fri, 26 Oct 2001 13:01:51 -0700 (PDT) Message-ID: <20011026200150.38697.qmail@web12908.mail.yahoo.com> Received: from [203.38.128.182] by web12908.mail.yahoo.com via HTTP; Sat, 27 Oct 2001 06:01:50 EST Date: Sat, 27 Oct 2001 06:01:50 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: help required with PXE bootloader To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I've been playing around with diskless configurations in FreeBSD lately. I was very pleased to see that someone had finally updated the handbook page on 'diskless booting' sometime around the weekend near the 10th October. I was able to follow the steps and with a little bit of fiddling I managed to get ti all working. My current setup uses Etherboot floppy bootloaders to kick off the process (my home setup). I've decided to try and implement freeBSD diskless at work for a varieties of reasons. The vast majority of the machiens at my work are IBM's that have PXE network cards by default. I've updated the PXE code on each of the nics and after following the steps outlined here: http://www.ltsp.org/documentation/pxe.howto.html I've managed to get FreeBSD up and running by pressing F12 at boot to tell the machine to try booting using PXE. It's now a 2 step process whereby: (1) PXE retrieves the PXE bootable etherboot code from the DHCP server (2) Eherboot then retrieves the kernel from the TFTP server after again talking to the DHCP server. This setup works fine at home. I'm using ISC DHCP v3 (from ports). The 2 step process works because the ISC server is able to send the node a different file depending on the client identifier (ie: 'PXEclient' or 'Etherboot'). At work we have Microsoft DHCp servers which cannot dothe type of logic above. You can specify a filename but not a different filename depending on what the client identifier is. In order to get around I've though of a couple of options. (1) get the machines I want to boot diskless put on their own subnet seperated from the main network by a router that blocks DHCP packets. I could then run a BSD box with ISC DHCPD to provide DHCP services. This is unlikely however. (2) I saw Alfred Perlsteins page on how to setup FreeBSD installs unsing PXE. I wanted to reduce the boot process down to one step (as opposed to the 2 step process described above) in the hope that I could allow this diskless booting to be performed in conjunction with the Microsoft DHCP server. I'm investigating now as to wherther the MS DHCP server will allow me to specify the custom DHCP optins that freeBSD will require to allow it to boot diskless. I do know that I can specify the boot filename and 'next server' parameters to tell the node where the TFTP server is. The problem I'm having now is when I follow Alfred's directions to create the PXE loader (using 4.4R) It bombs out. It's my understanding the I just need to stick 'pxeldr' into the root of the TFTP server directory and tell the machine to execute this by specifying it as the boot file in the DHCP configuration. I also understand that I have to create a subdirectory called 'boot' under the TFTP root directory with the file 'loader.rc' in it. Can someone verify if this is the case? Alfred's instructions can be found here: http://people.freebsd.org/~alfred/pxe/ This is the console output that insues when I try and build pxeldr as per Alfred's instructions: " auadwesm1203280# make ===> ficl Warning: Object directory not changed from original /usr/src/sys/boot/ficl ===> i386 ===> i386/mbr Warning: Object directory not changed from original /usr/src/sys/boot/i386/mbr ===> i386/boot0 Warning: Object directory not changed from original /usr/src/sys/boot/i386/boot0 ===> i386/kgzldr Warning: Object directory not changed from original /usr/src/sys/boot/i386/kgzld r ===> i386/btx ===> i386/btx/btx Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/b tx ===> i386/btx/btxldr Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/b txldr ===> i386/btx/lib Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/l ib ===> i386/boot2 Warning: Object directory not changed from original /usr/src/sys/boot/i386/boot2 ===> i386/libi386 Warning: Object directory not changed from original /usr/src/sys/boot/i386/libi3 86 cc -O -pipe -I/usr/src/sys/boot/i386/libi386/../../common -I/usr/src/sys/boot/i 386/libi386/../btx/lib -I/usr/src/sys/boot/i386/libi386/../../.. -I. -DCOMPORT= 0x3f8 -DCOMSPEED=9600 -I/usr/src/sys/boot/i386/libi386/../../../../lib/libstand/ -DTERM_EMU -mpreferred-stack-boundary=2 -c pxe.c -o pxe.o pxe.c:41: net.h: No such file or directory pxe.c:42: netif.h: No such file or directory pxe.c:43: nfsv2.h: No such file or directory pxe.c:44: iodesc.h: No such file or directory pxe.c:46: bootp.h: No such file or directory pxe.c:84: warning: `struct netif' declared inside parameter list pxe.c:84: warning: its scope is only this definition or declaration, which is pr obably not what you want. pxe.c:85: warning: `struct netif' declared inside parameter list pxe.c:86: warning: `struct iodesc' declared inside parameter list pxe.c:88: warning: `struct iodesc' declared inside parameter list pxe.c:89: warning: `struct iodesc' declared inside parameter list pxe.c:90: warning: `struct netif' declared inside parameter list pxe.c:100: elements of array `pxe_ifs' have incomplete type pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: invalid use of undefined type `struct netif_stats' pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:103: invalid use of undefined type `struct netif_dif' pxe.c:105: variable-size type declared outside of any function pxe.c:107: variable `pxenetif' has initializer but incomplete type pxe.c:108: warning: excess elements in struct initializer pxe.c:108: warning: (near initialization for `pxenetif') pxe.c:109: warning: excess elements in struct initializer pxe.c:109: warning: (near initialization for `pxenetif') pxe.c:110: warning: excess elements in struct initializer pxe.c:110: warning: (near initialization for `pxenetif') pxe.c:111: warning: excess elements in struct initializer pxe.c:111: warning: (near initialization for `pxenetif') pxe.c:112: warning: excess elements in struct initializer pxe.c:112: warning: (near initialization for `pxenetif') pxe.c:113: warning: excess elements in struct initializer pxe.c:113: warning: (near initialization for `pxenetif') pxe.c:114: warning: excess elements in struct initializer pxe.c:114: warning: (near initialization for `pxenetif') pxe.c:115: warning: excess elements in struct initializer pxe.c:115: warning: (near initialization for `pxenetif') pxe.c:117: warning: excess elements in struct initializer pxe.c:117: warning: (near initialization for `pxenetif') pxe.c: In function `pxe_open': pxe.c:256: `FNAME_SIZE' undeclared (first use in this function) pxe.c:256: (Each undeclared identifier is reported only once pxe.c:256: for each function it appears in.) pxe.c:276: `rootip' undeclared (first use in this function) pxe.c:283: `BOOTP_PXE' undeclared (first use in this function) pxe.c:286: `rootpath' undeclared (first use in this function) pxe.c:301: `gateip' undeclared (first use in this function) pxe.c:303: `myip' undeclared (first use in this function) pxe.c:303: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:304: `netmask' undeclared (first use in this function) pxe.c:304: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:305: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:310: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c: In function `pxe_close': pxe.c:339: `rootpath' undeclared (first use in this function) pxe.c: At top level: pxe.c:413: `NFS_FHSIZE' undeclared here (not in a function) pxe.c: In function `pxe_setnfshandle': pxe.c:423: `NFS_FHSIZE' undeclared (first use in this function) pxe.c:423: size of array `buf' has non-integer type pxe.c: At top level: pxe.c:490: warning: `struct netif' declared inside parameter list pxe.c:491: conflicting types for `pxe_netif_match' pxe.c:84: previous declaration of `pxe_netif_match' pxe.c:497: warning: `struct netif' declared inside parameter list pxe.c:498: conflicting types for `pxe_netif_probe' pxe.c:85: previous declaration of `pxe_netif_probe' pxe.c:516: warning: `struct netif' declared inside parameter list pxe.c:517: conflicting types for `pxe_netif_end' pxe.c:90: previous declaration of `pxe_netif_end' pxe.c:528: conflicting types for `pxe_netif_init' pxe.c:86: previous declaration of `pxe_netif_init' pxe.c: In function `pxe_netif_init': pxe.c:531: dereferencing pointer to incomplete type pxe.c:532: dereferencing pointer to incomplete type pxe.c: At top level: pxe.c:537: conflicting types for `pxe_netif_get' pxe.c:88: previous declaration of `pxe_netif_get' pxe.c:543: conflicting types for `pxe_netif_put' pxe.c:89: previous declaration of `pxe_netif_put' pxe.c: In function `sendudp': pxe.c:553: dereferencing pointer to incomplete type pxe.c:554: dereferencing pointer to incomplete type pxe.c:555: dereferencing pointer to incomplete type pxe.c:560: `netmask' undeclared (first use in this function) pxe.c:560: `myip' undeclared (first use in this function) pxe.c:560: dereferencing pointer to incomplete type pxe.c:563: `gateip' undeclared (first use in this function) pxe.c: In function `readudp': pxe.c:589: dereferencing pointer to incomplete type pxe.c:590: dereferencing pointer to incomplete type pxe.c: At top level: pxe.c:105: storage size of `pxe_st' isn't known *** Error code 1 Stop in /usr/src/sys/boot/i386/libi386. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. auadwesm1203280# make ===> ficl Warning: Object directory not changed from original /usr/src/sys/boot/ficl ===> i386 ===> i386/mbr Warning: Object directory not changed from original /usr/src/sys/boot/i386/mbr ===> i386/boot0 Warning: Object directory not changed from original /usr/src/sys/boot/i386/boot0 ===> i386/kgzldr Warning: Object directory not changed from original /usr/src/sys/boot/i386/kgzldr ===> i386/btx ===> i386/btx/btx Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/btx ===> i386/btx/btxldr Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/btxldr ===> i386/btx/lib Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/lib ===> i386/boot2 Warning: Object directory not changed from original /usr/src/sys/boot/i386/boot2 ===> i386/libi386 Warning: Object directory not changed from original /usr/src/sys/boot/i386/libi386 cc -O -pipe -I/usr/src/sys/boot/i386/libi386/../../common -I/usr/src/sys/boot/i386/libi38 6/../btx/lib -I/usr/src/sys/boot/i386/libi386/../../.. -I. -DCOMPORT=0x3f8 -DCOMSPEED=960 0 -I/usr/src/sys/boot/i386/libi386/../../../../lib/libstand/ -DTERM_EMU -mpreferred-stack- boundary=2 -c pxe.c -o pxe.o pxe.c:41: net.h: No such file or directory pxe.c:42: netif.h: No such file or directory pxe.c:43: nfsv2.h: No such file or directory pxe.c:44: iodesc.h: No such file or directory pxe.c:46: bootp.h: No such file or directory pxe.c:84: warning: `struct netif' declared inside parameter list pxe.c:84: warning: its scope is only this definition or declaration, which is probably not what you want. pxe.c:85: warning: `struct netif' declared inside parameter list pxe.c:86: warning: `struct iodesc' declared inside parameter list pxe.c:88: warning: `struct iodesc' declared inside parameter list pxe.c:89: warning: `struct iodesc' declared inside parameter list pxe.c:90: warning: `struct netif' declared inside parameter list pxe.c:100: elements of array `pxe_ifs' have incomplete type pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: invalid use of undefined type `struct netif_stats' pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:102: warning: excess elements in struct initializer pxe.c:102: warning: (near initialization for `pxe_ifs[0]') pxe.c:103: invalid use of undefined type `struct netif_dif' pxe.c:105: variable-size type declared outside of any function pxe.c:107: variable `pxenetif' has initializer but incomplete type pxe.c:108: warning: excess elements in struct initializer pxe.c:108: warning: (near initialization for `pxenetif') pxe.c:109: warning: excess elements in struct initializer pxe.c:109: warning: (near initialization for `pxenetif') pxe.c:110: warning: excess elements in struct initializer pxe.c:110: warning: (near initialization for `pxenetif') pxe.c:111: warning: excess elements in struct initializer pxe.c:111: warning: (near initialization for `pxenetif') pxe.c:112: warning: excess elements in struct initializer pxe.c:112: warning: (near initialization for `pxenetif') pxe.c:113: warning: excess elements in struct initializer pxe.c:113: warning: (near initialization for `pxenetif') pxe.c:114: warning: excess elements in struct initializer pxe.c:114: warning: (near initialization for `pxenetif') pxe.c:115: warning: excess elements in struct initializer pxe.c:115: warning: (near initialization for `pxenetif') pxe.c:117: warning: excess elements in struct initializer pxe.c:117: warning: (near initialization for `pxenetif') pxe.c: In function `pxe_open': pxe.c:256: `FNAME_SIZE' undeclared (first use in this function) pxe.c:256: (Each undeclared identifier is reported only once pxe.c:256: for each function it appears in.) pxe.c:276: `rootip' undeclared (first use in this function) pxe.c:283: `BOOTP_PXE' undeclared (first use in this function) pxe.c:286: `rootpath' undeclared (first use in this function) pxe.c:301: `gateip' undeclared (first use in this function) pxe.c:303: `myip' undeclared (first use in this function) pxe.c:303: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:304: `netmask' undeclared (first use in this function) pxe.c:304: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:305: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c:310: warning: passing arg 2 of `setenv' makes pointer from integer without a cast pxe.c: In function `pxe_close': pxe.c:339: `rootpath' undeclared (first use in this function) pxe.c: At top level: pxe.c:413: `NFS_FHSIZE' undeclared here (not in a function) pxe.c: In function `pxe_setnfshandle': pxe.c:423: `NFS_FHSIZE' undeclared (first use in this function) pxe.c:423: size of array `buf' has non-integer type pxe.c: At top level: pxe.c:490: warning: `struct netif' declared inside parameter list pxe.c:491: conflicting types for `pxe_netif_match' pxe.c:84: previous declaration of `pxe_netif_match' pxe.c:497: warning: `struct netif' declared inside parameter list pxe.c:498: conflicting types for `pxe_netif_probe' pxe.c:85: previous declaration of `pxe_netif_probe' pxe.c:516: warning: `struct netif' declared inside parameter list pxe.c:517: conflicting types for `pxe_netif_end' pxe.c:90: previous declaration of `pxe_netif_end' pxe.c:528: conflicting types for `pxe_netif_init' pxe.c:86: previous declaration of `pxe_netif_init' pxe.c: In function `pxe_netif_init': pxe.c:531: dereferencing pointer to incomplete type pxe.c:532: dereferencing pointer to incomplete type pxe.c: At top level: pxe.c:537: conflicting types for `pxe_netif_get' pxe.c:88: previous declaration of `pxe_netif_get' pxe.c:543: conflicting types for `pxe_netif_put' pxe.c:89: previous declaration of `pxe_netif_put' pxe.c: In function `sendudp': pxe.c:553: dereferencing pointer to incomplete type pxe.c:554: dereferencing pointer to incomplete type pxe.c:555: dereferencing pointer to incomplete type pxe.c:560: `netmask' undeclared (first use in this function) pxe.c:560: `myip' undeclared (first use in this function) pxe.c:560: dereferencing pointer to incomplete type pxe.c:563: `gateip' undeclared (first use in this function) pxe.c: In function `readudp': pxe.c:589: dereferencing pointer to incomplete type pxe.c:590: dereferencing pointer to incomplete type pxe.c: At top level: pxe.c:105: storage size of `pxe_st' isn't known *** Error code 1 Stop in /usr/src/sys/boot/i386/libi386. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. " Can someon show me how to build pxeldr using 4.4R or is it stuffed on 4.4R. Alternatively could someone send me a working version of pxeldr. Help greatly appreciated! Thanks, Paul http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13: 4:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 8B44E37B403 for ; Fri, 26 Oct 2001 13:04:29 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id f9QK1iL20065; Fri, 26 Oct 2001 15:01:44 -0500 (CDT) (envelope-from dan) Date: Fri, 26 Oct 2001 15:01:43 -0500 From: Dan Nelson To: "H. Wade Minter" Cc: questions@FreeBSD.ORG Subject: Re: SMTP connectinos hang (truss attached) Message-ID: <20011026150143.E73017@dan.emsphone.com> References: <20011026140057.E13404-200000@bunning.skiltech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011026140057.E13404-200000@bunning.skiltech.com> User-Agent: Mutt/1.3.23i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Oct 26), H. Wade Minter said: > SMTP connections into my RELENG_4_4 box are hanging for a while > before they go through. DNS seems to be ok upon first inspection. > I'm attaching a truss of one of the SMTP processes attempting to > connect. ( try using strace in ports; it generates much better output than truss ) I saw something similar on my sendmail yesterday. It looks like orbl.org (spam blacklist service) has only one nameserver and it's unreachable. If you've got a FEATURE(`dnsbl', `or.orbl.org') in your sendmail.mc, try removing it and regenerating sendmail.cf. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13: 8:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bunning.skiltech.com (bunning.skiltech.com [216.235.79.240]) by hub.freebsd.org (Postfix) with ESMTP id 1F00637B44B for ; Fri, 26 Oct 2001 13:08:19 -0700 (PDT) Received: (from minter@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id f9QK8Ft26848; Fri, 26 Oct 2001 16:08:15 -0400 (EDT) (envelope-from minter) Date: Fri, 26 Oct 2001 16:08:15 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: Dan Nelson Cc: questions@FreeBSD.ORG Subject: Re: SMTP connectinos hang (truss attached) In-Reply-To: <20011026150143.E73017@dan.emsphone.com> Message-ID: <20011026160803.H26838-100000@bunning.skiltech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That was it exactly. Outstanding. --Wade On Fri, 26 Oct 2001, Dan Nelson wrote: > In the last episode (Oct 26), H. Wade Minter said: > > SMTP connections into my RELENG_4_4 box are hanging for a while > > before they go through. DNS seems to be ok upon first inspection. > > I'm attaching a truss of one of the SMTP processes attempting to > > connect. > > ( try using strace in ports; it generates much better output than truss ) > > I saw something similar on my sendmail yesterday. It looks like > orbl.org (spam blacklist service) has only one nameserver and it's > unreachable. If you've got a FEATURE(`dnsbl', `or.orbl.org') in your > sendmail.mc, try removing it and regenerating sendmail.cf. > > -- > Dan Nelson > dnelson@allantgroup.com > -- Do your part in the fight against injustice. Free Dmitry Sklyarov! http://www.freesklyarov.org/ Fight the DMCA! http://www.anti-dmca.org/ STOP the SSSCA! http://www.eff.org/alerts/20010921_eff_sssca_alert.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13:21:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdsl-216-36-101-146.dsl.chi.megapath.net (sdsl-216-36-101-146.dsl.chi.megapath.net [216.36.101.146]) by hub.freebsd.org (Postfix) with SMTP id 3EAAE37B406 for ; Fri, 26 Oct 2001 13:21:12 -0700 (PDT) Received: (qmail 50684 invoked from network); 26 Oct 2001 20:21:30 -0000 Received: from apu.five.sight (HELO apu.five.sight.fivesight.com) (lucas@192.168.0.102) by wiggum.five.sight with SMTP; 26 Oct 2001 20:21:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15321.50633.338958.769285@apu.five.sight> Date: Fri, 26 Oct 2001 15:21:29 -0500 To: Jim Freeze Cc: questions@freebsd.org From: Lucas Bergman Subject: Re: Where can I find ljpeg? In-Reply-To: <20011026155740.A9798@freebsdportal.com> References: <20011026155740.A9798@freebsdportal.com> X-Mailer: VM 6.96 under Emacs 20.7.2 Reply-To: lucas@slb.to Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "Jim" == Jim Freeze writes: Jim> Does anyone know where I can find ljpeg? I have an app looking Jim> for it. It's probably in /usr/local/lib. Jim> c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 Jim> -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes Jim> -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer Jim> -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz Jim> -ltiff -lz Jim> /usr/libexec/elf/ld: cannot find -ljpeg Jim> *** Error code 1 Jim> find /usr -name ljpeg comes up empty. Hint: When the linker says '-ljpeg' on the command line, that means it's looking for libjpeg.a or libjpeg.so. If you have libjpeg.* in /usr/local/lib, then putting -L/usr/local/lib on the link command line is what you need. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13:23:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10801.mail.yahoo.com (web10801.mail.yahoo.com [216.136.130.243]) by hub.freebsd.org (Postfix) with SMTP id 5D13537B43E for ; Fri, 26 Oct 2001 13:23:37 -0700 (PDT) Message-ID: <20011026202336.88661.qmail@web10801.mail.yahoo.com> Received: from [24.112.158.2] by web10801.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 13:23:36 PDT Date: Fri, 26 Oct 2001 13:23:36 -0700 (PDT) From: Tamir Erlichman Subject: BSD4.4.1 X-server and networking installation problems To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-829240233-1004127816=:87928" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-829240233-1004127816=:87928 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I am trying to install FreeBSD4.4.1 on my PC for some-time now, but encountering repeated problems regarding the graphic X-server and network during the installation and after. Relevant PC HW specs: My PC platform is an HP-Pavivilion-7850, PentiumIII-933Mhz. My video card is Intel(R) 82810E DC-133 with 4MB. My Monitor is an HP mx75 (17inc). My Ethernet network card is an HP EN1207-TX PCI 10/100 Fast Ethernet adaptor. I am connected through a cable model to an Ethernet LAN. Video X-server problems: The specified hardwares, video card and monitor, are not supported by DBS4.4.1! I chose at the XF86Setup unsupported-VGA-generic card, and specify 4MB memory instead of probe. Should I specify any Chipclock or any other parameters? At the Monitor section at the XF86Setup I specified the horizontal and vertical sweep rates since again my monitor is not included at the supported HW list. When I try to invoke the X-sever with 'startx' at my account I get the notice attached at the text-file. Network configuration problem: At the initial stage of the installation I get 7 HW conflicts. 6 of them are at the network section. All of the conflict are solved by choosing only one out of all stated Ethernet adaptors. The problem is that any of them do not matching my Ethernet adaptor (please see my PC HW above). I chose several of them, One at each installation exercise, and tried to modified the parameters to match my PC port, memory and interrupt resources. But, every time, at the 'Post installation' - 'Selecting an Ethernet card' multiple choose menu, I receive the an LPT network choose (besides the com1/2 SLIP/PPP options) instead of the my actual HW Ethernet card ?! Obviously, the network connection is not responding by selection the LPT, starting my DHCP request failure. I would like to consult you regarding these issues. Is it a bug in FreeBSD? Can I really install FreeBSD on my computer, with regards to the specified HW of mine? - considering that HP Pavilion is quit a common and up-to-date PC. Thanks, Tamir Erlichman __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com --0-829240233-1004127816=:87928 Content-Type: text/plain; name="bsd_bootup_message.txt" Content-Description: bsd_bootup_message.txt Content-Disposition: inline; filename="bsd_bootup_message.txt" \^D\^A\^D\^A\^C\M^@\^C\^B\M^@\^B\^B\^A\M^@\^B\^A\^B\^B\M-<#\M-n\M-J0\M-lS\M-P\M-cS\M-PH\M-&\M-m\M-J\^H\M-jS\M-Px\^S\M-n\M-J\^T\^W\M-n\M-J\^P\^T@\M-A\M^?\M^?\M^?\M^?\M^?\^H\M-p\^?\M-`\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M^?\M-p\^C\M-P\^S\\\M^B\M-@$\M^C\^E\M-O\M-h\M^B\^E\M-O\M^L\M^P\^E\M-Ol\M-9Z\M-O\M^@\^P@pX\M-A\M^?\M^?\M^?\M^?`\M-Dc\M-A\M^\\M^R\M-,\M-+\^?\^A\^?\^A\^D\^D\^D\^A\^D\M-D\^?\M-D\^?\^QK&\M^H\M^?\^Q\M-K&\^Q\M-K&\^Q\M-K&\M^H\M^?\M^H\M^?\M^H\M^?\M^?\M^?\M^?\M^?\M-~\^Hx\^Z@\M-Ax\^Z@\M-A\^QK&\^Q\M-K&\^D \M^@\^P\M-\\M-f\M-#\M-B\^^<\M-w+\M^H\M^?z\M-P\^H@\M-A\^PBd\M-A/\M-d@\M-A\M-P\M-cR\M-A\M^@\^B\^A`\M-#e\M-A\^D\^QK&\^B\^U\^V\M-Ve\M-A\M-Ve\M-A\M-Ve\M-A L\^G\^A\^W\^N\^A\^B\^PpwX\M-A\M^\\M^R\M-,\M-+\M-l\^[@\M-A\M-l\^[@\M-A\M-t\^[@\M-A\M-t\^[@\M-A\M-|\^[@\M-A\M-|\^[@\M-A\M^@\^A\^?\^A\^D\^E\M^H\^D\^F\^A\^A\^A\M^D\^\@\M-A\M^D\^\@\M-A\M-p\M-]e\M-A\M-p\M-]e\M-A\M^T\^\@\M-A\M^T\^\@\M-A\M^\\M^R\M-,\M-+\M-,\M->\M-#\M-B\M-|\M-0\M-!\M-B\M^\\^\@\M-A\M-C\M-b@\M-A\M^P\M^^N\M-A\M-y\M-c@\M-A\M^P\M^^N\M-A/\M-d@\M-A\M^P\M^^N\M-A+\M-e@\M-A\M^P\M^^N\M-A/\M-d@\M-A\M^P\M^^N\M-A\M^\\M^R\M-,\M-+l\^]@\M-Al\^]@\M-At\^]@\M-At\^]@\M-A|\^]@\M-A|\^]@\M-A\M^@\^A\M^G\M^H\^D\^F\^A\^A\^A\^D\^^@\M-A\^D\^^@\M-A\M-P\M-ee\M-A\M^P\M-ae\M-A\^T\^^@\M-A\^T\^^@\M-A\M^\\M^R\M-,\M-+\M-,\M->\M-#\M-B\M-|\M-0\M-!\M-B\^\\^^@\M-A\M-C\M-b@\M-A\M^@\M-`e\M-A\M-y\M-c@\M-A\M^@\M-`e\M-A/\M-d@\M-A\M^@\M-`e\M-A+\M-e@\M-A\M^@\M-`e\M-A/\M-d@\M-A\M^@\M-`e\M-A\^T\^V4\^V^\M-A0M:E\240]^\M-A\M^X)D\M-A\^B\M^@\^AMF\\CHILD0001\\PCI&VEN_8086&DEV_2411&SUBSYS_24118086&REV_02&BUS_00&DEV_1F&FUNC_01ESDI_506\^Ap\M^R`\M-A \M-H`\M-A\M-0#\M-!\M-B \^G \\\M^B\M-@\M-B\M^@\^Pp/A\M-A\M^?\M^?\M^?\M^?\M-h+\M-~\M-a\M-~\M-8!\M^K\^]$\M^M\M-@\^O\M^B\M^J\M^_ \M-C\M-d\M-0a\M-AdHA\M-A\^\System\\CurrentControlSet\\Services\\wdmaud8xC\M-Ann\^Pq\M^G\M-A\^A\M-XZC\M-A\^P\^QSSSS\^V\^X\M-(\^E@\M-A`\M-i\M^M\M-iT^\M-A\^A\\Device\\U_80Da\M-A\M-p?a\M-ATim2\M-n\^B\^P\M-|@\M-A\^P\M-|@\M-A\240 real memory = 133103616 (129984K bytes) config> di sn0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> en lnc0 config> po lnc0 0x280 config> ir lnc0 10 config> f lnc0 0 config> q avail memory = 124989440 (122060K bytes) Preloaded elf kernel "kernel" at 0xc0480000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc048009c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00fdf30 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 1.0 irq 9 pcib1: at device 30.0 on pci0 pci1: on pcib1 pci1: (vendor=0x11c1, dev=0x044e) at 8.0 rl0: at device 9.0 on pci1 rl0: couldn't map ports/memory device_probe_and_attach: rl0 attach returned 6 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x10a0-0x10af at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1080-0x109f irq 11 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ugen0: , rev 1.10/0.01, addr 2 pci0: (vendor=0x8086, dev=0x2413) at 31.3 irq 9 chip1: port 0x1300-0x133f,0x1200-0x12ff irq 0 at device 31.5 on pci0 orm0:
I need some help on getting an Intel = 810 and 82810=20 drivers for FreeBSD 4.4 XF86336.  I also need to know how to setup = a USB=20 printer. the printer is a Xerox DocuPrint M750. Please help me I have = been=20 wrecking my brain and no one I know seems to how to setup USB ports to=20 correctly.
------=_NextPart_000_0005_01C15E34.D98D21E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13:52:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duck.doc.ic.ac.uk (duck.doc.ic.ac.uk [146.169.1.46]) by hub.freebsd.org (Postfix) with ESMTP id 8766137B403 for ; Fri, 26 Oct 2001 13:52:43 -0700 (PDT) Received: from [146.169.27.3] (helo=jon) by duck.doc.ic.ac.uk with smtp (Exim 3.16 #7) id 15xDy6-0001w1-00 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 21:52:42 +0100 Message-ID: <008401c15e60$acddc150$1f201f81@jon> From: "Jonathan Love" To: Subject: SMP Problem Date: Fri, 26 Oct 2001 21:55:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG System: Dual P3 1Ghz on an Asus CUV4X-D I'm using the 4.4 Stable source. When I use the generic kernel, so not enabling SMP, the processor performs as expected for a single CPU, as shown by benchmarks such as the dnetc rc5. When I enable SMP, the processor(s?) go to pot and benchmark roughly at the speed of a K6-200 (according to nbench). That's just through uncommenting the 2 SMP lines but otherwise not touching anything else. Any ideas why? Do I need to make any sysctl tweaks? I'm relatively new to FreeBSD and this is my first time in using SMP. Any suggestions gratefully received. Jonathan Love To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13:54:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duck.doc.ic.ac.uk (duck.doc.ic.ac.uk [146.169.1.46]) by hub.freebsd.org (Postfix) with ESMTP id D3F6B37B406 for ; Fri, 26 Oct 2001 13:54:40 -0700 (PDT) Received: from [146.169.27.3] (helo=jon) by duck.doc.ic.ac.uk with smtp (Exim 3.16 #7) id 15xE00-0001xL-00 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 21:54:40 +0100 Message-ID: <009101c15e60$f2e3a0c0$1f201f81@jon> From: "Jonathan Love" To: References: <008401c15e60$acddc150$1f201f81@jon> Subject: Re: SMP Problem Date: Fri, 26 Oct 2001 21:57:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, ubench not nbench but anyway :O) Jonathan Love ----- Original Message ----- From: "Jonathan Love" To: Sent: Friday, October 26, 2001 9:55 PM Subject: SMP Problem > System: Dual P3 1Ghz on an Asus CUV4X-D > I'm using the 4.4 Stable source. > > When I use the generic kernel, so not enabling SMP, the processor performs > as expected for a single CPU, as shown by benchmarks such as the dnetc rc5. > > When I enable SMP, the processor(s?) go to pot and benchmark roughly at the > speed of a K6-200 (according to nbench). That's just through uncommenting > the 2 SMP lines but otherwise not touching anything else. > > Any ideas why? Do I need to make any sysctl tweaks? > > I'm relatively new to FreeBSD and this is my first time in using SMP. > > Any suggestions gratefully received. > > Jonathan Love > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 13:59:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grant.org (grant.org [206.190.164.98]) by hub.freebsd.org (Postfix) with ESMTP id C10E437B403 for ; Fri, 26 Oct 2001 13:59:46 -0700 (PDT) Received: from splat.grant.org (mgrant@host213-122-156-75.btinternet.com [213.122.156.75]) by grant.org (8.11.6/8.11.6) with ESMTP id f9QKxjB14514 for ; Fri, 26 Oct 2001 16:59:45 -0400 (EDT) (envelope-from mgrant@splat.grant.org) Received: (from mgrant@localhost) by splat.grant.org (8.9.3+Sun/8.9.1) id VAA21039; Fri, 26 Oct 2001 21:59:43 +0100 (BST) Date: Fri, 26 Oct 2001 21:59:43 +0100 (BST) Message-Id: <200110262059.VAA21039@splat.grant.org> From: Michael Grant To: freebsd-questions@freebsd.org Subject: running a program as nobody Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to run a particular daemon as userid nobody. I tried the obvious thing of using su like this: su -c nobody nobody /usr/local/bin/food but no matter what I try, I cannot get something like this to work. Is there some standard way to do this other than writing a C program wrapper myself? I see something called "jail" but that seems a bit heafty, it looks like I would have to install a complete version of freebsd in some directory practically creating a virtual machine. Surely there must be some simple way to do run a program as nobody, maybe chrooted as well? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 1:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 9409B37B408 for ; Fri, 26 Oct 2001 14:01:41 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9QL1dG28179; Fri, 26 Oct 2001 14:01:39 -0700 (PDT) Date: Fri, 26 Oct 2001 14:01:39 -0700 (PDT) From: David Kirchner X-X-Sender: To: Michael Grant Cc: Subject: Re: running a program as nobody In-Reply-To: <200110262059.VAA21039@splat.grant.org> Message-ID: <20011026140025.U25870-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Michael Grant wrote: > I want to run a particular daemon as userid nobody. I tried the > obvious thing of using su like this: > > su -c nobody nobody /usr/local/bin/food > > but no matter what I try, I cannot get something like this to work. > > Is there some standard way to do this other than writing a C program > wrapper myself? I see something called "jail" but that seems a bit > heafty, it looks like I would have to install a complete version of > freebsd in some directory practically creating a virtual machine. > > Surely there must be some simple way to do run a program as nobody, > maybe chrooted as well? The format would be: su nobody -c /path/to/command If you want it chroot'd I think you're safe doing: chroot /new/root su nobody -c /path/to/command/relative/to/new/root I believe you'd need "su" in your /new/root, too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 4:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id DEAAA37B405 for ; Fri, 26 Oct 2001 14:04:22 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9QL4HL00853; Fri, 26 Oct 2001 17:04:17 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 26 Oct 2001 17:04:17 -0400 (EDT) From: Joe Clarke To: Michael Grant Cc: freebsd-questions@FreeBSD.ORG Subject: Re: running a program as nobody In-Reply-To: <200110262059.VAA21039@splat.grant.org> Message-ID: <20011026170138.Q731-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Michael Grant wrote: > I want to run a particular daemon as userid nobody. I tried the > obvious thing of using su like this: > > su -c nobody nobody /usr/local/bin/food This won't work since nobody doesn't have a valid shell. You could write a small C wrapper for "food" that could run the program as nobody: #define REAL_PATH "/usr/local/bin/food" #define NOBODY 65534 main(ac, av) { char **av; { setuid(NOBODY); execv(REAL_PATH, av); } Of course, it's not a good idea to run programs as nobody since that is a "special" user. It's best to create another sandbox user specifically for use with your program, then run your program as that user. Joe > > but no matter what I try, I cannot get something like this to work. > > Is there some standard way to do this other than writing a C program > wrapper myself? I see something called "jail" but that seems a bit > heafty, it looks like I would have to install a complete version of > freebsd in some directory practically creating a virtual machine. > > Surely there must be some simple way to do run a program as nobody, > maybe chrooted as well? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 5:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dirty.research.bell-labs.com (dirty.research.bell-labs.com [204.178.16.6]) by hub.freebsd.org (Postfix) with SMTP id EB87837B407 for ; Fri, 26 Oct 2001 14:05:26 -0700 (PDT) Received: from scummy.research.bell-labs.com ([135.104.2.10]) by dirty; Fri Oct 26 17:05:14 EDT 2001 Received: from aura.research.bell-labs.com (aura.research.bell-labs.com [135.104.46.10]) by scummy.research.bell-labs.com (8.11.4/8.11.4) with ESMTP id f9QL4al21909 for ; Fri, 26 Oct 2001 17:04:36 -0400 (EDT) Received: (from jkf@localhost) by aura.research.bell-labs.com (8.9.1/8.9.1) id RAA00212 for freebsd-questions@FreeBSD.ORG; Fri, 26 Oct 2001 17:04:35 -0400 (EDT) Date: Fri, 26 Oct 2001 17:04:35 -0400 (EDT) From: Jeff Fellin Message-Id: <200110262104.RAA00212@aura.research.bell-labs.com> To: freebsd-questions@FreeBSD.ORG Subject: system hung with runnable processes Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I didn't see anything like this in the archives, so I'm sending this to the questions list and hackers list for assistance. I am running FreeBSD 4.3 on a L440GX+ motherboard with dual PCI buses: 32/33 and 32/66 dual Pentium III @ 700MHz with 256KB L2 cache. The system is running in Uniprocessor mode. Although running the tests on FreeBSD 4.1 has not caused the problem. My problem: I have an application that reads from a SCSI bus, and forwards the SCSI CDB's to another system over TCP. When running a large load the system gets SCSI bus device reset's that the application acknowledges and clears an error bit. After a period of time, in this example about 2.5 hours, the system stops processing any SCSI CDB's. In DDB the ps output show 11 runnable process, p_wchan == 0, and curproc points to one of the processes. However, when checking the run queues via gdb, none of the runnable processes is in a run queue. According to rtqueuebits, queuebits, and idqueuebits, only queue[12] has any runnable processes. Examing the proc structures for the runnable processes, their priority is 6, so they should be in queue[6]. I cannot determine anything obvious in the process scheduling code, but something is happening. I am attaching the system dmesg output from boot to taking the system dump, the ddb output on the serial console, and the output from gdb of the process' stack trace and proc structure. If anyone needs more information just ask and I'll try to get it for you. Does anyone believe upgrading to FreeBSD 4.4 would resolve the problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 6:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from godzilla.fxprojects.com (godzilla.fxprojects.com [64.81.56.3]) by hub.freebsd.org (Postfix) with ESMTP id A120137B401 for ; Fri, 26 Oct 2001 14:06:22 -0700 (PDT) Received: (from michael@localhost) by godzilla.fxprojects.com (8.11.3/8.11.3) id f9QL6Fk46915; Fri, 26 Oct 2001 14:06:15 -0700 (PDT) (envelope-from michael) Message-Id: <200110262106.f9QL6Fk46915@godzilla.fxprojects.com> Subject: Re: Bridging issue To: scott@lampert.org (Scott Lampert) Date: Fri, 26 Oct 2001 14:06:15 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "Scott Lampert" at Oct 26, 2001 12:51:41 PM From: "Michael McCaffrey" X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG don't know about the error message but you don't need the third interface. just assign the IP to your inside interface. anything that's not for that IP will get bridged. > > I sent this question to -security last week and garnered not a single > response so I hope that maybe I'll have better luck here. > > I have a box I've setup as a bridging firewall with ipfw on 4.4-RELEASE. > It has 3 interfaces - two are bridged, without IP addresses, and the third > has an IP address and is connected to the inside network. Basically it > looks like this: > > +----------+ > | Internet | > +-*--------+ > | 192.168.1.1/24 > | > | > | bridge outside if > +--*------------+ > | |192.168.1.2/24 > | Firewall Box *-------+ > | | | > +--*------------+ | > | bridge inside if | > | | > | +-+-------+ +---------------+ > +------------------| Switch |---------| other systems | > +---------+ +---------------+ > > > > I hope the poor ascii art helps rather than hinders. :) In any event, I've > noticed after running the firewall for a few hours that I start getting the > following message in my dmesg output: > > arp: 00:aa:bb:cc:dd:ee is using my IP address 192.168.1.2! > xx ouch, bdg_forward for local pkt > > > The box is complaining about that third interface having its IP. It looks > like it doesn't realize that the interface belongs to itself. Is this > normal behavior or have I misconfigured something? Do I need to add the > third interface to the bridge configuration somehow? This exact > configuration runs without any complaints under OpenBSD 2.9 however for > various reasons I'd prefer to run FreeBSD on this box. If more information > is required I'd be more than happy to provide it. Thanks, > > -Scott > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _ _ (_)-(_) (o o) ooO--(_)--Ooo- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 6:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id DB53037B407 for ; Fri, 26 Oct 2001 14:06:45 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id f9QL6aO68373; Fri, 26 Oct 2001 14:06:36 -0700 (PDT) (envelope-from mph) Date: Fri, 26 Oct 2001 14:06:36 -0700 From: Matthew Hunt To: Michael Grant Cc: freebsd-questions@FreeBSD.ORG Subject: Re: running a program as nobody Message-ID: <20011026140635.A68198@wopr.caltech.edu> References: <200110262059.VAA21039@splat.grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110262059.VAA21039@splat.grant.org>; from mg-fbsd2@grant.org on Fri, Oct 26, 2001 at 09:59:43PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 09:59:43PM +0100, Michael Grant wrote: > I want to run a particular daemon as userid nobody. I tried the > obvious thing of using su like this: > > su -c nobody nobody /usr/local/bin/food > > but no matter what I try, I cannot get something like this to work. Follow the example in "man su": # su man -c catman # Runs the command catman as user man. You will be asked for man's # password unless your real UID is 0. su nobody -c /usr/local/bin/food (mmm... food) -- Matthew Hunt * Clearly there are more things in the http://www.pobox.com/~mph/ * heavens than anyone anticipated. -enp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14: 8:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id CCC7B37B405 for ; Fri, 26 Oct 2001 14:08:39 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id f9QL8cZ68453; Fri, 26 Oct 2001 14:08:38 -0700 (PDT) (envelope-from mph) Date: Fri, 26 Oct 2001 14:08:38 -0700 From: Matthew Hunt To: Michael Grant Cc: freebsd-questions@FreeBSD.ORG Subject: Re: running a program as nobody Message-ID: <20011026140838.B68198@wopr.caltech.edu> References: <200110262059.VAA21039@splat.grant.org> <20011026140635.A68198@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026140635.A68198@wopr.caltech.edu>; from mph@astro.caltech.edu on Fri, Oct 26, 2001 at 02:06:36PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 02:06:36PM -0700, Matthew Hunt wrote: > su nobody -c /usr/local/bin/food As someone else pointed out, there's the problem of nobody's shell being /nonexistant. You can get around that with -m: su -m nobody -c /usr/local/bin/food (tested here with "id" in place of "/usr/local/bin/food".) -- Matthew Hunt * Clearly there are more things in the http://www.pobox.com/~mph/ * heavens than anyone anticipated. -enp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:14: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grant.org (grant.org [206.190.164.98]) by hub.freebsd.org (Postfix) with ESMTP id 2923637B406 for ; Fri, 26 Oct 2001 14:14:00 -0700 (PDT) Received: from splat.grant.org (mgrant@host213-122-156-75.btinternet.com [213.122.156.75]) by grant.org (8.11.6/8.11.6) with ESMTP id f9QLDwB14807; Fri, 26 Oct 2001 17:13:58 -0400 (EDT) (envelope-from mgrant@splat.grant.org) Received: (from mgrant@localhost) by splat.grant.org (8.9.3+Sun/8.9.1) id WAA21068; Fri, 26 Oct 2001 22:13:56 +0100 (BST) Date: Fri, 26 Oct 2001 22:13:56 +0100 (BST) Message-Id: <200110262113.WAA21068@splat.grant.org> From: Michael Grant To: David Kirchner Cc: Subject: Re: running a program as nobody Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The format would be: > > su nobody -c /path/to/command > > If you want it chroot'd I think you're safe doing: > > chroot /new/root su nobody -c /path/to/command/relative/to/new/root > > I believe you'd need "su" in your /new/root, too. Thanks, that appears to work, so the man page for su appears to be wrong: su [-] [-Kflm] [-c class] [login [args]] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:16: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 23F3B37B409 for ; Fri, 26 Oct 2001 14:15:59 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9QLFvP28244; Fri, 26 Oct 2001 14:15:57 -0700 (PDT) Date: Fri, 26 Oct 2001 14:15:57 -0700 (PDT) From: David Kirchner X-X-Sender: To: Michael Grant Cc: Subject: Re: running a program as nobody In-Reply-To: <200110262113.WAA21068@splat.grant.org> Message-ID: <20011026141508.M25870-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Michael Grant wrote: > > The format would be: > > > > su nobody -c /path/to/command > > > > If you want it chroot'd I think you're safe doing: > > > > chroot /new/root su nobody -c /path/to/command/relative/to/new/root > > > > I believe you'd need "su" in your /new/root, too. > > Thanks, that appears to work, so the man page for su appears to be > wrong: > > su [-] [-Kflm] [-c class] [login [args]] Actually it's correct - it's a bit confusing about it though, I'll agree. :-) The -c you're passing after the login (nobody) is actually being sent to /bin/sh, which tells /bin/sh to process it as if it were something typed in to sh, rather than as if it were a shell script. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:20:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 5195337B496 for ; Fri, 26 Oct 2001 14:20:35 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id f9QLJC668888; Fri, 26 Oct 2001 14:19:12 -0700 (PDT) (envelope-from mph) Date: Fri, 26 Oct 2001 14:19:12 -0700 From: Matthew Hunt To: Michael Grant Cc: David Kirchner , freebsd-questions@FreeBSD.ORG Subject: Re: running a program as nobody Message-ID: <20011026141912.A68648@wopr.caltech.edu> References: <200110262113.WAA21068@splat.grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110262113.WAA21068@splat.grant.org>; from mg-fbsd2@grant.org on Fri, Oct 26, 2001 at 10:13:56PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 10:13:56PM +0100, Michael Grant wrote: > > chroot /new/root su nobody -c /path/to/command/relative/to/new/root > Thanks, that appears to work, so the man page for su appears to be > wrong: > > su [-] [-Kflm] [-c class] [login [args]] Unless I misunderstand you, the man page is not wrong. The "-c" that you see above is part of the "args" component of the su command line, and is passed to the shell. That is, you want su to run sh -c /usr/local/bin/food rather than sh /usr/local/bin/food (or whatever your shell is; see its man page for the meaning of -c). I think the "EXAMPLES" section of "man su" does a reasonable job of making the distinction clear. -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:21:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 1FE0437B403 for ; Fri, 26 Oct 2001 14:21:26 -0700 (PDT) Received: (from jfreeze@localhost) by CI590846-B.freebsdportal.com (8.11.6/8.11.6) id f9QLK1e11967; Fri, 26 Oct 2001 17:20:01 -0400 (EDT) (envelope-from jfreeze) Date: Fri, 26 Oct 2001 17:20:01 -0400 From: Jim Freeze To: Stephen Hilton Cc: questions@freebsd.org Subject: Re: Where can I find ljpeg? Message-ID: <20011026172001.C9798@freebsdportal.com> References: <20011026155740.A9798@freebsdportal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nospam@hiltonbsd.com on Fri, Oct 26, 2001 at 03:38:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 03:38:22PM -0500, Stephen Hilton wrote: > Jim, > > I think the -l is an command argument and what you are looking for is jpeg. > It may be that the package it is looking for is not called "jpeg" either, > what app is calling for it? are you building a port? > The port is /usr/ports/x11-toolkit/fox > There is /usr/ports/graphics/jpeg > > More info needed. > All the jpeg libs seem to be installed % pkg_info | grep -i jp jpeg-6b IJG's jpeg compression utilities linux-jpeg-6b.9_1 RPM of Jpeg lib Is this what you need? Thanks Jim > Regards, > > Stephen Hilton > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jim Freeze > > Sent: Friday, October 26, 2001 2:58 PM > > To: questions@FreeBSD.ORG > > Subject: Where can I find ljpeg? > > > > > > Hi: > > > > Does anyone know where I can find ljpeg? I have an app looking > > for it. > > > > /bin/sh ../libtool --mode=link c++ -O -pipe -DHAVE_XSHM > > -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 > > -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat > > -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap > > reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz > > c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 > > -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes > > -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer > > -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz > > /usr/libexec/elf/ld: cannot find -ljpeg > > *** Error code 1 > > > > find /usr -name ljpeg > > comes up empty. > > > > > > Thanks > > -- > > Jim Freeze > > No comment at this time. > > www.freeze.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:26: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 3D08137B405 for ; Fri, 26 Oct 2001 14:26:03 -0700 (PDT) Received: (from jfreeze@localhost) by CI590846-B.freebsdportal.com (8.11.6/8.11.6) id f9QLOX512547; Fri, 26 Oct 2001 17:24:33 -0400 (EDT) (envelope-from jfreeze) Date: Fri, 26 Oct 2001 17:24:33 -0400 From: Jim Freeze To: Lucas Bergman Cc: questions@freebsd.org Subject: Re: Where can I find ljpeg? Message-ID: <20011026172433.A11972@freebsdportal.com> References: <20011026155740.A9798@freebsdportal.com> <15321.50633.338958.769285@apu.five.sight> <20011026164732.B9798@freebsdportal.com> <15321.52911.622277.985529@apu.five.sight> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15321.52911.622277.985529@apu.five.sight>; from lucas@slb.to on Fri, Oct 26, 2001 at 03:59:27PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 03:59:27PM -0500, Lucas Bergman wrote: > Jim Freeze writes: > > > Hint: When the linker says '-ljpeg' on the command line, that means > > > it's looking for libjpeg.a or libjpeg.so. If you have libjpeg.* in > > > /usr/local/lib, then putting -L/usr/local/lib on the link command line > > > is what you need. > > > > Thanks Lucas. This is a port, so how would I pass the -L param to > > make. It doesn't like the obvious: > > > > % make -L /usr/local/lib > > make: illegal option -- L > > Hmmm... a broken port should be reported to the port maintainer. > > In the meantime, maybe try > > make LDFLAGS=-L/usr/local/lib > Ok, this time I get: % make LDFLAGS=-L/usr/local/lib ===> Building for fox-0.99.174 Making all in utils /bin/sh ../libtool --mode=link c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz /usr/libexec/elf/ld: cannot find -ljpeg *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 Stop in /usr/ports/x11-toolkits/fox. *** Error code 1 Stop in /usr/ports/x11-toolkits/fox. *** Error code 1 Stop in /usr/ports/x11-toolkits/fox. I'm not sure what that did not work. The lib is there % dir /usr/local/lib/libj* -r--r--r-- 1 root wheel 45052 Oct 22 16:10 /usr/local/lib/libjbig.a lrwxr-xr-x 1 root wheel 12 Oct 22 16:10 /usr/local/lib/libjbig.so@ -> libjbig.so.1 -r--r--r-- 1 root wheel 49149 Oct 22 16:10 /usr/local/lib/libjbig.so.1 -rw-r--r-- 1 root wheel 160144 Oct 18 08:16 /usr/local/lib/libjpeg.a lrwxr-xr-x 1 root wheel 12 Oct 18 08:16 /usr/local/lib/libjpeg.so@ -> libjpeg.so.9 -rwxr-xr-x 1 root wheel 136176 Oct 18 08:16 /usr/local/lib/libjpeg.so.9* -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 14:35:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gahch.it.ca (gahch.it.ca [216.126.86.4]) by hub.freebsd.org (Postfix) with ESMTP id 80CB937B409 for ; Fri, 26 Oct 2001 14:35:04 -0700 (PDT) Received: (from paul@localhost) by gahch.it.ca (8.11.6/8.11.6) id f9QLXDb12896 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 17:33:13 -0400 (EDT) (envelope-from paul) Date: Fri, 26 Oct 2001 17:33:13 -0400 From: Paul Chvostek To: freebsd-questions@freebsd.org Subject: lockup on install Message-ID: <20011026173313.A12107@gahch.it.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This hasn't happened to me before. Asus P2B-DS (one CPU) with onboard AIC-7890, 128MB RAM, a couple of UW SCSI drives. I've tried installing both from floppy and bootable CD, with the same results. I get past the kernel config to where it starts probing devices, and the last thing that gets displayed is: plip0: on ppbus0 At this point I appear to have a full crash, because caps lock and num lock won't change, and Ctl-Alt-Del is ignored. I've tried removing all extraneous goop from both the kernel config and the BIOS settings. I've tried with "PNP OS" set both to Yes and to No. I've tried swapping the video card (different brand, different chipset). And I have now run out of ideas. The box was working fine running FreeBSD 3.2 up until last night, when I low-level-formatted the hard disks and tried to start over. Anyone have a clue what's wrong? Thanks. -- Paul Chvostek Operations / Development / Abuse / Whatever vox: +1 416 598-0000 IT Canada http://www.it.ca/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:22:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D267237B405 for ; Fri, 26 Oct 2001 15:22:48 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9QMMFv00910; Fri, 26 Oct 2001 18:22:16 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 26 Oct 2001 18:22:15 -0400 (EDT) From: Joe Clarke To: Jim Freeze Cc: Lucas Bergman , Subject: Re: Where can I find ljpeg? In-Reply-To: <20011026172433.A11972@freebsdportal.com> Message-ID: <20011026173502.X731-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Jim Freeze wrote: > On Fri, Oct 26, 2001 at 03:59:27PM -0500, Lucas Bergman wrote: > > Jim Freeze writes: > > > > Hint: When the linker says '-ljpeg' on the command line, that means > > > > it's looking for libjpeg.a or libjpeg.so. If you have libjpeg.* in > > > > /usr/local/lib, then putting -L/usr/local/lib on the link command line > > > > is what you need. > > > > > > Thanks Lucas. This is a port, so how would I pass the -L param to > > > make. It doesn't like the obvious: > > > > > > % make -L /usr/local/lib > > > make: illegal option -- L > > > > Hmmm... a broken port should be reported to the port maintainer. > > > > In the meantime, maybe try > > > > make LDFLAGS=-L/usr/local/lib > > > Ok, this time I get: > > % make LDFLAGS=-L/usr/local/lib I think you need to do it from the beginning. Like: make clean make LDFLAGS=-L/usr/local/lib Joe > ===> Building for fox-0.99.174 > Making all in utils > /bin/sh ../libtool --mode=link c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz > c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -DHAVE_JPEG_H=1 -DHAVE_PNG_H=1 -DHAVE_TIFF_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer > -I/usr/X11R6/include -o reswrap reswrap.o -lz -ljpeg -lpng -lz -ltiff -lz > /usr/libexec/elf/ld: cannot find -ljpeg > *** Error code 1 > 1 error > *** Error code 1 > 1 error > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/fox. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/fox. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/fox. > > I'm not sure what that did not work. The lib is there > > % dir /usr/local/lib/libj* > -r--r--r-- 1 root wheel 45052 Oct 22 16:10 /usr/local/lib/libjbig.a > lrwxr-xr-x 1 root wheel 12 Oct 22 16:10 /usr/local/lib/libjbig.so@ -> libjbig.so.1 > -r--r--r-- 1 root wheel 49149 Oct 22 16:10 /usr/local/lib/libjbig.so.1 > -rw-r--r-- 1 root wheel 160144 Oct 18 08:16 /usr/local/lib/libjpeg.a > lrwxr-xr-x 1 root wheel 12 Oct 18 08:16 /usr/local/lib/libjpeg.so@ -> libjpeg.so.9 > -rwxr-xr-x 1 root wheel 136176 Oct 18 08:16 /usr/local/lib/libjpeg.so.9* > > > -- > Jim Freeze > No comment at this time. > www.freeze.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:32:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12907.mail.yahoo.com (web12907.mail.yahoo.com [216.136.174.74]) by hub.freebsd.org (Postfix) with SMTP id D98AC37B408 for ; Fri, 26 Oct 2001 15:32:05 -0700 (PDT) Message-ID: <20011026223205.53731.qmail@web12907.mail.yahoo.com> Received: from [203.38.128.182] by web12907.mail.yahoo.com via HTTP; Sat, 27 Oct 2001 08:32:05 EST Date: Sat, 27 Oct 2001 08:32:05 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: Re: smbfs bug? To: Ruslan Ermilov , Boris Popov Cc: questions@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <20011022185147.D31361@sunbay.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Ruslan. Sorry about the delayed reply. I changed the lines you referenced in the following locations: /usr/ports/net/smbfs/work/smbfs-1.4.1/kernel/netsmb/smb_conn.h /usr/ports/net/smbfs/work/smbfs-1.4.1/lib/smb/ctx.c From here (/usr/ports/net/smbfs/work/smbfs-1.4.1) I did a 'make' then a 'make install'. I also found 'smb_conn.h' in the following location so I changed that as well: /usr/src/sys/netsmb/smb_conn.h I then recompiled and re-installed my kernel. mount_smbfs still gave the error it did before about the name being too long. I also trying re-making the port from the '/usr/ports/net/smbfs' directory but this didn't seem to do anything. I am a bit of a novice at this so please bear with with. Any hints? Thanks, Paul --- Ruslan Ermilov wrote: > On Tue, Oct 23, 2001 at 01:22:05AM +1000, Paul > Jansen wrote: > > I'm wondering whether I've come across a bug in > smbfs. > > I've maanged to get this working at home and it's > > doing a great job. I brought one of my FreeBSD > boxes > > into work tongight and plugged it into the LAN > with > > the intention of showing smbfs to one of my > > co-workers. I tried attaching to a workstation on > the > > network and got the following error: > > > > "mount_smbfs: server name 'auadwesm1511625' too > long" > > > > This NT workstation works fine on our network so I > > know that it isn't a problem. As I mentioned > earlier > > I've used smbfs successfully at home but that > with > > with machines that had netbios names less than 15 > > characters in length. > > I know that netbios names can be 16 characters in > > length but that the 16th character is a reserved > > 'special' character used to denote a particular > > function. 15 character netbios names for machines > are > > perfectly legal - does smbfs have a bug? > > > Seems like a bug. > > kernel/netsmb/smb.h:#define SMB_MAXSRVNAMELEN 15 > /* NetBIOS limit */ > lib/smb/ctx.c: if (strlen(name) >= > SMB_MAXSRVNAMELEN) { > lib/smb/ctx.c- smb_error("server name '%s' > too long", 0, name); > > The attached patch (untested) should fix this. > Make sure to apply smb_conn.h patch in > /usr/src/sys/net/netsmb, > if you have this directory, and recompile smbfs KLD > and/or > your kernel (if you have it compiled in statically). > > > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > > diff --exclude=CVS -ru > smbfs-1.4.1/kernel/netsmb/smb_conn.h > smbfs-1.4.1/kernel/netsmb/smb_conn.h > --- smbfs-1.4.1/kernel/netsmb/smb_conn.h Tue Apr 10 > 08:37:22 2001 > +++ smbfs-1.4.1/kernel/netsmb/smb_conn.h Mon Oct 22 > 18:47:08 2001 > @@ -148,7 +148,7 @@ > int flags; > enum smbiod_state iodstate; > struct smb_sopt sopt; > - char srvname[SMB_MAXSRVNAMELEN]; > + char srvname[SMB_MAXSRVNAMELEN + 1]; > char vcname[128]; > }; > > diff --exclude=CVS -ru smbfs-1.4.1/lib/smb/ctx.c > smbfs-1.4.1/lib/smb/ctx.c > --- smbfs-1.4.1/lib/smb/ctx.c Fri Apr 6 18:47:14 > 2001 > +++ smbfs-1.4.1/lib/smb/ctx.c Mon Oct 22 18:47:16 > 2001 > @@ -266,7 +266,7 @@ > int > smb_ctx_setserver(struct smb_ctx *ctx, const char > *name) > { > - if (strlen(name) >= SMB_MAXSRVNAMELEN) { > + if (strlen(name) > SMB_MAXSRVNAMELEN) { > smb_error("server name '%s' too long", 0, name); > return ENAMETOOLONG; > } > http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:39:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedex.is.co.za (fedex.is.co.za [196.4.160.243]) by hub.freebsd.org (Postfix) with ESMTP id 23BD237B401 for ; Fri, 26 Oct 2001 15:39:39 -0700 (PDT) Received: from c7-pta-146.dial-up.net (c7-pta-146.dial-up.net [196.26.135.146]) by fedex.is.co.za (8.9.3/8.9.3) with ESMTP id AAA88192; Sat, 27 Oct 2001 00:39:27 +0200 (SAST) Date: Sat, 27 Oct 2001 00:41:40 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Edwin Groothuis Cc: , ann kok Subject: Re: check bandwidth traffic Message-ID: <20011027002601.C37468-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again, > > > > I know the the following software can check the network traffic > > > > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > > > > but how do I know the nearest cisco router? > > > It's your default gateway (if it is a Cisco I can't tell, but it's > > > the nearest router). netstat -r will tell you what it is. > > Not always, he could be behind a NAT or Bridge > > and that would then be his route in some/most cases (all if its a > > NAT). Best would be to traceroute. > It would still be his nearest router. A router is a network device > which routes IP packets, wether or not this is a dedicated Cisco > router, a dedicated Bay router, a dedicated DEC router or a unix > box which also routes. Firstly apologies to Ann for me refering to her as he, only realised afterwards when I saw the message info.My bad. Secondly I agree that a bridge or NAT box would be a router, but she had originally asked for a cisco router (possibly another make installed but basically its a dedicated hardware router). Also it would be possible to install SNMP on a FreeBSD system doing routing Im sure but personally have not tried it, so went along and answered the most common scenario as well as helping her find the (cisco) router she asked for. PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:44: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id D4E2937B401 for ; Fri, 26 Oct 2001 15:44:05 -0700 (PDT) Received: (qmail 61261 invoked by uid 100); 26 Oct 2001 22:44:04 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <15321.59188.633258.462524@guru.mired.org> Date: Fri, 26 Oct 2001 17:44:04 -0500 To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= Cc: questions@freebsd.org Subject: Re: Deleting all mail? In-Reply-To: <106371160@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S=F8ren Neigaard types: > I have 2700 mails in my mailbox, most of them are warnings from a > crontab job. I have fixed this crontab job now, and I then want to > delete all this mail. How do I do this? Personally, I would open the mailbox, and type "MAMND#". However, that won't work unless you're using the VM mail reader. If you have another one, you'll have to ask for help with that mail reader. =09=09=09=09http://www.mired.org/home/mwm/ Q: How do you make the gods laugh?=09=09A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:52:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 92A9A37B405 for ; Fri, 26 Oct 2001 15:52:40 -0700 (PDT) Received: (qmail 61483 invoked by uid 100); 26 Oct 2001 22:52:40 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15321.59704.119385.155815@guru.mired.org> Date: Fri, 26 Oct 2001 17:52:40 -0500 To: "Patrick O'Reilly" Cc: Subject: RE: ipfw rules for FTP - passive vs. active In-Reply-To: References: <15320.17295.222857.730255@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick O'Reilly types: > Mike, > I have been using option (1) till now, but the pressure to back down is > mounting. I'll look into (2). My FTP is not for general anonymous access. > It is for exchange of data between trading partners, so I need to cater for > "secure" connections with login and password controlling access to the > server (don't laugh too loud please - I know FTPs "security" is, well, weak, > but the users feel better knowing that they have given a password!). Will > HTTP cater for file up-and-down loads with user authentication? That was already answered, but yes. > I've tried pushing people to use scp (Putty's sister called pscp does a > great job on Windoze platforms). However, the resistance to change is > mind-boggling! :( And that resistance comes from the very same people who > insist on having "secure" FTP logins and passwords. Go figure! That's my preferred solution. I'm not sure what it takes to configure sshd to allow scp but no ssh, though. One other option is to put the ftp server outside the firewall as a dedicated box. Since it's outside the firewall, everyone can reach it with passive connection. This is basically the proxy solution, except the extra work is on the users head instead of the admins head. Possibly telling those users who don't like pscp that they can instead shell out a few hundred for another server for this will encourage them to change :-). http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:54: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id CCD7537B406 for ; Fri, 26 Oct 2001 15:54:05 -0700 (PDT) Received: (qmail 61555 invoked by uid 100); 26 Oct 2001 22:54:05 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15321.59789.345547.12684@guru.mired.org> Date: Fri, 26 Oct 2001 17:54:05 -0500 To: xphilius@yahoo.com Cc: questions@freebsd.org Subject: RE: ipfw rules for FTP - passive vs. active In-Reply-To: <20011026175729.89251.qmail@web11808.mail.yahoo.com> References: <15320.17295.222857.730255@guru.mired.org> <20011026175729.89251.qmail@web11808.mail.yahoo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG X Philius types: > Mike, > I've got a related question. I have a set of IPFW rules that work > pretty well. With the Mac and PC FTP clients I use, it works fine as > long as I force active mode. However, I have been having problems > accessing the server with terminal style FTP clients, either from other > *nix machines or from NT. I can connect fine, but as soon as I try to > 'put' or 'ls' it tries to switch to passive mode and just hangs. I > swear I have read the entire man pages for the FTP client that comes > with FreeBSD, and I know the -p flag forces passive mode, but how do > you force active mode? Thanks in advance. Try the "passive" command in the client to toggle the mode. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:55:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with SMTP id 5F51237B403 for ; Fri, 26 Oct 2001 15:55:08 -0700 (PDT) Received: (qmail 66516 invoked from network); 26 Oct 2001 22:54:57 -0000 Received: from unknown (HELO Compilar) (madd@127.0.0.1) by mail.tecdigital.net with SMTP; 26 Oct 2001 22:54:57 -0000 Message-ID: <003f01c15e71$74fc4610$1ea5190a@Compilar> From: "Mario Doria" To: Cc: Subject: POSTFIX and Cyrus-SASL problem with SMTP AUTH Date: Fri, 26 Oct 2001 16:56:32 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I just installed postfix-current from ports, the options I included were SASL and TLS. Everything is working perfectly except the SMTP AUTH mechanism. If on my /usr/local/lib/sasl/smtpd.conf I put the line "pwcheck_method=pwcheck", when I connect to the server (client outlook express) I get the following errors: postfix/smtpd[20487]: fatal: SASL per-process initialization failed postfix/master[20016]: warning: process /usr/local/libexec/postfix/smtpd pid 20487 exit status 1 postfix/master[20016]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling If I comment out the line, this is the error I get: postfix/smtpd[29659]: warning: compilar.tecdigital.net[10.25.165.30]: SASL LOGIN authentication failed postfix/smtpd[29659]: lost connection after AUTH from compilar.tecdigital.net[10.25.165.30] postfix/smtpd[29659]: disconnect from compilar.tecdigital.net[10.25.165.30] If I use "pwcheck_method=sasldb", I get again: postfix/smtpd[30197]: fatal: SASL per-process initialization failed I've tried using both ports/mail/postfix and ports/mail/postfix-current. Also, I have recompilled many times ports/security/cyrus-sasl. Please help me, if anyone has got a system like this one working, tell me how did you get it working ( I want for user to authenticate before sending email, using their system password) I have checked and yes, pwcheck is running as expected. Cheers, Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 15:59:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [64.0.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 4640937B401 for ; Fri, 26 Oct 2001 15:59:47 -0700 (PDT) Received: from localhost (scanner@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id SAA79754; Fri, 26 Oct 2001 18:59:43 -0400 (EDT) Date: Fri, 26 Oct 2001 18:59:43 -0400 (EDT) From: To: Mario Doria Cc: questions@FreeBSD.ORG, mariodoria@yahoo.com Subject: Re: POSTFIX and Cyrus-SASL problem with SMTP AUTH In-Reply-To: <003f01c15e71$74fc4610$1ea5190a@Compilar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well your lucky Postfix-current with SASL support is busted right now. Or it is for me anyway, because of the automake problem. Also while this might be FreeBSD related, you would probably get much better assistance for this issue on the postfix-users list :-) See www.postfix.org for mailing list info. ============================================================================= -Chris Watson (816) 464-7780 | Sr. Unix Administrator Work: chris.watson@twa.com | Trans World Airlines, Kansas City, MO Home: scanner@jurai.net | http://www.twa.com ============================================================================= WINDOWS: All our IP belongs to us. GNU/LINUX: Touch our IP, and your IP belongs to us. BSD: Here's our IP, just use it. ============================================================================= irc.openprojects.net #FreeBSD -Join the revolution! ICQ: 20016186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:11:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alchemistry.net (alchemistry.net [66.114.66.158]) by hub.freebsd.org (Postfix) with ESMTP id 4174737B405 for ; Fri, 26 Oct 2001 16:11:38 -0700 (PDT) Received: from amavis by alchemistry.net with scanned-ok (Exim 3.33 #1) id 15xG8O-000067-00 for freebsd-questions@FreeBSD.ORG; Fri, 26 Oct 2001 19:11:28 -0400 Received: from [192.168.0.1] (helo=ilya) by alchemistry.net with smtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 15xG8O-00005x-00 for freebsd-questions@FreeBSD.ORG; Fri, 26 Oct 2001 19:11:28 -0400 Message-ID: <010501c15e73$cf236d60$0100a8c0@ilya> From: "Ilya" To: "free bsd" References: Subject: port building error with /usr/include/machine/ansi.h Date: Fri, 26 Oct 2001 19:13:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i am trying to build new mozilla and get stuck with this error, anyone knows how to fix it? cc -o nsLDAPConnectionCallbacks.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -D OJI -I../../../. ./dist/include/xpcom -I../../../../dist/include/string -I../../../..dist/inc lude/necko -I../../../.. /dist/include/mozldap -I../../../../dist/include -I/usr/ports/www/mozilla/wo rk/mozilla/dist/include/ nspr -I/usr/local/include -I/usr/lcal/include -I/usr/local/include -I/usr/ X11R6/include -fPIC -I /usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arit h -Wcast-align -Wno-long -lng -pipe -O -pipe -DNDEBUG -DTRIMMED -I../../../../dist/include/ldap -I/u sr/X11R6/include -I/usr /X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT nsLDAPConnectionCallbacks.c cc1: Invalid option `-Wno-long-lng' In file included from /usr/include/stddef.h:40, from /usr/ports/www/mozilla/work/mozilla/dist/include/nspr/prtypes.h:58, from /usr/ports/www/mozilla/work/mozilla/dist/include/nspr/pratom.h:43, from /usr/ports/www/mozilla/work/mozilla/dist/include/nspr/nspr.h:38, from nsLDAPConnectionCallbacks.c:38: /usr/include/machine/ansi.h:118: syntax error before `typedef' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:12:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.traffic.co.uk (mail-1.traffic.co.uk [193.132.107.4]) by hub.freebsd.org (Postfix) with SMTP id C82F637B401 for ; Fri, 26 Oct 2001 16:11:53 -0700 (PDT) Received: (qmail 81985 invoked by uid 1006); 26 Oct 2001 23:13:40 -0000 Received: from dookhee.s@trafficproximity.com by riker.traffic.co.uk with qmail-scanner-0.96 (sweep: 2.2/3.44. . Clean. Processed in 0.754489 secs); 26 Oct 2001 23:13:40 -0000 X-Virus-Scanner-Mail-From: dookhee.s@trafficproximity.com via riker.traffic.co.uk X-Virus-Scanner-Rcpt-To: freebsd-questions@freebsd.org,freebsd-alpha@freebsd.org X-Virus-Scanner: 0.96 (No viruses found. Processed in 0.754489 secs) Received: from dhcp-192-168-1-224.traffic.co.uk (HELO WN2KSD) (192.168.1.224) by mail.traffic.co.uk with SMTP; 26 Oct 2001 23:13:39 -0000 From: "Shashi Dookhee" To: Cc: Subject: Kernel Panic on DEC Alpha 1000A 5/400 Date: Sat, 27 Oct 2001 00:11:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: mail.traffic.co.uk 1.6.2 0/1000/N Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, Wondering if anyone has come across the following error message during boot - it happens *every* time, so the system never boots - This is happening while booting from CD-ROM to install FreeBSD 4.4-INSTALL/Alpha (system currently has OpenVMS on the hard disks which seems to boot okay): unexpected machine check: mces = 0x1 vector = 0x660 param = 0xfffffc0000006060 pc = 0xfffffc0000554584 ra = 0xfffffc000052d870 curproc = 0xfffffc0000909a98 pid = 0, comm = swapper panic: machine check Uptime: 0s Automatic reboot in 15 seconds - press a key on the console to abort This happens after it checks all the devices (last thing it does before that panic is "de0: enabling 10baseT port"). I thought it might be a memory issue with perhaps faulty modules, but since the OpenVMS system boots to a login prompt, I have pretty much discounted that (someone correct me if I am wrong about dismissing it!).. Any help would be appreciated! Thanks Shashi Dookhee Head of IT Infrastructure e-mail: dookhee.s@trafficproximity.com Telephone (Direct Line): +44 (0)20 7298 8222 -----BEGIN PGP SIGNATURE----- Version: PGP 7.1 iQA/AwUBO9ntrx81+wdHSEUlEQLFmACgpZ24IepkE1+vWUuLFtYj9sZx/LYAoPL0 peEryalJxqj0XkeMEcwFZ0Y2 =vtKH -----END PGP SIGNATURE----- =============================================================================== Traffic Proximity Limited 191 Old Marylebone Road London NW1 5DW United Kingdom Registered number: 3164767 Registered in England Tel: +44 (0) 20 7298 8200 Fax: +44 (0) 20 7298 8201 This email its contents and any files or images with it are intended solely for the addressee(s) and are confidential. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Traffic Proximity switchboard or via email return. DISCLAIMER Material contained in this email may be copyright material of Traffic Proximity or protected by other intellectual property rights. It may only be reproduced with the express permission of Traffic Proximity. Traffic Proxmity does not accept responsibility for any changes made to this email by unauthorised parties after it was sent. Whilst Traffic Proximity runs antivirus software on all Internet emails it is not liable for any loss or damage caused by an infected email. The recipient is advised to run their own antivirus software. All information contained in this email has been prepared using information believed by the author to be reliable and accurate, but Traffic Proximity makes no warranty as to accuracy and completeness. Any opinions expressed in this email are those of the author and do not necessarily reflect the opinions of Traffic Proximity or its affiliates. =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:20:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id EF0C037B401 for ; Fri, 26 Oct 2001 16:20:48 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 9FBED2B68F; Sat, 27 Oct 2001 01:20:42 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 0B85B15D; Sat, 27 Oct 2001 09:20:35 +1000 (EST) Date: Sat, 27 Oct 2001 09:20:35 +1000 From: Edwin Groothuis To: Gary Kline Cc: FreeBSD Mailing List Subject: Re: what's on / that keeps filling up? Message-ID: <20011027092035.O552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Gary Kline , FreeBSD Mailing List References: <200110260724.f9Q7OYE40463@tao.thought.org> <20011026100255.D8919@cartman.private.techsupport.co.uk> <20011026100718.A40521@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026100718.A40521@tao.thought.org>; from kline@tao.thought.org on Fri, Oct 26, 2001 at 10:07:18AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 10:07:18AM -0700, Gary Kline wrote: > On Fri, Oct 26, 2001 at 10:02:55AM +0100, Ceri wrote: > > On Fri, Oct 26, 2001 at 12:24:34AM -0700, Gary Kline said: > What du turns up is inconclusive; my df / went from 99 to 100% > in a few hours, and `find .... -ctime 1 ' also was unhelpful. > What it was, evidently, was that over the past two months of > uptime, too many domains were cached. ...After a reboot, > df / is only 34%. You probably threw away a file which was still in use by an application. The filesystem won't show the file anymore in the output of ls et al, but the application still can write to it and read from it. Just before the shutdown, when all the applications are stopped, the file stops being used and the diskspace is freed. I've had these kind of problems in the past with people trying to get rid of their files in /var/log because their disk is full, not realizing that they have to -HUP the syslogd. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:22:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 1CD8B37B403 for ; Fri, 26 Oct 2001 16:22:51 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 8F8322B68F; Sat, 27 Oct 2001 01:22:47 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id BA0BC15D; Sat, 27 Oct 2001 09:22:41 +1000 (EST) Date: Sat, 27 Oct 2001 09:22:41 +1000 From: Edwin Groothuis To: =?iso-8859-1?Q?S=F8ren_Neigaard?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Deleting all mail? Message-ID: <20011027092241.P552@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , =?iso-8859-1?Q?S=F8ren_Neigaard?= , freebsd-questions@FreeBSD.ORG References: <732098617.20011026172831@e-box.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <732098617.20011026172831@e-box.dk>; from neigaard@e-box.dk on Fri, Oct 26, 2001 at 05:28:31PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 05:28:31PM +0200, Søren Neigaard wrote: > I have 2700 mails in my mailbox, most of them are warnings from a > crontab job. I have fixed this crontab job now, and I then want to > delete all this mail. How do I do this? If you don't have any more usefull mails in your mailbox, rm /var/mail/youruserid will do the trick. If you have one or more important mails, try to delete it with the "mail" command. Or make life easier on yourself and install a real mailreader like "elm" or "mutt". Edwin, goes for mutt -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:23:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id 9633F37B403 for ; Fri, 26 Oct 2001 16:23:09 -0700 (PDT) Received: from hotpop.com (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id 374F5338CA for ; Fri, 26 Oct 2001 23:20:16 +0000 (UTC) Received: from hotpop.com (unknown [128.147.34.36]) by zagnut.hotpop.com (Postfix) with SMTP id 45E425001A for ; Fri, 26 Oct 2001 23:20:17 +0000 (UTC) Date: Fri, 26 Oct 2001 19:15:43 -0400 From: Rod Person To: FreeBSD Questions Subject: Disk Docter Like? Message-Id: <20011026191543.41dbe046.roddierod@hotpop.com> Reply-To: roddierod@hotpop.com Organization: Open Source Beef X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.8; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a harddrive that is starting to die on me. There are some bad sectors in the fat. I hardware friend of mine tells me that norton disk doctor will fix that. Is there anything in the FreeBSD/unix world like it? Rod roddierod@hotpop.com http://storm.prohosting.com/osbeef/osbeef.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 16:28:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11606.mail.yahoo.com (web11606.mail.yahoo.com [216.136.172.58]) by hub.freebsd.org (Postfix) with SMTP id C18B837B401 for ; Fri, 26 Oct 2001 16:28:17 -0700 (PDT) Message-ID: <20011026232817.76992.qmail@web11606.mail.yahoo.com> Received: from [216.65.99.194] by web11606.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 16:28:17 PDT Date: Fri, 26 Oct 2001 16:28:17 -0700 (PDT) From: Holtor Subject: Quota Reporting Errors To: questions@freebsd.org Cc: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Everyone, We seem to be having a strange quota problem on one of our web hosting servers. Quota is reporting that a user is over their quota on /usr but they most certantly are not. It appears as if the quota file itself for our /usr partition has gotten corrupted somehow. If it is removed and then regenerated quota then reports usage correctly. The only problem with that is that we'd need to restore quotas for hundreds of users which is no easy task. Has anyone run into this problem? bug? Are there any simple fixes? TIA Holt __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 1:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from upeople.iserver.net (upeople.iserver.net [128.121.116.62]) by hub.freebsd.org (Postfix) with ESMTP id 781B037B401; Fri, 26 Oct 2001 17:01:48 -0700 (PDT) Received: from mesa.unixan.com (djb@mesa.dsl.unixan.com [206.124.137.18]) by upeople.iserver.net (8.11.6) id f9R01iR34882; Fri, 26 Oct 2001 18:01:45 -0600 (MDT) Date: Fri, 26 Oct 2001 17:01:41 -0700 From: Daniel Brown To: Holtor Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Quota Reporting Errors Message-Id: <20011026170141.3c6b5ccf.djb@unixan.com> In-Reply-To: <20011026232817.76992.qmail@web11606.mail.yahoo.com> References: <20011026232817.76992.qmail@web11606.mail.yahoo.com> X-Mailer: Sylpheed version 0.6.4 (GTK+ 1.2.7; i686-pc-linux-gnu) X-Face: ".E)>Dp:mHJC%;_j&|O(iET^Y#v)'R,3Th)?un#2[`x7J&@ClPD0?MlzHBP61gci=t1G!Jf8V9r+nMFv:GX&}5R2YZ@lzKO_S5,^.!^<^OijwA[0*`cfC'.Ft7-qcuK4^-Cu X-Frustrated-Since: 999302400 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Add: check_quotas="YES" to your /etc/rc.conf file, then reboot. Your machine should take a few more minutes to reboot, but should result in an exact fixing of all user quota. If that doesn't solve your issue, then quite likely your user really is using more than they should, but in places you're not expecting them to place their files. Try: find /usr -user and make sure that you account for each and every file produced by that list. If you find files in places you weren't expecting them, then you have your answer. -Daniel ------------ Quoted Message ------------ Date...: Fri, 26 Oct 2001 16:28:17 -0700 (PDT) From...: Holtor To.....: questions@FreeBSD.ORG CC.....: Subject: Quota Reporting Errors Hello Everyone, We seem to be having a strange quota problem on one of our web hosting servers. Quota is reporting that a user is over their quota on /usr but they most certantly are not. It appears as if the quota file itself for our /usr partition has gotten corrupted somehow. If it is removed and then regenerated quota then reports usage correctly. The only problem with that is that we'd need to restore quotas for hundreds of users which is no easy task. Has anyone run into this problem? bug? Are there any simple fixes? TIA Holt __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 2:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9429837B411; Fri, 26 Oct 2001 17:02:06 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20011027000206.9429837B411@hub.freebsd.org> Date: Fri, 26 Oct 2001 17:02:06 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 3:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id C469F37B42C; Fri, 26 Oct 2001 17:02:06 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20011027000206.C469F37B42C@hub.freebsd.org> Date: Fri, 26 Oct 2001 17:02:06 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 3:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id AC82237B405; Fri, 26 Oct 2001 17:02:06 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20011027000206.AC82237B405@hub.freebsd.org> Date: Fri, 26 Oct 2001 17:02:06 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 4:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout3-int.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by hub.freebsd.org (Postfix) with ESMTP id B5B9437B403 for ; Fri, 26 Oct 2001 17:04:05 -0700 (PDT) Received: from technologist.com (adsl-66-137-225-96.dsl.rcsntx.swbell.net [66.137.225.96]) by pimout3-int.prodigy.net (8.11.0/8.11.0) with ESMTP id f9R044k13462 for ; Fri, 26 Oct 2001 20:04:04 -0400 Message-ID: <3BD9FA02.5000003@technologist.com> Date: Fri, 26 Oct 2001 19:04:18 -0500 From: Bahwi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: Login.app with ttys? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How can I get Login.app (ports/x11/login.app) to work with ttys as to come up on bootup and logout. I've checked the web and all the lists and can't find a solution. I tried to get it to work with gettytab, no luck there though. Anyone have any ideas? Thanks. CC: me but send it to the list so it'll be in the archive. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17: 8:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 6CA6E37B406 for ; Fri, 26 Oct 2001 17:08:21 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 15xH1P-0001QT-00 for freebsd-questions@FreeBSD.ORG; Sat, 27 Oct 2001 00:08:20 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id 7D11911C8; Sat, 27 Oct 2001 01:49:08 +0200 (CEST) Date: Sat, 27 Oct 2001 01:49:08 +0200 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie-Simple C Shell programming help Message-ID: <20011027014908.A2632@raggedclown.net> References: <20011026133427.A25870-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: ; from gollucci@wam.umd.edu on Fri, Oct 26, 2001 at 04:41:54PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 04:41:54PM -0400, Philip M. Gollucci wrote: > you could always use the shell command repeat > > i.e. > > repeat 100 w > > which will run w 100 times... not a very useful example. > % vi foo i command 99. wq % chmod +x foo % foo :) (Do i get the prize for the *worst* suggestion ? At least it's portable ! ) -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 17:56:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.drapple.com (c1024475-b.salem1.or.home.com [24.10.78.207]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7A37B401; Fri, 26 Oct 2001 17:56:25 -0700 (PDT) Received: from work.drapple.com (work [192.168.1.10]) by router.drapple.com (8.9.3/8.9.3) with ESMTP id RAA50835; Fri, 26 Oct 2001 17:59:55 -0700 (PDT) (envelope-from mark@work.drapple.com) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011026170141.3c6b5ccf.djb@unixan.com> Date: Fri, 26 Oct 2001 17:56:22 -0700 (PDT) From: Mark Hartley To: Daniel Brown Subject: Re: Quota Reporting Errors Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG, Holtor Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 27-Oct-01 Daniel Brown wrote: > Add: > > check_quotas="YES" > > to your /etc/rc.conf file, then reboot. Your machine should take a few > more minutes to reboot, but should result in an exact fixing of all user > quota. A better, and less disruptive solution is to simply run: /sbin/quotacheck /usr To have it rebuild the quota file for the /usr volume. Mark. > > If that doesn't solve your issue, then quite likely your user really is > using more than they should, but in places you're not expecting them to > place their files. Try: > > find /usr -user > > and make sure that you account for each and every file produced by that > list. If you find files in places you weren't expecting them, then you > have your answer. > > -Daniel > > ------------ Quoted Message ------------ > Date...: Fri, 26 Oct 2001 16:28:17 -0700 (PDT) > From...: Holtor > To.....: questions@FreeBSD.ORG > CC.....: > Subject: Quota Reporting Errors > > Hello Everyone, > > We seem to be having a strange quota problem on one > of our web hosting servers. Quota is reporting > that a user is over their quota on /usr but they > most certantly are not. > > It appears as if the quota file itself for our > /usr partition has gotten corrupted somehow. > > If it is removed and then regenerated quota then > reports usage correctly. > > The only problem with that is that we'd need to > restore > quotas for hundreds of users which is no easy task. > > Has anyone run into this problem? bug? Are there any > simple fixes? > > TIA > > Holt > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 18:15:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fibertel.com.ar (mta3.fibertel.com.ar [24.232.0.163]) by hub.freebsd.org (Postfix) with ESMTP id AEDAD37B405 for ; Fri, 26 Oct 2001 18:15:14 -0700 (PDT) Received: from fibertel.com.ar (24.232.7.183) by mail.fibertel.com.ar (5.5.034) id 3BD3E53700109AAE for questions@FreeBSD.org; Fri, 26 Oct 2001 22:13:08 -0300 Message-ID: <3BDA0A86.EC4B573A@fibertel.com.ar> Date: Fri, 26 Oct 2001 22:14:46 -0300 From: Charlie Root X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: installing xwrapper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi. how do i install "xwrapper"? i tried to download the contents of "/x11/wrapper" to a local directory, and when i use make install, errors pop up, like something that has to do with "bsd.port.mk". I am an absolute newbie so I don't know how to go about this problem of mine. any help will be appreciated much. tia. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 18:41:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id BF40F37B405 for ; Fri, 26 Oct 2001 18:41:51 -0700 (PDT) Received: from scott1.nyc.rr.com ([24.168.25.8]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 26 Oct 2001 21:41:43 -0400 Message-Id: <5.1.0.14.0.20011026214044.00c4ae58@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 26 Oct 2001 21:41:49 -0400 To: questions@FreeBSD.ORG From: Scott Subject: Re: installing xwrapper In-Reply-To: <3BDA0A86.EC4B573A@fibertel.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 22:14 2001/10/26 -0300, Charlie Root wrote: >hi. > >how do i install "xwrapper"? i tried to download the contents of >"/x11/wrapper" to a local directory, and when i use make install, errors >pop up, like something that has to do with "bsd.port.mk". I am an >absolute newbie so I don't know how to go about this problem of mine. Do you have ports? If so, go to /usr/ports/x11/wrapper and then just type make install. HTH Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 19: 9:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sylvester.dsj.net (sylvester.dsj.net [208.148.151.43]) by hub.freebsd.org (Postfix) with ESMTP id A06AD37B407 for ; Fri, 26 Oct 2001 19:09:55 -0700 (PDT) Received: (from dsj@localhost) by sylvester.dsj.net (8.9.3/8.9.3/Debian 8.9.3-21) id WAA02203 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 22:09:54 -0400 Date: Fri, 26 Oct 2001 22:09:54 -0400 From: "David S. Jackson" To: freebsd-questions@freebsd.org Subject: where ftp[0-9].freebsd.org are Message-ID: <20011026220954.A2193@sylvester.dsj.net> Reply-To: "David S. Jackson" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I was trying to find documentation on where the nearest ftp server to me is. For example, is ftp3.freebsd.org in Virginia Tech? Any pointers? TIA! -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Comedy, like Medicine, was never meant to be practiced by the general public. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 19:29:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 56F8E37B403 for ; Fri, 26 Oct 2001 19:29:54 -0700 (PDT) Received: from sageone (adsl-64-219-21-30.dsl.crchtx.swbell.net [64.219.21.30]) by sage-american.com (8.9.3/8.9.3) with SMTP id VAA22901; Fri, 26 Oct 2001 21:29:39 -0500 (CDT) Message-Id: <3.0.5.32.20011026212938.00fa6e38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 26 Oct 2001 21:29:38 -0500 To: "David S. Jackson" , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: where ftp[0-9].freebsd.org are In-Reply-To: <20011026220954.A2193@sylvester.dsj.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG do a traceroute on the FTP mirrors here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html At 10:09 PM 10.26.2001 -0400, David S. Jackson wrote: >Hi, > >I was trying to find documentation on where the nearest ftp >server to me is. For example, is ftp3.freebsd.org in Virginia >Tech? Any pointers? > >TIA! > >-- >David S. Jackson dsj@dsj.net >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= >Comedy, like Medicine, was never meant to be practiced >by the general public. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 19:35:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 9A1AC37B401 for ; Fri, 26 Oct 2001 19:35:37 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9R2ZGB05136 for ; Fri, 26 Oct 2001 19:35:18 -0700 (PDT) Message-ID: <001001c15e90$21acf850$77a44a42@home> From: "PetBuilder" To: "FreeBSD-Questions" Subject: Binding additional IP addresses Date: Fri, 26 Oct 2001 19:36:06 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C15E55.74815A70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C15E55.74815A70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How do you bind additional IP addresses to a network card? We need the extra IP on the system for several sites that will require = their own IP. Do we just add the numbers to the /etc/rc.conf at the following line: ifconfig_ed0=3D"192.168.0.1 192.168.0.2 192.168.0.3 netmask = 255.255.255.0" Thanks, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, = is for the sole use of the intended recipient(s) and may contain = confidential and privileged information. Any unauthorized review, use, = disclosure or distribution is prohibited.=20 If you are not the intended recipient, please contact the sender by = reply e-mail and destroy all copies of the original message.=20 ------=_NextPart_000_000D_01C15E55.74815A70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
How do you bind additional IP addresses = to a=20 network card?
We need the extra IP on the system for = several=20 sites that will require their own IP.
 
Do we just add the numbers to the = /etc/rc.conf at=20 the following line:
ifconfig_ed0=3D"192.168.0.1 192.168.0.2 = 192.168.0.3  netmask 255.255.255.0"
 
Thanks,
 
Craig Rose
Web-Zonic, = Inc.
 
CONFIDENTIALITY NOTICE: This e-mail = message,=20 including any attachments, is for the sole use of the intended = recipient(s) and=20 may contain confidential and privileged information.  Any = unauthorized=20 review, use, disclosure or distribution is prohibited.
If you are = not the=20 intended recipient, please contact the sender by reply e-mail and = destroy all=20 copies of the original message.
------=_NextPart_000_000D_01C15E55.74815A70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 19:40:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from skew.org (skew.org [216.241.42.159]) by hub.freebsd.org (Postfix) with ESMTP id 9085237B403 for ; Fri, 26 Oct 2001 19:40:55 -0700 (PDT) Received: (from mike@localhost) by skew.org (8.11.6/8.11.4) id f9R2eon05949 for freebsd-questions@freebsd.org; Fri, 26 Oct 2001 20:40:50 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <200110270240.f9R2eon05949@skew.org> Subject: sshd core dumping with UseLogin yes To: freebsd-questions@freebsd.org Date: Fri, 26 Oct 2001 20:40:50 -0600 (MDT) X-Mailer: ELM [version 2.4ME+ PL90 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On my new FreeBSD 4.4-STABLE (25 Oct 2001) installation, I'm having trouble with sshd when I set "UseLogin yes" in /etc/ssh/sshd_config. sshd core dumps when a connection is made. The last things to come up in debug3 mode are: Entering interactive session. fd 3 setting O_NONBLOCK Setting controlling tty using TIOCSCTTY. fd 4 is O_NONBLOCK server_init_dispatch_13 server_init_dispatch_15 Received SIGCHLD. tvp!=NULL kid 1 mili 100 End of interactive session; stdin 0, stdout (read 0, sent 0), stderr 0 bytes. Disconnecting: Command terminated on signal 11. ...followed by some local terminal cleanup. If I remove the "UseLogin yes", everything works fine, and there's nothing after the server_init_dispatch_15 message. Have I misconfigured something? What should I do? Thanks for answering, - Mike ____________________________________________________________________________ mike j. brown, fourthought.com | xml/xslt: http://skew.org/xml/ denver/boulder, colorado, usa | personal: http://hyperreal.org/~mike/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:23:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 4619637B405 for ; Fri, 26 Oct 2001 20:23:34 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id F2C852B739 for ; Sat, 27 Oct 2001 05:23:04 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 2C77D313; Sat, 27 Oct 2001 13:22:29 +1000 (EST) Date: Sat, 27 Oct 2001 12:53:46 +1000 From: Edwin Groothuis To: Charlie Root Cc: questions@FreeBSD.org Subject: Re: installing xwrapper Message-ID: <20011027125346.Q552@k7.mavetju.org> References: <3BDA0A86.EC4B573A@fibertel.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BDA0A86.EC4B573A@fibertel.com.ar>; from pongkee@fibertel.com.ar on Fri, Oct 26, 2001 at 10:14:46PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 26, 2001 at 10:14:46PM -0300, Charlie Root wrote: > how do i install "xwrapper"? i tried to download the contents of > "/x11/wrapper" to a local directory, and when i use make install, errors > pop up, like something that has to do with "bsd.port.mk". I am an > absolute newbie so I don't know how to go about this problem of mine. I hope you have installed the ports-collection. If so... Go to /usr/ports/x11/wrapper and type "make install" Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:24:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from orbimus.dhs.org (cg52970-c.adubn1.nj.home.com [65.9.202.21]) by hub.freebsd.org (Postfix) with ESMTP id 4961237B409 for ; Fri, 26 Oct 2001 20:24:30 -0700 (PDT) Received: from localhost (klined@localhost) by orbimus.dhs.org (8.11.3/8.11.3) with ESMTP id f9R3OOZ39572; Fri, 26 Oct 2001 23:24:24 -0400 (EDT) (envelope-from klined@orbimus.dhs.org) Date: Fri, 26 Oct 2001 23:24:24 -0400 (EDT) From: Kyle Rollin To: PetBuilder Cc: FreeBSD-Questions Subject: Re: Binding additional IP addresses In-Reply-To: <001001c15e90$21acf850$77a44a42@home> Message-ID: <20011026232318.S39565-100000@orbimus.dhs.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pat: I'd suggest trying this command line: ifconfig ed0 inet alias netmask See if that works for you. Works over here on my 4.4-STABLE system with no problems. -Kyle Rollin klined@orbimus.dhs.org On Fri, 26 Oct 2001, PetBuilder wrote: > How do you bind additional IP addresses to a network card? > We need the extra IP on the system for several sites that will require their own IP. > > Do we just add the numbers to the /etc/rc.conf at the following line: > ifconfig_ed0="192.168.0.1 192.168.0.2 192.168.0.3 netmask 255.255.255.0" > > Thanks, > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:40: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 1A6C237B403 for ; Fri, 26 Oct 2001 20:39:58 -0700 (PDT) Received: from fremont.bolingbroke.com (fremont.bolingbroke.com [216.102.90.210]) by fremont.bolingbroke.com (8.12.1/8.12.1) with ESMTP id f9R3dqXt016762; Fri, 26 Oct 2001 20:39:53 -0700 (PDT) Date: Fri, 26 Oct 2001 20:39:52 -0700 (PDT) From: Yet Another FreeBSD Hacker To: PetBuilder Cc: FreeBSD-Questions Subject: Re: Binding additional IP addresses In-Reply-To: <001001c15e90$21acf850$77a44a42@home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From /etc/defaults/rc.conf, you'll find a sample entry: #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. Copy that line to /etc/rc.conf, and adjust it to suit your specific needs, such as: ifconfig_ed0_alias0="inet 192.168.0.2 netmask 0xffffffff" ifconfig_ed0_alias1="inet 192.168.0.3 netmask 0xffffffff" Ken On Fri, 26 Oct 2001, PetBuilder wrote: > How do you bind additional IP addresses to a network card? > We need the extra IP on the system for several sites that will require their own IP. > > Do we just add the numbers to the /etc/rc.conf at the following line: > ifconfig_ed0="192.168.0.1 192.168.0.2 192.168.0.3 netmask 255.255.255.0" > > Thanks, > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:50: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5BF7637B405 for ; Fri, 26 Oct 2001 20:49:27 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1DD8F6ACC5; Fri, 26 Oct 2001 16:54:32 +0930 (CST) Date: Fri, 26 Oct 2001 16:54:32 +0930 From: Greg Lehey To: Ben Eisenbraun Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011026165431.C5304@wantadilla.lemis.com> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> <20011023055005.A44324@nitrogen.nexthop.net> <20011025103000.A25441@wantadilla.lemis.com> <20011025023359.D64298@nitrogen.nexthop.net> <20011026091455.A4706@wantadilla.lemis.com> <20011025235323.E64298@nitrogen.nexthop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025235323.E64298@nitrogen.nexthop.net>; from bene@nitrogen.nexthop.net on Thu, Oct 25, 2001 at 11:53:23PM -0400 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 25 October 2001 at 23:53:23 -0400, Ben Eisenbraun wrote: > On Fri, Oct 26, 2001 at 09:14:55AM +0930, Greg Lehey wrote: >> On Thursday, 25 October 2001 at 2:33:59 -0400, Ben Eisenbraun wrote: >>> >>> I think I can reproduce this if I frob with it enough, but this >>> kernel wasn't build with debug symbols, and the system sources have >>> been recently updated, so I'm not sure if this would be useful. Do >>> you have any suggestions? >> >> I'd need the debug output. I won't find it otherwise. > > Given the above info, is there a way I can get that? I'm under the > impression that the kernel had to be built with either "makeoptions > DEBUG=-g" or 'config -g MYKERNEL' in order for a crash dump to > be useful. > > I tend to cvsup and then buildworld/kernel directly > afterwards, so I could cvsup with the date for the currently > running kernel and try building a debug kernel. From what I gather > by reading the Developer's Handbook, this might work provided the > sizes of the kernels match. You'd be better off building a new kernel and booting it. Anything else is too haphazard. > Okay, here's the 'vinum setstate up' and 'fsck -n' output: > > vinum -> setstate up stripe-mirror.p0 stripe-mirror.p0.s1 stripe-mirror.p1 stripe-mirror.p1.s1 > stripe-mirror.p0.s1 is already up > stripe-mirror.p1.s1 is already up Oops, you want to bring .s0 up, not .s1. My typo, probably. > root@whiskey [19:56:10][~]>> fsck -n /dev/vinum/plex/stripe-mirror.p0 > ** /dev/vinum/plex/stripe-mirror.p0 (NO WRITE) > > CANNOT READ: BLK 16 > CONTINUE? yes > > THE FOLLOWING DISK SECTORS COULD NOT BE READ: 16, 17, 18, 19, 20, 21, 22, 23, 24 > , 25, 26, 27, 28, 29, 30, 31, > /dev/vinum/plex/stripe-mirror.p0: INCOMPLETE LABEL: type 4.2BSD fsize 1024, frag > 8, cpg 0, size 234450944 Yes, that's a direct result. Your 'vinum list' should show all objects up. Try 'setstate up' again with the subdisks which are still down. 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 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 Fri Oct 26 20:50: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 86FE337B409 for ; Fri, 26 Oct 2001 20:49:27 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 724BD6ACA3; Thu, 25 Oct 2001 09:39:59 +0930 (CST) Date: Thu, 25 Oct 2001 09:39:59 +0930 From: Greg Lehey To: Andrew Shahoff , fallous Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Vinum troubles Message-ID: <20011025093959.C67356@wantadilla.lemis.com> References: <000501c15ce6$a3f4d6d0$5355949f@portege3110> <200110242305.f9ON5Us44267@web.sitecontent.com> <000501c15ce6$a3f4d6d0$5355949f@portege3110> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000501c15ce6$a3f4d6d0$5355949f@portege3110>; from andrew@ardi.lv on Thu, Oct 25, 2001 at 01:50:15AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 25 October 2001 at 1:50:15 +0200, Andrew Shahoff wrote: > I have 3 HDD , > first one SCSI as system drive ( da0s1* ) and two 20GB IDE drives formates > as ad0s1h and ad2s1h ). I need mirror only IDE but > > vi mirror.conf > > drive a device /dev/ad0s1h > drive b device /dev/ad2s1h > > volume mirror setupstate > plex org concat > sd length 0 drive a > plex org concat > sd length 0 drive b > > and ooooops... :( > > 1: drive a device /dev/ad0s1h > ** 1 : Invalid argument > 2: drive b device /dev/ad2s1h > ** 2 : Invalid argument What kind of partition are these? They should be of type vinum. What does disklabel /dev/ad0s1 say? On Wednesday, 24 October 2001 at 16:05:30 -0700, fallous wrote: > you need to man vinum and actually look at what you're doing > regarding length. What does this have to do with length?NN > here's an example of my vinum.conf, which is 2 drives striped with > no mirroring > > drive a device /dev/da1e > drive b device /dev/da2e > > volume stripec > plex org striped 512b This should not be a power of 2. That will slow down inode operations. > sd length 17500m drive a > sd length 17500m drive b Apart from that, the config file looks fine. So does Andrew's. 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 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 Fri Oct 26 20:51:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8AAA137B40A for ; Fri, 26 Oct 2001 20:49:27 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8361D6ACB7; Fri, 26 Oct 2001 09:14:55 +0930 (CST) Date: Fri, 26 Oct 2001 09:14:55 +0930 From: Greg Lehey To: Ben Eisenbraun Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011026091455.A4706@wantadilla.lemis.com> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> <20011023055005.A44324@nitrogen.nexthop.net> <20011025103000.A25441@wantadilla.lemis.com> <20011025023359.D64298@nitrogen.nexthop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011025023359.D64298@nitrogen.nexthop.net>; from bene@nitrogen.nexthop.net on Thu, Oct 25, 2001 at 02:33:59AM -0400 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 25 October 2001 at 2:33:59 -0400, Ben Eisenbraun wrote: > On Thu, Oct 25, 2001 at 10:30:00AM +0930, Greg Lehey wrote: >> On Tuesday, 23 October 2001 at 5:50:05 -0400, Ben Eisenbraun wrote: > trace> > >> Hmm. That could have been just about anything, probably a corrupt >> request structure. Without a dump it's difficult to say very much, >> but in view of the fact that the drives have gone away, it's possible >> that it was trying to talk to them anyway. I'd like to see a dump of >> this. > > I think I can reproduce this if I frob with it enough, but this > kernel wasn't build with debug symbols, and the system sources have > been recently updated, so I'm not sure if this would be useful. Do > you have any suggestions? I'd need the debug output. I won't find it otherwise. >> OK, let's hope that only the Vinum labels are corrupted. You have a >> fair chance that the data section hasn't been overwritten, since >> there's a copy of the config information (128 kB) between the label >> and the data. In that case, you should be able to recreate the >> objects with this config file: >> >> device max3 device /dev/ad4s1e >> device max4 device /dev/ad6s1e > > "device" in the first column produced an error. Looking at the config, > I figured you meant "drive max# device /dev/etc", so I swapped "drive" > for the first "device" in each line. Here's the output of the 'create', > 'start', 'list' and 'list -v' commands. > > vinum -> list > 8 drives: > D max3 State: up Device /dev/ad4e Avail: 0/57239 MB (0%) > D max4 State: up Device /dev/ad6e Avail: 0/57239 MB (0%) > D max1 State: up Device /dev/ad0s1e Avail: 0/19529 MB (0%) > D max2 State: up Device /dev/ad2s1e Avail: 0/19529 MB (0%) > D wd1 State: up Device /dev/ad8s1e Avail: 0/57239 MB (0%) > D wd2 State: up Device /dev/ad10s1e Avail: 0/57239 MB (0%) > > 2 volumes: > V stripe-mirror State: up Plexes: 2 Size: 111 GB > V var-mirror State: up Plexes: 2 Size: 19 GB > > 4 plexes: > P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB > P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB > P var-mirror.p0 C State: up Subdisks: 1 Size: 19 GB > P var-mirror.p1 C State: up Subdisks: 1 Size: 19 GB > > 6 subdisks: > S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB > S stripe-mirror.p0.s1 State: up PO: 512 kB Size: 55 GB > S stripe-mirror.p1.s0 State: crashed PO: 0 B Size: 55 GB > S stripe-mirror.p1.s1 State: up PO: 512 kB Size: 55 GB > S var-mirror.p0.s0 State: up PO: 0 B Size: 19 GB > S var-mirror.p1.s0 State: up PO: 0 B Size: 19 GB Good! > For some reason, the drives came back at ad[46]e not ad[46]s1e. This is not so good. It suggests that the partition table has changed. Are you sure you haven't run fdisk or disklabel on these drives? > I was thinking about recent changes to the system config, since > this setup had run reliably for several months off the same > sources, and it was rebooted about 1 week before this crash > happened. Some new sysctl's took effect after that reboot: > > kern.ipc.somaxconn=2048 > net.inet.icmp.drop_redirect=1 > net.inet.icmp.log_redirect=1 > net.inet.tcp.sendspace=32768 > net.inet.tcp.recvspace=32768 > vfs.vmiodirenable=1 No, it has nothing to do with them. > Also, 2-3 days before the problems started occurring, I had > created some additional swap space on both ad4 and ad6. Those > are the only lowlevel changes made to the system since it was built > from the running sources. This could be an issue. > FreeBSD 4.4-RC FreeBSD 4.4-RC #0: Tue Aug 21 20:53:12 EDT 2001 > root@whiskey.klatsch.org:/usr/obj/usr/src/sys/WHISKEY i386 > > root@ [10:21pm][~]>>disklabel /dev/ad4s1 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > b: 2097152 117226242 swap # (Cyl. 7296*- 7427*) > c: 120053682 0 unused 0 0 # (Cyl. 0 - 7472*) > e: 117226242 0 vinum # (Cyl. 0 - 7296*) > > root@ [10:23pm][~]>>disklabel /dev/ad6s1 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > b: 2097152 117226242 swap # (Cyl. 7296*- 7427*) > c: 120053682 0 unused 0 0 # (Cyl. 0 - 7472*) > e: 117226242 0 vinum # (Cyl. 0 - 7296*) That looks OK, however. You didn't run fdisk? > I'm happy to try anything that would assist you in tracking down the > problem, and I can arrange for console access if it would be > helpful. OK, *assuming* that the data is still there in the same place, you should be able to do: vinum -> setstate up stripe-mirror.p0 stripe-mirror.p0.s1 stripe-mirror.p1 stripe-mirror.p1.s1 This will set them into the "up" state. Next do an fsck -n on the plexes (/dev/vinum/plex/stripe-mirror.p0 and /dev/vinum/plex/stripe-mirror.p1). Whatever you do, make sure you don't write anything back to the disk (that's what -n does). See how bad fsck thinks the damage is. Don't send me the whole output, just the beginning. 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 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 Fri Oct 26 20:51:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 92D0D37B40C for ; Fri, 26 Oct 2001 20:49:27 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 7041C6ACA9; Thu, 25 Oct 2001 10:30:00 +0930 (CST) Date: Thu, 25 Oct 2001 10:30:00 +0930 From: Greg Lehey To: Ben Eisenbraun Cc: freebsd-questions@FreeBSD.org Subject: Re: recovery of corrupt vinum plexes? Message-ID: <20011025103000.A25441@wantadilla.lemis.com> References: <20011023044950.A43848@nitrogen.nexthop.net> <20011023183023.M27668@wantadilla.lemis.com> <20011023055005.A44324@nitrogen.nexthop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011023055005.A44324@nitrogen.nexthop.net>; from bene@nitrogen.nexthop.net on Tue, Oct 23, 2001 at 05:50:05AM -0400 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 23 October 2001 at 5:50:05 -0400, Ben Eisenbraun wrote: > On Tue, Oct 23, 2001 at 06:30:23PM +0930, Greg Lehey wrote: >> On Tuesday, 23 October 2001 at 4:49:50 -0400, Ben Eisenbraun wrote: >>> vinum -> list >>> 8 drives: >>> D max1 State: up Device /dev/ad0e Avail: 19529/19529 MB (100%) >>> D max2 State: up Device /dev/ad2e Avail: 19529/19529 MB (100%) > > > >> Is this information correct (i.e. you have six drives)? > > Yes, 6 IDE drives across three controllers. > >>> $*8*^O^U0*9s^Ou^VhZ#h$#4#4*u^P4*E^LE^LPue[^_^LU^PWVS}u^L%^O^OGst%^? >>> >>> (I have a feeling this bodes ill.) >> >> Yes. This drive contains no Vinum label. Are ad4s1e and ad6s1e the >> correct device names? > > I believe so. Those are the FreeBSD partitions I used in the vinum > config file and disklabel shows this: > > > > ad0 and ad2, the mirrored volume, fsck'ed cleanly and appear to be fine. > > ad4 and ad6 are identical drives and are partitioned exactly the same. > ad8 and ad10 are identical drives and are partitioned exactly the same. This looks bad. I don't know how, but it's fairly evident that your Vinum label has got clobbered. I've never seen that before. > I haven't made any local changes to system or kernel sources. It > didn't write a crash dump to disk on any of the following crashes. > I didn't catch the console messages on the first boot before the > first panic. Here's the trace from that original panic: > > db> trace > devsw(0,c126e1cc,c134ee00,c64f75b0,1) at devsw+0x6 > launch_requests(c134ee00,0,c64f75b0,ccf5e240,c1355000) at launch_requests+0x308 > vinumstart(c64f75b0,0,c64f75b0,ce2e8da0,c0199a51) at vinumstart+0x19a > vinumstrategy(c64f75b0,c134ce80,c64f75b0,1,ce2e8dac) at vinumstrategy+0x92 > spec_strategy(ce2e8dd0,ce2e8db8,c021de25,ce2e8dd0,ce2e8dec) at spec_strategy+0x8d > spec_vnoperate(ce2e8dd0,ce2e8dec,c021d6e1,ce2e8dd0,c64f75b0) at spec_vnoperate+0x15 > ufs_vnoperatespec(ce2e8dd0,c64f75b0,1,6800c444,c02acc60) at ufs_vnoperatespec+0x15 > ufs_strategy(ce2e8e14,ce2e8e20,c0185eb8,ce2e8e14,1c00) at ufs_strategy+0xc5 > ufs_vnoperate(ce2e8e14) at ufs_vnoperate+0x15 > bwrite(c64f75b0,ce2e8e38,c018b5b5,ce2e8e78,ce2e8e44) at bwrite+0x20c > vop_stdbwrite(ce2e8e78,ce2e8e44,c021dded,ce2e8e78,ce2e8e84) at vop_stdbwrite+0xf > vop_defaultop(ce2e8e78,ce2e8e84,c0186e64,ce2e8e78,c64f75b0) at vop_defaultop+0x15 > ufs_vnoperate(ce2e8e78,c64f75b0,6800c444,ccf5d580,10) at ufs_vnoperate+0x15 > vfs_bio_awrite(c64f75b0) at vfs_bio_awrite+0x24c > ffs_fsync(ce2e8ee8,c1355e00,0,cc01e2a0,ce2e8ee8) at ffs_fsync+0x28b > ffs_sync(c1355e00,2,c0a35900,cc01e2a0,c1355e00) at ffs_sync+0x126 > sync(cc01e2a0,ce2e8f80,bfbffdd4,bfbffdd4,2) at sync+0x6f > syscall2(2f,2f,2f,2,bfbffdd4) at syscall2+0x23d > Xint0x80_syscall() at Xint0x80_syscall+0x2b Hmm. That could have been just about anything, probably a corrupt request structure. Without a dump it's difficult to say very much, but in view of the fact that the drives have gone away, it's possible that it was trying to talk to them anyway. I'd like to see a dump of this. > It hung from there, so I had someone reset it. I'm accessing it > via serial console. The next messages I had were from midway > through the boot: > > vinum: reading configuration from /dev/ad8s1e > vinum: stripe-mirror.p0 is faulty > vinum: stripe-mirror.p1 is faulty > vinum: stripe-mirror is down > vinum: updating configuration from /dev/ad10s1e > vinum: updating configuration from /dev/ad2s1e > vinum: updating configuration from /dev/ad0s1e > vinum: stripe-mirror.p0 is corrupt > vinum: stripe-mirror is up > vinum: stripe-mirror.p1 is corrupt > vinum: /dev is mounted read-only, not rebuilding /dev/vinum > Warning: defective objects Note that ad4 and ad6 are already gone. What comes next is probably not so important. > D max3 State: referenced Device Avail: 0/0 MB > D max4 State: referenced Device Avail: 0/0 MB > P stripe-mirror.p0 S State: corrupt Subdisks: 2 Size: 111 GB > P stripe-mirror.p1 S State: corrupt Subdisks: 2 Size: 111 GB > S stripe-mirror.p0.s0 State: crashed PO: 0 B Size: 55 GB > S stripe-mirror.p1.s0 State: crashed PO: 0 B Sdize: 55 aGB > 0s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK > swapon: adding /dev/da0s1b as swap device > ad4s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK > swapon: adding /dev/ad4s1b as swap device > ad6s1: type 0xa5, start 63, end = 120053744, size 120053682 : OK > swapon: adding /dev/ad6s1b as swap device > Automatic boot in progress... > /dev/da0s1a: 2331 files, 44030 used, 79985 free (793 frags, 9899 blocks, 0.6% fragmentation) > /dev/vinum/strippe-mirror: iCANNOT READ: BLKd 16 > /dev/vinum/str2ipe-mirror: UNEX2PECTED SOFT UPDA TE INCONSISTENCY(; RUN fsck MANUAfLLY. > fsck in frsee(): warning: pcage is already fkree. > fsck in fr)ee(): warning: c,hunk is already free. > fsck in furee(): warning: ipointer to wrongd page. > 0: exited on signal 11 (core dumped) > /dev/vinum/stripe-mirror (/usr/home): EXITED WITH SIGNAL 11 > > I'm not sure if the text corruption here is due to the serial console > being flaky (although it hasn't been before). That's not corruption, it's a second message coming out more slowly and interleaved: pid 22 (fsck), uid 0: exited on signal 11 (core dumped) I haven't seen that before except on a -CURRENT machine. > Here's the dumpconfig -v. > > > sd name stripe-mirror.p0.s0 drive max3 plex stripe-mirror.p0 len 117225472s driveoffset 265s state crashed plexoffset 0s > sd name stripe-mirror.p1.s0 drive max4 plex stripe-mirror.p1 len 117225472s driveoffset 265s state crashed plexoffset 0s These are the objects that interest you. > > Drive /dev/ad2e: 19 GB (20478108160 bytes) > > More info that may or may not be useful: You've truncated the dumpconfig output. Did ad4 or ad6 show up? I'm assuming they didn't. OK, let's hope that only the Vinum labels are corrupted. You have a fair chance that the data section hasn't been overwritten, since there's a copy of the config information (128 kB) between the label and the data. In that case, you should be able to recreate the objects with this config file: device max3 device /dev/ad4s1e device max4 device /dev/ad6s1e That's right, just the drives (check that I have the names right!). Stop vinum if it's running, then do: # vinum vinum -> create newconfig (assuming you've called the new file newconfig). You should end up with exactly these two objects, and they should be up. Next, do: vinum -> start After that, all objects should be there, but they almost certainly won't be the way you want them to be. Send me the output of the 'vinum list' and 'vinum list -v' commands, and I'll tell you what to do next. 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 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 Fri Oct 26 20:55:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id F2FA437B401; Fri, 26 Oct 2001 20:55:36 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA14586; Sat, 27 Oct 2001 13:25:21 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011026232817.76992.qmail@web11606.mail.yahoo.com> Date: Sat, 27 Oct 2001 13:25:16 +0930 (CST) From: "Daniel O'Connor" To: Holtor Subject: RE: Quota Reporting Errors Cc: stable@freebsd.org, questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > We seem to be having a strange quota problem on one > of our web hosting servers. Quota is reporting > that a user is over their quota on /usr but they > most certantly are not. Have you considered the user has an running process with a file descriptor open to a deleted file.. Analogous to this -> cat >foo & rm foo If the cat wrote lots of data into foo and was still running when the rm was issued, the space would not be deallocated. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:57:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id D0B6837B401 for ; Fri, 26 Oct 2001 20:57:11 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9R3ugB19876; Fri, 26 Oct 2001 20:56:46 -0700 (PDT) Message-ID: <00a301c15e9b$83ce6d10$77a44a42@home> From: "PetBuilder" To: "Yet Another FreeBSD Hacker" Cc: "FreeBSD-Questions" References: Subject: Re: Binding additional IP addresses Date: Fri, 26 Oct 2001 20:57:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank You, that worked great. Also, Thanks to Kyle. It didn't work for me but it got me started. Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Yet Another FreeBSD Hacker" To: "PetBuilder" Cc: "FreeBSD-Questions" Sent: Friday, October 26, 2001 8:39 PM Subject: Re: Binding additional IP addresses From /etc/defaults/rc.conf, you'll find a sample entry: #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. Copy that line to /etc/rc.conf, and adjust it to suit your specific needs, such as: ifconfig_ed0_alias0="inet 192.168.0.2 netmask 0xffffffff" ifconfig_ed0_alias1="inet 192.168.0.3 netmask 0xffffffff" Ken On Fri, 26 Oct 2001, PetBuilder wrote: > How do you bind additional IP addresses to a network card? > We need the extra IP on the system for several sites that will require their own IP. > > Do we just add the numbers to the /etc/rc.conf at the following line: > ifconfig_ed0="192.168.0.1 192.168.0.2 192.168.0.3 netmask 255.255.255.0" > > Thanks, > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 20:58:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7E92237B406 for ; Fri, 26 Oct 2001 20:58:21 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1110B6AB08; Sat, 27 Oct 2001 13:29:12 +0930 (CST) Date: Sat, 27 Oct 2001 13:29:12 +0930 From: Greg Lehey To: Andrew Shahoff Cc: FreeBSD Questions Subject: Re: Vinum troubles Message-ID: <20011027132911.H8085@wantadilla.lemis.com> References: <20011025093959.C67356@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from andrew@ardi.lv on Thu, Oct 25, 2001 at 10:32:55AM +0300 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 25 October 2001 at 10:32:55 +0300, Andrew Shahoff wrote: > How I can create vinum type of partition ? Oops, sorry, I should have been more detailed. But if you have questions like that, the first place to look is the man page. Search for the word 'partition' and you'll find: DRIVE LAYOUT CONSIDERATIONS vinum drives are currently BSD disk partitions. They must be of type vinum in order to avoid overwriting data used for other purposes. Use disklabel -e to edit a partition type definition. The following display shows a typical partition layout as shown by disklabel(8): 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 81920 344064 4.2BSD 0 0 0 # (Cyl. 240*- 297*) b: 262144 81920 swap # (Cyl. 57*- 240*) c: 4226725 0 unused 0 0 # (Cyl. 0 - 2955*) e: 81920 0 4.2BSD 0 0 0 # (Cyl. 0 - 57*) f: 1900000 425984 4.2BSD 0 0 0 # (Cyl. 297*- 1626*) g: 1900741 2325984 vinum 0 0 0 # (Cyl. 1626*- 2955*) In this example, partition ``g'' may be used as a vinum partition. Par- titions ``a'', ``e'' and ``f'' may be used as UFS file systems or ccd partitions. Partition ``b'' is a swap partition, and partition ``c'' represents the whole disk and should not be used for any other purpose. vinum uses the first 265 sectors on each partition for configuration information, so the maximum size of a subdisk is 265 sectors smaller than the drive. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 21: 9:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 51FBE37B405 for ; Fri, 26 Oct 2001 21:09:37 -0700 (PDT) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id ; Sat, 27 Oct 2001 00:09:35 -0400 Message-ID: <1DA741CA6767A144BAA4F10012536C27A8E0@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'freebsd-questions@freebsd.org'" Subject: ipfw ipv4/ipv6 logging question... Date: Sat, 27 Oct 2001 00:09:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gurus.... I have ipfw running for IPv4 and IPv6, and I need some guidance on logging. When an IPv4 packet gets caught by a rule that logs, the information is logged to /var/log/security. Unfortunately, the same cannot be said for IPv6 packets. Those are logged to the console. ACK! How can I, if possible, have the IPv6 traffic logged to the same '/var/log/security' file? Thanks in advance to all for your help! Michael Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 22:33:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id 69EC037B401 for ; Fri, 26 Oct 2001 22:33:44 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by w2xo.pgh.pa.us (8.11.3/8.11.3) with ESMTP id f9R5Z8X72734; Sat, 27 Oct 2001 01:35:08 -0400 (EDT) (envelope-from durham@w2xo.pgh.pa.us) Date: Sat, 27 Oct 2001 01:35:07 -0400 (EDT) From: Jim Durham To: Jeff MacDonald Cc: kstewart@owt.com, questions@FreeBSD.ORG Subject: Re: problems with kde 2.2.2 In-Reply-To: <3BD950FD.000037.20722@frodo.searchcanada.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Jeff MacDonald wrote: > It's a dual 300 so it's not that bad. > > Basically i pkg_delete'd everything that depended on the > old png, then i removed all of kde, and did a fresh install > of the newest png from ports. then installed kde with sysinstall. > > problem being , now when i start kde it says libpng.so.4 cannot > be found. there is a libpng.so.5 in /usr/local/lib.. > > now what ? > [btw thanksf for the patience so far] > jeff. > > > You could do: ln libpng.so.5 libpng.so.4 . Since the later .5 lib is a superset of .4, then it *should* work.. (no guarantees, though, 8-) ) -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 26 23:52:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (mail.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 8270237B401 for ; Fri, 26 Oct 2001 23:52:52 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.33 #1) id 15xNJY-000Mtm-00; Sat, 27 Oct 2001 09:51:28 +0300 Date: Sat, 27 Oct 2001 09:51:28 +0300 From: Odhiambo Washington To: FreeBSD user Cc: FBSD-Q Subject: Re: Newbie-Simple C Shell programming help Message-ID: <20011027095128.C80546@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FreeBSD user , FBSD-Q References: <20011026193434.45814.qmail@web9607.mail.yahoo.com> <20011026134417.O35370-100000@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20011026134417.O35370-100000@Amber.XtremeDev.com> User-Agent: Mutt/1.3.23i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: There is a Massachusetts law requiring all dogs to have their hind legs tied during the month of April. X-Operating-System: FreeBSD 4.4-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 9:50AM up 12 days, 4 mins, 1 user, load averages: 0.13, 0.13, 0.12 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * FreeBSD user [20011026 22:46]: writing on the sub= ject 'Re: Newbie-Simple C Shell programming help' | #!/bin/sh | N=3D1 | while [ $N -le 100 ] | do | echo $N | N=3D`expr $N+1` N=3D`expr $N + 1` The spaces before and after the (+) - that is one thing I read about quite recently while trying to get the picture about shell scripting.... | done |=20 | And /bin/sh is not a c shell. |=20 |=20 | On Fri, 26 Oct 2001, The Almonds wrote: |=20 | > All, | > | > I am trying to run a program via a c shell 100 times | > for a stress test. | > | > I have | > #!/bin/sh | > for 1 in 1 2 3 | > | > do | > | > x | > | > done | > | > as you can see this is painful if I want to do 100. | > Anyone know of a quick way to do this for 100 loops. | > | > Curtis | > | > __________________________________________________ | > Do You Yahoo!? | > Make a great connection at Yahoo! Personals. | > http://personals.yahoo.com | > | > To Unsubscribe: send mail to majordomo@FreeBSD.org | > with "unsubscribe freebsd-questions" in the body of the message | > | > | > |=20 |=20 | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -Wash S y s t e m s A d m i n i s t r a t o r -- ~\\_ =20 Odhiambo Washington \\\\ =20 Wananchi Online Ltd., `\\\\\ =20 1st Flr Loita Hse, Loita Street |\\\\\ =20 PO Box 10286,00100-NAIROBI,KE. \\\\\|__.--~~\ =20 Fax: 254 2 313985-9 _--~ / =20 Fax: 254 2 313922 /~ ////// _-~~~~' =20 E-mail: wash@wananchi.com ('-//////-// =20 URL : http://www.wananchi.com //////(((-) =20 GSM: 254 72 743 223 / 254 733 744 121 /////" =20 _///" =20 +++ Self Test for Paranoia: You know you have it when you can't think of anything that's your own fault. --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72llwn7LIsuxjem8RAoO1AJoDYFgFX0qUasabLv8qjh9nst6GpACfXCo5 702vOtFDp3mD/KrIcrB0uro= =I6vW -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 1:57: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.centrin.net.id (DialupBdg245-219.centrin.net.id [202.146.245.219]) by hub.freebsd.org (Postfix) with SMTP id A2FBE37B401 for ; Sat, 27 Oct 2001 01:56:55 -0700 (PDT) Received: (qmail 1252 invoked by uid 1001); 27 Oct 2001 09:04:21 -0000 Date: Sat, 27 Oct 2001 16:04:21 +0700 From: budsz To: freebsd-questions@freebsd.org Subject: tsting Message-ID: <20011027160421.A1243@bdg.centrin.net.id> Reply-To: budsz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-Fingerprint: A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304 X-MD5Sum-Pubkey.txt: c33ede3eb20024469c041a2a3001df1b X-Pub-Key: http://bdg.centrin.net.id/~budsan02/pubkey.txt X-Uptime: 4:03PM up 1:41, 6 users, load averages: 0.60, 0.57, 0.53 X-Operation-System: FreeBSD i386 X-Service-Provide: Warnet and Game Network X-Company: Kumpr@ng X-Telephone: +62-22-4235364, +62-22-4217297 X-Location: Jl Melong No 29 Bandung 40261 Jawa barat-Indonesia Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 2:16:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by hub.freebsd.org (Postfix) with ESMTP id 51F3F37B407 for ; Sat, 27 Oct 2001 02:16:38 -0700 (PDT) Received: from family (ctb53-02-p15.wc.saix.net [155.239.150.15]) by ctb-mesg2.saix.net (8.11.4/8.11.4) with SMTP id f9R9Fni12729 for ; Sat, 27 Oct 2001 11:15:49 +0200 (SAT) Message-ID: <000801c15ec8$5434c860$0101a8c0@family> From: "Gavin Mutch" To: Subject: Date: Sat, 27 Oct 2001 11:17:38 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C15ED8.FC7111E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 Disposition-Notification-To: "Gavin Mutch" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C15ED8.FC7111E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I was wondering if you could tell me if there is a way to get the number = of lines of a piece of text, with no other output. What I mean by this = is that if you use cat -n file1, you get the number of lines but you = also get the text. Thanx Gavin ------=_NextPart_000_0005_01C15ED8.FC7111E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
I was wondering if you could tell me = if there is=20 a way to get the number of lines of a piece of text, with no other = output. =20 What I mean by this is that if you use cat -n file1, you get the number = of lines=20 but you also get the text.
 
Thanx
Gavin
------=_NextPart_000_0005_01C15ED8.FC7111E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 2:26:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from godzilla.fxprojects.com (godzilla.fxprojects.com [64.81.56.3]) by hub.freebsd.org (Postfix) with ESMTP id C5DA837B403 for ; Sat, 27 Oct 2001 02:26:35 -0700 (PDT) Received: (from michael@localhost) by godzilla.fxprojects.com (8.11.3/8.11.3) id f9R9QWp50451; Sat, 27 Oct 2001 02:26:32 -0700 (PDT) (envelope-from michael) Message-Id: <200110270926.f9R9QWp50451@godzilla.fxprojects.com> Subject: Re: your mail To: gmutch@global.co.za (Gavin Mutch) Date: Sat, 27 Oct 2001 02:26:32 -0700 (PDT) Cc: questions@FreeBSD.ORG In-Reply-To: from "Gavin Mutch" at Oct 27, 2001 11:17:38 AM From: "Michael McCaffrey" X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wc -l file > > This is a multi-part message in MIME format. > > ------=_NextPart_000_0005_01C15ED8.FC7111E0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Hi > > I was wondering if you could tell me if there is a way to get the number = > of lines of a piece of text, with no other output. What I mean by this = > is that if you use cat -n file1, you get the number of lines but you = > also get the text. > > Thanx > Gavin > > ------=_NextPart_000_0005_01C15ED8.FC7111E0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > > > http-equiv=3DContent-Type> > > > > >
Hi
>
 
>
I was wondering if you could tell me = > if there is=20 > a way to get the number of lines of a piece of text, with no other = > output. =20 > What I mean by this is that if you use cat -n file1, you get the number = > of lines=20 > but you also get the text.
>
 
>
Thanx
>
Gavin
> > ------=_NextPart_000_0005_01C15ED8.FC7111E0-- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _ _ (_)-(_) (o o) ooO--(_)--Ooo- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 2:36:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.rambler.ru (mail3.rambler.ru [217.73.192.32]) by hub.freebsd.org (Postfix) with SMTP id 1F3BB37B408 for ; Sat, 27 Oct 2001 02:36:48 -0700 (PDT) Received: from 217.73.192.38 by rambler.ru with SMTP id AA18429 for freebsd-questions@freebsd.org; Sat, 27 Oct 2001 13:35:51 +0300 (MSK) From: Vasili Lednev To: freebsd-questions@FreeBSD.ORG Cc: Subject: Need driver Message-Id: <3BDA8DFD.AA03902@mb4.rambler.ru> Content-Type: text/plain; charset=koi8-r MIME-Version: 1.0 Date: Sat, 27 Oct 2001 13:35:41 +0300 (MSK) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Would you be so nice to help me. Release 4.3 doesn't support my audiocard: Aureal Vortex 8830 Audio (WDM). ---- âÅÓÐÌÁÔÎÁÑ ÐÏÞÔÁ http://mail.Rambler.ru/ òÁÍÂÌÅÒ-ðÏËÕÐËÉ http://ad.rambler.ru/ban.clk?pg=1691&bn=9346 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 2:56:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.centrin.net.id (DialupBdg245-219.centrin.net.id [202.146.245.219]) by hub.freebsd.org (Postfix) with SMTP id 9A90737B405 for ; Sat, 27 Oct 2001 02:56:25 -0700 (PDT) Received: (qmail 1308 invoked by uid 1001); 26 Oct 2001 13:58:10 -0000 Date: Fri, 26 Oct 2001 20:58:09 +0700 From: budsz To: freebsd-questions@FreeBSD.ORG Subject: testing Message-ID: <20011026205809.A1299@bdg.centrin.net.id> Reply-To: budsz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-Fingerprint: A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304 X-MD5Sum-Pubkey.txt: c33ede3eb20024469c041a2a3001df1b X-Pub-Key: http://bdg.centrin.net.id/~budsan02/pubkey.txt X-Uptime: 8:57PM up 6:50, 6 users, load averages: 0.15, 0.22, 0.21 X-Operation-System: FreeBSD i386 X-Service-Provide: Warnet and Game Network X-Company: Kumpr@ng X-Telephone: +62-22-4235364, +62-22-4217297 X-Location: Jl Melong No 29 Bandung 40261 Jawa barat-Indonesia Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 3:13:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mydomain.com (1Cust181.tnt2.cph3.da.uu.net [213.116.21.181]) by hub.freebsd.org (Postfix) with ESMTP id C856C37B405; Sat, 27 Oct 2001 03:13:13 -0700 (PDT) Date: Sat, 27 Oct 2001 12:10:58 +0100 From: SUPERWEB To: SUPERWEB@FreeBSD.ORG Subject: SEXWEB NO.1 .. MEGAWEB-SEX ! Message-Id: <20011027101313.C856C37B405@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the WorldŽs No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you donŽt need to sign-up or have a creditcard ... The way it should be ! TO PLUGIN and get access to something you with guarantee NEVER have seen before, use ANY of the servers listed below ! Enjoy the BEST! Yours truly, SUPERWEB GROUP To get EASY ACCESS & PLUGIN to the LARGEST CONTENT SEXSERVER on the NET, use any of the 4 SERVERS listed here: 1. http://superweb.123go.cx 2. http://wownet.onweb.cx 3. http://superweb.bl.am 4. http://superweb.doze.to To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 3:20:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id BDBA037B401; Sat, 27 Oct 2001 03:20:44 -0700 (PDT) Received: from pc2-card3-0-cust8.cdf.cable.ntl.com ([213.107.2.8] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15xQa3-0006wD-00; Sat, 27 Oct 2001 11:20:43 +0100 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 15xQZz-00028R-00; Sat, 27 Oct 2001 11:20:39 +0100 Date: Sat, 27 Oct 2001 11:20:39 +0100 From: setantae To: FreeBSD-questions@FreeBSD.org Cc: postmaster@FreeBSD.org Subject: hub.freebsd.org having problems ? Message-ID: <20011027112039.A8169@rhadamanth> Mail-Followup-To: setantae , FreeBSD-questions@FreeBSD.org, postmaster@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems that hub.freebsd.org is having issues : 2001-10-27 10:45:02 15xPyp-0005NO-00 == FreeBSD-doc@freebsd.org T=remote_smtp defer (0): SMTP error from remote mailer after RCPT TO: : host hub.freebsd.org [216.136.204.18]: 450 : Sender address rejected: Domain not found 2001-10-27 11:11:00 15xPyp-0005NO-00 == FreeBSD-doc@freebsd.org T=remote_smtp defer (0): SMTP error from remote mailer after RCPT TO: : host hub.freebsd.org [216.136.204.18]: 450 : Sender address rejected: Domain not found 2001-10-27 11:11:28 15xQR4-0006br-00 => majordomo@freebsd.org R=lookuphost T=remote_smtp H=hub.freebsd.org [216.136.204.18] 2001-10-27 11:13:01 15xPyp-0005NO-00 == FreeBSD-doc@freebsd.org routing defer (-42): retry time not reached That domain is absolutely fine on the root servers and on the authoritative DNS servers. Could someone please take a look if they aren't already ? Thanks, Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 3:33: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 45CC537B403 for ; Sat, 27 Oct 2001 03:33:00 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-144.wobline.de [212.68.69.152]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9RAZDR43957 for ; Sat, 27 Oct 2001 06:35:13 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9RAYbr10257 for ; Sat, 27 Oct 2001 12:34:37 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9RAX6900745 for ; Sat, 27 Oct 2001 12:33:07 +0200 (CEST) (envelope-from nils@tisys.org) Date: Sat, 27 Oct 2001 12:33:06 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: freebsd-questions@freebsd.org Subject: Funny things to do with tar... Message-ID: <20011027121324.O692-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, well, in the following I will talk about some strange experiences I have recently made usig "tar". Probably some of you will have some suggestions as to how to make my future tar-esperiences less strange. In that case, I'd be glad to hear about it! Ok, the situation was like that: I started investigating in the possibility of using tar together with CD-RW media in order to back up my system. I thought the best thing I might do was trying it out under real world conditions, which means creating a backup of machine 1 and then extract it back to machine 2, which I have put together especially for this test. So let's do it, I thought, and had a look at the tar man page. I decided that I could simply use tar with the standards -c option, then tell it that I wanted multiple volumes (-M) and that the volumes should be CD-sizes (-L). I started tar like that, created multiple .tar files on my hard disk, and burned them on CD. Note that I made an ISO-fs of each .tar file first, as pervious experiences have shown that burning a "raw" .tar file to CD causes problems that manifest themselves that during the extraction process tar will not be able to detect the end-of-file, so it will abort with a lot of read errors once it has reached the end of the first CD. Making an ISOFS from each .tar file solves that issue. Let's go ahead: Finally, all my CDs were ready, containing the complete /usr partition of my work machine. I then headed over to my test machine to restore the CDs. It did in fact work, without any obvious error messages! The problematic part begins here: Upon having extracted the tar-CDs, I tried to see if the extracted data was actually usable. In order to find that out, I decided to start a few programs and see if them run. Interestingly, when I started X with KDE, KDE didn't want to start. kdeinit (as well as several other KDE processes) crashed and dumped core. I tried to investigate on that issue, but without luck. Eventually, I erased the whole /usr partition on my test machine, and used NFS to directly copy /usr over from my work machine to my test machine. After that operation had completed, KDE would run again! So, what have I learned? Obviously, the data extracted from my .tar-CDs was at least partly corrupted, as copying the same data via NFS worked. All of this makes the issue extremely complicated: I don't know if the data got corrupted during creation of the .tar files, during the burncd process, or during the extraction process. Furthermore, I don't know if I should probably look for the fault in the CD-RW writer, in the CD-ROM drive that read the data, or if I should suspect I have bad CD-RW media. All I know is that a backup process like this is not a good thing to use for actually backing up important files. So, any suggestions? Is anybody using tar + CD-RW and can tell me about successes or similar failures? Any ideas how I can better make sure that the data on my CD-RW media is actually in good working condition? I'd be glad to hear about anything related to this issue! Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 3:38:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id C157137B403; Sat, 27 Oct 2001 03:38:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 40F7966B0F; Sat, 27 Oct 2001 03:38:46 -0700 (PDT) Date: Sat, 27 Oct 2001 03:38:45 -0700 From: Kris Kennaway To: setantae Cc: FreeBSD-questions@FreeBSD.ORG, postmaster@FreeBSD.ORG Subject: Re: hub.freebsd.org having problems ? Message-ID: <20011027033845.A65340@xor.obsecurity.org> References: <20011027112039.A8169@rhadamanth> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011027112039.A8169@rhadamanth>; from setantae@submonkey.net on Sat, Oct 27, 2001 at 11:20:39AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 27, 2001 at 11:20:39AM +0100, setantae wrote: >=20 > It seems that hub.freebsd.org is having issues : >=20 > 2001-10-27 10:45:02 15xPyp-0005NO-00 =3D=3D FreeBSD-doc@freebsd.org T=3Dr= emote_smtp defer (0): SMTP error from remote mailer after RCPT TO: : host hub.freebsd.org [216.136.204.18]: 450 : Sender address rejected: Domain not found > 2001-10-27 11:11:00 15xPyp-0005NO-00 =3D=3D FreeBSD-doc@freebsd.org T=3Dr= emote_smtp defer (0): SMTP error from remote mailer after RCPT TO: : host hub.freebsd.org [216.136.204.18]: 450 : Sender address rejected: Domain not found > 2001-10-27 11:11:28 15xQR4-0006br-00 =3D> majordomo@freebsd.org R=3Dlooku= phost T=3Dremote_smtp H=3Dhub.freebsd.org [216.136.204.18] > 2001-10-27 11:13:01 15xPyp-0005NO-00 =3D=3D FreeBSD-doc@freebsd.org routi= ng defer (-42): retry time not reached >=20 > That domain is absolutely fine on the root servers and on the authoritati= ve DNS servers. It's not resolvable from here. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72o61Wry0BWjoQKURAoa0AKDVmzMh03Dvz2Db4OaHgOG5QdyRHQCeKOXn e+1I0CTyTuEkSed9pcWYFGU= =2kvZ -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 3:51:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from calais.pt.lu (calais.pt.lu [194.154.192.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CB9537B405 for ; Sat, 27 Oct 2001 03:51:08 -0700 (PDT) Received: from pt.lu (ppp03a-90070708-071.pt.lu [195.46.253.71]) by calais.pt.lu (8.9.3/8.9.1) with ESMTP id MAA04803 for ; Sat, 27 Oct 2001 12:51:04 +0200 (MET DST) X-Mozilla-Status: 0801 Message-ID: <3BDA9280.3050009@pt.lu> Date: Sat, 27 Oct 2001 12:54:56 +0200 From: Leon Kirsch User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Installation Content-Type: multipart/mixed; boundary="------------020404050007040507040401" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------020404050007040507040401 Content-Type: text/plain; name="freebsd.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd.txt" Hi, I want to install FreeBSD 4.4 on my Intel-PC in place of (Linux) partition /dev/hda7. Is the FreeBSD FDISK screen underneath the way to do it? -------------- screen display --------------------------------------------- Disk name: ad0 FDISK Parttion Editor DISK Geometry: 1046 cyls/255 heads/63 sectors = 16803990 sectors (8205MB) Offset Size(KB) End Name Ptype Desc Subtype Flags 0 31 62 - 6 unused 0 63 1028128 2056319 ad0s1 2 fat 6 = 2056320 1558035 5172929 ad0s2 2 fat 6 = 5172930 2008125 9189179 ad0s3 1 ext2fs 131 = 9189180 1767150 12723479 ad0s4 3 freebsd 165 C= <---------- 12723480 1614532 15952544 X 1 ext2fs 131 = | 15952545 425722 16803989 X 1 ext2fs 131 = | 16803990 2835 16809659 - 6 unused 0 | | --------------- cut rest of screen display -------------------------------- | | | --------------- Result of Linux df command -------------------- | | Filesystem 1k-blocks Used Available Use% Mounted on | /dev/hda6 2015936 1514536 398988 79% / | /dev/hda7 1770920 862812 818148 51% /Mandrake80 <-- FreeBSD ---+ /dev/hda8 1616463 1089264 443663 71% /SuSE62 | /dev/hda1 1027856 828832 199024 81% /C: | /dev/hda5 1541984 167648 1374336 11% /D: | | ------------------------------------------------------------- | | | ----------- Result of 'Linux' fdisk -l command ------------ | | Disk /dev/hda: 255 heads, 63 sectors, 1046 cylinders | Units = cylinders of 16065 * 512 bytes | | Device Boot Start End Blocks Id System | | /dev/hda1 * 1 128 1028128+ 6 FAT16 | /dev/hda2 129 1023 7189087+ 5 Extended | /dev/hda5 129 320 1542208+ 6 FAT16 | /dev/hda6 321 575 2048256 83 Linux | /dev/hda7 576 799 1799248+ 83 Linux <-------------------------- /dev/hda8 800 1007 1670728+ 83 Linux /dev/hda9 1008 1023 128488+ 82 Linux swap ------------------------------------------------------------ Some more questions. - under FreeBSD FDISK if Name=X does it mean this slice is not usable / reachable? - Can I reach / work on both DOS (fat) slices. - How do i make the FreeBSD bootable in order to boot FreeBSD, Linux and Windows via PartitionMagick (BootMagick)? Thank you very much. Leon Kirsch - vlkirsch@pt.lu --------------020404050007040507040401-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 4: 2:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 6F03337B405 for ; Sat, 27 Oct 2001 04:02:44 -0700 (PDT) Received: from pc2-card3-0-cust8.cdf.cable.ntl.com ([213.107.2.8] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15xREg-0000pT-00; Sat, 27 Oct 2001 12:02:42 +0100 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 15xREa-0002B6-00; Sat, 27 Oct 2001 12:02:36 +0100 Date: Sat, 27 Oct 2001 12:02:36 +0100 From: setantae To: kris@obsecurity.org Cc: freebsd-questions@freebsd.org Subject: Re: hub.freebsd.org having problems ? Message-ID: <20011027120236.A8320@rhadamanth> Mail-Followup-To: setantae , kris@obsecurity.org, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway wrote: > On Sat, Oct 27, 2001 at 11:20:39AM +0100, setantae wrote: >> It seems that hub.freebsd.org is having issues : >> That domain is absolutely fine on the root servers and on the authoritative DNS servers. > It's not resolvable from here. Hmm, it would seem that my hosts are unreachable from the majority of the USA. Grr. Thanks for checking, Kris. Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 4: 4:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from padu.brownforces.org (padu.brownforces.org [216.43.25.141]) by hub.freebsd.org (Postfix) with ESMTP id E4F3837B409 for ; Sat, 27 Oct 2001 04:04:10 -0700 (PDT) Received: (from vkulkarn@localhost) by padu.brownforces.org (8.10.1/8.9.3) id f9RB45U13187 for freebsd-questions@freebsd.org; Sat, 27 Oct 2001 06:04:05 -0500 (CDT) Date: Sat, 27 Oct 2001 06:04:05 -0500 From: Vikram Kulkarni To: freebsd-questions@freebsd.org Subject: Re: hub.freebsd.org having problems ? Message-ID: <20011027060405.B27555@padu.brownforces.org> Reply-To: Vikram Kulkarni References: <20011027112039.A8169@rhadamanth> <20011027033845.A65340@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <20011027033845.A65340@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Oct 27, 2001 at 03:38:45AM -0700 X-Platform-Of-Choice: BeOS R5 X-Choosen-Adhesive: Duct Tape Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 03:38:45AM -0700, Kris Kennaway wrote: > On Sat, Oct 27, 2001 at 11:20:39AM +0100, setantae wrote: > > > > That domain is absolutely fine on the root servers and on the authoritative DNS servers. > > It's not resolvable from here. seems fine from here blah% host -a submonkey.net Trying "submonkey.net." ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63351 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 0 ;; QUESTION SECTION: ;submonkey.net. IN ANY ;; ANSWER SECTION: submonkey.net. 27977 IN A 213.219.14.243 submonkey.net. 27977 IN A 213.219.14.245 submonkey.net. 27977 IN NS dns0.easily.co.uk. submonkey.net. 27977 IN NS dns1.easily.co.uk. ;; AUTHORITY SECTION: submonkey.net. 27977 IN NS dns0.easily.co.uk. submonkey.net. 27977 IN NS dns1.easily.co.uk. Received 141 bytes from 127.0.0.1#53 in 4 ms -Vik -- vikram kulkarni You do not beg the sun for mercy. vkulkarn@uiuc.edu -Stilgar, the Fremen Naib vkulkarn@brownforces.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 4:53:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f43.law14.hotmail.com [64.4.21.43]) by hub.freebsd.org (Postfix) with ESMTP id 1F14F37B401 for ; Sat, 27 Oct 2001 04:53:45 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Oct 2001 04:53:44 -0700 Received: from 212.59.24.205 by lw14fd.law14.hotmail.msn.com with HTTP; Sat, 27 Oct 2001 11:53:44 GMT X-Originating-IP: [212.59.24.205] From: "Edward Gess" To: freebsd-questions@freebsd.org Subject: LDT, devices, video... Date: Sat, 27 Oct 2001 11:53:44 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Oct 2001 11:53:44.0988 (UTC) FILETIME=[07CF95C0:01C15EDE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How to access LDT's on FreeBSD? Is there special functions to do that??? How X Window accesses I/O ports of graphics adapters? For example, how to draw a red line on my screen using "/dev/vga" or something similar??? What types of data I have to send to the VGA device??? Please give me some links where I could find information on how to wite device drivers (keyboard, video, PIC, IDE[ATA] floppy, etc.) Thanks! _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 5:32:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.centrin.net.id (DialupBdg245-219.centrin.net.id [202.146.245.219]) by hub.freebsd.org (Postfix) with SMTP id 0A26B37B403 for ; Sat, 27 Oct 2001 05:32:15 -0700 (PDT) Received: (qmail 2388 invoked by uid 1001); 24 Oct 2001 14:39:41 -0000 Date: Wed, 24 Oct 2001 21:39:41 +0700 From: budsz To: freebsd-questions@FreeBSD.ORG Subject: Anti Virus Message-ID: <20011024213941.A2361@bdg.centrin.net.id> Reply-To: budsz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-Fingerprint: A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304 X-MD5Sum-Pubkey.txt: c33ede3eb20024469c041a2a3001df1b X-Pub-Key: http://bdg.centrin.net.id/~budsan02/pubkey.txt X-Uptime: 9:27PM up 12:04, 3 users, load averages: 0.12, 0.24, 0.33 X-Operation-System: FreeBSD i386 X-Service-Provide: Warnet and Game Network X-Company: Kumpr@ng X-Telephone: +62-22-4235364, +62-22-4217297 X-Location: Jl Melong No 29 Bandung 40261 Jawa barat-Indonesia Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've trouble with installing mcafee (vlnx414e.tar.Z), I used comment #tar xvfZ vlnx414e.tar.Z /usr/local/src/ after that I followed intruction to use ./install-uvsc but I got some error "can't load modules bla...bla" (sorry I'am forgot). How to resolve them..? TIA -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 5:43:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id D24DC37B406 for ; Sat, 27 Oct 2001 05:43:54 -0700 (PDT) Received: from H alexanderjase@smtp-send.myrealbox.com [202.89.150.133] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.86 $ on Novell NetWare; Sat, 27 Oct 2001 06:43:54 -0600 Message-ID: <00cd01c15ee5$0d4daa80$0100a8c0@K.Leung> From: "Alexander-Jase Davidson" To: "FreeBSD Question" Subject: ntalkd fail to run [socket problem?] Date: Sun, 28 Oct 2001 01:43:58 +1300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I have just installed a copy of 4.4-release and as I use talk, it reported "checking invitation on caller's machine". I have enabled ntalkd in inetd.conf and of course, enabled inetd as well. I login as root and run /usr/libexec/ntalkd and it reported something like "...socket on non-socket". Since I have done some modification to the system afterwards as an attempt to ressolve the problem, I messed up the machine and can not remember the exact report. But it is something to do with socket. What can I do? Regards, AJ Davidson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 6:38:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from calais.pt.lu (calais.pt.lu [194.154.192.52]) by hub.freebsd.org (Postfix) with ESMTP id E9BDC37B405 for ; Sat, 27 Oct 2001 06:38:22 -0700 (PDT) Received: from pt.lu (ppp09-90070708-244.pt.lu [195.46.247.244]) by calais.pt.lu (8.9.3/8.9.1) with ESMTP id PAA00150 for ; Sat, 27 Oct 2001 15:38:19 +0200 (MET DST) Message-ID: <3BDAB9E2.5010407@pt.lu> Date: Sat, 27 Oct 2001 15:42:58 +0200 From: Leon Kirsch User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions Subject: [Fwd: FreeBSD Installation] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -------- Original Message -------- Subject: FreeBSD Installation Date: Sat, 27 Oct 2001 12:54:56 +0200 From: Leon Kirsch To: freebsd-questions@FreeBSD.ORG Hi, I want to install FreeBSD 4.4 on my Intel-PC in place of (Linux) partition /dev/hda7. Is the FreeBSD FDISK screen underneath the way to do it? -------------- screen display --------------------------------------------- Disk name: ad0 FDISK Parttion Editor DISK Geometry: 1046 cyls/255 heads/63 sectors = 16803990 sectors (8205MB) Offset Size(KB) End Name Ptype Desc Subtype Flags 0 31 62 - 6 unused 0 63 1028128 2056319 ad0s1 2 fat 6 = 2056320 1558035 5172929 ad0s2 2 fat 6 = 5172930 2008125 9189179 ad0s3 1 ext2fs 131 = 9189180 1767150 12723479 ad0s4 3 freebsd 165 C= <---------- 12723480 1614532 15952544 X 1 ext2fs 131 = | 15952545 425722 16803989 X 1 ext2fs 131 = | 16803990 2835 16809659 - 6 unused 0 | | --------------- cut rest of screen display -------------------------------- | | | --------------- Result of Linux df command -------------------- | | Filesystem 1k-blocks Used Available Use% Mounted on | /dev/hda6 2015936 1514536 398988 79% / | /dev/hda7 1770920 862812 818148 51% /Mandrake80 <-- FreeBSD ---+ /dev/hda8 1616463 1089264 443663 71% /SuSE62 | /dev/hda1 1027856 828832 199024 81% /C: | /dev/hda5 1541984 167648 1374336 11% /D: | | ------------------------------------------------------------- | | | ----------- Result of 'Linux' fdisk -l command ------------ | | Disk /dev/hda: 255 heads, 63 sectors, 1046 cylinders | Units = cylinders of 16065 * 512 bytes | | Device Boot Start End Blocks Id System | | /dev/hda1 * 1 128 1028128+ 6 FAT16 | /dev/hda2 129 1023 7189087+ 5 Extended | /dev/hda5 129 320 1542208+ 6 FAT16 | /dev/hda6 321 575 2048256 83 Linux | /dev/hda7 576 799 1799248+ 83 Linux <-------------------------- /dev/hda8 800 1007 1670728+ 83 Linux /dev/hda9 1008 1023 128488+ 82 Linux swap ------------------------------------------------------------ Some more questions. - under FreeBSD FDISK if Name=X does it mean this slice is not usable / reachable? - Can I reach / work on both DOS (fat) slices. - How do i make the FreeBSD bootable in order to boot FreeBSD, Linux and Windows via PartitionMagick (BootMagick)? Thank you very much. Leon Kirsch - vlkirsch@pt.lu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 6:47:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fibertel.com.ar (mta1.fibertel.com.ar [24.232.0.161]) by hub.freebsd.org (Postfix) with ESMTP id 6985837B407 for ; Sat, 27 Oct 2001 06:47:25 -0700 (PDT) Received: from fibertel.com.ar (24.232.7.183) by mail.fibertel.com.ar (5.5.034) id 3BD3E64A001298F6 for questions@FreeBSD.org; Sat, 27 Oct 2001 10:50:06 -0300 Message-ID: <3BDABAD1.D562B0AB@fibertel.com.ar> Date: Sat, 27 Oct 2001 10:46:57 -0300 From: Noel Balansag X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: how do i run X version 4.1 ? Content-Type: multipart/mixed; boundary="------------F96ED3BA71E742DF293C2E46" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------F96ED3BA71E742DF293C2E46 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hi. i installed xfree 3.3.6 during system installation, then i tried to upgrade it by installing xfree4.1 via the ports collection, but when i try to run x, log shows that version 3.3.6 is running. How do i make x to run version 4.1? I included the log just in case. Also, how do i install xwrapper? It does not appear on the ports collection list when I do /stand/sysinstall. By the way, am running FreeBSD 4.4-Release. tia. --------------F96ED3BA71E742DF293C2E46 Content-Type: text/plain; charset=us-ascii; name="mgaerrx" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mgaerrx" Script started on Sat Oct 27 10:38:41 2001 host# startx xauth: (argv):1: bad display name "host.fibertel.com.ar:0" in "list" command xauth: (argv):1: bad display name "host.fibertel.com.ar:0" in "add" command XFree86 Version 3.3.6 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: xx November 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 4.4-RELEASE i386 [ELF] Configured drivers: SVGA: server for SVGA graphics adaptors (Patchlevel 1): NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2, RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256, GeForce DDR, Quadro, GeForce2 GTS, GeForce2 GTS (rev1), GeForce2 Ultra, Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b, ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b, ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1, wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128, ati, sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597, sis5598, sis6326, sis530, sis620, sis300, sis630, sis540, tvga8200lx, tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000, tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi, tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682, tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520, cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d, cyberblade, clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430, clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465, clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543, clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga, mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400, oti067, oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308, ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv, ark2000pv, ark2000mt, mx, realtek, AP6422, AT24, AT3D, s3_savage, s3_virge, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200, ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550, ct65554, ct65555, ct68554, ct69000, ct64200, ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740, i740_pci, i810, i810-dc100, i810e, Voodoo Banshee, Voodoo3, smi, generic Using syscons driver with X support (version 2.0) (using VT number 9) XF86Config: /etc/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200 (**) Mouse: buttons: 3 (**) SVGA: Graphics device ID: "Primary Card" (**) SVGA: Monitor ID: "Primary Monitor" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi" (--) SVGA: PCI: S3 Trio3D/2X rev 2, Memory @ 0xe0000000 (--) SVGA: S3V: Trio3D/2X rev 2, Linear FB @ 0xe0000000 (--) SVGA: Detected S3 Trio3D/2X (--) SVGA: using driver for chipset "s3_virge" (--) SVGA: videoram: 4096k (plus 4096k off-screen) (--) SVGA: Ramdac speed: 230 MHz (135 MHz for 24 bpp) (--) SVGA: Detected current MCLK value of 95.455 MHz (--) SVGA: chipset: s3_virge (--) SVGA: videoram: 4096k (**) SVGA: Using 24 bpp, Depth 24, Color weight: 888 (--) SVGA: Maximum allowed dot-clock: 135.000 MHz (**) SVGA: Mode "1024x768": mode clock = 85.000 (**) SVGA: Mode "800x600": mode clock = 69.650 (--) SVGA: Virtual resolution set to 1024x768 (--) SVGA: s3_virge: Using hardware cursor (--) SVGA: Using XAA (XFree86 Acceleration Architecture) (--) SVGA: XAA: Solid filled rectangles (--) SVGA: XAA: Screen-to-screen copy (--) SVGA: XAA: 8x8 pattern fill (--) SVGA: XAA: 8x8 color expand pattern fill (--) SVGA: XAA: CPU to screen color expansion (bitmap, TE/NonTE imagetext, TE/NonTE polytext) (--) SVGA: XAA: Using 8 128x128 areas for pixmap caching (--) SVGA: XAA: Caching tiles and non-transparent stipples (--) SVGA: XAA: Horizontal and vertical lines and segments SESSION_MANAGER=local/host.fibertel.com.ar:/tmp/.ICE-unix/331 xscreensaver-command: not found SetKbdSettings - type: 0 rate: 30 delay: 500 snumlk: 0 SetKbdSettings - Succeeded xscreensaver: not found esd: Esound sound daemon already running or stale UNIX socket /root/.esd/socket This socket already exists indicating esd is already running. Exiting... ** WARNING **: Host name lookup failure on localhost. Gtk-WARNING **: gtk_signal_disconnect_by_data(): could not find handler containing data (0x815D4A0) Gtk-WARNING **: gtk_signal_disconnect_by_data(): could not find handler containing data (0x815D4C0) waiting for X server to shut down xauth: (argv):1: bad display name "host.fibertel.com.ar:0" in "remove" command host# exit exit Script done on Sat Oct 27 10:39:34 2001 --------------F96ED3BA71E742DF293C2E46-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 6:54:35 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 9ADF737B405 for ; Sat, 27 Oct 2001 06:54:30 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Sat, 27 Oct 2001 14:54:26 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 15xTuK-0002sE-00; Sat, 27 Oct 2001 14:53:52 +0100 Date: Sat, 27 Oct 2001 14:53:52 +0100 (BST) From: Jan Grant X-X-Sender: To: Alexander-Jase Davidson Cc: FreeBSD Question Subject: Re: ntalkd fail to run [socket problem?] In-Reply-To: <00cd01c15ee5$0d4daa80$0100a8c0@K.Leung> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, Alexander-Jase Davidson wrote: > Hi folks, > > I have just installed a copy of 4.4-release and as I use talk, it reported > "checking invitation on caller's machine". I have enabled ntalkd in > inetd.conf and of course, enabled inetd as well. I login as root and run > /usr/libexec/ntalkd and it reported something like "...socket on > non-socket". Since I have done some modification to the system afterwards as > an attempt to ressolve the problem, I messed up the machine and can not > remember the exact report. But it is something to do with socket. What can I > do? If ntalkd is anything like talkd (?) then it needs to be run from inetd; enable the line in /etc/inetd.conf for ntalkd. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Theoremhood is positively decidable. It just takes time at least exponential in the length of the proof. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 7:33: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 5E4B037B401 for ; Sat, 27 Oct 2001 07:33:02 -0700 (PDT) Received: from sageone (adsl-64-219-21-30.dsl.crchtx.swbell.net [64.219.21.30]) by sage-american.com (8.9.3/8.9.3) with SMTP id JAA28398; Sat, 27 Oct 2001 09:32:38 -0500 (CDT) Message-Id: <3.0.5.32.20011027093235.00fa6e38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 27 Oct 2001 09:32:35 -0500 To: Nils Holland , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: Funny things to do with tar... In-Reply-To: <20011027121324.O692-100000@jodie.ncptiddische.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I wonder if it has anything to do with the fact that the CD writing process messes with the file attributes, like everything is made read-only or other attributes as well, including permissions, ownership. Here's another way: Save your tar files directly to another hard disk first (leave them there as extra safety backup if you have room). The copy those to the CD. Then copy back and watch the attributes. Then untar them on the test machine to see if it works that way.... At 12:33 PM 10.27.2001 +0200, Nils Holland wrote: >Hi folks, > >well, in the following I will talk about some strange experiences I have >recently made usig "tar". Probably some of you will have some suggestions >as to how to make my future tar-esperiences less strange. In that case, >I'd be glad to hear about it! > >Ok, the situation was like that: I started investigating in the >possibility of using tar together with CD-RW media in order to back up my >system. I thought the best thing I might do was trying it out under real >world conditions, which means creating a backup of machine 1 and then >extract it back to machine 2, which I have put together especially for >this test. > >So let's do it, I thought, and had a look at the tar man page. I decided >that I could simply use tar with the standards -c option, then tell it >that I wanted multiple volumes (-M) and that the volumes should be >CD-sizes (-L). > >I started tar like that, created multiple .tar files on my hard disk, and >burned them on CD. Note that I made an ISO-fs of each .tar file first, as >pervious experiences have shown that burning a "raw" .tar file to CD >causes problems that manifest themselves that during the extraction >process tar will not be able to detect the end-of-file, so it will abort >with a lot of read errors once it has reached the end of the first CD. >Making an ISOFS from each .tar file solves that issue. > >Let's go ahead: Finally, all my CDs were ready, containing the complete >/usr partition of my work machine. I then headed over to my test machine >to restore the CDs. It did in fact work, without any obvious error >messages! > >The problematic part begins here: Upon having extracted the tar-CDs, I >tried to see if the extracted data was actually usable. In order to find >that out, I decided to start a few programs and see if them run. >Interestingly, when I started X with KDE, KDE didn't want to start. >kdeinit (as well as several other KDE processes) crashed and dumped core. >I tried to investigate on that issue, but without luck. > >Eventually, I erased the whole /usr partition on my test machine, and used >NFS to directly copy /usr over from my work machine to my test machine. >After that operation had completed, KDE would run again! > >So, what have I learned? Obviously, the data extracted from my .tar-CDs >was at least partly corrupted, as copying the same data via NFS worked. >All of this makes the issue extremely complicated: I don't know if the >data got corrupted during creation of the .tar files, during the burncd >process, or during the extraction process. Furthermore, I don't know if I >should probably look for the fault in the CD-RW writer, in the CD-ROM >drive that read the data, or if I should suspect I have bad CD-RW media. >All I know is that a backup process like this is not a good thing to use >for actually backing up important files. > >So, any suggestions? Is anybody using tar + CD-RW and can tell me about >successes or similar failures? Any ideas how I can better make sure that >the data on my CD-RW media is actually in good working condition? I'd be >glad to hear about anything related to this issue! > >Greetings >Nils > >Nils Holland >Ti Systems - FreeBSD in Tiddische, Germany >http://www.tisys.org * nils@tisys.org > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 7:35:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id F292A37B407 for ; Sat, 27 Oct 2001 07:35:12 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id f9REYfV86736; Sat, 27 Oct 2001 10:34:42 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, sreese@codysbooks.com Subject: Re: Is Support For Writing to NTFS Planned? References: <3BD9CA02.B61950B2@codysbooks.com> From: Lowell Gilbert Date: 27 Oct 2001 10:34:40 -0400 In-Reply-To: sreese@codysbooks.com's message of "Fri, 26 Oct 2001 20:39:47 +0000 (UTC)" Message-ID: <44ofmtb18f.fsf@lowellg.ne.mediaone.net> Lines: 19 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sreese@codysbooks.com (Scott Reese) writes: > Hi all, I was just wondering if there were any plans to improve the > driver for mounting NTFS partitions on FreeBSD? I just read the man > page and it's over 2 years old, so I wondered if maybe nobody was > working on it. Most of the time I don't need to write anything to the > partition (just read), but it would be nice. :) > > I would also be interested to know why this particular driver is only > able to achieve read-only status. Are there severe technical hurtles or > is it simply a lack of time/interest? I found a few things in the > archives, but there was nothing really concrete in there that I could > find. Nobody seems to be working on it. Ustimenko Semen has been keeping it working, but as far as I can see there's no active development going on. The main trick with features like this is that you're trying to keep up with a moving target. read-only, at least, can't lose any of your data. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 7:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 1925637B403 for ; Sat, 27 Oct 2001 07:36:46 -0700 (PDT) Received: (qmail 4654 invoked by uid 1002); 27 Oct 2001 14:36:38 -0000 From: "Alson van der Meulen" Date: Sat, 27 Oct 2001 16:36:38 +0200 To: freebsd-questions@FreeBSD.ORG Subject: Re: Anti Virus Message-ID: <20011027163638.B25192@md2.mediadesign.nl> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20011024213941.A2361@bdg.centrin.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011024213941.A2361@bdg.centrin.net.id> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 24, 2001 at 09:39:41PM +0700, budsz wrote: > Hi, > > I've trouble with installing mcafee (vlnx414e.tar.Z), I used comment > #tar xvfZ vlnx414e.tar.Z /usr/local/src/ after that I followed intruction > to use ./install-uvsc but I got some error "can't load modules bla...bla" > (sorry I'am forgot). How to resolve them..? They do have a FreeBSD version, why not use that? (vbsd410l.tar.Z for me). Or is only the Linux version available for evaluation? The FreeBSD version works fine for me (after downloading the dat-4167.tar file, and copying the .dat files inside to the uvscan directory for updates). HTH, Alson -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@flutnet.org < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' You might as well all go home early today ... --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 7:39:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B037B403 for ; Sat, 27 Oct 2001 07:39:48 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id f9REdmR86742; Sat, 27 Oct 2001 10:39:48 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Disk Docter Like? References: <20011026191543.41dbe046.roddierod@hotpop.com> From: Lowell Gilbert Date: 27 Oct 2001 10:39:47 -0400 In-Reply-To: roddierod@hotpop.com's message of "Fri, 26 Oct 2001 23:23:20 +0000 (UTC)" Message-ID: <44lmhxb0zw.fsf@lowellg.ne.mediaone.net> Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roddierod@hotpop.com (Rod Person) writes: > I have a harddrive that is starting to die on me. There are some bad sectors in the fat. I hardware friend of mine tells me that norton disk doctor will fix that. > Is there anything in the FreeBSD/unix world like it? No. There used to be, but for a number of years now, drives have done their own bad-sector remapping, without telling the OS about it. After a while, they may run out of space in their bad sector tables, and start reporting the failures to the OS. By that point, though, it's time to get a new hard drive. Make sure you have several good backups. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:20: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 1upmc-msximc1.isdip.upmc.edu (1upmc-msximc1.isdip.upmc.edu [128.147.18.39]) by hub.freebsd.org (Postfix) with ESMTP id 2002C37B408 for ; Sat, 27 Oct 2001 08:19:33 -0700 (PDT) Received: by 1upmc-msximc1.isdip.upmc.edu with Internet Mail Service (5.5.2653.19) id ; Sat, 27 Oct 2001 11:18:31 -0400 Message-ID: <46AEB8C1B628D511969200508B6FE42A6686E8@1upmc-msx6.isdip.upmc.edu> From: "Person, Roderick" To: 'Lowell Gilbert ' , "'freebsd-questions@freebsd.org '" Subject: RE: Disk Docter Like? Date: Sat, 27 Oct 2001 11:18:31 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C15EFA.A32D8970" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C15EFA.A32D8970 Content-Type: text/plain; charset="iso-8859-1" Just what I was afraid of. It must be close to going because the 4.4 kernel will not boot this drive. Better start backing up I guess. Thanks Rod. -----Original Message----- From: Lowell Gilbert To: freebsd-questions@freebsd.org Sent: 10/27/2001 10:39 AM Subject: Re: Disk Docter Like? roddierod@hotpop.com (Rod Person) writes: > I have a harddrive that is starting to die on me. There are some bad sectors in the fat. I hardware friend of mine tells me that norton disk doctor will fix that. > Is there anything in the FreeBSD/unix world like it? No. There used to be, but for a number of years now, drives have done their own bad-sector remapping, without telling the OS about it. After a while, they may run out of space in their bad sector tables, and start reporting the failures to the OS. By that point, though, it's time to get a new hard drive. Make sure you have several good backups. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01C15EFA.A32D8970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Disk Docter Like?

Just what I was afraid of. It must be close to going = because the 4.4 kernel will not boot this drive. Better start backing = up I guess. Thanks

Rod.


-----Original Message-----

From: Lowell Gilbert

To: freebsd-questions@freebsd.org

Sent: 10/27/2001 10:39 AM

Subject: Re: Disk Docter Like?



roddierod@hotpop.com (Rod Person) writes:



> I have a harddrive that is starting to die on = me. There are some bad

sectors in the fat. I hardware friend of mine tells = me that norton disk

doctor will fix that.

> Is there anything in the FreeBSD/unix world like = it?



No.  There used to be, but for a number of years = now, drives have done

their own bad-sector remapping, without telling the = OS about it.

After a while, they may run out of space in their bad = sector tables,

and start reporting the failures to the OS.  By = that point, though,

it's time to get a new hard drive.



Make sure you have several good backups.



To Unsubscribe: send mail to = majordomo@FreeBSD.org

with "unsubscribe freebsd-questions" in the = body of the message

------_=_NextPart_001_01C15EFA.A32D8970-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:28:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id E4DD437B40A for ; Sat, 27 Oct 2001 08:28:38 -0700 (PDT) Received: from [65.93.34.61] by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011027152838.DREM4828.tomts19-srv.bellnexxia.net@[65.93.34.61]> for ; Sat, 27 Oct 2001 11:28:38 -0400 Date: Sat, 27 Oct 2001 11:38:17 -0400 (EDT) From: "Steve Brown " To: "freebsd-questions@freebsd.org" Subject: asfiles Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, This seems like a stupid question, but it's been eluding me for weeks: I successfully installed asfiles-1.0 (per pkg_info), but I cannot figure out what file to run in order to make it start. Does anyone know what it's called? thanks, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:37:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from steeltoe.niceboots.com (steeltoe.niceboots.com [208.25.85.157]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2737B401; Sat, 27 Oct 2001 08:37:17 -0700 (PDT) Received: from localhost (tenebrae@localhost) by steeltoe.niceboots.com (8.11.3/8.11.0) with ESMTP id f9RFbGL30139; Sat, 27 Oct 2001 08:37:16 -0700 (PDT) Date: Sat, 27 Oct 2001 08:37:16 -0700 (PDT) From: Tenebrae To: Holtor Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Quota Reporting Errors In-Reply-To: <20011026232817.76992.qmail@web11606.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 26 Oct 2001, Holtor wrote: > Hello Everyone, > > We seem to be having a strange quota problem on one > of our web hosting servers. Quota is reporting > that a user is over their quota on /usr but they > most certantly are not. The same problem exists on freeBSD web servers where I work. If a user goes over their quota, it keeps reporting they're over their quota until their web process is hupped...we even had a script (usrserv) that would let the user restart their process themselves (since it was owned by root). Using du in their home directory would show if they were REALLY over their quota (in our case, it was usually their apache log files putting them over the edge). I never quite understood the mechanism behind all this, but it worked. -Tenebrae. --- I'm not a sysadmin, but I play one on TV. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:40:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ic.sunysb.edu (mail.ic.sunysb.edu [129.49.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 6B06F37B405 for ; Sat, 27 Oct 2001 08:40:29 -0700 (PDT) Received: from postal.ic.sunysb.edu (mail [129.49.1.4]) by mail.ic.sunysb.edu (8.11.6/8.11.6) with SMTP id f9RFeSk17163 for ; Sat, 27 Oct 2001 11:40:28 -0400 (EDT) Received: from smtp.ic.sunysb.edu ([129.49.1.24]) by postal.ic.sunysb.edu (NAVGW 2.5.1.12) with SMTP id M2001102711402823215 for ; Sat, 27 Oct 2001 11:40:28 -0400 Received: from sparky.ic.sunysb.edu (daemon@sparky.ic.sunysb.edu [129.49.1.3]) by smtp.ic.sunysb.edu (8.11.6/8.11.6) with ESMTP id f9RFeSf17159 for ; Sat, 27 Oct 2001 11:40:28 -0400 (EDT) Received: from localhost (tscheng@localhost) by sparky.ic.sunysb.edu (8.11.6/8.11.6) with ESMTP id f9RFeSo19320 for ; Sat, 27 Oct 2001 11:40:28 -0400 (EDT) Date: Sat, 27 Oct 2001 11:40:28 -0400 (EDT) From: Tsu-Fan Cheng To: freebsd-questions@FreeBSD.org Subject: floppy image Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=big5 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi bsd, =09i just downloaded floppy image of kern and mfsroot, as i followed the instruction of making images, one of them faied to do so, it is kern.flp, i am doing this under DOS, win98, it gave me "Read fault" after i excecute it, mfsroot was fine, nothing wrong with it, can u show me how to fix this? thanks!=20 Best Regards, Tsu-Fan Cheng [=BEG=AF=AA=A6|] (BIG5)=09=09=09Jen-Chih Hsieh's lab [=C1=C2= =A4=AF=A6=DC] SUNY at Stony Brook=09=09 =09=09Tel: 1-631-632-1664 435R Stony Brook, NY, 11794 "There is no gene for the human spirits"=09~GATTACA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:44:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mcp.csh.rit.edu (mcp.csh.rit.edu [129.21.60.9]) by hub.freebsd.org (Postfix) with ESMTP id 50BE737B403 for ; Sat, 27 Oct 2001 08:44:18 -0700 (PDT) Received: from fury.csh.rit.edu (fury.csh.rit.edu [129.21.60.5]) by mcp.csh.rit.edu (Postfix) with ESMTP id 6D853DA for ; Sat, 27 Oct 2001 11:44:17 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 4C8BF2E079; Sat, 27 Oct 2001 11:44:14 -0400 (EDT) Date: Sat, 27 Oct 2001 11:44:14 -0400 From: Jon Parise To: freebsd-questions@freebsd.org Subject: boot -v capture Message-ID: <20011027114413.A20860@csh.rit.edu> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone suggest a means by which to capture the 'boot -v' output without using a serial console? I'm stuck without any serial ports on my notebook. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:45: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natpost.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 9AF8437B40D for ; Sat, 27 Oct 2001 08:44:58 -0700 (PDT) Received: from compi (pD9049516.dip.t-dialin.net [217.4.149.22]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id RAA27484 for ; Sat, 27 Oct 2001 17:44:56 +0200 (MET DST) From: "=?ISO-8859-1?Q?Boris_K=F6ster_?=" Organization: X-ITEC IT-Consulting http://www.x-itec.de To: freebsd-questions@FreeBSD.ORG Date: Sat, 27 Oct 2001 17:44:54 +0200 MIME-Version: 1.0 Subject: Server problem, need help Message-ID: <3BDAF296.15632.62E6D9B@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable Content-description: Mail message body Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OS: FreeBSD 4.4 During formatting a 2nd HD on our FreeBSD Server via remote SSH (i have no= physical access) I lost my connection to the internet server because of inactivity = of the line - my server in my intranet has cut the connection. After a new internet connection, I have this problem: I can ping the server, but I can no longer log in, I can not do anything. ssh, ftp, WWW everything is down. Is there a bsd-guru trick or similar for= me? Here is a log: natserver# ftp xxx Connected to xxx. 421 Service not available, remote server has closed connection. natserver# telnet xx Trying xx Connected to fs. Escape character is '^]'. Connection closed by foreign host. nmap: Starting nmap V. 2.54BETA29 Interesting ports on xx (The 1540 ports scanned but not shown below are in state: closed) Port State Service 21/tcp open ftp 22/tcp open ssh 23/tcp open telnet 25/tcp open smtp 37/tcp open time 80/tcp open http 587/tcp open submission 3306/tcp open mysql The services are available, but I have no access on the production server = -(((( Need help. Bye -- Boris K=F6ster [C / C++ / PHP / FreeBSD / Security / Consulting] Maintainer of IPSEC Mini-HowTo | QSP | and more. HTTP://www.x-itec.de * koester@x-itec.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:52:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 41ADE37B407 for ; Sat, 27 Oct 2001 08:52:21 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9RFpuB29130 for ; Sat, 27 Oct 2001 08:51:56 -0700 (PDT) Message-ID: <000e01c15eff$5bfdb6b0$77a44a42@home> From: "PetBuilder" To: "FreeBSD-Questions" Subject: Apache Mailing list Date: Sat, 27 Oct 2001 08:52:19 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C15EC4.AF7ED390" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C15EC4.AF7ED390 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a large number of questions about Apache. Is there any good = mailing list groups that someone might recommend for a Newbie?=20 I don't want to flood FreeBSD groups with questions about apache. Thanks, Craig Rose Web-Zonic, Inc. =20 ------=_NextPart_000_000B_01C15EC4.AF7ED390 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have a large number of questions = about=20 Apache. Is there any good mailing list groups that someone = might=20 recommend for a Newbie?
I don't want to flood FreeBSD groups = with questions=20 about apache.
 
Thanks,
 
Craig Rose
Web-Zonic, = Inc.
 
------=_NextPart_000_000B_01C15EC4.AF7ED390-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 8:55:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.titlehouse.com (w245.z206111108.lax-ca.dsl.cnc.net [206.111.108.245]) by hub.freebsd.org (Postfix) with ESMTP id 8445037B403 for ; Sat, 27 Oct 2001 08:55:52 -0700 (PDT) Received: from uazth.msn.com (proxy.integrity.com [63.251.172.58]) by mail.titlehouse.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VHX27V6Y; Sat, 27 Oct 2001 06:52:29 -0700 From: kftr88b@msn.com To: b2edp8gywh@msn.com Reply-To: carlofishbeck623@excite.com Subject: Increase Sales, Accept Credit Cards! [wsvcv] X-Mailer: MIME::Lite 2.106 Message-Id: <20011027155552.8445037B403@hub.freebsd.org> Date: Sat, 27 Oct 2001 08:55:52 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We provide businesses of ALL types an opportunity to have their own no hassle Credit Card Merchant Account with NO setup fees. Good credit, bad credit, no credit -- not a problem! 95% approval rate! You will be able to accept all major credit cards including Visa, MasterCard, American Express and Discover, as well as debit cards, ATM and check guarantee services. You will have the ability to accept E-checks over the Internet with a secure server. To insure that you wont miss a sale, you will be able to accept checks by Phone or Fax. We can handle ANY business and client type! If you already have a merchant account we can lower your rates substantially with the most competitive rates in the industry and state of the art equipment and software. We will tailor a program to fit your budget and you wont pay a premium for this incredible service! If you are a U.S. citizen and are interested in finding out additional information or to speak with one of our reps, reply to this email and include the following contact information: Your Name, Phone Number (with Area/Country code), and if possible, a best time to call. One of our sales reps will get back to you shortly. Thank you for your time. If you wish to be removed from our mailing list, please reply to this email with the subject "Remove" and you will not receive future emails from our company. kftr88b To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 9: 1:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id EE84F37B403 for ; Sat, 27 Oct 2001 09:01:55 -0700 (PDT) Received: from sageone (adsl-64-219-21-30.dsl.crchtx.swbell.net [64.219.21.30]) by sage-american.com (8.9.3/8.9.3) with SMTP id LAA10833; Sat, 27 Oct 2001 11:01:46 -0500 (CDT) Message-Id: <3.0.5.32.20011027110149.00fa6e38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 27 Oct 2001 11:01:49 -0500 To: Tsu-Fan Cheng , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: floppy image In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had that problem with one of them and found it was a bad floppy. Another one freshly formatted fixed it.... At 11:40 AM 10.27.2001 -0400, Tsu-Fan Cheng wrote: >hi bsd, > i just downloaded floppy image of kern and mfsroot, as i followed >the instruction of making images, one of them faied to do so, it is >kern.flp, i am doing this under DOS, win98, it gave me "Read fault" after >i excecute it, mfsroot was fine, nothing wrong with it, can u show me how >to fix this? thanks!=20 > >Best Regards, > >Tsu-Fan Cheng [=BEG=AF=AA=A6|] (BIG5) Jen-Chih Hsieh's lab [=C1=C2=A4=AF= =A6=DC] >SUNY at Stony Brook Tel: 1-631-632-1664 435R >Stony Brook, NY, 11794 > >"There is no gene for the human spirits" ~GATTACA > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 9:14:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12902.mail.yahoo.com (web12902.mail.yahoo.com [216.136.174.69]) by hub.freebsd.org (Postfix) with SMTP id 3318637B407 for ; Sat, 27 Oct 2001 09:14:19 -0700 (PDT) Message-ID: <20011027161419.48778.qmail@web12902.mail.yahoo.com> Received: from [203.57.68.20] by web12902.mail.yahoo.com via HTTP; Sun, 28 Oct 2001 03:14:19 EST Date: Sun, 28 Oct 2001 03:14:19 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: ESS 'Maestro 1' PCI sound card support? To: questions@freebsd.org Cc: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. This chipset is the default for fairly recent IBM machines (ie: 733Mhz P3, VIA Apollo pro 133A chipset) that use the '300PL' model designation. I've done some hunting in the mail archives to try and determine whether this chipset is supported. the standard 'pcm' kernel sound option does not see this chipset. I'm also fairly sure that I tried the ESS driver a while ago with no success. What pricked my interest in this recently was when I was doing a kernel rebuild. As I was doing the make process I noticed a number of subdirectory names scroll off screen. I'm pretty sure one of them was the card in the subject line above. I'm not at my work machine at the moment so I can't verify this. I'm wondering if anyone knows about how to get sound enabled for this chipset? I noticed there is also a recent query about this in the multimedia list whereby the chipset (or something very similar) was in a dell laptop. As that poster experienced I don't get any identificatin for the card in 'dmesg' - just a reference to 'unknown card' Any clues? In particular - does anyone have an idea what I saw flash past when I was making a new kernel was about? Many thanks. Paul http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 9:15:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id CD8B837B405 for ; Sat, 27 Oct 2001 09:15:13 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 15xW76-0007Cx-00 for freebsd-questions@freebsd.org; Sat, 27 Oct 2001 16:15:12 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id AE49C11D2; Sat, 27 Oct 2001 17:53:57 +0200 (CEST) Date: Sat, 27 Oct 2001 17:53:57 +0200 From: Cliff Sarginson To: "'freebsd-questions@freebsd.org '" Subject: Re: Disk Docter Like? Message-ID: <20011027175357.A4988@raggedclown.net> References: <46AEB8C1B628D511969200508B6FE42A6686E8@1upmc-msx6.isdip.upmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <46AEB8C1B628D511969200508B6FE42A6686E8@1upmc-msx6.isdip.upmc.edu>; from personrp@ccbh.com on Sat, Oct 27, 2001 at 11:18:31AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All disk manafacturers (at least of the disks I use) have downloadable free disk testers. Look on their website, usually somewhere under the "support" section. They will usually need a DOS bootable disk to run on. They may even allow you to do a low-level format which may make your disk re-usable again (altough the data will go of course). Worth a try ! -- Regards Cliff On Sat, Oct 27, 2001 at 11:18:31AM -0400, Person, Roderick wrote: > Just what I was afraid of. It must be close to going because the 4.4 kernel > will not boot this drive. Better start backing up I guess. Thanks > > Rod. > > > -----Original Message----- > > From: Lowell Gilbert > > To: freebsd-questions@freebsd.org > > Sent: 10/27/2001 10:39 AM > > Subject: Re: Disk Docter Like? > > > > roddierod@hotpop.com (Rod Person) writes: > > > > > I have a harddrive that is starting to die on me. There are some bad > > sectors in the fat. I hardware friend of mine tells me that norton disk > > doctor will fix that. > > > Is there anything in the FreeBSD/unix world like it? > > > > No. There used to be, but for a number of years now, drives have done > > their own bad-sector remapping, without telling the OS about it. > > After a while, they may run out of space in their bad sector tables, > > and start reporting the failures to the OS. By that point, though, > > it's time to get a new hard drive. > > > > Make sure you have several good backups. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 9:16:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 6DC6F37B405 for ; Sat, 27 Oct 2001 09:16:12 -0700 (PDT) Received: from lungfish.ntlworld.com ([62.253.149.81]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20011027161609.RYEP1543.mta01-svc.ntlworld.com@lungfish.ntlworld.com> for ; Sat, 27 Oct 2001 17:16:09 +0100 Received: from boog.goatsucker.org (boog.goatsucker.org [192.168.1.3]) by lungfish.ntlworld.com (8.11.3/8.11.3) with ESMTP id f9RGFn893647 for ; Sat, 27 Oct 2001 17:15:50 +0100 (BST) (envelope-from scott@boog.goatsucker.org) Received: (from scott@localhost) by boog.goatsucker.org (8.9.3/8.9.3) id RAA17771 for freebsd-questions@freebsd.org; Sat, 27 Oct 2001 17:15:17 +0100 (BST) (envelope-from scott) Date: Sat, 27 Oct 2001 17:15:17 +0100 From: Scott Mitchell To: freebsd-questions@freebsd.org Subject: Graphics card for new machine -- Radeon vs. GeForce? Message-ID: <20011027171517.D275@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Operating-System: FreeBSD 4.1-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, the time has finally come to retire the creaking old Pentium on my desk and build a shiny new Athlon XP box :-) So this is going to be the first question of many along the lines of 'which of these wonderful devices should I buy'... First up -- graphics cards. This box will be dual-booting Winblows and I want to get something with decent 3D performance on that side (for entirely serious purposes, like Unreal Tournament, obviously :-). 3D performance on FreeBSD is not so important, although it would be nice, but fully accelerated 2D for X is a must. From reading various reviews and list archives it seems that the ATI Radeon or nVidia GeForce 2/3 fit the bill and have solid 2D support in XFree86 4.x. Is there any particular reason to favour one of these over the other? Are there any instances of cards using these chipsets that I should avoid, or that come highly recommened? All other things being equal I'm leaning towards ATI simply because they seems to have a more reasonable attitute towards the open source community, but if the nVidia stuff is known to work better I could change my mind... TIA, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 9:33:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gye.impsat.net.ec (gye.impsat.net.ec [200.31.30.47]) by hub.freebsd.org (Postfix) with ESMTP id E02EA37B405 for ; Sat, 27 Oct 2001 09:33:32 -0700 (PDT) Received: from gye.impsat.net.ec (dialgye377.impsat.net.ec [64.76.61.87]) by gye.impsat.net.ec (8.10.2+Sun/8.10.2) with SMTP id f9RGVDh08812 for ; Sat, 27 Oct 2001 11:31:14 -0500 (EST) Message-ID: <3BDAE0B5.2EE1DE19@gye.impsat.net.ec> Date: Sat, 27 Oct 2001 11:28:38 -0500 From: =?iso-8859-1?Q?Tribol=F3gica?= X-Mailer: Mozilla 4.73 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: not ufs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i have a 2.54 Gb hard drive. i put a partition 1 Gb for dos/windows 1 put a partition 1.54 Gb for freebsd , 1400 mb for / filesystem and 21mb for swap ok, when i was instaled the system freebsd 4.0 the / filesystem 1400mb appears as ad0s2a when i reboot the pc, and put F2 for freebsd to boot, i get the mesage: not ufs then appears the boot prompt: boot: help, please To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:10: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 6C96B37B406 for ; Sat, 27 Oct 2001 10:10:01 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9RH9fB26577 for ; Sat, 27 Oct 2001 10:09:42 -0700 (PDT) Message-ID: <003001c15f0a$39466170$77a44a42@home> From: "PetBuilder" To: Subject: Removing Full Directories Date: Sat, 27 Oct 2001 10:10:04 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01C15ECF.8BF169A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C15ECF.8BF169A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is there a way to remove directories that have data in them without = having to go to each directory and individually remove all data? Craig Rose Web-Zonic, Inc. ------=_NextPart_000_002D_01C15ECF.8BF169A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is there a way to remove directories = that have data=20 in them without having to go to each directory and individually remove = all=20 data?
 
Craig Rose
Web-Zonic,=20 Inc.
------=_NextPart_000_002D_01C15ECF.8BF169A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:11: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D680A37B406 for ; Sat, 27 Oct 2001 10:10:57 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id f9RHAtV25992; Sat, 27 Oct 2001 12:10:55 -0500 (CDT) (envelope-from dan) Date: Sat, 27 Oct 2001 12:10:55 -0500 From: Dan Nelson To: PetBuilder Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Removing Full Directories Message-ID: <20011027121055.B22280@dan.emsphone.com> References: <003001c15f0a$39466170$77a44a42@home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003001c15f0a$39466170$77a44a42@home> User-Agent: Mutt/1.3.23i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Oct 27), PetBuilder said: > Is there a way to remove directories that have data in them without > having to go to each directory and individually remove all data? rm -rf -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:12:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from silvernet.pl (sun.silvernet.pl [213.155.169.5]) by hub.freebsd.org (Postfix) with SMTP id 8083037B407 for ; Sat, 27 Oct 2001 10:12:25 -0700 (PDT) Received: (qmail 27824 invoked by uid 1069); 27 Oct 2001 19:19:43 -0000 Date: Sat, 27 Oct 2001 19:19:43 +0000 From: mleczko To: freebsd-questions@freebsd.org Subject: identd Message-ID: <20011027191943.A27783@silvernet.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Will freebsd ever have identd that supports nat ? netbsd, openbsd DO have it. Why freebsd doesnt. ?!!? Best regards, Pawel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:22: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 54E7737B401 for ; Sat, 27 Oct 2001 10:22:05 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9RHLiB00568; Sat, 27 Oct 2001 10:21:44 -0700 (PDT) Message-ID: <003601c15f0b$e824f660$77a44a42@home> From: "PetBuilder" To: "Dan Nelson" Cc: References: <003001c15f0a$39466170$77a44a42@home> <20011027121055.B22280@dan.emsphone.com> Subject: Re: Removing Full Directories Date: Sat, 27 Oct 2001 10:22:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank You very much. Worked great. I kept looking for something in 'rmdir' Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Dan Nelson" To: "PetBuilder" Cc: Sent: Saturday, October 27, 2001 10:10 AM Subject: Re: Removing Full Directories In the last episode (Oct 27), PetBuilder said: > Is there a way to remove directories that have data in them without > having to go to each directory and individually remove all data? rm -rf -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:34:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sudz.ns3g.com (196.40.220-216.q9.net [216.220.40.196]) by hub.freebsd.org (Postfix) with ESMTP id B9E8C37B401 for ; Sat, 27 Oct 2001 10:34:52 -0700 (PDT) Received: from cooler (cr768924-a.etob1.on.wave.home.com [24.42.29.172]) by sudz.ns3g.com (8.11.6/8.11.6) with SMTP id f9RHa6j43241 for ; Sat, 27 Oct 2001 13:36:07 -0400 (EDT) (envelope-from sudz@ns3g.com) Reply-To: From: "Colin Legendre" To: Subject: problem with keyinfo Date: Sat, 27 Oct 2001 13:36:05 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am having a problem when I use keyinfo When I do a keyinfo from the user account either using keyinfo or keyinfo userid I get 'Can't do setuid' But when doing it from the root account, no problem. Any ideas? Colin Legendre CCNA, MCP sudz@ns3g.com http://www.ns3g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 10:53:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from IMGate1.cshore.com (imgate1.cshore.com [63.237.136.14]) by hub.freebsd.org (Postfix) with ESMTP id 8196437B507 for ; Sat, 27 Oct 2001 10:53:04 -0700 (PDT) Received: from sephiroth.starbreaker.net (dialup-uu-dynamic80.cshore.com [63.112.158.80]) by IMGate1.cshore.com (Postfix) with SMTP id 9463723FC2 for ; Sat, 27 Oct 2001 14:15:15 -0400 (EDT) Date: Sat, 27 Oct 2001 13:59:15 -0400 From: Matthew Graybosch To: freebsd-questions@freebsd.org Subject: TransGaming's WineX Message-Id: <20011027135915.48c16f55.matthew@starbreaker.net> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anybody had any success in building TransGaming's WineX software under FreeBSD, either in native or Linux compat mode? -- Matthew Graybosch http://www.starbreaker.net "Sartre was mistaken: Hell is not other people. Hell is maintaining other people's code." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11: 5:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14706.mail.yahoo.com (web14706.mail.yahoo.com [216.136.224.123]) by hub.freebsd.org (Postfix) with SMTP id EB96237B405 for ; Sat, 27 Oct 2001 11:05:42 -0700 (PDT) Message-ID: <20011027180542.77933.qmail@web14706.mail.yahoo.com> Received: from [64.131.161.101] by web14706.mail.yahoo.com via HTTP; Sat, 27 Oct 2001 11:05:42 PDT Date: Sat, 27 Oct 2001 11:05:42 -0700 (PDT) From: Wayne Lubin Subject: Communicator with gnome To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running communicator 4.7 with gnome and I am running into probs with the newsgroups. It seems that it does not give me the option of deleting messages. So what is happening is the message lists are growing and when I select to view a newsgroup it takes a half hour just to load the message headings. Anyone else have this problem and know how to delete the messages? Do the lists exist in some file that I can go into manualy with an editor and delete them that way? I don't get the option to delete a message with right clicking, or from the edit menu. And I have the preferences set to show only unread mesages and to delete anything older than two days, but none of this is working either. Thanks for your help. Wayne __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11: 6:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 2DB2A37B401 for ; Sat, 27 Oct 2001 11:06:49 -0700 (PDT) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A7B64D3F00AA; Sat, 27 Oct 2001 11:06:46 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Chip To: "PetBuilder" Subject: Re: Removing Full Directories Date: Sat, 27 Oct 2001 11:12:44 -0700 X-Mailer: KMail [version 1.2] Cc: References: <003001c15f0a$39466170$77a44a42@home> <20011027121055.B22280@dan.emsphone.com> <003601c15f0b$e824f660$77a44a42@home> In-Reply-To: <003601c15f0b$e824f660$77a44a42@home> MIME-Version: 1.0 Message-Id: <0110271112442F.96094@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 27 October 2001 10:22, PetBuilder wrote: > Thank You very much. Worked great. I kept looking for something in 'rmdir' > > Craig Rose > Web-Zonic, Inc. A word of warning: be VERY careful with rm -rf, if you mistakenly remove the wrong directory, any directory including all the root directories - its GONE, say bye-bye to whatever was there. -- Chip > ----- Original Message ----- > From: "Dan Nelson" > To: "PetBuilder" > Cc: > Sent: Saturday, October 27, 2001 10:10 AM > Subject: Re: Removing Full Directories > > In the last episode (Oct 27), PetBuilder said: > > Is there a way to remove directories that have data in them without > > having to go to each directory and individually remove all data? > > rm -rf > > -- > Dan Nelson > dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:15:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dionisios.norteamericano.cl (dionisios.ichn.cl [200.27.53.219]) by hub.freebsd.org (Postfix) with ESMTP id E1AC837B403 for ; Sat, 27 Oct 2001 11:15:07 -0700 (PDT) Received: from kalafate ([200.27.53.218]) by dionisios.norteamericano.cl with esmtp; Sat, 27 Oct 2001 14:20:46 -0300 Message-ID: <001001c15f0b$f6317580$f900a8c0@norteamericano.cl> From: "Webmaster" To: freebsd-questions@FreeBSD.ORG Subject: Network interface!!! Date: Sat, 27 Oct 2001 14:22:32 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, sorry by my question but i dont now configuration network interface (ip address,netmask,gateway, broadcast), i need change this network parameters Sorry, Thank!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:15:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dionisios.norteamericano.cl (dionisios.ichn.cl [200.27.53.219]) by hub.freebsd.org (Postfix) with ESMTP id 9453537B403 for ; Sat, 27 Oct 2001 11:15:29 -0700 (PDT) Received: from kalafate ([200.27.53.218]) by dionisios.norteamericano.cl with esmtp; Sat, 27 Oct 2001 14:29:17 -0300 Message-ID: <001501c15f0d$269691a0$f900a8c0@norteamericano.cl> From: "Webmaster" To: freebsd-questions@FreeBSD.ORG Subject: Fw: Network interface!!! Date: Sat, 27 Oct 2001 14:31:02 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > hi, sorry by my question but i dont now configuration network interface (ip > address,netmask,gateway, broadcast), i need change this network parameters > > > Sorry, Thank!!! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:23:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.traffic.co.uk (mail-1.traffic.co.uk [193.132.107.4]) by hub.freebsd.org (Postfix) with SMTP id 41ABA37B401 for ; Sat, 27 Oct 2001 11:23:31 -0700 (PDT) Received: (qmail 10684 invoked by uid 1006); 27 Oct 2001 18:25:19 -0000 Received: from dookhee.s@trafficproximity.com by riker.traffic.co.uk with qmail-scanner-0.96 (sweep: 2.2/3.44. . Clean. Processed in 0.930638 secs); 27 Oct 2001 18:25:19 -0000 X-Virus-Scanner-Mail-From: dookhee.s@trafficproximity.com via riker.traffic.co.uk X-Virus-Scanner-Rcpt-To: webmaster@norteamericano.cl,freebsd-questions@FreeBSD.ORG X-Virus-Scanner: 0.96 (No viruses found. Processed in 0.930638 secs) Received: from unknown (HELO WN2KSD) (194.202.29.48) by mail-1.traffic.co.uk with SMTP; 27 Oct 2001 18:25:18 -0000 From: "Shashi Dookhee" To: "Webmaster" , Subject: RE: Network interface!!! Date: Sat, 27 Oct 2001 19:23:25 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <001001c15f0b$f6317580$f900a8c0@norteamericano.cl> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: mail-1.traffic.co.uk 1.6.2 0/1000/N Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ifconfig netmask route add default do a 'man ifconfig' and 'man route' for more info... to set them permanently, you need to edit your rc.conf (/etc/rc.conf - - the defaults are in /etc/defaults/rc.conf, which should never be modified - /etc/rc.conf overrides the defaults!) Thanks Shashi Dookhee Head of IT Infrastructure e-mail: dookhee.s@trafficproximity.com Telephone (Direct Line): +44 (0)20 7298 8222 - -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Webmaster Sent: 27 October 2001 18:23 To: freebsd-questions@FreeBSD.ORG Subject: Network interface!!! hi, sorry by my question but i dont now configuration network interface (ip address,netmask,gateway, broadcast), i need change this network parameters Sorry, Thank!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGP 7.1 iQA/AwUBO9r7mB81+wdHSEUlEQKyngCgvVMj8ppWVPO65qIwPYptjL1GZLwAn3e8 fGx6mE1x9NvEMLApJUMNfEe7 =jQcq -----END PGP SIGNATURE----- =============================================================================== Traffic Proximity Limited 191 Old Marylebone Road London NW1 5DW United Kingdom Registered number: 3164767 Registered in England Tel: +44 (0) 20 7298 8200 Fax: +44 (0) 20 7298 8201 This email its contents and any files or images with it are intended solely for the addressee(s) and are confidential. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Traffic Proximity switchboard or via email return. DISCLAIMER Material contained in this email may be copyright material of Traffic Proximity or protected by other intellectual property rights. It may only be reproduced with the express permission of Traffic Proximity. Traffic Proxmity does not accept responsibility for any changes made to this email by unauthorised parties after it was sent. Whilst Traffic Proximity runs antivirus software on all Internet emails it is not liable for any loss or damage caused by an infected email. The recipient is advised to run their own antivirus software. All information contained in this email has been prepared using information believed by the author to be reliable and accurate, but Traffic Proximity makes no warranty as to accuracy and completeness. Any opinions expressed in this email are those of the author and do not necessarily reflect the opinions of Traffic Proximity or its affiliates. =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:45:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from berbee.com (berbee.com [205.173.176.16]) by hub.freebsd.org (Postfix) with ESMTP id 8101537B407 for ; Sat, 27 Oct 2001 11:45:28 -0700 (PDT) Received: from there (zietlow@cl3079007-a.mdsn1.wi.home.com [65.3.254.217]) by berbee.com (8.11.2/8.11.2) with SMTP id f9RIjRu22977 for ; Sat, 27 Oct 2001 13:45:27 -0500 Message-Id: <200110271845.f9RIjRu22977@berbee.com> Content-Type: text/plain; charset="iso-8859-1" From: Rob Zietlow To: Questions@freeBSD.org Subject: Lowlevel format Date: Sat, 27 Oct 2001 13:45:23 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone familar with a utility that will perform a low level format on a hard disk before an install? I believe that I am having issues with my hard disk and I would like to give this a try. 5 times I have installed and gotten 5 different sefaults when I try to run make buildworld, but install make buildworld works fine on another spare computer around the house, so I am pretty sure it isn't anything with cvsup. I did a search on google and only found things for making low level formatting a floppy disk, or utilities to make a disk in windows. Any help would be appreciated. Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:49: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grant.org (grant.org [206.190.164.98]) by hub.freebsd.org (Postfix) with ESMTP id 8E0E037B401 for ; Sat, 27 Oct 2001 11:48:59 -0700 (PDT) Received: from splat.grant.org (mgrant@host213-122-11-188.btinternet.com [213.122.11.188]) by grant.org (8.11.6/8.11.6) with ESMTP id f9RImvB96263 for ; Sat, 27 Oct 2001 14:48:58 -0400 (EDT) (envelope-from mgrant@splat.grant.org) Received: (from mgrant@localhost) by splat.grant.org (8.9.3+Sun/8.9.1) id TAA23141; Sat, 27 Oct 2001 19:48:53 +0100 (BST) Date: Sat, 27 Oct 2001 19:48:53 +0100 (BST) Message-Id: <200110271848.TAA23141@splat.grant.org> From: Michael Grant To: Subject: Re: running a program as nobody Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I wanted to run a deamon (call it food for some random deamon) as foo chrooted in /usr/local/food Here's what I ended up doing which seem to work: In /usr/local/food/, I created a few files: bin/: food sh su etc: group master.passwd usr/lib: libc.so.4 libm.so.2 libskey.so.2 libcrypt.so.2 libmd.so.2 libutil.so.3 usr/libexec: ld-elf.so.1 for bin/sh, I wrote a little program, just to be paranoid (otherwise su wanted a real shell): main(int argc, char **argv) { if (strcmp(argv[1], "food") != 0) exit(1); execvp(argv[1], &argv[1]); } (purists will tell me that I should have done it all in C, it probably would have eliminated the need for sh, su, and some of the libs in the chroot tree). my master.passwd looks like this: # to generate: pwd_mkdb -d etc -p etc/master.passwd root:*:0:0:root:/:/bin/sh foo:*:1027:1027:foo daemon:/:/nonexistent and group looks like this: foo:*:1027: su and the libraries are straight copies from the real ones. Then, to start my daemon: /usr/sbin/chroot /usr/local/food /bin/su -f -m foo food & To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:52:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id E56F037B405 for ; Sat, 27 Oct 2001 11:52:37 -0700 (PDT) Received: (apparently) from scott1.nyc.rr.com ([24.168.25.8]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sat, 27 Oct 2001 14:52:36 -0400 Message-Id: <5.1.0.14.0.20011027145017.00bb51e8@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 27 Oct 2001 14:52:44 -0400 To: Leon Kirsch , freebsd-questions From: Scott Subject: Re: [Fwd: FreeBSD Installation] In-Reply-To: <3BDAB9E2.5010407@pt.lu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 15:42 2001/10/27 +0200, Leon Kirsch wrote: > - How do i make the FreeBSD bootable in order to boot > FreeBSD, Linux and Windows via PartitionMagick (BootMagick)? I'll answer this last one, because I know it. :) You can just add BSD to the BootMagic menu--during installation, choose to not install a loader during the FreeBSD installation. (Lilo and Grub will also boot FreeBSD if you decide to go that route.) HTH >Scott Robbins > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 11:59:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id DECE037B403 for ; Sat, 27 Oct 2001 11:59:49 -0700 (PDT) Received: from sageone (adsl-64-219-21-30.dsl.crchtx.swbell.net [64.219.21.30]) by sage-american.com (8.9.3/8.9.3) with SMTP id NAA04285; Sat, 27 Oct 2001 13:59:31 -0500 (CDT) Message-Id: <3.0.5.32.20011027135934.00fa6e38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 27 Oct 2001 13:59:34 -0500 To: Rob Zietlow , Questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: Lowlevel format In-Reply-To: <200110271845.f9RIjRu22977@berbee.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On most BIOS, there is an existing utility in the setup that can be accessed during bootup by pressing the key(s) indicated.... At 01:45 PM 10.27.2001 -0500, Rob Zietlow wrote: >Anyone familar with a utility that will perform a low level format on a hard >disk before an install? I believe that I am having issues with my hard disk >and I would like to give this a try. 5 times I have installed and gotten 5 >different sefaults when I try to run make buildworld, but install make >buildworld works fine on another spare computer around the house, so I am >pretty sure it isn't anything with cvsup. > >I did a search on google and only found things for making low level >formatting a floppy disk, or utilities to make a disk in windows. Any help >would be appreciated. > >Rob > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12: 4:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webmail.bentley.edu (webmail.bentley.edu [141.133.112.207]) by hub.freebsd.org (Postfix) with ESMTP id 5D40337B407 for ; Sat, 27 Oct 2001 12:04:34 -0700 (PDT) X-WebMail-UserID: lam_andy@LNMTA.bentley.edu Date: Sat, 27 Oct 2001 14:59:18 -0400 From: "lam_andy" To: freebsd-questions@FreeBSD.ORG X-EXP32-SerialNo: 00003008 Subject: Installation Message-ID: <3BD9DFCE@webmail.bentley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.61.05 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, You can probably tell that I'm a newbie with the BSD OS. I am trying to install BSD on my laptop where I already have win2k pro on it. I am hoping to use the boot manager to enable me to select which os to use when I boot up. I have attempted to follow the steps in the FreeBSD book 3rd Ed but I cant get it to work. I did the installation by doing the cd-rom boot. Partition for BSD was created, the status was set to active and bootable( "CA"), partition type 3, subtype 165. Inside the BSD partition, I used the auto Default for all. I set / for 20MB UFS Y /var for 50MB UFS Y /usr for "the rest of the space" UFS Y also a SWAP is there I installed the boot manager. I selected the x-user installations and it did say it completed, but when i select all the distributions, it says installation completed but with errors. When I boot up my laptop the boot manager does come up and allow me to select the OS. When I choose BSD, i get the error "NO / KERNAL" (boot: -v). Any ideas what I did wrong during installation? Thanks, ~Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12: 8:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.5.31]) by hub.freebsd.org (Postfix) with ESMTP id 3863937B401 for ; Sat, 27 Oct 2001 12:08:20 -0700 (PDT) Received: from supportjlgjov8 (ool-182dd617.dyn.optonline.net [24.45.214.23]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GLV005G8P5QHA@mta2.srv.hcvlny.cv.net> for Questions@FreeBSD.ORG; Sat, 27 Oct 2001 15:08:14 -0400 (EDT) Date: Sat, 27 Oct 2001 15:07:27 -0400 From: Andre Cameron Subject: Re: Lowlevel format To: jacks@sage-american.com, Rob Zietlow , Questions@FreeBSD.ORG Message-id: <003d01c15f1a$9edfa590$0200a8c0@supportjlgjov8> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <3.0.5.32.20011027135934.00fa6e38@mail.sage-american.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On most BIOS, there is an existing utility in the setup that can be > accessed during bootup by pressing the key(s) indicated.... > I could go for a low lavel format util, cause my bios doesn't have one. Gota love Compaq!:( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:14: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from logicalhost.com (logicalhost.com [63.169.206.2]) by hub.freebsd.org (Postfix) with ESMTP id 96BC137B401 for ; Sat, 27 Oct 2001 12:14:05 -0700 (PDT) Received: from colt.ncptiddische.net (ppp-224.wobline.de [212.68.69.235]) by logicalhost.com (8.11.6/8.11.6) with ESMTP id f9RJG1R50209; Sat, 27 Oct 2001 15:16:04 -0400 (EDT) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9RJEZA01154; Sat, 27 Oct 2001 21:14:42 +0200 (CEST) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id f9RJCUW01261; Sat, 27 Oct 2001 21:12:38 +0200 (CEST) (envelope-from nils@tisys.org) Date: Sat, 27 Oct 2001 21:12:30 +0200 (CEST) From: Nils Holland X-X-Sender: nils@jodie.ncptiddische.net To: Rob Zietlow Cc: Questions@FreeBSD.ORG Subject: Re: Lowlevel format In-Reply-To: <200110271845.f9RIjRu22977@berbee.com> Message-ID: <20011027210700.T1161-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 27 Oct 2001, Rob Zietlow wrote: > Anyone familar with a utility that will perform a low level format on a hard > disk before an install? I believe that I am having issues with my hard disk > and I would like to give this a try. 5 times I have installed and gotten 5 > different sefaults when I try to run make buildworld, but install make > buildworld works fine on another spare computer around the house, so I am > pretty sure it isn't anything with cvsup. A HDD low level format will almost surely not make your segfaults go away - in fact, I bet everything I own on that ;-) Your problem, so the segfaults are most likely caused by a hardware flaw. These little memory modules are always the first things to blame when this happens. So, I suggest that you take the RAM modules out of the machine that has the problems and put some other ones in there. If make buildworld works now, you can be sure that your RAM was causing the problem. The only thing remaining to be found out is which of your modules to throw in the trash can. In order to find that out, you'd be best off by simply swapping, piece by piece, your RAM modules. In the end you should see that you only get the problem when a certain module is in your machine. Other causes for segfaults during make buildworld could be overclocking, or problems with other hardware components. The hard disk should, however, not be the cause, and a low level format would definately not change anything. Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:24:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by hub.freebsd.org (Postfix) with ESMTP id DA04037B401 for ; Sat, 27 Oct 2001 12:24:18 -0700 (PDT) Received: by kabel203069.kabel.utwente.nl (Postfix, from userid 1000) id 41EBF1F30; Sat, 27 Oct 2001 21:24:17 +0200 (CEST) Date: Sat, 27 Oct 2001 21:24:17 +0200 From: Rogier Steehouder To: The Almonds Cc: freebsd-questions@freebsd.org Subject: Re: Newbie-Simple C Shell programming help Message-ID: <20011027212417.A494@localhost> Mail-Followup-To: Rogier Steehouder , The Almonds , freebsd-questions@freebsd.org References: <20011026193434.45814.qmail@web9607.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026193434.45814.qmail@web9607.mail.yahoo.com>; from cjalmond@yahoo.com on Fri, Oct 26, 2001 at 12:34:34PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-10-2001 12:34 (-0700), The Almonds wrote: > All, > > I am trying to run a program via a c shell 100 times > for a stress test. #!/bin/sh n=0 while [ $n -lt 100 ]; do n=$((n+1)) done But this is bourne shell. csh seems to have the 'repeat' command. ( bash: for (( i=0; i<100; i++ )); do ; done ) With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:27:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m05.mx.aol.com (imo-m05.mx.aol.com [64.12.136.8]) by hub.freebsd.org (Postfix) with ESMTP id C6E3437B416 for ; Sat, 27 Oct 2001 12:27:21 -0700 (PDT) Received: from RnldFreud@aol.com by imo-m05.mx.aol.com (mail_out_v31_r1.8.) id n.12.148a0f64 (4411) for ; Sat, 27 Oct 2001 15:27:18 -0400 (EDT) From: RnldFreud@aol.com Message-ID: <12.148a0f64.290c6495@aol.com> Date: Sat, 27 Oct 2001 15:27:17 EDT Subject: internet connection To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_12.148a0f64.290c6495_boundary" X-Mailer: AOL 6.0 for Windows US sub 10536 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_12.148a0f64.290c6495_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i want to thank all thosewho have responded to my questions on connecting to bellsouth.net with a alcatel adsl modem. at the present time i have been unable to establish a connection. i have tried everyones suggestions and looked at the handbook online. the system recognizes the alcatel because when i plug it in it tells me its there and when i disconnect it tells me it is disconnected. what i can not do is establish the login. i quess i just dont understand how unix works the theory so to speak. in windows you establish dial up networking but this is different. what am i missing?? --part1_12.148a0f64.290c6495_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit i want to thank all thosewho have responded to my questions on connecting to bellsouth.net with a alcatel adsl modem.  at the present time i have been unable to establish a connection. i have tried everyones suggestions and looked at the handbook online. the system recognizes the alcatel because when i plug it in it tells me its there and when i disconnect it tells me it is disconnected.  what i can not do is establish the login.  i quess i just dont understand how unix works the theory so to speak.  in windows you establish dial up networking but this is different. what am i missing?? --part1_12.148a0f64.290c6495_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:27:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 9092437B408; Sat, 27 Oct 2001 12:27:31 -0700 (PDT) Received: from aasp.net (h00045ad41936.ne.mediaone.net [24.60.36.208]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RJRLN10883; Sat, 27 Oct 2001 15:27:21 -0400 (EDT) Message-ID: <3BDB09F8.F6E0D3A0@aasp.net> Date: Sat, 27 Oct 2001 15:24:40 -0400 From: Jules Gilbert X-Mailer: Mozilla 4.77 [en]C-CCK-MCD NSCPCD477 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: pg@eth1.com, wfaxon@gis.net, david@catwhisker.org, green@freebsd.org, mckusick@mckusick.com Subject: panic: bqrelse: multiple ref .. thought fixed a year ago Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello folks: We are having a big problem which is interfering with a whole lot of things. We are running FreeBSD 4.3 and we are seeing the infamous "bqrelse: multiple refs" problem. The panic then the dump, syncing disks.. We thought this was fixed over a year ago in vfs_bio.c This problem occured most recently when I exit'ed a remote ssh session. The exit took several seconds, and caused me to believe something was wrong. I then logged back in, and sure enough, we had a 'sh.core' dump file (of zero size) and my running jobs had died. (The machine dumped.) Later, I could not get in at all, (of course the machine was dead at that point) and the other machines doing NFS writes failed as well. NFS structure IS: This machine with this problem, call it PRIME1, NFS serves 6 other FBSD4.3 machines as clients. They ALL mount PRIME1's /mnt/public and all 6 write into this directory with their own files. So, this morning, searching the net, we found several references to "bqrelse" but none of the references seemed to assert that the fix was such-and-such. Does a fix exist? By the way, I maintain multiple FreeBSD boxes and am doing lot's of NFS activity, in addition to my occasional SSH login. I am willing to make queue's larger, change parameters or whatever else it takes to make this work. Pls help us. =================================================================== Our search results netted the following fr July 2000 Search Result 1 From: Kirk McKusick (mckusick@mckusick.com) Subject: Re: Panic: bqrelse: multiple refs Newsgroups: mailing.freebsd.current View: (This is the only article in this thread) | Original Format Date: 2000/07/26 Date: Tue, 25 Jul 2000 11:47:03 -0400 (EDT) From: Brian Fundakowski Feldman To: Ollivier Robert Cc: "FreeBSD Current Users' list" , mckusick@mckusick.com Subject: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking In-Reply-To: <20000725170455.F636@caerdonn.eurocontrol.fr> On Tue, 25 Jul 2000, Ollivier Robert wrote: > According to Brian Fundakowski Feldman: > > Actually, I'm pretty certain this is the fix: > > Well it won't panic but isn't it putting the problem under the carpet? > I agree the panic seems to be here temporarely but... No, I'm really certain this isn't the case. You see, struct buf has a b_lock that until recently was a plain, exclusive lockmgr lock. In Kirk's last round of changes, he converted b_lock to be LK_CANRECURSE, which means that the lock, while still an exclusive lock, may be relocked multiple times by the same caller. The panics are plain wrong. What's left is to determine what is the proper thing to do in each of these cases, which I'm certain that many people already know already (you see, I'm still a bit green ;). What I am _almost_ sure about is that the right thing is just to remove one of the locks and let it get freed back up the call chain. I'm almost certain this is the case because if you are grabbing exclusive locks and recursing upon them, your call chain is the only consumer and in a recursive-locking-callchain, you will have multiple symmetric lock and unlock pairs. Anything else horribly complicates things, and this makes me a good 95% certain that this is exactly the right fix, not that it's sweeping any true bugs under the carpet. Allowing recursive locks is pretty much the only way to solve many of the problems here because it's simply not possible to support all code paths without allowing for this recursion. The code would either be horribly complicated or non-functional. I'm certain Kirk may be able to back me up here. It seems that the cleanup is meant to make the locks recursive mostly to facilitate correct/proper call chains, and that's consistent with my understand at least :) Indeed, if you look at the comment in brelse() from the delta, you will see that the intention of allowing this very situation to occur and simply BUF_UNLOCK() was planned for and the panic()s were for debugging during the previous time that b_locks weren't LK_CANRECURSE. As always, take what I say with a grain of salt since I'm definitely not a VFS guru in any manner; I just happen to think I understand this one :) > -- > Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr > The Postman hits! The Postman hits! You have new mail. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' The above explanation is correct. When I made the change to allow recursive buffer locks, I should have removed that panic (but forgot that I had put it in there, sigh). I have just made the change on freefall. Sorry for the problems caused by that change. Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:39:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id 9084237B403 for ; Sat, 27 Oct 2001 12:39:55 -0700 (PDT) Received: from midgar (unknown [148.243.246.215]) by mail.tecdigital.net (Postfix) with ESMTP id A73901BB2 for ; Sat, 27 Oct 2001 13:39:49 -0600 (MDT) Message-ID: <008101c15f1f$28ecb170$0a00a8c0@midgar> From: "Mario Doria" To: Subject: INETD not starting Date: Sat, 27 Oct 2001 13:39:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm getting this strange message when I try to start inetd: Oct 27 13:38:35 www inetd[49536]: -a (null): servname not supported for ai_sockt ype Can anybody help me? Inetd is not starting. Thanks Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:41:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 5990A37B401 for ; Sat, 27 Oct 2001 12:41:46 -0700 (PDT) Received: from bossen (h139n2fls31o846.telia.com [217.208.108.139]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id f9RJfiY29939 for ; Sat, 27 Oct 2001 21:41:44 +0200 (CEST) Date: Sat, 27 Oct 2001 21:44:52 +0200 (CEST) From: Tor Stormwall X-X-Sender: To: Subject: Re: Communicator with gnome Message-ID: <20011027213658.F1417-100000@bossen> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Wayne! Netscape dont work well on the Unix environment. You should try out one of those newsreaders out there. You can try slrn or another reader that can be found in the ports collection. I think you can use Mozilla as well. Best Regards, Tor Stormwall * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | M A Y T H E S O U R C E B E W I T H Y O U | | | | Tor Stormwall mailto:tor@stormwall.org | | http://www.creson.com/~tor | | | | http://www.sslug.dk http://www.stormwall.org | | http://www.FreeBSD.org http://www.muf.se | | | * - - - - - - - - - - - - - - - - - - - - - - - - - - - - * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 12:50:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by hub.freebsd.org (Postfix) with ESMTP id 911A537B403 for ; Sat, 27 Oct 2001 12:50:42 -0700 (PDT) Received: from lexx.my.domain ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 27 Oct 2001 20:49:31 +0100 From: John Murphy To: Jon Parise Cc: questions@FreeBSD.ORG Subject: Re: boot -v capture Date: Sat, 27 Oct 2001 20:49:27 +0100 Organization: poor Reply-To: jfm@blueyonder.co.uk Message-ID: References: <20011027114413.A20860@csh.rit.edu> In-Reply-To: <20011027114413.A20860@csh.rit.edu> X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jon Parise wrote: >Can anyone suggest a means by which to capture the 'boot -v' >output without using a serial console? I'm stuck without any >serial ports on my notebook. The verbose output is available by using dmesg afterwards. Not sure if that helps though. John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13: 3:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mcp.csh.rit.edu (mcp.csh.rit.edu [129.21.60.9]) by hub.freebsd.org (Postfix) with ESMTP id E291D37B403 for ; Sat, 27 Oct 2001 13:03:06 -0700 (PDT) Received: from fury.csh.rit.edu (fury.csh.rit.edu [129.21.60.5]) by mcp.csh.rit.edu (Postfix) with ESMTP id 2E9B81D1; Sat, 27 Oct 2001 16:03:05 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id B2F962E079; Sat, 27 Oct 2001 16:03:01 -0400 (EDT) Date: Sat, 27 Oct 2001 16:03:01 -0400 From: Jon Parise To: John Murphy Cc: questions@FreeBSD.ORG Subject: Re: boot -v capture Message-ID: <20011027160301.B26620@csh.rit.edu> References: <20011027114413.A20860@csh.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from jfm@blueyonder.co.uk on Sat, Oct 27, 2001 at 08:49:27PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 08:49:27PM +0100, John Murphy wrote: > >Can anyone suggest a means by which to capture the 'boot -v' > >output without using a serial console? I'm stuck without any > >serial ports on my notebook. > > The verbose output is available by using dmesg afterwards. > Not sure if that helps though. Yeah, I'm aware of that, but I'm having a problem booting this machine, so that's unfortunately not a possible solution. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13: 7:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id 517F137B403 for ; Sat, 27 Oct 2001 13:07:22 -0700 (PDT) Received: from midgar (unknown [148.243.246.236]) by mail.tecdigital.net (Postfix) with ESMTP id 347AB1B96; Sat, 27 Oct 2001 14:07:15 -0600 (MDT) Message-ID: <009201c15f22$fe2b9380$0a00a8c0@midgar> From: "Mario Doria" To: "David Powers" , References: <001601c15f20$17ed62b0$0401a8c0@daveabit> Subject: Re: INETD not starting Date: Sat, 27 Oct 2001 14:07:22 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > How are you trying to start inetd and it may help to post a copy of your > inetd.conf, there may be an error in there. > Sure, as root I'm running inetd with no options. Here's my inetd.conf file: # $FreeBSD: src/etc/inetd.conf,v 1.44.2.6 2001/10/09 07:47:47 jkh Exp $ # # Internet server configuration database # # Define *both* IPv4 and IPv6 entries for dual-stack support. # To disable a service, comment it out by prefixing the line with '#'. # To enable a service, remove the '#' at the beginning of the line. # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:21:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id 3945237B401 for ; Sat, 27 Oct 2001 13:21:49 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id OAA08283 for ; Sat, 27 Oct 2001 14:21:47 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: Kernel and sysctl settings Date: Sat, 27 Oct 2001 14:32:48 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Looking for recommendations on kernel and sysctl optimizations. I'm building a modest server to host HTTP, FTP, SQL and POP3 services. Running FreeBSD 4.4-Release on a PIII 1GHz with 640MB+ RAM (plan to keep increasing RAM). So far I have recompiled a "stripped down" kernel and added the following options to the kernel: maxusers 256 options NMBCLUSTERS=32768 The following links have given me some ideas on what parameters can be modified to enhance networking and performance: http://www.enteract.com/~robt/Docs/Articles/ip-stack-tuning.html http://www.daemonnews.org/200108/benchmark.html I don't want to start changing the defaults willynilly just because they can be changed without knowing the impact on performance and stability. Here are a few things I was thinking of changing: kern.ipc.somaxconn: 128 (change to 1024, 2048, or 4096) kern.maxfiles: 8232 (change to 32768 or 65536) net.inet.tcp.sendspace: 16384 (change to 32768) net.inet.tcp.recvspace: 16384 (change to 32768) vfs.vmiodirenable=1 **What does this do? Stability 1st and performance 2nd are key factors. Suggestions welcome please. _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:22:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id 99E2237B403 for ; Sat, 27 Oct 2001 13:22:09 -0700 (PDT) Received: from [213.123.129.50] (helo=there) by rhenium with smtp (Exim 3.22 #6) id 15xYcL-0001st-00; Sat, 27 Oct 2001 19:55:37 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Dominic Marks To: Rob Zietlow , Questions@freeBSD.org Subject: Re: Lowlevel format Date: Sat, 27 Oct 2001 19:58:27 +0100 X-Mailer: KMail [version 1.3] References: <200110271845.f9RIjRu22977@berbee.com> In-Reply-To: <200110271845.f9RIjRu22977@berbee.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 27 October 2001 7:45 pm, Rob Zietlow wrote: > Anyone familar with a utility that will perform a low level format on a > hard disk before an install? I believe that I am having issues with my > hard disk and I would like to give this a try. 5 times I have installed and > gotten 5 different sefaults when I try to run make buildworld, but install > make buildworld works fine on another spare computer around the house, so I > am pretty sure it isn't anything with cvsup. Often this can be a sign of bad memory, not bad hard discs. > I did a search on google and only found things for making low level > formatting a floppy disk, or utilities to make a disk in windows. Any > help would be appreciated. > > Rob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - -- Dominic Need a Unix Admin/Programmer? I'm cheap, mail me. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE72wPTu6vC63o8YzERAvmaAKCauA7yXMByuZYjAiX4uHAeG3o5uQCgm0mo VcjzYusAFrH+lSDTrigzXXU= =vUlr -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:30:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 5E65637B405 for ; Sat, 27 Oct 2001 13:30:39 -0700 (PDT) Received: (qmail 23802 invoked from network); 27 Oct 2001 20:30:38 -0000 Received: from unknown (HELO there) ([216.231.37.168]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Oct 2001 20:30:38 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Scott Stevens Reply-To: scotts@speakeasy.net To: Paul Chvostek , freebsd-questions@freebsd.org Subject: Re: lockup on install Date: Sat, 27 Oct 2001 15:30:38 -0500 X-Mailer: KMail [version 1.3] References: <20011026173313.A12107@gahch.it.ca> In-Reply-To: <20011026173313.A12107@gahch.it.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011027203039.5E65637B405@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The same thing happened to me. If you have the onboard USB interrupt disabled in the BIOS settings, try enabling it. On Friday 26 October 2001 04:33 pm, Paul Chvostek wrote: > This hasn't happened to me before. > > Asus P2B-DS (one CPU) with onboard AIC-7890, 128MB RAM, a couple of UW > SCSI drives. I've tried installing both from floppy and bootable CD, > with the same results. I get past the kernel config to where it starts > probing devices, and the last thing that gets displayed is: > > plip0: on ppbus0 > > At this point I appear to have a full crash, because caps lock and num > lock won't change, and Ctl-Alt-Del is ignored. > > I've tried removing all extraneous goop from both the kernel config and > the BIOS settings. I've tried with "PNP OS" set both to Yes and to No. > I've tried swapping the video card (different brand, different chipset). > And I have now run out of ideas. > > The box was working fine running FreeBSD 3.2 up until last night, when > I low-level-formatted the hard disks and tried to start over. > > Anyone have a clue what's wrong? > > Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:30:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id F3C9137B401 for ; Sat, 27 Oct 2001 13:30:36 -0700 (PDT) Received: from midgar (unknown [148.243.246.236]) by mail.tecdigital.net (Postfix) with ESMTP id 8A5261B96; Sat, 27 Oct 2001 14:30:34 -0600 (MDT) Message-ID: <00af01c15f26$404bf400$0a00a8c0@midgar> From: "Mario Doria" To: "David Powers" , References: <001b01c15f25$85c6ee00$0401a8c0@daveabit> Subject: Re: INETD not starting Date: Sat, 27 Oct 2001 14:30:37 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried with both, my inetd original file (also, I just reinstalled it using mergemaster) and this one, on both occations I got the same error. Very strange. After inetd wouldn't start, I started the ftp daemon automatically using /usr/libexec/ftpd -D -l -l and it started perfectly. I don't think something was bound to port 21 because ftpd alone could start but not inetd. BTW, I rebuild world before posting these messages, and still I had the same problem. Mario ----- Original Message ----- From: "David Powers" To: "'Mario Doria'" ; Sent: Saturday, October 27, 2001 2:25 PM Subject: RE: INETD not starting > Hmm, > > Do you still have a copy of the original inetd.conf to see if that helps? I > noticed that rather than commenting what you did not need to removed > everything but ftp. And make sure you are not running something like > portsentry that would in fact bind to port 21 and the like, preventing ftp > from being able to bind a socket. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mario Doria > Sent: Saturday, October 27, 2001 3:07 PM > To: David Powers; freebsd-questions@freebsd.org > Subject: Re: INETD not starting > > > > > > How are you trying to start inetd and it may help to post a copy of your > > inetd.conf, there may be an error in there. > > > > Sure, as root I'm running inetd with no options. > > Here's my inetd.conf file: > > # $FreeBSD: src/etc/inetd.conf,v 1.44.2.6 2001/10/09 07:47:47 jkh Exp $ > # > # Internet server configuration database > # > # Define *both* IPv4 and IPv6 entries for dual-stack support. > # To disable a service, comment it out by prefixing the line with '#'. > # To enable a service, remove the '#' at the beginning of the line. > # > ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:34:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow029o.blueyonder.co.uk [195.188.53.123]) by hub.freebsd.org (Postfix) with ESMTP id 20BE837B406 for ; Sat, 27 Oct 2001 13:34:43 -0700 (PDT) Received: from lexx.my.domain ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 27 Oct 2001 21:34:46 +0100 From: John Murphy To: "Jeremy Cooper" Cc: questions@FreeBSD.ORG Subject: Re: DHCP not getting IP Date: Sat, 27 Oct 2001 21:34:42 +0100 Organization: poor Reply-To: jfm@blueyonder.co.uk Message-ID: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Jeremy Cooper" wrote: >I have been trying to set up my first freebsd box using dhcp. I have = tried >a few things but I am unable to get an IP address >from my ISP, Starpower via cable modem. I have tried a few things but I= am >stuck right now. Does anyone have any >suggestions. I use a cable modem with an ISP that requires the MAC (ether) address of the NIC is registered with them. Perhaps Starpower is similar. Just a thought, John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:44:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from berbee.com (berbee.com [205.173.176.16]) by hub.freebsd.org (Postfix) with ESMTP id 4B3D737B409 for ; Sat, 27 Oct 2001 13:44:15 -0700 (PDT) Received: from Debug (berbee.com [205.173.176.16]) by berbee.com (8.11.2/8.11.2) with SMTP id f9RKiCu26044; Sat, 27 Oct 2001 15:44:12 -0500 Message-Id: <200110272044.f9RKiCu26044@berbee.com> To: Nils Holland , Rob Zietlow , Questions@FreeBSD.ORG From: zietlow@berbee.com Subject: Re: Lowlevel format Date: Sat, 27 Oct 2001 20:44:12 GMT X-Mailer: Endymion MailMan Standard Edition v3.0.22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Heh...great memory issue....well being the only computer I own with this type of memory that's going to be great :-) along with the fact that it already has 48 installed...hopefully they are 16's that I can swap out, been a while since I have been in this box. Thanks for the suggestions. Rob > On Sat, 27 Oct 2001, Rob Zietlow wrote: > > > Anyone familar with a utility that will perform a low level format on a hard > > disk before an install? I believe that I am having issues with my hard disk > > and I would like to give this a try. 5 times I have installed and gotten 5 > > different sefaults when I try to run make buildworld, but install make > > buildworld works fine on another spare computer around the house, so I am > > pretty sure it isn't anything with cvsup. > > A HDD low level format will almost surely not make your segfaults go away > - in fact, I bet everything I own on that ;-) Your problem, so the > segfaults are most likely caused by a hardware flaw. These little memory > modules are always the first things to blame when this happens. So, I > suggest that you take the RAM modules out of the machine that has the > problems and put some other ones in there. If make buildworld works now, > you can be sure that your RAM was causing the problem. The only thing > remaining to be found out is which of your modules to throw in the trash > can. In order to find that out, you'd be best off by simply swapping, > piece by piece, your RAM modules. In the end you should see that you only > get the problem when a certain module is in your machine. > > Other causes for segfaults during make buildworld could be overclocking, > or problems with other hardware components. The hard disk should, however, > not be the cause, and a low level format would definately not change > anything. > > Greetings > Nils > > > Nils Holland > Ti Systems - FreeBSD in Tiddische, Germany > http://www.tisys.org * nils@tisys.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 13:54:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m02.mx.aol.com (imo-m02.mx.aol.com [64.12.136.5]) by hub.freebsd.org (Postfix) with ESMTP id 6266B37B417 for ; Sat, 27 Oct 2001 13:54:27 -0700 (PDT) Received: from Camcaramel@aol.com by imo-m02.mx.aol.com (mail_out_v31_r1.8.) id n.159.32073ac (4198) for ; Sat, 27 Oct 2001 16:54:20 -0400 (EDT) From: Camcaramel@aol.com Message-ID: <159.32073ac.290c78fc@aol.com> Date: Sat, 27 Oct 2001 16:54:20 EDT Subject: cd reating To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_159.32073ac.290c78fc_boundary" X-Mailer: AOL 6.0 for Windows UK sub 10505 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_159.32073ac.290c78fc_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello I got this address from 'Askjeeves.co.uk' Could you pleas help me. I am trying to get to grips with my cd rewriting program but when I have copied cds they will not play in ANY hi-fi systems. (The copied cds that is) I am using Easy CD Creator/ Adaptec. I have tried with Windows Media Player, Music Match and Real Player and the cds won't play. They will play on the computer but not in Hi-fis of any kind. Where am I going wrong? I really need some help Cam --part1_159.32073ac.290c78fc_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello
I got this address from 'Askjeeves.co.uk'
Could you pleas help me.  I am trying to get to grips with my cd rewriting program but when I have copied cds they will not play in ANY hi-fi systems.  (The copied cds that is)
I am using Easy CD Creator/ Adaptec.  I have tried with Windows Media Player, Music Match and Real Player and the cds won't play.  They will play on the computer but not in Hi-fis of any kind.  Where am I going wrong?

I really need some help

Cam
--part1_159.32073ac.290c78fc_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 14: 4:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 5B95A37B403 for ; Sat, 27 Oct 2001 14:04:51 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RL5ax02053 for ; Sat, 27 Oct 2001 17:05:36 -0400 (EDT) From: "David Loszewski" To: Subject: natd.cf for masquerading? Date: Sat, 27 Oct 2001 17:04:08 -0400 Message-ID: <003401c15f2a$eba07070$3000b1d8@sickness> 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, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Do I need to use natd.cf if I'm just trying to get some simple ipmasquerading rules? And while I'm on this subject does FreeBSD use IPCHAINS and IPTABLES because I can't find it anywhere on my FreeBSD 4.4 machine or in the FreeBSD Cookbook, or in the ports section. I'm asking this because I'm coming from Linux. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 14:19: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id ADAA137B405 for ; Sat, 27 Oct 2001 14:19:00 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RLJpx15630 for ; Sat, 27 Oct 2001 17:19:51 -0400 (EDT) From: "David Loszewski" To: Subject: RE: natd.cf for masquerading? Date: Sat, 27 Oct 2001 17:18:23 -0400 Message-ID: <003601c15f2c$e8fa44c0$3000b1d8@sickness> 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, Build 10.0.2627 In-Reply-To: <003401c15f2a$eba07070$3000b1d8@sickness> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Also, in rc.conf is natd_interface="" Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of David Loszewski Sent: Saturday, October 27, 2001 5:04 PM To: freebsd-questions@FreeBSD.ORG Subject: natd.cf for masquerading? Do I need to use natd.cf if I'm just trying to get some simple ipmasquerading rules? And while I'm on this subject does FreeBSD use IPCHAINS and IPTABLES because I can't find it anywhere on my FreeBSD 4.4 machine or in the FreeBSD Cookbook, or in the ports section. I'm asking this because I'm coming from Linux. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 14:20:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from csun.edu (krusty.csun.edu [130.166.1.51]) by hub.freebsd.org (Postfix) with ESMTP id 9502237B403 for ; Sat, 27 Oct 2001 14:20:25 -0700 (PDT) Received: from csun.edu (s097n152.csun.edu [130.166.97.152]) by csun.edu (8.9.3 (MessagingDirect 1.0.4)/8.9.3) with ESMTP id OAA5032317; Sat, 27 Oct 2001 14:20:20 -0700 (PDT) Message-ID: <3BDB2516.E6DFEF1D@csun.edu> Date: Sat, 27 Oct 2001 14:20:22 -0700 From: Albert Kinderman X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mount: specified device does not match mounted device Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I admin, but do not own, a box that was needed for another task. Someone copied the contents of the scsi drives to ide drives, which were placed in a new machine. When booting on the new machine, the root device is not found since the boot sequence is looking for the scsi drives. From the mount root prompt, I can point the boot to /dev/ad0s1 and the boot proceeds to single user mode. None of the devices /dev/ad0s1a,c,e,f exist so I cannot mount /usr and /var, but disklabel shows the partitions as existing. When I try to MAKEDEV, it fails because the file system is read only. If I try to remount / on /dev/ad0s1 with mount -u, I get the message: /dev/ad0s1 on / :specified device does not match mounted device however, mount shows / is mounted on /dev/ad0s1 If I try with /dev/ad0s1a, mount returns file does not exist. Any suggestions? Al -- Albert Kinderman Department of Management Science California State University, Northridge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 14:21:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id D989937B401 for ; Sat, 27 Oct 2001 14:21:37 -0700 (PDT) Received: from midgar (unknown [148.243.246.236]) by mail.tecdigital.net (Postfix) with ESMTP id 85B791B96; Sat, 27 Oct 2001 15:21:36 -0600 (MDT) Message-ID: <00cf01c15f2d$5e9c8e90$0a00a8c0@midgar> From: "Mario Doria" To: "David Loszewski" , References: <003401c15f2a$eba07070$3000b1d8@sickness> Subject: Re: natd.cf for masquerading? Date: Sat, 27 Oct 2001 15:21:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No sorry, in freebsd the options are IPFW and IPFilter ----- Original Message ----- From: "David Loszewski" To: Sent: Saturday, October 27, 2001 3:04 PM Subject: natd.cf for masquerading? > Do I need to use natd.cf if I'm just trying to get some simple > ipmasquerading rules? And while I'm on this subject does FreeBSD use > IPCHAINS and IPTABLES because I can't find it anywhere on my FreeBSD 4.4 > machine or in the FreeBSD Cookbook, or in the ports section. I'm asking > this because I'm coming from Linux. > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 14:48:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id BC6CA37B403 for ; Sat, 27 Oct 2001 14:48:43 -0700 (PDT) Received: from H alexanderjase@smtp-send.myrealbox.com [202.89.142.188] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.86 $ on Novell NetWare; Sat, 27 Oct 2001 15:48:43 -0600 Message-ID: <010b01c15f31$28a93aa0$0100a8c0@K.Leung> From: "Alexander-Jase Davidson" To: "FreeBSD Question" References: <00cd01c15ee5$0d4daa80$0100a8c0@K.Leung> Subject: Re: ntalkd fail to run [socket problem?] Date: Sun, 28 Oct 2001 10:48:45 +1300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Alexander-Jase Davidson To: FreeBSD Question Sent: Sunday, October 28, 2001 1:43 AM Subject: ntalkd fail to run [socket problem?] > Hi folks, > > I have just installed a copy of 4.4-release and as I use talk, it reported > "checking invitation on caller's machine". I have enabled ntalkd in > inetd.conf and of course, enabled inetd as well. I login as root and run > /usr/libexec/ntalkd and it reported something like "...socket on > non-socket". Since I have done some modification to the system afterwards as > an attempt to ressolve the problem, I messed up the machine and can not > remember the exact report. But it is something to do with socket. What can I > do? Detailed description: OCT 28 01:47:35 photon talkd [249]: recv: Socket operation on non-socket To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15: 0:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id D07EC37B403 for ; Sat, 27 Oct 2001 15:00:21 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id PAA71626; Sat, 27 Oct 2001 15:59:59 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Sat, 27 Oct 2001 15:59:59 -0600 (CST) From: Ryan Thompson To: Camcaramel@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cd reating In-Reply-To: <159.32073ac.290c78fc@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Camcaramel@aol.com wrote to freebsd-questions@FreeBSD.ORG: > Hello > > I got this address from 'Askjeeves.co.uk' > > Could you pleas help me. I am trying to get to grips with my cd > rewriting program but when I have copied cds they will not play in ANY > hi-fi systems. (The copied cds that is) > > I am using Easy CD Creator/ Adaptec. I have tried with Windows Media > Player, Music Match and Real Player and the cds won't play. They will > play on the computer but not in Hi-fis of any kind. Where am I going > wrong? Hmm... Perhaps you better try searching the web again. This mailing address (freebsd-questions@freebsd.org) is for discussion of the FreeBSD operating system. In general, we have nothing to do with the Windows operating system, much less copying CDs in Windows. (Although, I have created audio CDs in FreeBSD and they play flawlessly on any equipment I have tried... I'd wager to guess FreeBSD probably isn't up your alley, though :-) - Ryan > I really need some help > > Cam > > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15: 3: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0F67B37B401 for ; Sat, 27 Oct 2001 15:02:58 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id SAA38055; Sat, 27 Oct 2001 18:17:09 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Sat, 27 Oct 2001 18:02:44 -0400 (EDT) From: Stephen Hovey To: Nils Holland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Funny things to do with tar... In-Reply-To: <20011027121324.O692-100000@jodie.ncptiddische.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The only backup method native to the install that I DONT have trouble restoring afterwards with = is pax On Sat, 27 Oct 2001, Nils Holland wrote: > Hi folks, > > well, in the following I will talk about some strange experiences I have > recently made usig "tar". Probably some of you will have some suggestions > as to how to make my future tar-esperiences less strange. In that case, > I'd be glad to hear about it! > > Ok, the situation was like that: I started investigating in the > possibility of using tar together with CD-RW media in order to back up my > system. I thought the best thing I might do was trying it out under real > world conditions, which means creating a backup of machine 1 and then > extract it back to machine 2, which I have put together especially for > this test. > > So let's do it, I thought, and had a look at the tar man page. I decided > that I could simply use tar with the standards -c option, then tell it > that I wanted multiple volumes (-M) and that the volumes should be > CD-sizes (-L). > > I started tar like that, created multiple .tar files on my hard disk, and > burned them on CD. Note that I made an ISO-fs of each .tar file first, as > pervious experiences have shown that burning a "raw" .tar file to CD > causes problems that manifest themselves that during the extraction > process tar will not be able to detect the end-of-file, so it will abort > with a lot of read errors once it has reached the end of the first CD. > Making an ISOFS from each .tar file solves that issue. > > Let's go ahead: Finally, all my CDs were ready, containing the complete > /usr partition of my work machine. I then headed over to my test machine > to restore the CDs. It did in fact work, without any obvious error > messages! > > The problematic part begins here: Upon having extracted the tar-CDs, I > tried to see if the extracted data was actually usable. In order to find > that out, I decided to start a few programs and see if them run. > Interestingly, when I started X with KDE, KDE didn't want to start. > kdeinit (as well as several other KDE processes) crashed and dumped core. > I tried to investigate on that issue, but without luck. > > Eventually, I erased the whole /usr partition on my test machine, and used > NFS to directly copy /usr over from my work machine to my test machine. > After that operation had completed, KDE would run again! > > So, what have I learned? Obviously, the data extracted from my .tar-CDs > was at least partly corrupted, as copying the same data via NFS worked. > All of this makes the issue extremely complicated: I don't know if the > data got corrupted during creation of the .tar files, during the burncd > process, or during the extraction process. Furthermore, I don't know if I > should probably look for the fault in the CD-RW writer, in the CD-ROM > drive that read the data, or if I should suspect I have bad CD-RW media. > All I know is that a backup process like this is not a good thing to use > for actually backing up important files. > > So, any suggestions? Is anybody using tar + CD-RW and can tell me about > successes or similar failures? Any ideas how I can better make sure that > the data on my CD-RW media is actually in good working condition? I'd be > glad to hear about anything related to this issue! > > Greetings > Nils > > Nils Holland > Ti Systems - FreeBSD in Tiddische, Germany > http://www.tisys.org * nils@tisys.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:10:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 8467837B403 for ; Sat, 27 Oct 2001 15:10:49 -0700 (PDT) Received: (qmail 1712 invoked by uid 1002); 27 Oct 2001 22:10:43 -0000 From: "Alson van der Meulen" Date: Sun, 28 Oct 2001 00:10:43 +0200 To: "freebsd-questions@freebsd.org" Subject: Re: asfiles Message-ID: <20011028001043.A30280@md2.mediadesign.nl> Mail-Followup-To: "freebsd-questions@freebsd.org" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 11:38:17AM -0400, Steve Brown wrote: > Hello there, > > This seems like a stupid question, but it's been eluding me for weeks: > > I successfully installed asfiles-1.0 (per pkg_info), but I cannot figure > out what file to run in order to make it start. Does anyone know what it's > called? try pkg_info -f asfiles-1.0|grep bin, or just pkg_info -f asfiles-1.0|less. This will show you the files within the package. Usually the executable files will be in /usr/local/bin or /usr/local/sbin or /usr/local/libexec. HTH, Alson -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@flutnet.org < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' Where's the DIR command? --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:18:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 0B72037B401 for ; Sat, 27 Oct 2001 15:18:29 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RMJJx08827 for ; Sat, 27 Oct 2001 18:19:19 -0400 (EDT) From: "David Loszewski" To: Subject: subnetmask Date: Sat, 27 Oct 2001 18:17:50 -0400 Message-ID: <003a01c15f35$379e4830$3000b1d8@sickness> 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, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know by doing netstat -r I can find out a lot of useful info, but how would I find out what my subnet is for my external Ethernet? Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:23:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 57FF637B405 for ; Sat, 27 Oct 2001 15:23:39 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 967C66A90F; Sun, 28 Oct 2001 08:53:37 +1030 (CST) Date: Sun, 28 Oct 2001 08:53:37 +1030 From: Greg Lehey To: David Loszewski Cc: freebsd-questions@freebsd.org Subject: Re: subnetmask Message-ID: <20011028085337.P8085@wantadilla.lemis.com> References: <003a01c15f35$379e4830$3000b1d8@sickness> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003a01c15f35$379e4830$3000b1d8@sickness>; from stealth215@mediaone.net on Sat, Oct 27, 2001 at 06:17:50PM -0400 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 27 October 2001 at 18:17:50 -0400, David Loszewski wrote: > I know by doing netstat -r I can find out a lot of useful info, but how > would I find out what my subnet is for my external Ethernet? ifconfig will tell you the net mask. 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 See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:23:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from happy.cow.org (happy.cow.org [198.88.20.7]) by hub.freebsd.org (Postfix) with ESMTP id A853737B403 for ; Sat, 27 Oct 2001 15:23:57 -0700 (PDT) Received: (from ravi@localhost) by happy.cow.org (8.11.4/8.11.3) id f9RMNXG33590; Sat, 27 Oct 2001 18:23:33 -0400 (EDT) Date: Sat, 27 Oct 2001 18:23:33 -0400 From: ravi pina To: David Loszewski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: subnetmask Message-ID: <20011027182333.K3456@happy.cow.org> Reply-To: ravi@cow.org References: <003a01c15f35$379e4830$3000b1d8@sickness> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003a01c15f35$379e4830$3000b1d8@sickness>; from stealth215@mediaone.net on Sat, Oct 27, 2001 at 06:17:50PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 06:17:50PM -0400, David Loszewski said at one point in time: > I know by doing netstat -r I can find out a lot of useful info, but how > would I find out what my subnet is for my external Ethernet? ravi@happy:[ttypg][6:22pm](2):103:~> ifconfig xl0: flags=8943 mtu 1500 inet 198.88.20.7 netmask 0xffffff00 broadcast 198.88.20.255 [...] the netmask will tell you that. -r -- echo "send pgp key" | mail ravi@cow.org "i need to go watch a shitloaf of movies i rented today." -- Kris Wehner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:25:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 9E60E37B405 for ; Sat, 27 Oct 2001 15:25:51 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id QAA75015; Sat, 27 Oct 2001 16:25:50 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Sat, 27 Oct 2001 16:25:50 -0600 (CST) From: Ryan Thompson To: Scott Gerhardt Cc: FreeBSD Subject: Re: Kernel and sysctl settings In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Scott, Scott Gerhardt wrote to FreeBSD: > Looking for recommendations on kernel and sysctl optimizations. I'm > building a modest server to host HTTP, FTP, SQL and POP3 services. > Running FreeBSD 4.4-Release on a PIII 1GHz with 640MB+ RAM (plan to > keep increasing RAM). I suppose the answer to your questions depends on what sort of load you expect the server to be under, especially in regards to the network. FreeBSD's defaults are already suitable for stability in most network servers, and typically only need tuning for very high-performance servers. HTTP and SQL usually require a lot of file descriptors if you handle many simultaneous connections. FTP and POP3 are not typically very demanding. > net.inet.tcp.sendspace: 16384 (change to 32768) > net.inet.tcp.recvspace: 16384 (change to 32768) 32k is reasonable. You can pretty safely tune things like this, if you don't go overboard, but the performance impact you'll see on a typical "high speed" connection might not even be measurable. Run tests in your particular configuration to determine if this really helps. One thing I'd recommend is enabling RFC1323 extensions.. though, with more recent versions of FreeBSD, this is the default. > Stability 1st and performance 2nd are key factors. Then, in practice, unless you really know what you're doing and have specific reason to do so, it's usually better to leave some things well enough alone, because (pat answer) the defaults are set by FreeBSD experts who really know the internals, AND the defaults are the most widely tested configuration settings. That is not to say that you won't receive some benefit from careful sysctl tweaking, but it is also quite possible to affect a negative impact in the same or other areas of your system. > So far I have recompiled a "stripped down" kernel and added the following > options to the kernel: > maxusers 256 > options NMBCLUSTERS=32768 > > The following links have given me some ideas on what parameters can be > modified to enhance networking and performance: > http://www.enteract.com/~robt/Docs/Articles/ip-stack-tuning.html > > I don't want to start changing the defaults willynilly just because > they can be changed without knowing the impact on performance and > stability. > > Here are a few things I was thinking of changing: > > kern.ipc.somaxconn: 128 (change to 1024, 2048, or 4096) > kern.maxfiles: 8232 (change to 32768 or 65536) > net.inet.tcp.sendspace: 16384 (change to 32768) > net.inet.tcp.recvspace: 16384 (change to 32768) > > vfs.vmiodirenable=1 **What does this do? > > > Stability 1st and performance 2nd are key factors. > > Suggestions welcome please. > > > _________________________________ > > Scott Gerhardt, P.Geo. > Gerhardt Information Technologies > _________________________________ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:26:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id 4980B37B401 for ; Sat, 27 Oct 2001 15:26:44 -0700 (PDT) Received: (qmail 16533 invoked from network); 27 Oct 2001 22:26:27 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.212) by smtp2.mx.pitdc1.stargate.net with SMTP; 27 Oct 2001 22:26:27 -0000 Received: (qmail 15121 invoked from network); 27 Oct 2001 22:26:32 -0000 Received: from unknown (HELO MOTHER) (192.168.1.2) by 192.168.1.1 with SMTP; 27 Oct 2001 22:26:32 -0000 From: "Doug Reynolds" To: "freebsd-questions@freebsd.org" , "Scott Mitchell" Date: Sat, 27 Oct 2001 18:25:26 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Graphics card for new machine -- Radeon vs. GeForce? Message-Id: <20011027222644.4980B37B401@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 27 Oct 2001 17:15:17 +0100, Scott Mitchell wrote: >>From reading various reviews and list archives it seems that the ATI Radeon >or nVidia GeForce 2/3 fit the bill and have solid 2D support in XFree86 >4.x. Is there any particular reason to favour one of these over the other? >Are there any instances of cards using these chipsets that I should avoid, >or that come highly recommened? All other things being equal I'm leaning >towards ATI simply because they seems to have a more reasonable attitute >towards the open source community, but if the nVidia stuff is known to work >better I could change my mind... I have a raedon 64Mg VIVO agp 4x card and it works flawlessly with Win98, finally they came out with good drivers for win2000, and it works well there as well.. pretty quick on my athlon 1000. I haven't tried it in with my server since it gets all the left over hardware from the other 2 ocmputers. :) --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 15:54:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id EC88D37B405 for ; Sat, 27 Oct 2001 15:54:46 -0700 (PDT) Received: from mercedes.local.domain (h000103d2e005.ne.mediaone.net [66.31.215.27]) by chmls20.mediaone.net (8.11.1/8.11.1) with SMTP id f9RMtXx15503; Sat, 27 Oct 2001 18:55:37 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Chris Browning Reply-To: brownicm@prokyon.com To: RnldFreud@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: internet connection Date: Sat, 27 Oct 2001 19:04:34 -0400 X-Mailer: KMail [version 1.2] References: <12.148a0f64.290c6495@aol.com> In-Reply-To: <12.148a0f64.290c6495@aol.com> MIME-Version: 1.0 Message-Id: <01102719043400.09085@mercedes.local.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 27 October 2001 03:27 pm, RnldFreud@aol.com wrote: > i want to thank all thosewho have responded to my questions on connecting > to bellsouth.net with a alcatel adsl modem. at the present time i have > been unable to establish a connection. i have tried everyones suggestions > and looked at the handbook online. the system recognizes the alcatel > because when i plug it in it tells me its there and when i disconnect it > tells me it is disconnected. what i can not do is establish the login. i > quess i just dont understand how unix works the theory so to speak. in > windows you establish dial up networking but this is different. what am i > missing?? If bellsouth is using PPPoE, set up pppd. See the manpage or: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html http://www.daemonnews.org/200101/pppoe.html If bellsouth is not using PPPoE on your subnet, you don't need to login; the problem is somewhere else. I was a happy (mostly) bellsouth DSL customer for 18 months. Some subnets used PPPoE, some did not. Mine did not. What do you mean by "the system recognizes the alcatel"? What tools are you using to "see" the modem? Have you set a default gateway? Can you ping your upstream router? We need to know a bit more about what you have done and how you did it. Chris Browning brownicm@prokyon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16: 2:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 82EE037B403 for ; Sat, 27 Oct 2001 16:02:23 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 8EE172B730; Sun, 28 Oct 2001 01:02:17 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 694C1114; Sun, 28 Oct 2001 10:02:10 +1100 (EST) Date: Sun, 28 Oct 2001 10:02:10 +1100 From: Edwin Groothuis To: Noel Balansag Cc: questions@FreeBSD.org Subject: Re: how do i run X version 4.1 ? Message-ID: <20011028100210.R552@k7.mavetju.org> References: <3BDABAD1.D562B0AB@fibertel.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BDABAD1.D562B0AB@fibertel.com.ar>; from pongkee@fibertel.com.ar on Sat, Oct 27, 2001 at 10:46:57AM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 10:46:57AM -0300, Noel Balansag wrote: > i installed xfree 3.3.6 during system installation, then i tried to > upgrade it by installing xfree4.1 via the ports collection, but when i > try to run x, log shows that version 3.3.6 is running. Did or didn't you remove /usr/X11R6 before you installed the new version? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16: 6:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 7465437B401 for ; Sat, 27 Oct 2001 16:06:29 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RN7Jx26413 for ; Sat, 27 Oct 2001 19:07:19 -0400 (EDT) From: "David Loszewski" To: Subject: RE: subnetmask Date: Sat, 27 Oct 2001 19:05:51 -0400 Message-ID: <003b01c15f3b$ec943690$3000b1d8@sickness> 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, Build 10.0.2627 In-Reply-To: <20011027182333.K3456@happy.cow.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Shouldn't the netmask be like 255.255.x.x though? Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ravi pina Sent: Saturday, October 27, 2001 6:24 PM To: David Loszewski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: subnetmask On Sat, Oct 27, 2001 at 06:17:50PM -0400, David Loszewski said at one point in time: > I know by doing netstat -r I can find out a lot of useful info, but how > would I find out what my subnet is for my external Ethernet? ravi@happy:[ttypg][6:22pm](2):103:~> ifconfig xl0: flags=8943 mtu 1500 inet 198.88.20.7 netmask 0xffffff00 broadcast 198.88.20.255 [...] the netmask will tell you that. -r -- echo "send pgp key" | mail ravi@cow.org "i need to go watch a shitloaf of movies i rented today." -- Kris Wehner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16: 9: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 849F137B401 for ; Sat, 27 Oct 2001 16:08:57 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RN9mx28726 for ; Sat, 27 Oct 2001 19:09:48 -0400 (EDT) From: "David Loszewski" To: Subject: RE: subnetmask-need to add something Date: Sat, 27 Oct 2001 19:08:19 -0400 Message-ID: <003c01c15f3c$44f35a00$3000b1d8@sickness> 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, Build 10.0.2627 In-Reply-To: <003b01c15f3b$ec943690$3000b1d8@sickness> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For example in my rc.conf file my netmask is set to 255.255.0.0 but when I do ifconfig it says that it's 192.168.0.255.255 Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of David Loszewski Sent: Saturday, October 27, 2001 7:06 PM To: freebsd-questions@FreeBSD.ORG Subject: RE: subnetmask Shouldn't the netmask be like 255.255.x.x though? Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ravi pina Sent: Saturday, October 27, 2001 6:24 PM To: David Loszewski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: subnetmask On Sat, Oct 27, 2001 at 06:17:50PM -0400, David Loszewski said at one point in time: > I know by doing netstat -r I can find out a lot of useful info, but how > would I find out what my subnet is for my external Ethernet? ravi@happy:[ttypg][6:22pm](2):103:~> ifconfig xl0: flags=8943 mtu 1500 inet 198.88.20.7 netmask 0xffffff00 broadcast 198.88.20.255 [...] the netmask will tell you that. -r -- echo "send pgp key" | mail ravi@cow.org "i need to go watch a shitloaf of movies i rented today." -- Kris Wehner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Sat Oct 27 16:12:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 6EA7737B405 for ; Sat, 27 Oct 2001 16:12:35 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15xccz-0006B4-00; Sat, 27 Oct 2001 19:12:33 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9RNIQG47908; Sat, 27 Oct 2001 19:18:26 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Sat, 27 Oct 2001 19:18:25 -0400 (EDT) From: Dru X-X-Sender: To: David Loszewski Cc: Subject: RE: subnetmask-need to add something In-Reply-To: <003c01c15f3c$44f35a00$3000b1d8@sickness> Message-ID: <20011027191705.Q47895-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 27 Oct 2001, David Loszewski wrote: > For example in my rc.conf file my netmask is set to 255.255.0.0 but when > I do ifconfig it says that it's 192.168.0.255.255 Hi Dave, Are you sure you're not reading the broadcast address instead? The mask should be written in hex, so if your mask is 255.255.0.0 it'll look like 0xffff0000 Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16:16:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 4FC4237B401 for ; Sat, 27 Oct 2001 16:16:13 -0700 (PDT) Received: from gibson (adsl-65-64-78-67.dsl.okcyok.swbell.net [65.64.78.67]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9RNHEp51733; Sat, 27 Oct 2001 18:17:14 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff Date: Sat, 27 Oct 2001 18:19:06 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok so I will have to recompile apache 2.0 Is there a way to find out the current ./configure settings that were used on the apache port? I would like to keep everything the same just add the other modules. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Thursday, October 25, 2001 11:46 AM > To: questions@FreeBSD.ORG > Subject: apache stuff > > > Did you get the ssi thing to work yet. > > I just installed a copy of Apache in my home directory changed 2 things > in the httpd.conf file and it worked. > > ./configure --prefix=/home/samsmith/apache \ > --datadir=/home/samsmith/apache/data \ > --sysconfdir=/home/samsmith/apache/etc/httpd \ > --localstatedir=/home/samsmith/apache/var \ > --runtimedir=/home/samsmith/apache/var \ > --logfiledir=/home/samsmith/apachelogfiles \ > --enable-module=most \ > --enable-shared=include > > Uncommented from httpd.conf > > # AddType text/html .shtml > # AddHandler server-parsed .shtml > > AddType text/html .shtml > AddHandler server-parsed .shtml > > Added "Includes" to the line that looked like this: > Options Indexes FollowSymLinks MultiViews > so that it looked like this: > Options Indexes FollowSymLinks MultiViews Includes > > Created a file in htdocs with just this line in it: > > Named it "index.shtml" > > went to: http://fh1:8080/index.html > > and it worked. > > server on 8080 because didn't install as root (I think). > > fh1# httpd -v > Server version: Apache/1.3.14 (Unix) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16:20:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id CA77537B401 for ; Sat, 27 Oct 2001 16:20:43 -0700 (PDT) Received: from sickness (test4.peter.Metro2000.NET [216.177.0.48]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RNLYx09124 for ; Sat, 27 Oct 2001 19:21:34 -0400 (EDT) From: "David Loszewski" To: Subject: RE: subnetmask-need to add something Date: Sat, 27 Oct 2001 19:20:04 -0400 Message-ID: <003d01c15f3d$e9c1a3b0$3000b1d8@sickness> 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, Build 10.0.2627 In-Reply-To: <20011027191705.Q47895-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yea, I am reading the broadcast, lol, subnet then, I think that's what I'm looking for, am I right? Dave -----Original Message----- From: Dru [mailto:genisis@istar.ca] Sent: Saturday, October 27, 2001 7:18 PM To: David Loszewski Cc: freebsd-questions@FreeBSD.ORG Subject: RE: subnetmask-need to add something On Sat, 27 Oct 2001, David Loszewski wrote: > For example in my rc.conf file my netmask is set to 255.255.0.0 but when > I do ifconfig it says that it's 192.168.0.255.255 Hi Dave, Are you sure you're not reading the broadcast address instead? The mask should be written in hex, so if your mask is 255.255.0.0 it'll look like 0xffff0000 Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16:32: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raven.mail.pas.earthlink.net (raven.mail.pas.earthlink.net [207.217.120.39]) by hub.freebsd.org (Postfix) with ESMTP id A796237B407 for ; Sat, 27 Oct 2001 16:32:06 -0700 (PDT) Received: from user-2ive7np.dialup.mindspring.com ([165.247.30.249] helo=bezerker) by raven.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 15xcvn-0001fp-00; Sat, 27 Oct 2001 16:32:00 -0700 Message-ID: <005701c15f3f$cfaaa510$0101a8c0@bezerker> From: "Bezerker" To: "David Loszewski" Cc: References: <003d01c15f3d$e9c1a3b0$3000b1d8@sickness> Subject: Re: subnetmask-need to add something Date: Sat, 27 Oct 2001 19:27:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Your looking for the netmask which is the subnetmask. its displayed in hex right after netmask ----- Original Message ----- From: "David Loszewski" To: Sent: Saturday, October 27, 2001 7:20 PM Subject: RE: subnetmask-need to add something > Yea, I am reading the broadcast, lol, subnet then, I think that's what > I'm looking for, am I right? > > Dave > > -----Original Message----- > From: Dru [mailto:genisis@istar.ca] > Sent: Saturday, October 27, 2001 7:18 PM > To: David Loszewski > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: subnetmask-need to add something > > > > On Sat, 27 Oct 2001, David Loszewski wrote: > > > For example in my rc.conf file my netmask is set to 255.255.0.0 but > when > > I do ifconfig it says that it's 192.168.0.255.255 > > > Hi Dave, > > Are you sure you're not reading the broadcast address instead? The mask > should be written in hex, so if your mask is 255.255.0.0 it'll look like > 0xffff0000 > > Dru > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16:48:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 5339537B401; Sat, 27 Oct 2001 16:48:23 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RNn3x04763; Sat, 27 Oct 2001 19:49:03 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9RNn6T77037; Sat, 27 Oct 2001 19:49:06 -0400 (EDT) (envelope-from leblanc) Date: Sat, 27 Oct 2001 19:49:05 -0400 From: Louis LeBlanc To: questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: DHCP not getting IP Message-ID: <20011027194905.B27818@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/27/01 09:34 PM, John Murphy sat at the `puter and typed: > "Jeremy Cooper" wrote: > > >I have been trying to set up my first freebsd box using dhcp. I have tried > >a few things but I am unable to get an IP address > >from my ISP, Starpower via cable modem. I have tried a few things but I am > >stuck right now. Does anyone have any > >suggestions. > > I use a cable modem with an ISP that requires the MAC (ether) address > of the NIC is registered with them. Perhaps Starpower is similar. But don't bother swapping out the nic or registering the new MAC with your ISP. I had some problems at first with this, and someone on this list pointed out an easy solution: Create the file /etc/start_if.xl0 (assuming the interface you are configuring with DHCP is xl0) and put something like the following in that file: ifconfig xl0 ether 00:a0:cc:33:55:25 With the MAC of the nic that is registered with your ISP. Just make sure to release it from the other system first. This releases you from having to call your ISP and wait on the phone for hours trying to get the new MAC registered. Simply replace the nic and adjust the interface name if necessary, and your ISP will never care. Just my $0.02 HTH Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Government's Law: There is an exception to all laws. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 16:48:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 5339537B401; Sat, 27 Oct 2001 16:48:23 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id f9RNn3x04763; Sat, 27 Oct 2001 19:49:03 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9RNn6T77037; Sat, 27 Oct 2001 19:49:06 -0400 (EDT) (envelope-from leblanc) Date: Sat, 27 Oct 2001 19:49:05 -0400 From: Louis LeBlanc To: questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: DHCP not getting IP Message-ID: <20011027194905.B27818@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/27/01 09:34 PM, John Murphy sat at the `puter and typed: > "Jeremy Cooper" wrote: > > >I have been trying to set up my first freebsd box using dhcp. I have tried > >a few things but I am unable to get an IP address > >from my ISP, Starpower via cable modem. I have tried a few things but I am > >stuck right now. Does anyone have any > >suggestions. > > I use a cable modem with an ISP that requires the MAC (ether) address > of the NIC is registered with them. Perhaps Starpower is similar. But don't bother swapping out the nic or registering the new MAC with your ISP. I had some problems at first with this, and someone on this list pointed out an easy solution: Create the file /etc/start_if.xl0 (assuming the interface you are configuring with DHCP is xl0) and put something like the following in that file: ifconfig xl0 ether 00:a0:cc:33:55:25 With the MAC of the nic that is registered with your ISP. Just make sure to release it from the other system first. This releases you from having to call your ISP and wait on the phone for hours trying to get the new MAC registered. Simply replace the nic and adjust the interface name if necessary, and your ISP will never care. Just my $0.02 HTH Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Government's Law: There is an exception to all laws. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:20: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id 488D137B403 for ; Sat, 27 Oct 2001 17:19:54 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15xdg4-000Hmt-00; Sat, 27 Oct 2001 20:19:48 -0400 Date: Sat, 27 Oct 2001 20:19:47 -0400 (EDT) From: Scott Nolde To: Jeremy Cooper Cc: Subject: Re: DHCP not getting IP In-Reply-To: Message-ID: <20011027201735.T17576-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG man dhcp.conf for a good example of how to 'spoof' a MAC address of a NIC card. - Scott smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG: >Date: Fri, 26 Oct 2001 00:12:06 +0000 >From: Jeremy Cooper >To: freebsd-questions@FreeBSD.ORG >Subject: DHCP not getting IP > >I have been trying to set up my first freebsd box using dhcp. I have tried >a few things but I am unable to get an IP address >from my ISP, Starpower via cable modem. I have tried a few things but I am >stuck right now. Does anyone have any >suggestions. I am running version 4.4 of freebsd on a Dell Pentium 1. Here >are some of my configs: > >This is the ifconfig w/ the cable modedm plugged in. > >gateway# ifconfig >xl0: flags=8843 mtu 1500 > inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 > ether 00:50:da:20:66:48 > media: Ethernet 10baseT/UTP (10baseT/UTP ) > >xl1: flags=8843 mtu 1500 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 > ether 00:c0:4f:bd:1d:46 > media: Ethernet autoselect (10baseT/UTP) > status: active >lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > > >gateway# ps -aux|grep dhc >root 244 0.0 2.1 1060 620 p0 S+ 9:06AM 0:00.01 grep dhc >root 124 0.0 1.2 528 360 ?? Ss 9:01AM 0:00.00 >/sbin/dhclient xl1 > >gateway# more rc.conf > ># -- sysinstall generated deltas -- # Thu Sep 20 10:49:51 2001 ># Created: Thu Sep 20 10:49:51 2001 ># Enable network daemons for user convenience. ># Please make all changes to this file, not to /etc/defaults/rc.conf. ># This file now contains just the overrides from /etc/defaults/rc.conf. >gateway_enable="YES" >firewall_type="open" >firewall_enable="YES" >hostname="gateway.jcali.net" >ifconfig_xl1="DHCP" >ifconfig_xl0="inet 10.111.111.1 netmask 255.255.255.0" >kern_securelevel_enable="NO" >moused_enable="YES" >sendmail_enable="NO" >sshd_enable="YES" >network_interfaces="lo0 xl0 xl1" > > > >------------ >Here is the ifconfig with the cable modem not plugged in. Notice the >status of xl1. > >gateway# ifconfig >xl0: flags=8843 mtu 1500 > inet 10.111.111.1 netmask 0xffffff00 broadcast 10.111.111.255 > ether 00:50:da:20:66:48 > media: Ethernet 10baseT/UTP (10baseT/UTP ) > >xl1: flags=8843 mtu 1500 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 > ether 00:c0:4f:bd:1d:46 > media: Ethernet autoselect (none) > status: no carrier >lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:21:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 52BEB37B401 for ; Sat, 27 Oct 2001 17:21:34 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id 1838FA4B07 for ; Sat, 27 Oct 2001 17:21:34 -0700 (PDT) From: "Kory Hamzeh" To: Subject: How would you do this? Date: Sat, 27 Oct 2001 17:21:35 -0700 Message-ID: <001a01c15f46$809ce580$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need to write a script (preferably bourne shell) to send an mail every time a certain message gets sysloged, but not to send e-mail more than once an hour. I can grep /var/log/messages for the message, but I could not come up with a simple, clever way of making sure I don't send the e-mail out more than once an hour and the next time I grep, that I check for only new items logged since the last check. Any pointers would be great! -- Kory Hamzeh ICQ # 133630494 http://www.avatar.com/ http://www.metaphysical-store.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:22:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id A001937B403 for ; Sat, 27 Oct 2001 17:22:12 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15xdiO-000Hn0-00; Sat, 27 Oct 2001 20:22:12 -0400 Date: Sat, 27 Oct 2001 20:22:10 -0400 (EDT) From: Scott Nolde To: Noel Balansag Cc: Subject: Re: user cannot use X window In-Reply-To: <3.0.6.32.20011025234822.007a7100@pop.fibertel.com.ar> Message-ID: <20011027202025.N17576-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After you install Xwrapper, make the following ${HOME}/.xserverrc file: #!/bin/sh Xdepth="-bpp 16" #YBPPMV if [ -x /usr/X11R6/bin/Xwrapper ] ; then exec /usr/X11R6/bin/Xwrapper -auth $HOME/.Xauthority ${Xdepth} else exec X -auth $HOME/.Xauthority ${Xdepth} fi - Scott smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG: >Date: Thu, 25 Oct 2001 23:48:22 -0300 >From: Noel Balansag >To: questions@FreeBSD.ORG >Subject: user cannot use X window > >Hi. > >How do i set/get the Xwrapper so i can use X in ordinary user mode? X works >fine in root, but I don't want to use X that way. Too risky. > >I updated X from 3.3.6 to 4.1.0, using the script Xinstall.sh that came >with all the binaries that i downloaded from xfree86.org, and now I cannot >use the X window system. > >Would appreciate all the help. > >Thanks. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:40:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.traffic.co.uk (mail-1.traffic.co.uk [193.132.107.4]) by hub.freebsd.org (Postfix) with SMTP id 7619137B403 for ; Sat, 27 Oct 2001 17:40:33 -0700 (PDT) Received: (qmail 19664 invoked by uid 1006); 28 Oct 2001 00:42:22 -0000 Received: from dookhee.s@trafficproximity.com by riker.traffic.co.uk with qmail-scanner-0.96 (sweep: 2.2/3.44. . Clean. Processed in 0.862249 secs); 28 Oct 2001 00:42:22 -0000 X-Virus-Scanner-Mail-From: dookhee.s@trafficproximity.com via riker.traffic.co.uk X-Virus-Scanner-Rcpt-To: kory@avatar.com,freebsd-questions@freebsd.org X-Virus-Scanner: 0.96 (No viruses found. Processed in 0.862249 secs) Received: from unknown (HELO WN2KSD) (194.202.29.48) by mail-1.traffic.co.uk with SMTP; 28 Oct 2001 00:42:20 -0000 From: "Shashi Dookhee" To: "Kory Hamzeh" , Subject: RE: How would you do this? Date: Sun, 28 Oct 2001 01:40:26 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <001a01c15f46$809ce580$14ce21c7@avatar.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: mail-1.traffic.co.uk 1.6.2 0/1000/N Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Set it up in crontab every hour - then it will only send mail once an hour, every hour (if a message is found - else it will skip that hour).. As for parsing the log, I'd say script it in perl - this is exactly what it was designed for ;) S. Shashi Dookhee Head of IT Infrastructure e-mail: dookhee.s@trafficproximity.com Telephone (Direct Line): +44 (0)20 7298 8222 - -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kory Hamzeh Sent: 28 October 2001 01:22 To: freebsd-questions@freebsd.org Subject: How would you do this? I need to write a script (preferably bourne shell) to send an mail every time a certain message gets sysloged, but not to send e-mail more than once an hour. I can grep /var/log/messages for the message, but I could not come up with a simple, clever way of making sure I don't send the e-mail out more than once an hour and the next time I grep, that I check for only new items logged since the last check. Any pointers would be great! - -- Kory Hamzeh ICQ # 133630494 http://www.avatar.com/ http://www.metaphysical-store.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGP 7.1 iQA/AwUBO9tT5B81+wdHSEUlEQL/JQCgkULTsGue+d58lmgzBMbuay7CL+0An2Vy eZdQKdvNPWdSt8S8ZXR5kMmD =2Kur -----END PGP SIGNATURE----- =============================================================================== Traffic Proximity Limited 191 Old Marylebone Road London NW1 5DW United Kingdom Registered number: 3164767 Registered in England Tel: +44 (0) 20 7298 8200 Fax: +44 (0) 20 7298 8201 This email its contents and any files or images with it are intended solely for the addressee(s) and are confidential. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Traffic Proximity switchboard or via email return. DISCLAIMER Material contained in this email may be copyright material of Traffic Proximity or protected by other intellectual property rights. It may only be reproduced with the express permission of Traffic Proximity. Traffic Proxmity does not accept responsibility for any changes made to this email by unauthorised parties after it was sent. Whilst Traffic Proximity runs antivirus software on all Internet emails it is not liable for any loss or damage caused by an infected email. The recipient is advised to run their own antivirus software. All information contained in this email has been prepared using information believed by the author to be reliable and accurate, but Traffic Proximity makes no warranty as to accuracy and completeness. Any opinions expressed in this email are those of the author and do not necessarily reflect the opinions of Traffic Proximity or its affiliates. =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:42:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id CBBDF37B401 for ; Sat, 27 Oct 2001 17:42:30 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EF6366A90F; Sun, 28 Oct 2001 11:12:26 +1030 (CST) Date: Sun, 28 Oct 2001 11:12:26 +1030 From: Greg Lehey To: Gavin Mutch Cc: questions@freebsd.org Subject: Re: your mail Message-ID: <20011028111226.A13356@wantadilla.lemis.com> References: <000801c15ec8$5434c860$0101a8c0@family> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000801c15ec8$5434c860$0101a8c0@family>; from gmutch@global.co.za on Sat, Oct 27, 2001 at 11:17:38AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] Your message was on a single line. On Saturday, 27 October 2001 at 11:17:38 +0200, Gavin Mutch wrote: > Hi > > I was wondering if you could tell me if there is a way to get the > number of lines of a piece of text, with no other output. What I > mean by this is that if you use cat -n file1, you get the number of > lines but you also get the text. wc -l is your friend. 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 See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:48: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 0579937B401 for ; Sat, 27 Oct 2001 17:48:03 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id D0FE2A4B07; Sat, 27 Oct 2001 17:48:02 -0700 (PDT) From: "Kory Hamzeh" To: "Shashi Dookhee" , Subject: RE: How would you do this? Date: Sat, 27 Oct 2001 17:48:04 -0700 Message-ID: <001d01c15f4a$3397f5a0$14ce21c7@avatar.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 V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Shashi, My concern is the second time it is run, I need to make sure that I don't send another e-mail because of OLD messages (which I already sent an e-mail for an hour ago). I looks like I need to parse the file and keep the timestamp of the newest log message that triggered the e-mail, and then only check for new messages with newer timestamps. That is something that I don't feel competent enough to do with a scripting language (i.e. convert a syslog time to a absolute number). Kory > -----Original Message----- > From: Shashi Dookhee [mailto:dookhee.s@trafficproximity.com] > Sent: Saturday, October 27, 2001 5:40 PM > To: Kory Hamzeh; freebsd-questions@freebsd.org > Subject: RE: How would you do this? > Importance: High > > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Set it up in crontab every hour - then it will only send mail once an > hour, every hour (if a message is found - else it will skip that > hour).. > > As for parsing the log, I'd say script it in perl - this is exactly > what it was designed for ;) > > S. > > > > Shashi Dookhee > Head of IT Infrastructure > > e-mail: dookhee.s@trafficproximity.com > Telephone (Direct Line): +44 (0)20 7298 8222 > > > - -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kory Hamzeh > Sent: 28 October 2001 01:22 > To: freebsd-questions@freebsd.org > Subject: How would you do this? > > > > I need to write a script (preferably bourne shell) to send an mail > every > time a certain message gets sysloged, but not to send e-mail more > than once > an hour. I can grep /var/log/messages for the message, but I could > not come > up with a simple, clever way of making sure I don't send the e-mail > out more > than once an hour and the next time I grep, that I check for only new > items > logged since the last check. > > Any pointers would be great! > > - -- > Kory Hamzeh > ICQ # 133630494 > http://www.avatar.com/ > http://www.metaphysical-store.com/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:50:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.traffic.co.uk (mail-1.traffic.co.uk [193.132.107.4]) by hub.freebsd.org (Postfix) with SMTP id 51A8F37B405 for ; Sat, 27 Oct 2001 17:50:48 -0700 (PDT) Received: (qmail 19893 invoked by uid 1006); 28 Oct 2001 00:52:37 -0000 Received: from dookhee.s@trafficproximity.com by riker.traffic.co.uk with qmail-scanner-0.96 (sweep: 2.2/3.44. . Clean. Processed in 1.085124 secs); 28 Oct 2001 00:52:37 -0000 X-Virus-Scanner-Mail-From: dookhee.s@trafficproximity.com via riker.traffic.co.uk X-Virus-Scanner-Rcpt-To: kory@avatar.com,freebsd-questions@freebsd.org X-Virus-Scanner: 0.96 (No viruses found. Processed in 1.085124 secs) Received: from unknown (HELO WN2KSD) (194.202.29.48) by mail-1.traffic.co.uk with SMTP; 28 Oct 2001 00:52:35 -0000 From: "Shashi Dookhee" To: "Kory Hamzeh" , Subject: RE: How would you do this? Date: Sun, 28 Oct 2001 01:50:41 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <001d01c15f4a$3397f5a0$14ce21c7@avatar.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: mail-1.traffic.co.uk 1.6.2 0/1000/N Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Perl would handle doing this with no probs... But u do need to be competent with the coding... I could possibly help you there, if you give me more details on what you want done? Thanks Shashi Dookhee Head of IT Infrastructure e-mail: dookhee.s@trafficproximity.com Telephone (Direct Line): +44 (0)20 7298 8222 - -----Original Message----- From: Kory Hamzeh [mailto:kory@avatar.com] Sent: 28 October 2001 01:48 To: Shashi Dookhee; freebsd-questions@freebsd.org Subject: RE: How would you do this? Hi Shashi, My concern is the second time it is run, I need to make sure that I don't send another e-mail because of OLD messages (which I already sent an e-mail for an hour ago). I looks like I need to parse the file and keep the timestamp of the newest log message that triggered the e-mail, and then only check for new messages with newer timestamps. That is something that I don't feel competent enough to do with a scripting language (i.e. convert a syslog time to a absolute number). Kory > -----Original Message----- > From: Shashi Dookhee [mailto:dookhee.s@trafficproximity.com] > Sent: Saturday, October 27, 2001 5:40 PM > To: Kory Hamzeh; freebsd-questions@freebsd.org > Subject: RE: How would you do this? > Importance: High > > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Set it up in crontab every hour - then it will only send mail once > an hour, every hour (if a message is found - else it will skip that > hour).. > > As for parsing the log, I'd say script it in perl - this is exactly > what it was designed for ;) > > S. > > > > Shashi Dookhee > Head of IT Infrastructure > > e-mail: dookhee.s@trafficproximity.com > Telephone (Direct Line): +44 (0)20 7298 8222 > > > - -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kory > Hamzeh Sent: 28 October 2001 01:22 > To: freebsd-questions@freebsd.org > Subject: How would you do this? > > > > I need to write a script (preferably bourne shell) to send an mail > every > time a certain message gets sysloged, but not to send e-mail more > than once > an hour. I can grep /var/log/messages for the message, but I could > not come > up with a simple, clever way of making sure I don't send the e-mail > out more > than once an hour and the next time I grep, that I check for only > new items > logged since the last check. > > Any pointers would be great! > > - -- > Kory Hamzeh > ICQ # 133630494 > http://www.avatar.com/ > http://www.metaphysical-store.com/ > -----BEGIN PGP SIGNATURE----- Version: PGP 7.1 iQA/AwUBO9tWXR81+wdHSEUlEQIVegCfTpMXnxPtREG0gDDrq6bD/iUV7g0AoL0r fPPAEnqCO/TFCCoQbm6oDVKK =GsJa -----END PGP SIGNATURE----- =============================================================================== Traffic Proximity Limited 191 Old Marylebone Road London NW1 5DW United Kingdom Registered number: 3164767 Registered in England Tel: +44 (0) 20 7298 8200 Fax: +44 (0) 20 7298 8201 This email its contents and any files or images with it are intended solely for the addressee(s) and are confidential. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Traffic Proximity switchboard or via email return. DISCLAIMER Material contained in this email may be copyright material of Traffic Proximity or protected by other intellectual property rights. It may only be reproduced with the express permission of Traffic Proximity. Traffic Proxmity does not accept responsibility for any changes made to this email by unauthorised parties after it was sent. Whilst Traffic Proximity runs antivirus software on all Internet emails it is not liable for any loss or damage caused by an infected email. The recipient is advised to run their own antivirus software. All information contained in this email has been prepared using information believed by the author to be reliable and accurate, but Traffic Proximity makes no warranty as to accuracy and completeness. Any opinions expressed in this email are those of the author and do not necessarily reflect the opinions of Traffic Proximity or its affiliates. =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 17:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14706.mail.yahoo.com (web14706.mail.yahoo.com [216.136.224.123]) by hub.freebsd.org (Postfix) with SMTP id 93C2937B401 for ; Sat, 27 Oct 2001 17:58:53 -0700 (PDT) Message-ID: <20011028005853.60668.qmail@web14706.mail.yahoo.com> Received: from [64.131.161.101] by web14706.mail.yahoo.com via HTTP; Sat, 27 Oct 2001 17:58:53 PDT Date: Sat, 27 Oct 2001 17:58:53 -0700 (PDT) From: Wayne Lubin Subject: Communicator with Gnome part II To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Last time in part I of this series I was using communiator 4.7 with gnome and was having problems with communicator not allowing me to delete the local list of old headers, thereby creating a growing list of the local headers which became a problem because it was taking comunicator a long time just list the old headers before I could even begin downloading the bodies of messages. So I deinstalled it, and installed communicator 4.0 which still shows me no way to delete old headers, but seems to not take as long to list the old headers before allowing me to begin viewing new newsgroup messages. So for now I guess things are good. However, this version of communicator does not allow me to join any newsgroups. I am subscribed to the ones from before, but I can not join any new ones. Yes, I go through the motions to join a group by clicking on subscribe which lists all the groups in that little window, but when I try to join by highlighing the group that I want to join, and clicking on join, and click ok and go back to the list it simply is not listed. I have been looking at this problem for several hours and have tried several times, so I am quit sure that the join a group function does not work. Has anyone run into this problem, and knows how to fix it. Can I go to a file that lists the subscribed to groups and just put the groups that I want to join in the file? Also, one more problem that seems to happen a lot is when I click on some link, it causes netscape to die. Just goes away. Almost 1/4 of the time this happens. Anyone else have this problem. Is it a known thing in the freebsd world that the netscape ports suck, and in fact I should be using some other browser(does another browser even exist for freebsd)? Thanks for your help. Wayne __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 18: 4:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ewey.excite.com (ewey-rwcmta.excite.com [198.3.99.191]) by hub.freebsd.org (Postfix) with ESMTP id 3A9F737B407 for ; Sat, 27 Oct 2001 18:04:55 -0700 (PDT) Received: from doodle.excite.com ([199.172.153.125]) by ewey.excite.com (InterMail vM.4.01.02.39 201-229-119-122) with ESMTP id <20011028010455.ZVJD25765.ewey.excite.com@doodle.excite.com> for ; Sat, 27 Oct 2001 18:04:55 -0700 Message-ID: <24417885.1004231095020.JavaMail.imail@doodle.excite.com> Date: Sat, 27 Oct 2001 18:04:55 -0700 (PDT) From: Alex Arden To: freebsd-questions@freebsd.org Subject: hardware OpenGL Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 66.3.230.250 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Preface: this is not for games; it is for education and computational geometry (just thought I'd mention my purposes are other than recreational). Are there any OpenGL cards which FreeBSD fully supports? Any at all? What I mean is full hardware acceleration plus an OpenGL implementation for the card (not Mesa). I am willing to pay ANY price for such a card. I am aware there is a FreeBSD/NVidia project started on SourceForge, but it doesn't look like they will have something working anytime soon (I signed the petition). Let's suppose my distaste for Linux is equal to my distaste for non-hardware-accelerated graphics. Stated in the positive, I *really* like FreeBSD but also *really* want to do some computational geometry at home. Do I have any options? Please CC me if you respond. Thanks. --Alex _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 18:16:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f253.law14.hotmail.com [64.4.20.128]) by hub.freebsd.org (Postfix) with ESMTP id 98BAF37B405 for ; Sat, 27 Oct 2001 18:16:49 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Oct 2001 18:16:49 -0700 Received: from 212.59.26.150 by lw14fd.law14.hotmail.msn.com with HTTP; Sun, 28 Oct 2001 01:16:49 GMT X-Originating-IP: [212.59.26.150] From: "Edward Gess" To: freebsd-questions@freebsd.org Subject: Enlightenment Date: Sun, 28 Oct 2001 01:16:49 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Oct 2001 01:16:49.0519 (UTC) FILETIME=[380787F0:01C15F4E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all! How to get transparent(half-transparent) windows under Enlightenment??? Thanks. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 18:22:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 9355737B403; Sat, 27 Oct 2001 18:22:13 -0700 (PDT) Received: from aasp.net (h00045ad41936.ne.mediaone.net [24.60.36.208]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9S1M1N16118; Sat, 27 Oct 2001 21:22:02 -0400 (EDT) Message-ID: <3BDB5D19.1E5C55C3@aasp.net> Date: Sat, 27 Oct 2001 21:19:21 -0400 From: Jules Gilbert X-Mailer: Mozilla 4.77 [en]C-CCK-MCD NSCPCD477 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-developers@freebsd.org Cc: mckusick@mckusick.com, green@freebsd.org, roberto@eurocontrol.fr Subject: [Fwd: panic: bqrelse: multiple ref .. thought fixed a year ago] Content-Type: multipart/mixed; boundary="------------D3463132A50AEF4EA428D368" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------D3463132A50AEF4EA428D368 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jules Gilbert wrote: > Hello folks: > > We are having a big problem which is interfering with a whole lot of > things. We are running FreeBSD 4.3 and we are seeing the infamous > "bqrelse: multiple refs" problem. > The panic then the dump, syncing disks.. We thought this was fixed over > a year ago in vfs_bio.c > > This problem occured most recently when I exit'ed a remote ssh session. > The exit took several seconds, and caused me to believe something was > wrong. I then logged back in, and sure enough, we had a 'sh.core' dump > file (of zero size) and my running jobs had died. (The machine dumped.) > > Later, I could not get in at all, (of course the machine was dead at > that point) and the other machines doing NFS writes failed as well. NFS > structure IS: > > This machine with this problem, call it PRIME1, NFS serves 6 other > FBSD4.3 machines as clients. They ALL mount PRIME1's /mnt/public and all > 6 write into this directory with their own files. > > So, this morning, searching the net, we found several references to > "bqrelse" but none of the references seemed to assert that the fix was > such-and-such. Does a fix exist? By the way, I maintain multiple > FreeBSD boxes and am doing lot's of NFS activity, in addition to my > occasional SSH login. > > I am willing to make queue's larger, change parameters or whatever else > it takes to make this work. > > Pls help us. > > =================================================================== > Our search results netted the following fr July 2000 > > Search Result 1 > From: Kirk McKusick (mckusick@mckusick.com) > Subject: Re: Panic: bqrelse: multiple refs > Newsgroups: mailing.freebsd.current > View: (This is the only article in this thread) | Original Format > Date: 2000/07/26 > > Date: Tue, 25 Jul 2000 11:47:03 -0400 (EDT) > From: Brian Fundakowski Feldman > To: Ollivier Robert > Cc: "FreeBSD Current Users' list" , > mckusick@mckusick.com > Subject: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking > In-Reply-To: <20000725170455.F636@caerdonn.eurocontrol.fr> > > On Tue, 25 Jul 2000, Ollivier Robert wrote: > > > According to Brian Fundakowski Feldman: > > > Actually, I'm pretty certain this is the fix: > > > > Well it won't panic but isn't it putting the problem under the > carpet? > > I agree the panic seems to be here temporarely but... > > No, I'm really certain this isn't the case. You see, struct buf has > a b_lock that until recently was a plain, exclusive lockmgr lock. In > Kirk's last round of changes, he converted b_lock to be LK_CANRECURSE, > which means that the lock, while still an exclusive lock, may be > relocked multiple times by the same caller. > > The panics are plain wrong. What's left is to determine what is the > proper thing to do in each of these cases, which I'm certain that many > people already know already (you see, I'm still a bit green ;). What I > am _almost_ sure about is that the right thing is just to remove one > of the locks and let it get freed back up the call chain. I'm almost > certain this is the case because if you are grabbing exclusive locks > and recursing upon them, your call chain is the only consumer and in > a recursive-locking-callchain, you will have multiple symmetric lock > and unlock pairs. Anything else horribly complicates things, and this > makes me a good 95% certain that this is exactly the right fix, not > that it's sweeping any true bugs under the carpet. > > Allowing recursive locks is pretty much the only way to solve many of > the problems here because it's simply not possible to support all code > paths without allowing for this recursion. The code would either be > horribly complicated or non-functional. I'm certain Kirk may be able > to back me up here. It seems that the cleanup is meant to make the > locks recursive mostly to facilitate correct/proper call chains, and > that's consistent with my understand at least :) > > Indeed, if you look at the comment in brelse() from the delta, you > will see that the intention of allowing this very situation to occur > and simply BUF_UNLOCK() was planned for and the panic()s were for > debugging during the previous time that b_locks weren't LK_CANRECURSE. > > As always, take what I say with a grain of salt since I'm definitely > not a VFS guru in any manner; I just happen to think I understand this > one :) > > > -- > > Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- > Ollivier.Robert@eurocontrol.fr > > The Postman hits! The Postman hits! You have new mail. > > -- > Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / > > green@FreeBSD.org `------------------------------' > > The above explanation is correct. When I made the change to allow > recursive buffer locks, I should have removed that panic (but forgot > that I had put it in there, sigh). I have just made the change on > freefall. Sorry for the problems caused by that change. > > Kirk McKusick --------------D3463132A50AEF4EA428D368 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mozilla-Status2: 00000000 Message-ID: <3BDB09F8.F6E0D3A0@aasp.net> Date: Sat, 27 Oct 2001 15:24:40 -0400 From: Jules Gilbert X-Mailer: Mozilla 4.77 [en]C-CCK-MCD NSCPCD477 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org CC: pg@eth1.com, wfaxon@gis.net, david@catwhisker.org, green@FreeBSD.org, mckusick@mckusick.com Subject: panic: bqrelse: multiple ref .. thought fixed a year ago Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello folks: We are having a big problem which is interfering with a whole lot of things. We are running FreeBSD 4.3 and we are seeing the infamous "bqrelse: multiple refs" problem. The panic then the dump, syncing disks.. We thought this was fixed over a year ago in vfs_bio.c This problem occured most recently when I exit'ed a remote ssh session. The exit took several seconds, and caused me to believe something was wrong. I then logged back in, and sure enough, we had a 'sh.core' dump file (of zero size) and my running jobs had died. (The machine dumped.) Later, I could not get in at all, (of course the machine was dead at that point) and the other machines doing NFS writes failed as well. NFS structure IS: This machine with this problem, call it PRIME1, NFS serves 6 other FBSD4.3 machines as clients. They ALL mount PRIME1's /mnt/public and all 6 write into this directory with their own files. So, this morning, searching the net, we found several references to "bqrelse" but none of the references seemed to assert that the fix was such-and-such. Does a fix exist? By the way, I maintain multiple FreeBSD boxes and am doing lot's of NFS activity, in addition to my occasional SSH login. I am willing to make queue's larger, change parameters or whatever else it takes to make this work. Pls help us. =================================================================== Our search results netted the following fr July 2000 Search Result 1 From: Kirk McKusick (mckusick@mckusick.com) Subject: Re: Panic: bqrelse: multiple refs Newsgroups: mailing.freebsd.current View: (This is the only article in this thread) | Original Format Date: 2000/07/26 Date: Tue, 25 Jul 2000 11:47:03 -0400 (EDT) From: Brian Fundakowski Feldman To: Ollivier Robert Cc: "FreeBSD Current Users' list" , mckusick@mckusick.com Subject: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking In-Reply-To: <20000725170455.F636@caerdonn.eurocontrol.fr> On Tue, 25 Jul 2000, Ollivier Robert wrote: > According to Brian Fundakowski Feldman: > > Actually, I'm pretty certain this is the fix: > > Well it won't panic but isn't it putting the problem under the carpet? > I agree the panic seems to be here temporarely but... No, I'm really certain this isn't the case. You see, struct buf has a b_lock that until recently was a plain, exclusive lockmgr lock. In Kirk's last round of changes, he converted b_lock to be LK_CANRECURSE, which means that the lock, while still an exclusive lock, may be relocked multiple times by the same caller. The panics are plain wrong. What's left is to determine what is the proper thing to do in each of these cases, which I'm certain that many people already know already (you see, I'm still a bit green ;). What I am _almost_ sure about is that the right thing is just to remove one of the locks and let it get freed back up the call chain. I'm almost certain this is the case because if you are grabbing exclusive locks and recursing upon them, your call chain is the only consumer and in a recursive-locking-callchain, you will have multiple symmetric lock and unlock pairs. Anything else horribly complicates things, and this makes me a good 95% certain that this is exactly the right fix, not that it's sweeping any true bugs under the carpet. Allowing recursive locks is pretty much the only way to solve many of the problems here because it's simply not possible to support all code paths without allowing for this recursion. The code would either be horribly complicated or non-functional. I'm certain Kirk may be able to back me up here. It seems that the cleanup is meant to make the locks recursive mostly to facilitate correct/proper call chains, and that's consistent with my understand at least :) Indeed, if you look at the comment in brelse() from the delta, you will see that the intention of allowing this very situation to occur and simply BUF_UNLOCK() was planned for and the panic()s were for debugging during the previous time that b_locks weren't LK_CANRECURSE. As always, take what I say with a grain of salt since I'm definitely not a VFS guru in any manner; I just happen to think I understand this one :) > -- > Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr > The Postman hits! The Postman hits! You have new mail. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' The above explanation is correct. When I made the change to allow recursive buffer locks, I should have removed that panic (but forgot that I had put it in there, sigh). I have just made the change on freefall. Sorry for the problems caused by that change. Kirk McKusick --------------D3463132A50AEF4EA428D368-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 18:57:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 99EE537B401 for ; Sat, 27 Oct 2001 18:57:16 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9S1vBN18453; Sat, 27 Oct 2001 21:57:11 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9S1w8J77611; Sat, 27 Oct 2001 21:58:08 -0400 (EDT) (envelope-from leblanc) Date: Sat, 27 Oct 2001 21:58:07 -0400 From: Louis LeBlanc To: Chris Browning , freebsd-questions@FreeBSD.org Subject: Re: DHCP not getting IP -- SWEET!! Message-ID: <20011027215807.D27818@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: Chris Browning , freebsd-questions@FreeBSD.org References: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> <20011027194905.B27818@keyslapper.org> <01102720275005.09085@mercedes.local.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <01102720275005.09085@mercedes.local.domain> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/27/01 08:27 PM, Chris Browning sat at the `puter and typed: > > > Create the file /etc/start_if.xl0 > > (assuming the interface you are configuring with DHCP is xl0) > > > > Gawd, the stuff one stumbles across on this list! Too Sweet! > > I've been wrestling with that for years! > > That's a keeper. Thanks, Louis Definitely a pleasure. I've gotten *SO* much more help on this list than I have been able to return, so very glad I could help. Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Steele's Law: There exist tasks which cannot be done by more than ten men or fewer than one hundred. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 19:25:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id BFB4037B403 for ; Sat, 27 Oct 2001 19:25:35 -0700 (PDT) Received: from keyslapper.org (acadia.ne.mediaone.net [65.96.186.69]) by chmls16.mediaone.net (8.11.1/8.11.1) with ESMTP id f9S2QPT06203; Sat, 27 Oct 2001 22:26:26 -0400 (EDT) Received: (from leblanc@localhost) by keyslapper.org (8.11.6/8.11.6) id f9S2QKo77774; Sat, 27 Oct 2001 22:26:20 -0400 (EDT) (envelope-from leblanc) Date: Sat, 27 Oct 2001 22:26:20 -0400 From: Louis LeBlanc To: Scott Nolde , freebsd-questions@FreeBSD.org Subject: Re: DHCP not getting IP Message-ID: <20011027222620.E27818@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: Scott Nolde , freebsd-questions@FreeBSD.org References: <20011027201735.T17576-100000@bsd.smnolde.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20011027201735.T17576-100000@bsd.smnolde.com> User-Agent: Mutt/1.3.23i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/27/01 08:19 PM, Scott Nolde sat at the `puter and typed: > man dhcp.conf for a good example of how to 'spoof' a MAC address of a NIC > card. > > - Scott Uh, not really: $ man dhcp.conf No manual entry for dhcp.conf Maybe you mean dhclient.conf? I didn't find any such thing there on a quick scan, nor in any of the other dhclient related manpages. I was sure the start_if. convention was in one of the manpages, so I probably missed it there. Cheers Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ QOTD: "There may be no excuse for laziness, but I'm sure looking." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 19:28:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout6.nyroc.rr.com (mailout6-0.nyroc.rr.com [24.92.226.125]) by hub.freebsd.org (Postfix) with ESMTP id 878C937B401 for ; Sat, 27 Oct 2001 19:28:28 -0700 (PDT) Received: from betsy (roc-66-24-110-13.rochester.rr.com [66.24.110.13]) by mailout6.nyroc.rr.com (8.11.6/Road Runner 1.12) with SMTP id f9S2RVF17376 for ; Sat, 27 Oct 2001 22:27:31 -0400 (EDT) Message-ID: <024001c15f58$a0f6e3a0$0d6e1842@betsy> From: "Brian M. King" To: Subject: arp error Date: Sat, 27 Oct 2001 22:31:19 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_023D_01C15F37.1947CB20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_023D_01C15F37.1947CB20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, recently, without changing anything, I started getting the = following 'arp' error on my FreeBSD 4.2-RELEASE server .. Oct 27 21:13:37 dhcp /kernel: arp: 66.24.110.13 moved from = 00:b0:64:b7:9b:8c to 00:20:af:d8:91:cd on de0 de0 is my network card .. The 66.24.110.13 IP is for this machine = (Not the FreeBSD one), when I am logged into the FreeBSD server from = this machine, that IP is used, but if I log off the box, the IP the box = has gets used in the error. This started about 4 weeks ago and I have = not been able to figure out why. I've checked my dhclient settings, = rc.conf, rc.firewall, etc, settings, everything is as it should be. The = error occurs approximately every 20 to 30 minutes. The two (Appears to = be) MAC address also change each time the error appears. Any help you may be able to provide will be much appreciated. = Thanks. -Brian (Raider) ------=_NextPart_000_023D_01C15F37.1947CB20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    Hello, recently, = without=20 changing anything, I started getting the following 'arp' error on my = FreeBSD=20 4.2-RELEASE server ..
 
Oct 27 21:13:37 dhcp /kernel: arp: = 66.24.110.13=20 moved from 00:b0:64:b7:9b:8c to 00:20:af:d8:91:cd on de0
 
    de0 is my network = card .. The=20 66.24.110.13 IP is for this machine (Not the FreeBSD one), when I am = logged into=20 the FreeBSD server from this machine, that IP is used, but if I log off = the box,=20 the IP the box has gets used in the error. This started about 4 weeks = ago and I=20 have not been able to figure out why. I've checked my dhclient settings, = rc.conf, rc.firewall, etc, settings, everything is as it should be. The = error=20 occurs approximately every 20 to 30 minutes. The two (Appears to be) MAC = address=20 also change each time the error appears.
 
    Any help you may be = able to=20 provide will be much appreciated. Thanks.
 
-Brian = (Raider)
------=_NextPart_000_023D_01C15F37.1947CB20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 19:50:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id 48D2C37B401 for ; Sat, 27 Oct 2001 19:50:49 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15xg2C-000Hpa-00 for freebsd-questions@FreeBSD.ORG; Sat, 27 Oct 2001 22:50:48 -0400 Date: Sat, 27 Oct 2001 22:50:47 -0400 (EDT) From: Scott Nolde To: Subject: Re: DHCP not getting IP In-Reply-To: <20011027222620.E27818@keyslapper.org> Message-ID: <20011027224949.T20562-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG er, excuse me, 'man dhclient.conf' from the example deep down in the man page: interface "ep0" { send host-name "andare.fugue.com"; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; } smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG= : >Date: Sat, 27 Oct 2001 22:26:20 -0400 >From: Louis LeBlanc >Reply-To: freebsd-questions@FreeBSD.ORG >To: Scott Nolde , freebsd-questions@FreeBSD.ORG >Subject: Re: DHCP not getting IP > >On 10/27/01 08:19 PM, Scott Nolde sat at the `puter and typed: >> man dhcp.conf for a good example of how to 'spoof' a MAC address of a N= IC >> card. >> >> - Scott > >Uh, not really: >$ man dhcp.conf >No manual entry for dhcp.conf > >Maybe you mean dhclient.conf? > >I didn't find any such thing there on a quick scan, nor in any of the >other dhclient related manpages. I was sure the start_if. >convention was in one of the manpages, so I probably missed it there. > >Cheers >Lou >-- >Louis LeBlanc leblanc@keyslapper.org >Fully Funded Hobbyist, KeySlapper Extrordinaire :) >http://www.keyslapper.org =D4=BF=D4=AC > >QOTD: > "There may be no excuse for laziness, but I'm sure looking." > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 20:13:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id AD5B737B405 for ; Sat, 27 Oct 2001 20:13:21 -0700 (PDT) Received: from pool0408.cvx33-bradley.dialup.earthlink.net ([216.244.1.153] helo=enterprise) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15xgNu-0004lO-00; Sat, 27 Oct 2001 20:13:14 -0700 From: "Eric Lam" To: "Rogier Steehouder" Cc: Subject: RE: IPFW Rules Help Date: Sat, 27 Oct 2001 20:16:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20011026111309.B4520@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay, let's say that I want a firewall that allows everything, but logs all packets. How would I achieve that? (I'm ditching my old plan). /sbin/ipfw add allow ip from any to any via lo0 /sbin/ipfw add allow ip from any to any via xl0 Somethign like that? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Rogier Steehouder Sent: Friday, October 26, 2001 2:13 AM To: Eric Lam Cc: freebsd-questions@freebsd.org Subject: Re: IPFW Rules Help On 25-10-2001 18:18 (-0700), Eric Lam wrote: > Hello, I am attempting to construct an inclusive firewall, so that all ports > and protocols (udp, tcp) are blocked by default, except ones specificed, > such as FTP, SSH, SMB, etc... However, I am not using natd or trying to > turn this into a router. I am just trying to secure the box so that only > specific services and their corresponding ports are open, and everything > else closed. xl0 is my ethernet card. the 207/206 ip's are my dns servers. > Someone told me to do that checkstate stuff for ftp; I have no idea what > that is for, please advise on that. I am wondering did I do my rules > correctly. Thanks for your help. There are some problems I can see. > /sbin/ipfw add allow ip from any to any via lo0 > /sbin/ipfw add allow ip from any to any via xl0 This would allow everything. All other rules are ignored. > /sbin/ipfw add allow tcp from any to any 20 out xmit setup > /sbin/ipfw add allow tcp from any to any 21 out xmit setup > /sbin/ipfw add allow tcp from any to any 22 out xmit setup > /sbin/ipfw add allow tcp from any to any 23 out xmit setup > /sbin/ipfw add allow tcp from any to any 25 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.154 53 out xmit setup > /sbin/ipfw add allow tcp from any to 207.151.38.133 53 out xmit setup > /sbin/ipfw add allow tcp from any to 206.117.120.66 53 out xmit setup > /sbin/ipfw add allow tcp from any to any 80 out xmit setup > /sbin/ipfw add allow tcp from any to any 110 out xmit setup > /sbin/ipfw add allow tcp from any to any 139 out xmit setup > /sbin/ipfw add allow tcp from any to any 3128 out xmit setup These would allow you to make connections to others, but not others to connect to you. Besides DNS uses UDP, not TCP. > /sbin/ipfw add allow tcp from any to any via xl0 estab This should go first. It will speed up checking by not going through the whole list for every packet. > /sbin/ipfw add allow udp from any to any 137 out xmit > /sbin/ipfw add check-state > /sbin/ipfw add allow tcp from any to any keep-state This would again allow everything. > /sbin/ipfw deny udp from any to any > /sbin/ipfw add 65435 deny ip from any to any > /sbin/ipfw add 65434 allow icmp from any to any My rules are somewhat as follows: ----- Firewall rules ----- fwcmd="/sbin/ipfw -q" ip="" pips="" # Empty ruleset $fwcmd -f flush # Loopback device $fwcmd add 100 allow all from any to any via lo0 $fwcmd add 110 deny all from any to 127.0.0.0/8 # Allow established TCP connections $fwcmd add 1000 allow tcp from any to any established # Allow outgoing TCP connections $fwcmd add allow tcp from $ip to any setup # Use 'keep-state' to allow UDP and ICMP packets and their answers $fwcmd add check-state $fwcmd add allow udp from $ip to any keep-state $fwcmd add allow icmp from $ip to any keep-state # Open up servers for privileged IP addresses if [ -n "$pips" ]; then for pip in $pips; do # HTTP $fwcmd add 20001 allow log tcp from $pip to any 80 # FTP (passive) $fwcmd add 20002 allow log tcp from $pip to any 20,21 $fwcmd add 20002 allow log tcp from $pip to any 49152-65535 # Any other services you want to allow done fi # SSH $fwcmd add 50001 allow log tcp from any to any 22 # Explicitly deny everything else $fwcmd add 65000 deny all from any to any ----- End of firewall rules ----- You should read the ipfw man-page and study /etc/rc.firewall as an example. With kind regards, Rogier Steehouder -- ___ _ -O_\ // | / Rogier Steehouder //\ / \ r.j.s@gmx.net // \ <---------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 21: 3: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 3763837B401 for ; Sat, 27 Oct 2001 21:03:03 -0700 (PDT) Received: from [192.168.2.23] ([65.93.33.227]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011028040302.PPOC4990.tomts6-srv.bellnexxia.net@[192.168.2.23]>; Sun, 28 Oct 2001 00:03:02 -0400 Date: Sun, 28 Oct 2001 00:12:42 -0400 (EDT) From: "Steve Brown " To: Alson van der Meulen Cc: "freebsd-questions@freebsd.org" Subject: Solved, thanks. Re: asfiles In-Reply-To: <20011028001043.A30280@md2.mediadesign.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Alson, that worked! Steve On Sun, 28 Oct 2001, Alson van der Meulen wrote: > On Sat, Oct 27, 2001 at 11:38:17AM -0400, Steve Brown wrote: > > Hello there, > > > > This seems like a stupid question, but it's been eluding me for weeks: > > > > I successfully installed asfiles-1.0 (per pkg_info), but I cannot figure > > out what file to run in order to make it start. Does anyone know what it's > > called? > try pkg_info -f asfiles-1.0|grep bin, or just pkg_info -f > asfiles-1.0|less. This will show you the files within the package. > Usually the executable files will be in /usr/local/bin or > /usr/local/sbin or /usr/local/libexec. > > HTH, > Alson > -- > ,-------------------------------------------. > > Name: Alson van der Meulen < > > Personal: alson@flutnet.org < > > School: alson@gymnasiumleiden.nl < > `-------------------------------------------' > Where's the DIR command? > --------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 21:48:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id 9D45637B407 for ; Sat, 27 Oct 2001 21:48:26 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9S4mQa01831 for freebsd-questions@FreeBSD.ORG; Sat, 27 Oct 2001 21:48:26 -0700 (PDT) (envelope-from kline) From: Gary Kline Message-Id: <200110280448.f9S4mQa01831@tao.thought.org> Subject: Any clues re the Intel 82801AA audio controller? To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Sat, 27 Oct 2001 21:48:25 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The Intel 815 m'board I'm trying to set up has its own audio chip. I tried adding "device pcm" to my kernel. No joy. dmesg tells the following about the configuration: chip1: port 0xdc00-0xdc3f,0xd800-0xd8ff irq 5 at device 31.5 on pci0 Anybody? TIA, y'all, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 22:19:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 4FC1137B408 for ; Sat, 27 Oct 2001 22:19:35 -0700 (PDT) Received: from sickness (h0000c0f0bdd0.ne.mediaone.net [24.91.160.109]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9S5J0N03691; Sun, 28 Oct 2001 01:19:00 -0400 (EDT) From: "David Loszewski" To: "'David Powers'" , Subject: RE: subnetmask Date: Mon, 29 Oct 2001 00:18:12 -0500 Message-ID: <000201c16039$1b8ecbb0$3000a8c0@sickness> 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, Build 10.0.2627 In-Reply-To: <000d01c15f60$9354c570$0401a8c0@daveabit> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just what I was looking for, how bout fc, what is that? Dave -----Original Message----- From: David Powers [mailto:dnpowers@swbell.net] Sent: Saturday, October 27, 2001 11:28 PM To: 'David Loszewski'; freebsd-questions@freebsd.org Subject: RE: subnetmask ff=255 and 00=0, so to translate ffffff00=255.255.255.0 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David Loszewski Sent: Saturday, October 27, 2001 6:06 PM To: freebsd-questions@freebsd.org Subject: RE: subnetmask Shouldn't the netmask be like 255.255.x.x though? Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ravi pina Sent: Saturday, October 27, 2001 6:24 PM To: David Loszewski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: subnetmask On Sat, Oct 27, 2001 at 06:17:50PM -0400, David Loszewski said at one point in time: > I know by doing netstat -r I can find out a lot of useful info, but how > would I find out what my subnet is for my external Ethernet? ravi@happy:[ttypg][6:22pm](2):103:~> ifconfig xl0: flags=8943 mtu 1500 inet 198.88.20.7 netmask 0xffffff00 broadcast 198.88.20.255 [...] the netmask will tell you that. -r -- echo "send pgp key" | mail ravi@cow.org "i need to go watch a shitloaf of movies i rented today." -- Kris Wehner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Sat Oct 27 22:28:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 2501E37B401 for ; Sat, 27 Oct 2001 22:28:11 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15xiUS-0007Gu-00; Sun, 28 Oct 2001 06:28:08 +0100 Received: from pd901722c.dip.t-dialin.net ([217.1.114.44]) by mrvdom03.schlund.de with esmtp (Exim 2.12 #2) id 15xiUR-0003Rg-00; Sun, 28 Oct 2001 06:28:08 +0100 Date: Sun, 28 Oct 2001 05:27:02 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Wayne Lubin Cc: Subject: Re: Communicator with Gnome part II In-Reply-To: <20011028005853.60668.qmail@web14706.mail.yahoo.com> Message-ID: <20011028051329.B5317-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Wayne! I think communicator and mozilla are simply to slow to read big newsgroups or big mailing lists (and throw most things away). You should have a look at www.freebsd.org/ports/news.html or www.freebsd.org/ports/mail.html for a fast and small news/mail reader. When you like working in gnome enviroment, there is pan when you don't care about enviroments at all you can use pine (which is what I do) - it runs on text-console. Uli. On Sat, 27 Oct 2001, Wayne Lubin wrote: > Last time in part I of this series I was using > communiator 4.7 with gnome and was having problems > with communicator not allowing me to delete the local > list of old headers, thereby creating a growing list > of the local headers which became a problem because it > was taking comunicator a long time just list the old > headers before I could even begin downloading the > bodies of messages. So I deinstalled it, and installed > communicator 4.0 which still shows me no way to delete > old headers, but seems to not take as long to list the > old headers before allowing me to begin viewing new > newsgroup messages. So for now I guess things are > good. However, this version of communicator does not > allow me to join any newsgroups. I am subscribed to > the ones from before, but I can not join any new ones. > Yes, I go through the motions to join a group by > clicking on subscribe which lists all the groups in > that little window, but when I try to join by > highlighing the group that I want to join, and > clicking on join, and click ok and go back to the list > it simply is not listed. I have been looking at this > problem for several hours and have tried several > times, so I am quit sure that the join a group > function does not work. Has anyone run into this > problem, and knows how to fix it. Can I go to a file > that lists the subscribed to groups and just put the > groups that I want to join in the file? Also, one > more problem that seems to happen a lot is when I > click on some link, it causes netscape to die. Just > goes away. Almost 1/4 of the time this happens. Anyone > else have this problem. Is it a known thing in the > freebsd world that the netscape ports suck, and in > fact I should be using some other browser(does another > browser even exist for freebsd)? Thanks for your help. > > Wayne > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 22:49:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.5.5]) by hub.freebsd.org (Postfix) with ESMTP id E6D9937B405 for ; Sat, 27 Oct 2001 22:49:11 -0700 (PDT) Received: from supportjlgjov8 (ool-182dd617.dyn.optonline.net [24.45.214.23]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GLW00C57ITQ28@mta2.srv.hcvlny.cv.net> for Questions@FreeBSD.ORG; Sun, 28 Oct 2001 01:49:02 -0400 (EDT) Date: Sun, 28 Oct 2001 01:48:19 -0400 From: Andre Cameron Subject: Host Name Question. To: Questions@FreeBSD.ORG Message-id: <005001c15f74$26096700$0200a8c0@supportjlgjov8> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <3.0.5.32.20011027135934.00fa6e38@mail.sage-american.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know of a registrar who would let me register a host name to a domain name verses an IP? Odd request I know but heres the story. I have a dynamic IP which blows, I use dyndns.org's service to keep a domain name pointed to my server. Now I obviosly cant point a hostname to my IP cause it could change anytime. SOOO if I point a hostname to my static domain name I could then use my DNS server;) Nifty idea huh? Now if only I can find a registrar who let me do this.. Any ideas? Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 23: 2:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 45ECA37B401 for ; Sat, 27 Oct 2001 23:02:50 -0700 (PDT) Received: from sickness (h0000c0f0bdd0.ne.mediaone.net [24.91.160.109]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f9S62kN20704 for ; Sun, 28 Oct 2001 01:02:46 -0500 (EST) From: "David Loszewski" To: Subject: stupid questionLimiting close Date: Mon, 29 Oct 2001 01:01:58 -0500 Message-ID: <000801c1603f$385e12e0$3000a8c0@sickness> 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, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I get this on my machine: Oct 27 13:48:41 zeus /kernel: Limiting closed port RST response from 376 to 200 packets per second What exactly does that mean? What's a RST response? Is it closing that port just to a specific ip? Thanks for putting up with my "stupid" questions Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 23: 3:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta8.srv.hcvlny.cv.net (mta8.srv.hcvlny.cv.net [167.206.5.23]) by hub.freebsd.org (Postfix) with ESMTP id C4E9137B41B for ; Sat, 27 Oct 2001 23:03:21 -0700 (PDT) Received: from supportjlgjov8 (ool-182dd617.dyn.optonline.net [24.45.214.23]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GLW0097DJH6DL@mta8.srv.hcvlny.cv.net> for Questions@FreeBSD.ORG; Sun, 28 Oct 2001 01:03:07 -0500 (EST) Date: Sun, 28 Oct 2001 01:02:34 -0500 From: Andre Cameron Subject: Re: Host Name Question. To: Karun Dambiec Cc: Questions@FreeBSD.ORG Message-id: <005d01c15f76$239bb070$0200a8c0@supportjlgjov8> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <3.0.5.32.20011027135934.00fa6e38@mail.sage-american.com> <005001c15f74$26096700$0200a8c0@supportjlgjov8> <3BDB9E1A.3070305@dambiec.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > You could register a domain with www.easydns.com or www.dyndns.org > I must have mis worded my question;) I can easily get ONE domain pointed to my server but I want to register a host name (or name server) to my dynamic domain so that I can point many domains to the host name. IE NORMAL SCENARION BOB.com -> ns1.normaldns.com -> dns server (Static IP) MY SCENARIO bob.com -> ns1.mydynamic.iphost.com -> dns server (dynamic IP) Normaly a host name points directly to an IP: ns1.yournewDNSserver.com -> 212.208.112.4 I want to get a host name to point to ns1.mydynamic.ip.com -> mydnamic.ip.com -> DYNAMIC IP Get it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 27 23: 7:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.9]) by hub.freebsd.org (Postfix) with ESMTP id B258F37B409 for ; Sat, 27 Oct 2001 23:07:12 -0700 (PDT) Received: from supportjlgjov8 (ool-182dd617.dyn.optonline.net [24.45.214.23]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GLW00CM7JNQRN@mta3.srv.hcvlny.cv.net> for Questions@FreeBSD.ORG; Sun, 28 Oct 2001 01:07:02 -0500 (EST) Date: Sun, 28 Oct 2001 01:06:26 -0500 From: Andre Cameron Subject: Test Requested To: Questions@FreeBSD.ORG Message-id: <007301c15f76$ad5987b0$0200a8c0@supportjlgjov8> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <3.0.5.32.20011027135934.00fa6e38@mail.sage-american.com> <005001c15f74$26096700$0200a8c0@supportjlgjov8> <3BDB9E1A.3070305@dambiec.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was wondering if anyone had a few minutes to spare and would be interested in testing the server I have up. I want to know how well it performs out side my network. Keep in mind the memory I orderd is not in yet;) If you can help I appreciate it just shoot me an email and I will send you the login info:) Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message