From owner-freebsd-questions Sun Feb 23 0:10: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB3B37B401; Sun, 23 Feb 2003 00:10:02 -0800 (PST) Received: from nezlok.unixathome.org (nezlok.unixathome.org [64.251.91.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9522843FCB; Sun, 23 Feb 2003 00:10:02 -0800 (PST) (envelope-from dan@nezlok.unixathome.org) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id E95D0AE466; Sun, 23 Feb 2003 00:10:01 -0800 (PST) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2003-02-02 - 2003-02-22 Message-Id: <20030223081001.E95D0AE466@nezlok.unixathome.org> Date: Sun, 23 Feb 2003 00:10:01 -0800 (PST) Sender: owner-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 . These are the articles posted during this period: 7-Feb : Oh what a week I've had! It's been fun, but not the best kind. http://freebsddiary.org/what-a-week.php?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples FreshPorts - http://www.FreshPorts.org/ - the place for ports FreshSource - http://www.FreshSource.org/ - the place for source To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 0:21:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB3537B405 for ; Sun, 23 Feb 2003 00:21:49 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950D543FCB for ; Sun, 23 Feb 2003 00:21:47 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1N8Lh5U012372 for ; Sun, 23 Feb 2003 08:21:43 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1N8LhlF012367 for questions@FreeBSD.ORG; Sun, 23 Feb 2003 08:21:43 GMT Date: Sun, 23 Feb 2003 08:21:43 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: HOWTO upgrade a FreeBSD production server Message-ID: <20030223082143.GA12153@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , questions@FreeBSD.ORG References: <1045984525.3e58750d27f24@ra.dweebsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1045984525.3e58750d27f24@ra.dweebsoft.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 22, 2003 at 11:15:25PM -0800, Daxbert wrote: > I'm hoping to get a few suggestions on a quick and safe method to upgrade a > FreeBSD production server. To date, I've been doing the following: > > On a like configured staging server, cvsup the src tree. Then perform a > full build and install as outlined in /usr/src/Makefile. After confirming that > the host operates as planned, I create a tarball of /usr/src and /usr/obj. > > I then transfer and extract the tarball on the production server(s), where I then > perform installkernel / reboot / installworld. > > I'd like to find something a little quicker that doesn't require so much free > space on the production server. I've looked at DESTDIR and creating a tarball of > that directory on the staging server, but I've had problems during extraction > with files and the 'schg' flag. About the most effective way of doing this is to NFS mount the /usr/src and /usr/obj heirarchies from your build server onto your production server in order to run the installations. This will create all of the installed system with the correct schg flags applied, although you may see some warnings because you can't apply such flags over NFS. However that shouldn't stop the installations working. Now, installing from NFS means that it will be difficult to use the usual procedure of rebooting to single user mode to verify that the kernel operates correctly before running the installworld. However, if your build and production servers use essentially identical hardware, and you're going to install exactly the same kernel on all of them, then testing the new kernel on just one of the machines -- the build server -- should suffice. In that case, you should be able to do the upgrade of the servers by NFS mounting the build directories, shutting down as many of the active processes and servers on the system as possible, running 'make installkernel installworld' and then 'mergemaster' and finally rebooting. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 0:33:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E99737B401 for ; Sun, 23 Feb 2003 00:33:26 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 46E8843F93 for ; Sun, 23 Feb 2003 00:33:24 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 71471 invoked by uid 1001); 23 Feb 2003 08:33:17 -0000 Date: Sun, 23 Feb 2003 09:33:17 +0100 From: Erik Trulsson To: Terry J Dunlap Jr Cc: FreeBSD Questions Subject: Re: Compiling Question Message-ID: <20030223083317.GA71439@falcon.midgard.homeip.net> Mail-Followup-To: Terry J Dunlap Jr , FreeBSD Questions References: <002501c2dae6$a6631600$0201a8c0@barney> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002501c2dae6$a6631600$0201a8c0@barney> User-Agent: Mutt/1.5.3i Sender: owner-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, Feb 22, 2003 at 09:52:48PM -0500, Terry J Dunlap Jr wrote: > Hi all! > > Tonight I synced my source with Release 4.7 and recompiled. Prior to > recompiling, I modified the make.conf file to NOT compile a number of items, > like games, sendmail, etc. I'd like to try to build a lean system from > source. > > After the entire source compilation process, I still found those items on my > system. A review of the man page for make.conf leads me to believe that > those items did not compile, yet the old versions still remain on the > system. Am I correct? Yes, you are correct. The buildworld/installworld does not remove old files that are not overwritten by new files. > > If this is true, how does one go about compiling a lean system with the > essentials only? Can the make.conf file be modified in such a way to remove > items from the system, like sendmail, games, etc.? I read the man page for > make.conf then searched it for the word "remove", but nothing is there. There is no option for that. You will have to delete the undesired files by hand. (Using 'ls -t' can be useful to find files that are older than the latest installworld. Just be careful: Some files (especially the include files) are normally not touched unless they have been changed. The purpose of the various NO_XXXXX options in make.conf is not primarily to allow for a minimal system but rather to either a) Not spend a lot of time compiling unused components (on modern systems this is not much of a problem, but on old machines it can make quiet a difference in compile time.) b) Not overwrite programs where the user might have (by hand or port) installed a newer version than that available in the base system. And before you ask: Yes, an option to remove files that are excluded from compilation by NO_XXXXX options would be useful but so far no such mechanism exists. Patches would probably be welcomed. -- 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 Sun Feb 23 0:52: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E15A37B401 for ; Sun, 23 Feb 2003 00:52:01 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4270543FD7 for ; Sun, 23 Feb 2003 00:51:59 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1N8pJjY008015 for ; Sun, 23 Feb 2003 09:51:19 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1N8pJmt008013 for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 09:51:19 +0100 From: dick hoogendijk Date: Sun, 23 Feb 2003 09:51:19 +0100 To: freebsd-questions Subject: libvorvisfile.la vanished? Message-ID: <20030223085119.GA7748@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-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 "portupgrade -R " something's changed w/ libvorbis. "Portupgrade -R kdegames3" won't compile cause of a missing "/usr/local/lib/libvorbisfile.la" The old kdegames-3.0.3 stayes and the new 3.1 doesn't compile ;-(( I've no idea what happened. I guess libvorbis changed somewhere but I have no idea how to proceed now. Does anybody know where this libvorbisfile.la come from and why it's gone now. How do I portupgrade kdegames to the right 3.1 version at this moment? What steps do I need to take? -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 1: 7:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B76337B401 for ; Sun, 23 Feb 2003 01:07:27 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B10943F85 for ; Sun, 23 Feb 2003 01:07:25 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18ms6T-0002KB-00; Sun, 23 Feb 2003 11:07:21 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18ms6F-0002K1-00; Sun, 23 Feb 2003 11:07:08 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18ms6B-000Hqq-00; Sun, 23 Feb 2003 11:07:03 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18ms69-00008X-00; Sun, 23 Feb 2003 11:07:01 +0200 From: Willie Viljoen To: dick hoogendijk , freebsd-questions Subject: Re: libvorvisfile.la vanished? Date: Sun, 23 Feb 2003 11:07:01 +0200 User-Agent: KMail/1.5 References: <20030223085119.GA7748@nagual.st> In-Reply-To: <20030223085119.GA7748@nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231107.01488.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18ms6F-0002K1-00*IkIrAASeqo.* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 portupgrade -rR kdegames :) On Sunday 23 February 2003 10:51, dick hoogendijk wrote: > After a "portupgrade -R " something's changed w/ > libvorbis. "Portupgrade -R kdegames3" won't compile cause of a missing > "/usr/local/lib/libvorbisfile.la" The old kdegames-3.0.3 stayes and the > new 3.1 doesn't compile ;-(( > > I've no idea what happened. I guess libvorbis changed somewhere but I > have no idea how to proceed now. > Does anybody know where this libvorbisfile.la come from and why it's > gone now. How do I portupgrade kdegames to the right 3.1 version at this > moment? What steps do I need to take? -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 1:17:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B75537B401 for ; Sun, 23 Feb 2003 01:17:40 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB4043FAF for ; Sun, 23 Feb 2003 01:17:38 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1N9GwjY008838 for ; Sun, 23 Feb 2003 10:16:58 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1N9GwtS008836 for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 10:16:58 +0100 From: dick hoogendijk Date: Sun, 23 Feb 2003 10:16:58 +0100 To: freebsd-questions Subject: Re: libvorvisfile.la vanished? Message-ID: <20030223091658.GA8781@nagual.st> References: <20030223085119.GA7748@nagual.st> <200302231107.01488.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302231107.01488.will@unfoldings.net> User-Agent: Mutt/1.3.28i Sender: owner-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 Feb Willie Viljoen wrote: > Try portupgrade -rR kdegames :) I will.. Can it be _this_ simple? This leads me to another question: Is there a *right* syntax to use "portupgrade" for most cases? I mean: portupgrade is not enough most of the time (?) Or do I have to use different options in all kind of different situations? :-(( -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 1:37:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BB037B401 for ; Sun, 23 Feb 2003 01:37:12 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC56543FDF for ; Sun, 23 Feb 2003 01:37:10 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18msZG-0002TS-00; Sun, 23 Feb 2003 11:37:06 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18msZ2-0002T7-00; Sun, 23 Feb 2003 11:36:54 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18msYz-000HwR-00; Sun, 23 Feb 2003 11:36:49 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18msYx-00009a-00; Sun, 23 Feb 2003 11:36:47 +0200 From: Willie Viljoen To: dick hoogendijk , freebsd-questions Subject: Re: libvorvisfile.la vanished? Date: Sun, 23 Feb 2003 11:36:47 +0200 User-Agent: KMail/1.5 References: <20030223085119.GA7748@nagual.st> <200302231107.01488.will@unfoldings.net> <20030223091658.GA8781@nagual.st> In-Reply-To: <20030223091658.GA8781@nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231136.47622.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18msZ2-0002T7-00*Zy0HDq6GQP6* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 depends what you want to do really. If you are upgrading something which has very little dependancies, and on which very little depends, portupgrade will do, but for anything that is so interdependant as KDE, -rR is a must. Will On Sunday 23 February 2003 11:16, dick hoogendijk wrote: > On 23 Feb Willie Viljoen wrote: > > Try portupgrade -rR kdegames :) > > I will.. > Can it be _this_ simple? > > This leads me to another question: > Is there a *right* syntax to use "portupgrade" for most cases? > > I mean: portupgrade is not enough most of the time (?) > Or do I have to use different options in all kind of different > situations? :-(( -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2: 1:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0941237B401 for ; Sun, 23 Feb 2003 02:01:16 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E313843F93 for ; Sun, 23 Feb 2003 02:01:14 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1NA0YjY010475; Sun, 23 Feb 2003 11:00:34 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1NA0YsP010473; Sun, 23 Feb 2003 11:00:34 +0100 From: dick hoogendijk Date: Sun, 23 Feb 2003 11:00:34 +0100 To: Matthew Seaman Cc: freebsd-questions Subject: Re: fbsd backup 2 remote Message-ID: <20030223100034.GA10205@nagual.st> References: <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi> <20030222210343.GA18760@nagual.st> <20030222214628.GB7546@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030222214628.GB7546@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.3.28i Sender: owner-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 Feb Matthew Seaman wrote: > Generate an ssh key in the usual way: > > # ssh-keygen -b 1024 -t rsa > > which will prompt you for a passphrase. Enter one. The command will > create two files: > > id_rsa (the private key) and > > id_rsa.pub (the public key) > > Move 'id_rsa' in /root/.ssh and make sure it has the right ownership [cut the rest of the info] It works great! Very simple if you know how to act ;) I understand that I have to copy my public key to all machines I want to have a remote login-to. So far so good.. But what do I do ON another machine (in my intranet)? Do I use *another* private key there or can I just use the one I have on my "main" machine? Thanks for all your help. Keeping copies of them :-)) -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2: 9:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8264837B401 for ; Sun, 23 Feb 2003 02:09:29 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id E223543FA3 for ; Sun, 23 Feb 2003 02:09:27 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1NA9L5U013036 for ; Sun, 23 Feb 2003 10:09:21 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1NA9LsN013035 for freebsd-questions@FreeBSD.ORG; Sun, 23 Feb 2003 10:09:21 GMT Date: Sun, 23 Feb 2003 10:09:21 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: bind with IPV6 reverse problem Message-ID: <20030223100921.GB12731@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030222192431.Y5406-100000@amour.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030222192431.Y5406-100000@amour.ath.cx> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=GAPPY_TEXT,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 22, 2003 at 07:30:51PM +0100, Alexander wrote: > I'm trying to make resolving for my IPV6 home network > but the reverse seems to not be working. > The config looks pretty fine but still nothing > So I noticed that bind is not listening on any IPV6 address > Is this the problem ? There's nothing obviously wrong in what you've posted. However, take a look at RFC 3152 --- IPv6 inverse lookup domains should be rooted at .IP6.ARPA. nowadays, rather than .IP6.INT. The bundled BIND 8 software on FreeBSD already expects this. 'dig -x ::1' generates a lookup of the form: ;; 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa, type = ANY, class = IN If you're going to be getting into IPv6 suff fairly heavily, you might consider upgrading to BIND 9, which has more extensive and up to date IPv6 support --- A6, DNAME records, bitstring labels and so forth. > here are > > named.conf: > listen { > any; > }; > listen-on-v6 { > any; > }; > options { > directory "/etc/namedb"; > }; > zone "." { > type hint; > file "named.root"; > }; > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "localhost.rev"; > }; > zone "8.0.0.0.c.9.f.0.e.e.0.8.e.f.f.3.IP6.INT" { > type master; > file "m/amour.ipv6.nux.at.rev"; > }; > zone "amour.ipv6.nux.at" { > type master; > file "m/amour.ipv6.nux.at"; > }; > > m/amour.ipv6.nux.at.rev: > $ORIGIN . > $TTL 86400 > 8.0.0.0.c.9.f.0.e.e.0.8.e.f.f.3.IP6.INT IN SOA > ns1.amour.ipv6.nux.at. root.amour.ipv6.nux.at. ( > 2003022201 > 3600 > 900 > 2419200 > 86500 > ) > NS ns1.amour.ipv6.nux.at. > NS ns2.amour.ipv6.nux.at. > $ORIGIN 8.0.0.0.c.9.f.0.e.e.0.8.e.f.f.3.IP6.INT. > $ORIGIN > 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.0.0.0.c.9.f.0.e.e.0.8.e.f.f.3.IP6.INT. > 1 PTR ns2.amour.ipv6.nux.at. > 2 PTR ns1.amour.ipv6.nux.at. > $ORIGIN 8.0.0.0.c.9.f.0.e.e.0.8.e.f.f.3.IP6.INT. > e.b.a.b.e.f.a.c.f.e.e.b.d.e.a.d PTR amour.amour.ipv6.nux.at. > > m/amour.ipv6.nux.at: > $ORIGIN . > $TTL 86400 > amour.ipv6.nux.at IN SOA ns1.amour.ipv6.nux.at. > root.amour.ipv6.nux.at ( > 2003022201 > 3600 > 900 > 2419200 > 86500 > ) > IN NS ns1.amour.ipv6.nux.at. > $ORIGIN amour.ipv6.nux.at. > ns1 IN AAAA 3ffe:80ee:f9c:8::2 > ns2 IN AAAA 3ffe:80ee:f9c:8::1 > ns2 IN A 80.110.66.138 > amour IN AAAA 3ffe:80ee:f9c:8:dead:beef:cafe:babe > > --- END --- Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2:20:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F070D37B401 for ; Sun, 23 Feb 2003 02:20:15 -0800 (PST) Received: from comsix.fi (b.comsix.fi [194.29.194.44]) by mx1.FreeBSD.org (Postfix) with SMTP id DD15043FD7 for ; Sun, 23 Feb 2003 02:20:13 -0800 (PST) (envelope-from jp@nopeus.net) Received: (qmail 50902 invoked by uid 89); 23 Feb 2003 10:20:23 -0000 Message-ID: <20030223102023.50901.qmail@comsix.fi> From: "Jukka-Pekka Roihuvuori" To: freebsd-questions@freebsd.org Subject: I/O error Date: Sun, 23 Feb 2003 12:20:23 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" 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, Something weird happend at 01:52. I couldn't success single command after freebsd had reseted my devices. TOP gives me an error: # top /usr/bin/top: Input/output error. And writes to the messages: Feb 23 12:10:23 a /kernel: spec_getpages:(#ad/0x20004) I/O read failure: (error=6) bp 0xcfc90b5c vp 0xe2d62c00 Feb 23 12:10:23 a /kernel: size: 0, resid: 0, a_count: 4096, valid: 0x0 Feb 23 12:10:23 a /kernel: nread: 0, reqpage: 0, pindex: 0, pcount: 1 So I scrolled messages file, and found this: Feb 23 01:52:53 a /kernel: ad0: WRITE command timeout tag=0 serv=0 - resetting Feb 23 01:52:53 a /kernel: ata0: resetting devices .. Feb 23 01:52:53 a /kernel: ad0: removed from configuration Feb 23 01:52:53 a /kernel: done Feb 23 03:01:00 a /kernel: spec_getpages:(#ad/0x20000) I/O read failure: (error=6) bp 0xcfc93390 vp 0xe2d63ec0 Feb 23 03:01:00 a /kernel: size: 0, resid: 0, a_count: 4096, valid: 0x0 Feb 23 03:01:00 a /kernel: nread: 0, reqpage: 0, pindex: 9, pcount: 1 Feb 23 03:01:00 a /kernel: vm_fault: pager read error, pid 96337 (cp) Feb 23 03:01:00 a /kernel: pid 96337 (cp), uid 0: exited on signal 11 (core dumped) What could be broken? the hdd which I replaced sometime ago .. or memory? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2:21: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC20E37B401 for ; Sun, 23 Feb 2003 02:21:04 -0800 (PST) Received: from lolka.kz-net.hu (lolka.kz-net.hu [193.68.53.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id D498343FAF for ; Sun, 23 Feb 2003 02:21:03 -0800 (PST) (envelope-from radio@happyholiday.hu) Received: from studio.happyholiday.hu ([193.226.243.111] helo=controll) by lolka.kz-net.hu with smtp (Exim 3.32 #1) id 18mtGO-0003rB-00 for questions@FreeBSD.org; Sun, 23 Feb 2003 11:21:41 +0100 Message-ID: <000501c2db25$2204ad80$0301a8c0@happyholiday.hu> From: "Radio Holiday Keszthely" To: Subject: radio Date: Sun, 23 Feb 2003 11:20:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit 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-Scanner: exiscan by KZ-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 Tisztelt Leendõ Megrendelõnk! Felkínáljuk Önöknek honlapunkon a banner reklám, illetve más egyéb reklám lehetõséget! Magyarországon egyedülálló honlap a XXI. század minden multimédiás elérhetõségével: digitális film, rádiós reklámszpot, honlap kivonat, illetve átirányítás a hivatalos honlapra, élõ stúdióbeszélgetés - web kamera. Kérem hallgasson bele az élõ rádióadásba, kevés mûsorvezetéssel, szélsõségektõl mentes legkiválóbb zenékkel, 24 órán át. További információ kérhetõ: mobil: 06 70 25 88 212 www.happyholiday.hu e-mail radio@happyholiday.hu ICQ 294581274 Tisztelettel: Pereszlényi Zoltán To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2:33:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB0FF37B401 for ; Sun, 23 Feb 2003 02:33:52 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B27043F75 for ; Sun, 23 Feb 2003 02:33:51 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1NAXm5U013242 for ; Sun, 23 Feb 2003 10:33:48 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1NAXmSd013241 for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 10:33:48 GMT Date: Sun, 23 Feb 2003 10:33:48 +0000 From: Matthew Seaman To: freebsd-questions Subject: Re: fbsd backup 2 remote Message-ID: <20030223103347.GC12731@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions References: <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi> <20030222210343.GA18760@nagual.st> <20030222214628.GB7546@happy-idiot-talk.infracaninophi> <20030223100034.GA10205@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030223100034.GA10205@nagual.st> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, TO_LOCALPART_EQ_REAL,USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 23, 2003 at 11:00:34AM +0100, dick hoogendijk wrote: > On 22 Feb Matthew Seaman wrote: > > Generate an ssh key in the usual way: > > > > # ssh-keygen -b 1024 -t rsa > > > > which will prompt you for a passphrase. Enter one. The command will > > create two files: > > > > id_rsa (the private key) and > > > > id_rsa.pub (the public key) > > > > Move 'id_rsa' in /root/.ssh and make sure it has the right ownership > > [cut the rest of the info] > > It works great! Very simple if you know how to act ;) > > I understand that I have to copy my public key to all machines I want to > have a remote login-to. So far so good.. > But what do I do ON another machine (in my intranet)? Do I use *another* > private key there or can I just use the one I have on my "main" machine? > > Thanks for all your help. Keeping copies of them :-)) For a root-owned key pair like I described, you should probably use a distinct key pair on each of your machines. Remember this root owned ssh key pair is practically identical to the root password in terms of what it will allow you do to a machine. Keep it secure. Don't create one unless you actually need to use it. For general use by your own UID however, yes, copying the private key around the place can be useful. You may not need to do that though -- if you keep your account's private key on the machine on your desktop and use ssh exclusively for remote access you only need to run one copy of the ssh-agent there, and you can arrange for "agent forwarding" by ssh so that even if you hop from machine to machine several layers deep, everything eventually refers back to the ssh-agent on your desktop for authorization. See the paragraph about "ForwardAgent" in the ssh_config(5) man page. Of course, for this scheme to work effectively, you've got to distribute the public key to all of the machines you might be interested in logging into and add it the the appropriate authorized_keys file on those machines. Remember, the authorized_keys file can belong to a completely different account on the remote machine, and there can be as many keys as you like in the authorized_keys file. That's actually quite a good way of providing shared access to a login account without having to share a single password between everyone. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 2:46:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D4C37B401 for ; Sun, 23 Feb 2003 02:46:30 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7576B43F93 for ; Sun, 23 Feb 2003 02:46:27 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1NAkRs4061947 for ; Sun, 23 Feb 2003 02:46:27 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1NAkRkf061946 for questions@freebsd.org; Sun, 23 Feb 2003 02:46:27 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Sun, 23 Feb 2003 02:46:26 -0800 Message-ID: <1045997186.3e58a6830417c@ra.dweebsoft.com> Date: Sun, 23 Feb 2003 02:46:27 -0800 From: Daxbert To: "" Subject: btxld fails in boot2 during buildworld for -current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-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 if 'questions' isn't the proper list for this... (let me know which list if this isn't the right one) It seems that the btxld command run in boot2 is failing with '-293 bytes available' This first happened earlier yesterday (02/22/2003) My last cvsup was at 02/23/2003 @ 0053 PST (about 2 hours ago) I nuked and re-cvs'd the /usr/src/sys/boot/i386 directory, and I am still having the same problem. Has anybody else had or having this problem? The host is an Intel P4, 512MB RAM, Abit SR7-8X # uname -a FreeBSD host.dweebsoft.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Feb 21 01:59:28 PST 2003 root@host.dweebsoft.com:/usr/obj/usr/src/sys/CUSTOM i386 # make buildworld ===> sys/boot/i386/boot2 cpp -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomit-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 /usr/src/sys/boot/i386/boot2/boot1.s | as --defsym FLAGS=0x80 -o boot1.o ld -nostdlib -static -N --gc-sections -e start -Ttext 0x7c00 -o boot1.out boot1.o objcopy -S -O binary boot1.out boot1 dd if=/dev/zero of=boot2.ldr bs=276 count=1 2>/dev/null nm -t d boot1.out | awk '/([0-9])+ T xread/ { x = $1 - ORG1; printf("#define XREADORG %#x\n", REL1 + x) }' ORG1=`printf "%d" 0x7c00` REL1=`printf "%d" 0x700` > boot2.h cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomit-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 -S -o boot2.s.tmp /usr/src/sys/boot/i386/boot2/boot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp as -o boot2.o boot2.s as --defsym SIOPRT=0x3f8 --defsym SIOFMT=0x3 --defsym SIOSPD=9600 /usr/src/sys/boot/i386/boot2/sio.s -o sio.o ld -nostdlib -static -N --gc-sections -Ttext 0x2000 -o boot2.out /usr/obj/usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=1.01 size=780 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=1691 text=0 data=0 bss=0 entry=0 output: fmt=bin size=1f25 text=114 data=1e11 org=0 entry=0 -293 bytes available *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 3:42:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DDAC37B401 for ; Sun, 23 Feb 2003 03:42:48 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 585B343F85 for ; Sun, 23 Feb 2003 03:42:47 -0800 (PST) (envelope-from tfiebig@web.de) Received: from otdial-212-144-110-145.arcor-ip.net ([212.144.110.145] helo=web.de) by smtp.web.de with asmtp (WEB.DE(Exim) 4.95 #31) id 18muWr-0005GD-00 for questions@FreeBSD.org; Sun, 23 Feb 2003 12:42:46 +0100 Message-ID: <3E58B3B0.CDAD2C5A@web.de> Date: Sun, 23 Feb 2003 12:42:40 +0100 From: Thomas Fiebig X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.7-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: ppp.linkdown: before or after link is down??? 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! My question concerns the time, when ppp.linkdown is started. When does this take place, before the link goes down or after that? I need to call an internet service before I log out from my ISP. So, if the ppp.linkdown script is called after the link is down, has anybody an idea how to solve this problem? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 4: 4:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EE137B401 for ; Sun, 23 Feb 2003 04:04:31 -0800 (PST) Received: from web13508.mail.yahoo.com (web13508.mail.yahoo.com [216.136.175.87]) by mx1.FreeBSD.org (Postfix) with SMTP id D098243FCB for ; Sun, 23 Feb 2003 04:04:30 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030223120430.61158.qmail@web13508.mail.yahoo.com> Received: from [195.167.127.229] by web13508.mail.yahoo.com via HTTP; Sun, 23 Feb 2003 04:04:30 PST Date: Sun, 23 Feb 2003 04:04:30 -0800 (PST) From: Thanos Tsouanas Subject: ld problems with Xft library 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 everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to reinstall the new versions from the port, i got an error while make, complaining about /usr/libexec/ld not being able to find -lXft2 I tried deinstalling and reinstalling Xft2 but i still have the same problem. Now i cannot install anything that uses Xft :( Any ideas? I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' version. Thanks in advance. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 4: 9:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5965437B401 for ; Sun, 23 Feb 2003 04:09:11 -0800 (PST) Received: from zoon.lafn.org (zoon.lafn.org [206.117.18.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CFB43FBF for ; Sun, 23 Feb 2003 04:09:10 -0800 (PST) (envelope-from bc979@lafn.org) Received: from lafn.org (host-66-81-23-215.rev.o1.com [66.81.23.215]) by zoon.lafn.org (8.12.3/8.11.3) with ESMTP id h1NC989D084607 for ; Sun, 23 Feb 2003 04:09:09 -0800 (PST) (envelope-from bc979@lafn.org) Date: Sun, 23 Feb 2003 04:09:10 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: HOWTO upgrade a FreeBSD production server From: Doug Hardie To: freebsd-questions Content-Transfer-Encoding: 7bit Message-Id: <9D8491AA-4727-11D7-9DF5-000393681B06@lafn.org> X-Mailer: Apple Mail (2.551) Sender: owner-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, Feb 23, 2003, at 00:21 US/Pacific, Matthew Seaman wrote: > >> On Sat, Feb 22, 2003 at 11:15:25PM -0800, Daxbert wrote: >>> I'd like to find something a little quicker that doesn't require so >>> much free >>> space on the production server. I've looked at DESTDIR and creating a >>> tarball of >>> that directory on the staging server, but I've had problems during >>> extraction >>> with files and the 'schg' flag. >> >> About the most effective way of doing this is to NFS mount the >> /usr/src and /usr/obj heirarchies from your build server onto your >> production server in order to run the installations. This will create >> all of the installed system with the correct schg flags applied, >> although you may see some warnings because you can't apply such flags >> over NFS. However that shouldn't stop the installations working. I have a number of FreeBSD production servers on an ethernet connected to the internet. I also have a test system that is connected to the production servers via a second ethernet. That way my source (including ports) only resides on the test system. To avoid problems during the update itself, I first disconnect the production ethernet so only my machines can connect to the machine being updated. Then I mount /usr/src, /usr/obj, and /usr/ports from the test machine on the production machine. Do a make installkernel, make installworld and reboot on the production machine. Then you need to do mergemaster and most likely reboot again before reconnecting the production ethernet. Do run mergemaster on the test system first and keep a log of what you do with the files that require updating so the mergemaster on the production systems goes faster. I have been doing this for several years and never had a flags or permissions problem. -- Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 4:22:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8037B401; Sun, 23 Feb 2003 04:22:47 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6260A43F75; Sun, 23 Feb 2003 04:22:47 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 32304AE165; Sun, 23 Feb 2003 04:22:47 -0800 (PST) Date: Sun, 23 Feb 2003 13:22:47 +0100 From: Maxime Henrion To: "Matthew N. Dodd" Cc: Alan Lai , Jeremy Faulkner , questions@FreeBSD.ORG, sparc@FreeBSD.ORG Subject: Re: Hardware support under UltraSPARC Message-ID: <20030223122247.GY60813@elvis.mu.org> References: <20030220154234.GA12821@constans.gldis.ca> <20030220170709.GK60813@elvis.mu.org> <20030222214529.D95995@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030222214529.D95995@sasami.jurai.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew N. Dodd wrote: > The 3c590 uses the 'vx' driver which is PIO/MMIO only. > > If it compiles on the sparc64 I suspect it will work fine. There is 0 chance the vr(4) driver will work on sparc64, it uses vtophys() for DMA and it doesn't look like it's endian-clean either. By the way, the originator of this thread mailed me privately saying his card is actually a 3c905, so he should be able to use the xl(4) driver without problems. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 4:32:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAAC37B401 for ; Sun, 23 Feb 2003 04:32:53 -0800 (PST) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9374243FB1 for ; Sun, 23 Feb 2003 04:32:52 -0800 (PST) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 18mvJK-0003gF-06; Sun, 23 Feb 2003 13:32:50 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.6/8.12.6) with ESMTP id h1NBnTt0023298 for ; Sun, 23 Feb 2003 12:49:29 +0100 (CET) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.6/8.12.6/Submit) id h1NBnTsb023297 for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 12:49:29 +0100 (CET) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: libvorvisfile.la vanished? Date: Sun, 23 Feb 2003 11:49:28 +0000 (UTC) Message-ID: References: <20030223085119.GA7748@nagual.st> 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 dick hoogendijk wrote: > After a "portupgrade -R " something's changed w/ > libvorbis. "Portupgrade -R kdegames3" won't compile cause of a missing > "/usr/local/lib/libvorbisfile.la" This is a libtool wrapper file that shouldn't be needed by anything, which is why I removed it. -- 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 Feb 23 4:43:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFD337B401; Sun, 23 Feb 2003 04:43:14 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EA343FB1; Sun, 23 Feb 2003 04:43:13 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id h1NChCvA059820; Sun, 23 Feb 2003 07:43:12 -0500 (EST) (envelope-from winter@jurai.net) Date: Sun, 23 Feb 2003 07:43:12 -0500 (EST) From: "Matthew N. Dodd" To: Maxime Henrion Cc: Alan Lai , Jeremy Faulkner , questions@freebsd.org, sparc@freebsd.org Subject: Re: Hardware support under UltraSPARC In-Reply-To: <20030223122247.GY60813@elvis.mu.org> Message-ID: <20030223074243.U95995@sasami.jurai.net> References: <20030220154234.GA12821@constans.gldis.ca> <20030220170709.GK60813@elvis.mu.org> <20030222214529.D95995@sasami.jurai.net> <20030223122247.GY60813@elvis.mu.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 Sun, 23 Feb 2003, Maxime Henrion wrote: > Matthew N. Dodd wrote: > > The 3c590 uses the 'vx' driver which is PIO/MMIO only. > > > > If it compiles on the sparc64 I suspect it will work fine. > > There is 0 chance the vr(4) driver will work on sparc64, it uses > vtophys() for DMA and it doesn't look like it's endian-clean either. By > the way, the originator of this thread mailed me privately saying his > card is actually a 3c905, so he should be able to use the xl(4) driver > without problems. I said 'vx' not 'vr'. :) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 4:49:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F75537B401; Sun, 23 Feb 2003 04:49:37 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD1443F75; Sun, 23 Feb 2003 04:49:36 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 76D48AE310; Sun, 23 Feb 2003 04:49:36 -0800 (PST) Date: Sun, 23 Feb 2003 13:49:36 +0100 From: Maxime Henrion To: "Matthew N. Dodd" Cc: Alan Lai , Jeremy Faulkner , questions@freebsd.org, sparc@freebsd.org Subject: Re: Hardware support under UltraSPARC Message-ID: <20030223124936.GZ60813@elvis.mu.org> References: <20030220154234.GA12821@constans.gldis.ca> <20030220170709.GK60813@elvis.mu.org> <20030222214529.D95995@sasami.jurai.net> <20030223122247.GY60813@elvis.mu.org> <20030223074243.U95995@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030223074243.U95995@sasami.jurai.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew N. Dodd wrote: > On Sun, 23 Feb 2003, Maxime Henrion wrote: > > Matthew N. Dodd wrote: > > > The 3c590 uses the 'vx' driver which is PIO/MMIO only. > > > > > > If it compiles on the sparc64 I suspect it will work fine. > > > > There is 0 chance the vr(4) driver will work on sparc64, it uses > > vtophys() for DMA and it doesn't look like it's endian-clean either. By > > the way, the originator of this thread mailed me privately saying his > > card is actually a 3c905, so he should be able to use the xl(4) driver > > without problems. > > I said 'vx' not 'vr'. :) Oops, that will teach me not to send mail too quickly when you wake up :-). Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7: 8: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CFFC37B401 for ; Sun, 23 Feb 2003 07:08:01 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-1-128.abo.wanadoo.fr [80.13.78.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9E843F85 for ; Sun, 23 Feb 2003 07:07:57 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1NF7oQ2045719 for ; Sun, 23 Feb 2003 16:07:50 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@FreeBSD.ORG Subject: netgroup Date: Sun, 23 Feb 2003 16:07:50 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231607.50335.ajacoutot@lphp.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 Hi ! I am having a little problem with netgroup. Here is my /etc/netgroup file (distributed by NIS): TRUST (sta01.domain.com,-,nisdomain) (sta02.domain.com,-,nisdomain) (sta03.domain.com,-,nisdomain) I want to allow only this netgroup to print, so on the remote print server, I added +@TRUST to the /etc/hosts.lpd file but it does not seem to work. The connection still gets refused. Any idea what I could do wrong ? Thanks. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:11:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857DC37B401 for ; Sun, 23 Feb 2003 07:11:50 -0800 (PST) Received: from spectraweb.ch (199.176.186.195.dial.bluewin.ch [195.186.176.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550B843F85 for ; Sun, 23 Feb 2003 07:11:48 -0800 (PST) (envelope-from pcservi@spectraweb.ch) Received: from saturn.spectraweb.ch (localhost.spectraweb.ch [127.0.0.1]) by spectraweb.ch (8.12.6/8.12.5) with ESMTP id h1NFETsk016836; Sun, 23 Feb 2003 16:14:29 +0100 (CET) (envelope-from pcservi@spectraweb.ch) Received: (from martin@localhost) by saturn.spectraweb.ch (8.12.6/8.12.6/Submit) id h1NFESMp016835; Sun, 23 Feb 2003 16:14:28 +0100 (CET) X-Authentication-Warning: saturn.spectraweb.ch: martin set sender to pcservi@spectraweb.ch using -f Date: Sun, 23 Feb 2003 16:14:28 +0100 From: Martin Schweizer To: freebsd-questions@freebsd.org Subject: Kill while compiling release 4.7 Message-ID: <20030223151428.GA16747@spectraweb.ch> Reply-To: Martin Schweizer Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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 First I installed 4.5 from cd, after I cvsup'd to 4.7 stable. While I'm make buildworld the following error occurs: Script started on Wed Feb 19 14:03:16 2003 -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- rm -rf /usr/obj/usr/src/i386 mkdir -p /usr/obj/usr/src/i386/usr/bin mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout mkdir -p /usr/obj/usr/src/i386/usr/games mkdir -p /usr/obj/usr/src/i386/usr/include/openssl mkdir -p /usr/obj/usr/src/i386/usr/include/protocols mkdir -p /usr/obj/usr/src/i386/usr/include/readline [snip] -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries [snip] cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/string/wmemcpy.c -o wmemcpy.So cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/string/wmemmove.c -o wmemmove.So cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/string/wmemset.c -o wmemset.So building shared library libc.so.4 Killed *** Error code 137 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. In the same time it occurs a "out of swap" error in /var/log/messages but df output seem like normal, enough of space on all slices. What is going wrong? PS: The hole output is under http://www.pc-service.ch/mw2.out.gz downloadable. -- Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:28:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD66D37B401 for ; Sun, 23 Feb 2003 07:28:11 -0800 (PST) Received: from mail021.syd.optusnet.com.au (mail021.syd.optusnet.com.au [210.49.20.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE7443F85 for ; Sun, 23 Feb 2003 07:28:10 -0800 (PST) (envelope-from izzo@optusnet.com.au) Received: from kalgan.local (c18428.eburwd1.vic.optusnet.com.au [210.49.180.23]) by mail021.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1NFS9000674 for ; Mon, 24 Feb 2003 02:28:09 +1100 Received: from kalgan.local (izzo@localhost [127.0.0.1]) by kalgan.local (8.12.6/8.12.6) with ESMTP id h1NFS9YC001579 for ; Mon, 24 Feb 2003 02:28:09 +1100 (EST) (envelope-from izzo@kalgan.local) Received: (from izzo@localhost) by kalgan.local (8.12.6/8.12.6/Submit) id h1NFS9FZ001576 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 02:28:09 +1100 (EST) Date: Mon, 24 Feb 2003 02:28:09 +1100 From: Sam Izzo To: freebsd-questions@freebsd.org Subject: linker paths & /usr/local/lib Message-ID: <20030223152808.GA1391@kalgan.vic.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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 compile ptc. Actually I'm trying to link against the Hermes pixel conversion library. With the following (ptc's configure creates this): char Hermes_ConverterInstance(); int main() { Hermes_ConverterInstance() ; return 0; } and the command-line: gcc test.c -o test -lHermes I get: /usr/libexec/elf/ld: cannot find -lHermes Hermes is installed in /usr/local/lib (from ports). The gcc/ld man pages and various sources on the web seem to indicate that /usr/local/lib isn't searched by default. `ldconfig -r' shows hermes in its list, however. Anyway man ld says that "for a native linker on an ELF system, if the file /etc/ld.so.conf exists, the list of directories found in that file" will be searched, so I added /usr/local/lib to that file (and /usr/X11R6/lib for good measure) however I still get the error. Any pointers as to what I'm doing wrong? Should this have gone to -newbies? :D cheers sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:36:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CC737B401 for ; Sun, 23 Feb 2003 07:36:54 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B169E43FBD for ; Sun, 23 Feb 2003 07:36:52 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18myAv-0004GT-00; Sun, 23 Feb 2003 17:36:22 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18myAe-0004GL-00; Sun, 23 Feb 2003 17:36:05 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18myAZ-000J3a-00; Sun, 23 Feb 2003 17:35:59 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18myAX-0000P8-00; Sun, 23 Feb 2003 17:35:57 +0200 From: Willie Viljoen To: Martin Schweizer , Martin Schweizer , freebsd-questions@freebsd.org Subject: Re: Kill while compiling release 4.7 Date: Sun, 23 Feb 2003 17:35:57 +0200 User-Agent: KMail/1.5 References: <20030223151428.GA16747@spectraweb.ch> In-Reply-To: <20030223151428.GA16747@spectraweb.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231735.57137.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18myAe-0004GL-00*k33P5Mh6OS2* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 23 February 2003 17:14, Martin Schweizer wrote: > In the same time it occurs a "out of swap" error in /var/log/messages but > df output seem like normal, enough of space on all slices. > What is going wrong? df doesn't show swap space, it only shows information for filesystems. FreeBSD does not use (by default) an on-filesystem swap file such as MS family systems do, it uses a seperate partition as swap space. To check how your swap space is being used, you may view the output from pstat -T Be advised the to do a make world reliably, you will almost always need atleast 128MB of swap on systems with average physical memory, and atleast 256MB if your system has low physical memory. Other workarounds could be to perform the build process in single user mode, sothat no other applications are using memory, but look at swap space first. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:39:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215EF37B401 for ; Sun, 23 Feb 2003 07:39:20 -0800 (PST) Received: from c009.snv.cp.net (h018.c009.snv.cp.net [209.228.34.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 955E943FA3 for ; Sun, 23 Feb 2003 07:39:19 -0800 (PST) (envelope-from peterwu@canada.com) Received: (cpmta 29215 invoked from network); 23 Feb 2003 07:39:18 -0800 Received: from 61.170.155.158 (HELO vanilla.zzz) by smtp.canada.com (209.228.34.131) with SMTP; 23 Feb 2003 07:39:18 -0800 X-Sent: 23 Feb 2003 15:39:18 GMT Received: by vanilla.zzz (Postfix, from userid 1001) id BB1AB389; Sun, 23 Feb 2003 23:39:10 +0800 (CST) To: Thanos Tsouanas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mozilla taking awfully long time to work From: Peter Wu Date: Sun, 23 Feb 2003 23:39:10 +0800 In-Reply-To: <20030222162055.14985.qmail@web13501.mail.yahoo.com> (Thanos Tsouanas's message of "Sat, 22 Feb 2003 08:20:55 -0800 (PST)") Message-ID: <8665rb6m75.fsf@vanilla.zzz> User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <20030222162055.14985.qmail@web13501.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 Thanos Tsouanas writes: > --- Peter Wu wrote: > >> It should be the DNS problem. Check /etc/hosts. >> > > /etc/hosts contains only these lines: > ::1 localhost localhost.my.domain > 127.0.0.1 localhost localhost.my.domain > > And it has been this way since i can remember... > (the mozilla prob is kinda new, though) What is your hostname in /etc/rc.conf? -- Peter Wu Powered by FreeBSD 4.7-STABLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:51:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AD037B401 for ; Sun, 23 Feb 2003 07:51:17 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D894A43FCB for ; Sun, 23 Feb 2003 07:51:15 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.100.1]) by energyhq.homeip.net (Postfix) with SMTP id 8CD0FAF59B; Sun, 23 Feb 2003 16:51:15 +0100 (CET) Date: Sun, 23 Feb 2003 16:51:33 +0100 From: Miguel Mendez To: Sam Izzo Cc: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-Id: <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> In-Reply-To: <20030223152808.GA1391@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.qeUYIjNLM8GfPc Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 24 Feb 2003 02:28:09 +1100 Sam Izzo wrote: Howdy, > and the command-line: > > gcc test.c -o test -lHermes > You probably want something like this: cc -o test test.c -L/usr/local/lib -lHermes > Hermes is installed in /usr/local/lib (from ports). The gcc/ld man > pages and various sources on the web seem to indicate that > /usr/local/lib isn't searched by default. `ldconfig -r' shows hermes > in its list, however. Anyway man ld says that "for a native linker on > an ELF system, if the file /etc/ld.so.conf exists, the list of > directories found in that file" will be searched, so I added > /usr/local/lib to that file (and /usr/X11R6/lib for good measure) > however I still get the error. IIRC, ld.so.conf only affects the runtime dynamic linker, in a similar way LD_LIBRARY_PATH does. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! --=.qeUYIjNLM8GfPc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+WO4InLctrNyFFPERAs54AKCaXkIxdbv0C4V2BRdV/Uvn2W3JwACghR1h z8UTkTKMiLtdeM9WjBUWO9o= =DdYQ -----END PGP SIGNATURE----- --=.qeUYIjNLM8GfPc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:51:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1FF037B401 for ; Sun, 23 Feb 2003 07:51:43 -0800 (PST) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B2A43FAF for ; Sun, 23 Feb 2003 07:51:39 -0800 (PST) (envelope-from gernot.weber@quantumnet.de) Received: from fwd01.sul.t-online.de by mailout01.sul.t-online.com with smtp id 18myPi-0005XT-03; Sun, 23 Feb 2003 16:51:38 +0100 Received: from quantumnet.de (520029346966-0001@[217.228.157.93]) by fmrl01.sul.t-online.com with esmtp id 18myPR-01k4DgC; Sun, 23 Feb 2003 16:51:21 +0100 Received: from homer.quantumnet.de (localhost [127.0.0.1]) by quantumnet.de (8.12.6/8.12.6) with ESMTP id h1NFsi6V033663 for ; Sun, 23 Feb 2003 16:54:44 +0100 (CET) (envelope-from gernot@homer.quantumnet.de) Received: from localhost (gernot@localhost) by homer.quantumnet.de (8.12.6/8.12.6/Submit) with ESMTP id h1NFsi6V033660 for ; Sun, 23 Feb 2003 16:54:44 +0100 (CET) Date: Sun, 23 Feb 2003 16:54:44 +0100 (CET) From: "Gernot A. Weber" To: freebsd-questions@freebsd.org Subject: sendmail auth problems Message-ID: <20030223165421.B33435@homer.quantumnet.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520029346966-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, I tried to configure sendmail to send my mail over a smtp-relayserver which needs authentification. As it is described in the handbook, I installed cyrus-sasl and rebuilt sendmail. I added: dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl to my .mc-file and created /etc/mail/auth-info containing: login login password relay-server and did a chmod 600... Starting sendmail gave me: Feb 23 14:54:03 homer sm-mta[32122]: error: safesasl(/usr/local/etc/sa sldb) failed: Group readable file Feb 23 14:54:03 homer sm-mta[32123]: starting daemon (8.12.6): SMTP+qu eueing@00:30:00 Feb 23 14:54:03 homer sm-msp-queue[32129]: starting daemon (8.12.6): q ueueing@00:30:00 in /var/log/maillog - so I added define(`confDONT_BLAME_SENDMAIL', `GroupReadableSASLDBFile')dnl to sendmail.mc, which ended up in: Feb 23 14:56:12 homer sm-mta[32226]: error: safesasl(/usr/local/etc/sa sldb) failed: Permission denied Feb 23 14:56:12 homer sm-mta[32227]: starting daemon (8.12.6): SMTP+qu eueing@00:30:00 As far as I know I don't really need sasldb to authenticate to a server, so I added an extra line in mailertable to test the relaying. Sending an e-mail to my work address ended up in: stat=User unknown Off course this user isn't known on the relay server. But what's wrong with my config? Thanks, Gernot -- Gernot A. Weber http://www.tux-web.de gernot@quantumnet.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:51:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89AD837B406 for ; Sun, 23 Feb 2003 07:51:46 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7130443FB1 for ; Sun, 23 Feb 2003 07:51:44 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1NFp3jY022440; Sun, 23 Feb 2003 16:51:03 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1NFp3ng022438; Sun, 23 Feb 2003 16:51:03 +0100 From: dick hoogendijk Date: Sun, 23 Feb 2003 16:51:03 +0100 To: Christian Weisgerber Cc: freebsd-questions Subject: Re: libvorvisfile.la vanished? Message-ID: <20030223155102.GA22154@nagual.st> References: <20030223085119.GA7748@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-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 Feb Christian Weisgerber wrote: > dick hoogendijk wrote: > > > After a "portupgrade -R " something's changed w/ > > libvorbis. "Portupgrade -R kdegames3" won't compile cause of a > > missing "/usr/local/lib/libvorbisfile.la" > > This is a libtool wrapper file that shouldn't be needed by anything, > which is why I removed it. Thanks for your answer. *** However *** # "portupgrade -rR kdegames" FAILS without the libvorbis*.la files. Compilation is aborted :-(( So, what I did was: I installed "pkg_add -r libvorbis" on a FreeBSD-4.7R virtual (vmware) machine and copied the libogg.la and libvorbis*.la files to the machien w/ the upgraded libvorbis. Now, kdegames install. I guess SOME thing needed these filesd :-/ Better put them back (?) -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 7:59:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CAE37B401 for ; Sun, 23 Feb 2003 07:59:46 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E59543FA3 for ; Sun, 23 Feb 2003 07:59:45 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1NFxUZX077743; Sun, 23 Feb 2003 10:59:30 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ld problems with Xft library From: Joe Marcus Clarke To: Thanos Tsouanas Cc: FreeBSD User Questions List In-Reply-To: <20030223120430.61158.qmail@web13508.mail.yahoo.com> References: <20030223120430.61158.qmail@web13508.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-W7A2SswjNty4XpRNGMP8" Organization: MarcusCom, Inc. Message-Id: <1046015980.43287.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Feb 2003 10:59:40 -0500 X-Spam-Status: No, hits=-33.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-W7A2SswjNty4XpRNGMP8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > Hello everyone! >=20 > I have the current Xft port installed and when i pkg_deleted (-f) xscreen= saver and gkrellm2 so as > to reinstall the new versions from the port, i got an error while make, c= omplaining about > /usr/libexec/ld not being able to find -lXft2 >=20 > I tried deinstalling and reinstalling Xft2 but i still have the same prob= lem. >=20 > Now i cannot install anything that uses Xft :( >=20 > Any ideas? > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'curre= nt' version. You missed my HEADS UP. In order to properly recover after the recent Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an exceptionally long time, but things like this are rare, and it's really the only way to get back on track and stay there. Joe >=20 > Thanks in advance. >=20 > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-W7A2SswjNty4XpRNGMP8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+WO/sb2iPiv4Uz4cRAph/AKCBDi6iRA33OvHGOqDejzPQe2vMCgCfS/Bs j6L2vJwvurx1MPHPbi/N+1Y= =X2O2 -----END PGP SIGNATURE----- --=-W7A2SswjNty4XpRNGMP8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 8:16:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894DA37B401 for ; Sun, 23 Feb 2003 08:16:30 -0800 (PST) Received: from web13503.mail.yahoo.com (web13503.mail.yahoo.com [216.136.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id F340743F3F for ; Sun, 23 Feb 2003 08:16:29 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030223161629.30508.qmail@web13503.mail.yahoo.com> Received: from [195.167.127.229] by web13503.mail.yahoo.com via HTTP; Sun, 23 Feb 2003 08:16:29 PST Date: Sun, 23 Feb 2003 08:16:29 -0800 (PST) From: Thanos Tsouanas Subject: Re: ld problems with Xft library To: Joe Marcus Clarke Cc: freebsd-questions@freebsd.org In-Reply-To: <1046015980.43287.8.camel@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 --- Joe Marcus Clarke wrote: > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > Hello everyone! > > > > I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so > as > > to reinstall the new versions from the port, i got an error while make, complaining about > > /usr/libexec/ld not being able to find -lXft2 > > > > I tried deinstalling and reinstalling Xft2 but i still have the same problem. > > > > Now i cannot install anything that uses Xft :( > > > > Any ideas? > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' version. > > You missed my HEADS UP. In order to properly recover after the recent > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > exceptionally long time, but things like this are rare, and it's really > the only way to get back on track and stay there. > > Joe > Thanks!! I'm dloading the portupgrade port right now, i've never used it.. Shud i use it whenever im upgrading a port, or is the pkg_delete / make reinstall solution better? Yours. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 8:27:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E0737B401 for ; Sun, 23 Feb 2003 08:27:28 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C2843F85 for ; Sun, 23 Feb 2003 08:27:27 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1NGRAZX077997; Sun, 23 Feb 2003 11:27:10 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ld problems with Xft library From: Joe Marcus Clarke To: Thanos Tsouanas Cc: FreeBSD User Questions List In-Reply-To: <20030223161629.30508.qmail@web13503.mail.yahoo.com> References: <20030223161629.30508.qmail@web13503.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TZ4En4MB0zm0fGySA0r2" Organization: MarcusCom, Inc. Message-Id: <1046017640.43287.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Feb 2003 11:27:20 -0500 X-Spam-Status: No, hits=-33.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-TZ4En4MB0zm0fGySA0r2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > --- Joe Marcus Clarke wrote: > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > Hello everyone! > > >=20 > > > I have the current Xft port installed and when i pkg_deleted (-f) xsc= reensaver and gkrellm2 so > > as > > > to reinstall the new versions from the port, i got an error while mak= e, complaining about > > > /usr/libexec/ld not being able to find -lXft2 > > >=20 > > > I tried deinstalling and reinstalling Xft2 but i still have the same = problem. > > >=20 > > > Now i cannot install anything that uses Xft :( > > >=20 > > > Any ideas? > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'c= urrent' version. > >=20 > > You missed my HEADS UP. In order to properly recover after the recent > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > > exceptionally long time, but things like this are rare, and it's really > > the only way to get back on track and stay there. > >=20 > > Joe > >=20 >=20 > Thanks!! > I'm dloading the portupgrade port right now, i've never used it.. > Shud i use it whenever im upgrading a port, or is the pkg_delete / make r= einstall > solution better? You should get into a habit of using portupgrade. It does more or less does the make/pkg_delete/make reinstall thing, but it also saves old libraries so you can binaries gradually, as well as verify dependency order and consistency. It's also very flexible and configurable. Joe >=20 > Yours. >=20 >=20 >=20 > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-TZ4En4MB0zm0fGySA0r2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+WPZob2iPiv4Uz4cRAlxvAKCO9gjyY/lFuLn+z1yCZZL0LgstegCfUooG oAbL9mCttobVeRgw/rBQNmw= =iW7Q -----END PGP SIGNATURE----- --=-TZ4En4MB0zm0fGySA0r2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 9:28:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D94D37B401 for ; Sun, 23 Feb 2003 09:28:38 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CDC43F3F for ; Sun, 23 Feb 2003 09:28:37 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1NHRujY025433; Sun, 23 Feb 2003 18:27:56 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1NHRtsR025431; Sun, 23 Feb 2003 18:27:55 +0100 From: dick hoogendijk Date: Sun, 23 Feb 2003 18:27:55 +0100 To: Matthew Seaman Cc: freebsd-questions Subject: Re: fbsd backup 2 remote Message-ID: <20030223172755.GA25279@lothlorien.nagual.st> References: <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi> <20030222210343.GA18760@nagual.st> <20030222214628.GB7546@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030222214628.GB7546@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.3.28i Sender: owner-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 Feb Matthew Seaman wrote: > Start up the ssh-agent and load the key into it: > # eval `ssh-agent` > # ssh-add /user/.ssh/id_rsa > When you're done, remember to shut down the ssh-agent: > # eval `ssh-agent -k` Is this kind of a safety measure? Isn't it simpler to activate ssh-agent on login so I can auto use ssh connections. Why is it better to always go through this ruleset? If not, where do I activate it on login? In my (login) .profile or my (shell)rc i.e. .tcsh Secondly: does a user really need a passphrase? Root? Sure! But a normal user? -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10: 0:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C58E37B401 for ; Sun, 23 Feb 2003 10:00:36 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7CB43FA3 for ; Sun, 23 Feb 2003 10:00:34 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1NI0S5U015588 for ; Sun, 23 Feb 2003 18:00:28 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1NI0S65015587 for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 18:00:28 GMT Date: Sun, 23 Feb 2003 18:00:28 +0000 From: Matthew Seaman To: freebsd-questions Subject: Re: fbsd backup 2 remote Message-ID: <20030223180028.GA15348@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions References: <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi> <20030222210343.GA18760@nagual.st> <20030222214628.GB7546@happy-idiot-talk.infracaninophi> <20030223172755.GA25279@lothlorien.nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030223172755.GA25279@lothlorien.nagual.st> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.6 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, TO_LOCALPART_EQ_REAL,USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 23, 2003 at 06:27:55PM +0100, dick hoogendijk wrote: > On 22 Feb Matthew Seaman wrote: > > Start up the ssh-agent and load the key into it: > > # eval `ssh-agent` > > # ssh-add /user/.ssh/id_rsa > > When you're done, remember to shut down the ssh-agent: > > # eval `ssh-agent -k` > > Is this kind of a safety measure? Isn't it simpler to activate ssh-agent > on login so I can auto use ssh connections. Why is it better to always > go through this ruleset? If not, where do I activate it on login? In my > (login) .profile or my (shell)rc i.e. .tcsh Just tidying up. ssh-agent tends not to get killed when you log out. Yes, it's typical to start up ssh-agent and ssh-add your key to it when you log in (and then close down ssh-agent on logout) so that it's always available while you're logged in. You can do that through your startup scripts (.login and .logout for tcsh, .bash_login and .bash_logout for bash etc.) Personally, I run it out of my .xsession like so: #!/bin/sh # PATH is set via login.conf ... ##PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:${HOME}/bin" ; export PATH FTP_PASSIVE_MODE=YES ; export FTP_PASSIVE_MODE eval `ssh-agent -s` /usr/X11R6/bin/xconsole -daemon -notify -verbose -fn fixed \ -exitOnFail -geometry 480x130-0-0 -iconic & [ -f ${HOME}/.Xdefaults ] && /usr/X11R6/bin/xrdb -merge ${HOME}/.Xdefaults /usr/X11R6/bin/xscreensaver -no-splash & /usr/X11R6/bin/wmaker eval `ssh-agent -k` # # That's All Folks! # and then as part of the wmaker startup, I have this in GNUstep/Library/WindowMaker/autostart: xterm -geometry 80x24-91+0 -e ssh-add ${HOME}/.ssh/id_rsa & > Secondly: does a user really need a passphrase? Root? Sure! But a normal > user? I would strongly advise you to always use a passphrase with your ssh(1) keys. Otherwise, anyone that can steal your private key can use it exactly as if they were you. The ssh FAQ says it better than I can: http://www.snailbook.com/faq/no-passphrase.auto.html Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10: 8:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C80337B401 for ; Sun, 23 Feb 2003 10:08:20 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EC043F93 for ; Sun, 23 Feb 2003 10:08:19 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.99.5]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 13:08:23 -0500 Content-Type: text/plain; charset="us-ascii" From: taxman To: freebsd-questions@FreeBSD.ORG Subject: Installkernel fails on 4.7Rel p2 Date: Sun, 23 Feb 2003 13:10:56 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302231310.56276.taxman@acd.net> X-OriginalArrivalTime: 23 Feb 2003 18:08:23.0942 (UTC) FILETIME=[8E3EC260:01C2DB66] Sender: owner-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 can't figure this one out, I have already installed a custom kern= el on=20 this sytem and now I'm trying to make a new one. It build fine, but=20 intallkernel fails with: install -o root -g wheel -m 555 joy.ko /modules install -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install -o root -g wheel -m 555 /usr/src/sys/modules/joy/joy.sh /usr/bin= /joy install: /usr/src/sys/modules/joy/joy.sh: No such file or directory *** Error code 71 I look and I see that joy.sh is not on my system. ok where did it go? I dl'd it and i hope it will work if I just put it in it's place. Alright, so in investigating this it brought up two more questions. 1) someone mentioned make.conf and=20 MODULES_OVERRIDE it seems this requires a list of modules *to* build, b= ut=20 it's not possible to just exclude one. How would I build this list, and = what=20 syntax? 2) if I use NO_MODULES instead, are there any critical modules I'll be=20 missing? I have everything I think I want in my kernel config file so I=20 shouldn't need any modules right? Thanks, =09Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10:13: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1331037B401 for ; Sun, 23 Feb 2003 10:12:59 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E72D43FCB for ; Sun, 23 Feb 2003 10:12:58 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.99.5]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 13:13:02 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: Daxbert , "" Subject: Re: btxld fails in boot2 during buildworld for -current Date: Sun, 23 Feb 2003 13:15:35 +0100 User-Agent: KMail/1.4.3 References: <1045997186.3e58a6830417c@ra.dweebsoft.com> In-Reply-To: <1045997186.3e58a6830417c@ra.dweebsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302231315.35511.taxman@acd.net> X-OriginalArrivalTime: 23 Feb 2003 18:13:03.0340 (UTC) FILETIME=[34C782C0:01C2DB67] Sender: owner-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 23 February 2003 11:46 am, Daxbert wrote: > I'm sorry if 'questions' isn't the proper list for this... > (let me know which list if this isn't the right one) these aren't the list you're looking for (wave of hand) If you're cvsupping -current, then -current is the list you're looking fo= r see this again: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.= html I bet they can help, =09Tim > =20 > It seems that the btxld command run in boot2 is failing with > '-293 bytes available' > =20 > This first happened earlier yesterday (02/22/2003) > =20 > My last cvsup was at 02/23/2003 @ 0053 PST (about 2 hours ago) > =20 > I nuked and re-cvs'd the /usr/src/sys/boot/i386 directory, > and I am still having the same problem. > =20 > Has anybody else had or having this problem? > =20 > The host is an Intel P4, 512MB RAM, Abit SR7-8X > =20 > # uname -a > FreeBSD host.dweebsoft.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Feb = 21 > 01:59:28 PST 2003 root@host.dweebsoft.com:/usr/obj/usr/src/sys/CUST= OM =20 i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10:29:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3351337B401 for ; Sun, 23 Feb 2003 10:29:47 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386E543F85 for ; Sun, 23 Feb 2003 10:29:46 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.99.5]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 13:29:50 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: freebsd-questions@freebsd.org Subject: FU Re: samba in a jail - seems to work Date: Sun, 23 Feb 2003 13:32:23 +0100 User-Agent: KMail/1.4.3 References: <200302200025.46583.taxman@acd.net> In-Reply-To: <200302200025.46583.taxman@acd.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302231332.23378.taxman@acd.net> X-OriginalArrivalTime: 23 Feb 2003 18:29:51.0099 (UTC) FILETIME=[8D7354B0:01C2DB69] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rebuilt samba from ports. and now it seems to work without locking or=20 crashing. FreeBSD jails are really pretty cool. minor difficulty in building the samba port, gettext failed, but installi= ng=20 the gettext package solved that. Thanks all, =09Tim On Thursday 20 February 2003 12:25 am, taxman wrote: > Anyone successfully running samba inside of a jail on 4.7R? I'm trying= te=20 get=20 > it to work for a friend of mine. It works ok for a while and then lock= s the=20 > machine up hard every night. Network access is gone. We haven't yet=20 > determined if it is the periodic scripts that cause the trouble, or jus= t the=20 > type of activity that they represent. How do I run them each (or al of= the=20 > daily scripts) to see what causes the lock-up? > =09Normal use and even copying large files does not seem to cause the l= ock-up. =20 > Unfortunately, nothing segfaults so I can't get a core dump to do anyth= ing=20 > with. > =09Sorry I don't have more detail at the moment, I just wanted to know = if=20 anyone=20 > had it working. I may try a serial console if i can make a null cable.= =20 I'll=20 > get more details on Sat. Other ideas of things to check? > Thanks, > =09 > =09Tim >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10:48:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D0D937B405 for ; Sun, 23 Feb 2003 10:48:51 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB18243FB1 for ; Sun, 23 Feb 2003 10:48:49 -0800 (PST) (envelope-from vaughan.moore@verizon.net) Received: from theson ([151.200.238.11]) by out002.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030223184848.QHSW17756.out002.verizon.net@theson>; Sun, 23 Feb 2003 12:48:48 -0600 From: "Vaughan Moore" To: "Terry J Dunlap Jr" Cc: Subject: RE: FTP installation through a NAT on a DSL connection Date: Sun, 23 Feb 2003 13:46:18 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000801c2dae9$a743f8c0$0201a8c0@barney> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [151.200.238.11] at Sun, 23 Feb 2003 12:48:42 -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 Thanks for the suggestion. In this case, I don't think this is the problem. I took a look at the debugging messages and I see the installation program: Found ftp2.freebsd.org logged me in changed working directories to the 4.7-RELEASE then: Sending PASV Entering Passive Mode (130,94,149,162,215,188) Sending: RETR bin/bin.inf Opening BINARY mode data connection for 'bin/bin.inf' (4255 bytes) DEBUG: Parsing atributes file for distribution bin Then I get an error message "Cannont parse information file for the bin distribuiton: I/O error. Please verify that your media is valid and try again. So, it seems that I'm able to log in to the FTP server, change directories, enter passive mode and request the bin.inf file. All those activities don't take much in the way of packet size. But the bin.inf is 4255 bytes so the packets will have to be broken down. As I said in my original message, I think the problem is my MTU setting. Does anyone know how to change the Max MTU size in the Network Configuration screen. It seems like I would be able to put a command in the options box. I experimented with this but I guess I'm not getting the syntax right. I've had to set the Max MTU on my Windows machine to 1330 so it makes sense that I would have to do the same on freebsd. Thanks for the help. Vaughan -----Original Message----- From: Terry J Dunlap Jr [mailto:terrydunlap@netzero.net] Sent: Saturday, February 22, 2003 10:14 PM To: Vaughan Moore Subject: Re: FTP installation through a NAT on a DSL connection If your install box is connecting through the Win98 box with Zone Alarm, did you add the FTP site as one of the authorized IPs you can connect with? And, have you tried connecting when Zone Alarm is disabled? I had the exact problem with my FreeBSD router. I could make the connection to the site, but packets coming back were blocked. After some research, I discovered I needed to add a dynamic rule that would allow it back in. The only way I know how to do that with Zone Alarm is to add the IP to the list of allowable hosts. Terry ----- Original Message ----- From: "Vaughan Moore" To: "Willie Viljoen" Cc: Sent: Saturday, February 22, 2003 9:57 PM Subject: RE: FTP installation through a NAT on a DSL connection > Well, at least now I'm getting packets back and forth. > > DNS: query 10.10.1.210:1024 -> 199.45.32.43:53 for ftp2.freebsd.org > DNS: query 151.200.238.11:45175 -> 199.45.32.43:53 for ftp2.freebsd.org > DNS: query 10.10.1.210:1025 -> 199.45.32.43:53 for ftp2.freebsd.org > DNS: query 151.200.238.11:45176 -> 199.45.32.43:53 for ftp2.freebsd.org > TCP: packet 5400, length 74, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > SYN , seq:2842580946 ack:0 > TCP: packet 5404, length 74, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: SYN , seq:2842580946 ack:0 > TCP: packet 5405, length 74, 130.94.149.162:21 -> 151.200.238.11:45177, > flags: SYN ACK , seq:1377839201 ack:2842580947 > TCP: packet 5406, length 74, 130.94.149.162:21 -> 10.10.1.210:1024, flags: > SYN ACK , seq:1377839201 ack:2842580947 > TCP: packet 5407, length 66, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > ACK , seq:2842580947 ack:1377839202 > TCP: packet 5408, length 76, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > ACK , seq:2842580947 ack:1377839202 > TCP: packet 5409, length 66, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: ACK , seq:2842580947 ack:1377839202 > TCP: packet 5410, length 76, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: ACK , seq:2842580947 ack:1377839202 > TCP: packet 5411, length 123, 130.94.149.162:21 -> 151.200.238.11:45177, > flags: ACK , seq:1377839202 ack:2842580947 > TCP: packet 5412, length 123, 130.94.149.162:21 -> 10.10.1.210:1024, flags: > ACK , seq:1377839202 ack:2842580947 > TCP: packet 5413, length 124, 130.94.149.162:21 -> 151.200.238.11:45177, > flags: ACK , seq:1377839259 ack:2842580957 > TCP: packet 5414, length 124, 130.94.149.162:21 -> 10.10.1.210:1024, flags: > ACK , seq:1377839259 ack:2842580957 > TCP: packet 5415, length 66, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > ACK , seq:2842580957 ack:1377839317 > TCP: packet 5416, length 99, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > ACK , seq:2842580957 ack:1377839317 > TCP: packet 5417, length 66, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: ACK , seq:2842580957 ack:1377839317 > TCP: packet 5418, length 99, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: ACK , seq:2842580957 ack:1377839317 > TCP: packet 5419, length 114, 130.94.149.162:21 -> 151.200.238.11:45177, > flags: ACK , seq:1377839317 ack:2842580990 > TCP: packet 5420, length 114, 130.94.149.162:21 -> 10.10.1.210:1024, flags: > ACK , seq:1377839317 ack:2842580990 > TCP: packet 5421, length 74, 10.10.1.210:1024 -> 130.94.149.162:21, flags: > ACK , seq:2842580990 ack:1377839365 > TCP: packet 5422, length 74, 151.200.238.11:45177 -> 130.94.149.162:21, > flags: ACK , seq:2842580990 ack:1377839365 > TCP: packet 5423, length 86, 130.94.149.162:21 -> 151.200.238.11:45177, > flags: ACK , seq:1377839365 ack:2842580998 > TCP: packet 5424, length 86, 130.94.149.162:21 -> 10.10.1.210:1024, flags: > ACK , seq:1377839365 ack:2842580998 > > But, I get this error message: > > Cannot parse information file for the bin distribution: I/O error. Please > verify that your media is valid and try again. > > My ip gateway is 10.10.1.1 > My name server is 199.45.32.43 > My ip is 10.10.1.210 > My netmask is 255.255.255.0 > > Again, thanks so much for the help. > > Vaughan > > > -----Original Message----- > From: Willie Viljoen [mailto:will@phoenix.home.laserfence.net]On Behalf > Of Willie Viljoen > Sent: Saturday, February 22, 2003 5:15 PM > To: Vaughan Moore > Cc: freebsd-questions@freebsd.org > Subject: Re: FTP installation through a NAT on a DSL connection > > > You're one step closer. When doing network configuration, make sure you list > a valid and real DNS server. Try setting it up to use the DNS at your ISP, > or the winroute if it provides DNS. > > On Sunday 23 February 2003 0:08, Vaughan Moore wrote: > > Thanks so much for the suggestion. When I use passive mode I get an > > error message "Could not open ftp connection to ftp3.freebsd.org. > > Service not available, closing control connection." When I hit OK > > another error message comes up "unable to initialize selected media. > > Would you like to adjust you media configuration and try again?" When I > > do that, I go through the network configuration process again, but I get > > an immediate error message "Cannot resolve host name ftp3.freebsd.org! > > Are you sure that your name server, gateway and network interface are > > correctly configured?" I'm using DHCP, and it is pulling the correct > > IP's for these. > > > > Here's the log in my Winroute NAT. What do you think I'm doing wrong? > > > > Vaughan > > > > > > Interface Table: > > Interface Status Medium IP address NAT Index > > NETGEAR FA310TX Fast Ethe... Up Ethernet 10.10.1.1 50331652 > > NETGEAR FA311 Fast Ethern... Up Ethernet 10.10.1.0 67108869 > > Dial in adapter Down RAS 0.0.0.0 0 > > line1 Up RAS 151.200.238.11 on 16777218 dhcp > > > > TCP/IP stack's Routing Table: > > Net Mask Gateway Interface Metric > > 0.0.0.0 0.0.0.0 line1 1 > > 10.10.1.0 255.255.255.0 NETGEAR FA310TX Fast Ethe... 2 > > 10.10.1.0 255.255.255.0 NETGEAR FA311 Fast Ethern... 2 > > 151.200.0.0 255.255.0.0 line1 1 > > > > DNS: query 10.10.1.210:1024 -> 10.10.1.1:53 for ftp3.freebsd.org > > dns: query from 10.10.1.210:1024 id 41361 > > dns: question: A, ftp3.freebsd.org > > dns: reply: ftp3.freebsd.org has 198.82.184.28 > > DNS: query 10.10.1.210:1025 -> 10.10.1.1:53 for ftp3.freebsd.org > > dns: query from 10.10.1.210:1025 id 41362 > > dns: question: A, ftp3.freebsd.org > > dns: reply: ftp3.freebsd.org has 198.82.184.28 > > TCP: packet 1278, length 74, 10.10.1.210:1024 -> 198.82.184.28:21, flags: > > SYN , seq:4161382813 ack:0 > > TCP: packet 1282, length 74, 151.200.238.11:45050 -> 198.82.184.28:21, > > flags: SYN , seq:4161382813 ack:0 > > > > - > Snip - Repeats 8 times and drops down to a length of 60 after try > > number 3 > > > > DNS: query 151.200.238.11:45051 -> 199.45.32.43:53 for > > 9.136.168.217.in-addr.arpa > > DNS: query 151.200.238.11:45052 -> 199.45.32.38:53 for > > 9.136.168.217.in-addr.arpa > > TCP: packet 1323, length 74, 198.82.184.28:21 -> 151.200.238.11:45050, > > flags: SYN ACK , seq:77305705 ack:4161382814 > > TCP: packet 1327, length 74, 198.82.184.28:21 -> 10.10.1.210:1024, flags: > > SYN ACK , seq:77305705 ack:4161382814 > > TCP: packet 1328, length 60, 10.10.1.210:1024 -> 198.82.184.28:21, flags: > > RST , seq:4161382814 ack:0 > > > > This is where the install program quit and asked if I wanted to retry. > > > > -----Original Message----- > > From: Willie Viljoen [mailto:will@phoenix.home.laserfence.net]On Behalf > > Of Willie Viljoen > > Sent: Saturday, February 22, 2003 11:26 AM > > To: Vaughan Moore > > Cc: freebsd-questions@freebsd.org > > Subject: Re: FTP installation through a NAT on a DSL connection > > > > On Saturday 22 February 2003 16:55, Vaughan Moore wrote: > > > I'm installing 4.7 at home. The Intel box is behind a NAT running on a > > > Win98 box with ZoneAlarm running. The point of installing 4.7 is so > > > that I can replace the 98 box as my gateway to my Verizon DSL > > > connection. > > > > > > My installation fails when the program tries to access one of the ftp > > > servers. When the time-out occurs I get an installation media error > > > message. > > > > > > I know that my subnet on the NAT works because when I plug a 2000 > > > machine into the gateway I can access the Internet. However, I had to > > > lower the Max MTU settings in the registry to do it. I understand that > > > PPPoE requires a lower MTU setting, but I'm not sure how to set MTU in > > > the installation program. > > > > > > Can anyone help me with the problem? > > > > > > Vaughan Moore > > > > I'm almost sure MTU is not the problem in this case, the Windows machine > > should be taking care of that. Try setting FTP into passive mode in the > > installer's options screen, or turning off passive mode if that's the > > default on your version. Windows 98 NATs are not famous for handling FTP > > properly. > > > > -- > > Willie Viljoen > > Freelance IT Consultant > > > > 214 Paul Kruger Avenue, Universitas > > Bloemfontein > > 9321 > > South Africa > > > > +27 51 522 15 60 > > +27 51 522 44 36 (after hours) > > +27 82 404 03 27 (mobile) > > > > will@unfoldings.net > > -- > Willie Viljoen > Freelance IT Consultant > > 214 Paul Kruger Avenue, Universitas > Bloemfontein > 9321 > South Africa > > +27 51 522 15 60 > +27 51 522 44 36 (after hours) > +27 82 404 03 27 (mobile) > > will@unfoldings.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 10:56:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DCD37B401 for ; Sun, 23 Feb 2003 10:56:20 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF36343F3F for ; Sun, 23 Feb 2003 10:56:19 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id KAA09433; Sun, 23 Feb 2003 10:56:08 -0800 From: Kent Stewart To: Joe Marcus Clarke , Thanos Tsouanas Subject: Re: ld problems with Xft library Date: Sun, 23 Feb 2003 10:56:07 -0800 User-Agent: KMail/1.5 Cc: FreeBSD User Questions List References: <20030223161629.30508.qmail@web13503.mail.yahoo.com> <1046017640.43287.20.camel@shumai.marcuscom.com> In-Reply-To: <1046017640.43287.20.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302231056.07770.kstewart@owt.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 Sunday 23 February 2003 08:27 am, Joe Marcus Clarke wrote: > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > --- Joe Marcus Clarke wrote: > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > Hello everyone! > > > > > > > > I have the current Xft port installed and when i pkg_deleted > > > > (-f) xscreensaver and gkrellm2 so > > > > > > as > > > > > > > to reinstall the new versions from the port, i got an error > > > > while make, complaining about /usr/libexec/ld not being able to > > > > find -lXft2 > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the > > > > same problem. > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > Any ideas? > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to > > > > the 'current' version. > > > > > > You missed my HEADS UP. In order to properly recover after the > > > recent Xft upgrade, you need to do a portupgrade -rf Xft. Yes, > > > this takes an exceptionally long time, but things like this are > > > rare, and it's really the only way to get back on track and stay > > > there. > > > > > > Joe > > > > Thanks!! > > I'm dloading the portupgrade port right now, i've never used it.. > > Shud i use it whenever im upgrading a port, or is the pkg_delete / > > make reinstall solution better? > > You should get into a habit of using portupgrade. It does more or > less does the make/pkg_delete/make reinstall thing, but it also saves > old libraries so you can binaries gradually, as well as verify > dependency order and consistency. It's also very flexible and > configurable. It isn't fool proof. I did that but right now (after I did a Xft-2 upgrade) I have a user login without proper fonts on kde-3. On the system creating the packages, I have user fonts but not on the system I used '-Pufr' to do the upgrades. When I say user, I mean I have fonts on a root login but not as my user name. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 11:12:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1456637B401 for ; Sun, 23 Feb 2003 11:12:10 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3AF43FB1 for ; Sun, 23 Feb 2003 11:12:08 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1NJBrZX079329; Sun, 23 Feb 2003 14:11:53 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ld problems with Xft library From: Joe Marcus Clarke To: Kent Stewart Cc: Thanos Tsouanas , FreeBSD User Questions List In-Reply-To: <200302231056.07770.kstewart@owt.com> References: <20030223161629.30508.qmail@web13503.mail.yahoo.com> <1046017640.43287.20.camel@shumai.marcuscom.com> <200302231056.07770.kstewart@owt.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OJArhnOH/tdKfu2r+sqJ" Organization: MarcusCom, Inc. Message-Id: <1046027524.43287.39.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Feb 2003 14:12:04 -0500 X-Spam-Status: No, hits=-33.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-OJArhnOH/tdKfu2r+sqJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-23 at 13:56, Kent Stewart wrote: > On Sunday 23 February 2003 08:27 am, Joe Marcus Clarke wrote: > > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > > --- Joe Marcus Clarke wrote: > > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > > Hello everyone! > > > > > > > > > > I have the current Xft port installed and when i pkg_deleted > > > > > (-f) xscreensaver and gkrellm2 so > > > > > > > > as > > > > > > > > > to reinstall the new versions from the port, i got an error > > > > > while make, complaining about /usr/libexec/ld not being able to > > > > > find -lXft2 > > > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the > > > > > same problem. > > > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > > > Any ideas? > > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to > > > > > the 'current' version. > > > > > > > > You missed my HEADS UP. In order to properly recover after the > > > > recent Xft upgrade, you need to do a portupgrade -rf Xft. Yes, > > > > this takes an exceptionally long time, but things like this are > > > > rare, and it's really the only way to get back on track and stay > > > > there. > > > > > > > > Joe > > > > > > Thanks!! > > > I'm dloading the portupgrade port right now, i've never used it.. > > > Shud i use it whenever im upgrading a port, or is the pkg_delete / > > > make reinstall solution better? > > > > You should get into a habit of using portupgrade. It does more or > > less does the make/pkg_delete/make reinstall thing, but it also saves > > old libraries so you can binaries gradually, as well as verify > > dependency order and consistency. It's also very flexible and > > configurable. >=20 > It isn't fool proof. I did that but right now (after I did a Xft-2=20 > upgrade) I have a user login without proper fonts on kde-3. On the=20 > system creating the packages, I have user fonts but not on the system I=20 > used '-Pufr' to do the upgrades. When I say user, I mean I have fonts=20 > on a root login but not as my user name. Run fc-cache -f -v and see if that helps. Joe >=20 > Kent --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-OJArhnOH/tdKfu2r+sqJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+WR0Eb2iPiv4Uz4cRApbRAJoD6O8AJbAJXk82ycKS6Ysqz+YRIwCgp42U mh9n6xRsRjqcwaoSplT6+M0= =51jA -----END PGP SIGNATURE----- --=-OJArhnOH/tdKfu2r+sqJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 11:15:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4487037B401 for ; Sun, 23 Feb 2003 11:15:54 -0800 (PST) Received: from spectraweb.ch (29.244.186.195.dial.bluewin.ch [195.186.244.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7F543FB1 for ; Sun, 23 Feb 2003 11:15:52 -0800 (PST) (envelope-from pcservi@spectraweb.ch) Received: from saturn.spectraweb.ch (localhost.spectraweb.ch [127.0.0.1]) by spectraweb.ch (8.12.6/8.12.5) with ESMTP id h1NJIYsk025362; Sun, 23 Feb 2003 20:18:34 +0100 (CET) (envelope-from pcservi@spectraweb.ch) Received: (from martin@localhost) by saturn.spectraweb.ch (8.12.6/8.12.6/Submit) id h1NJIWnU025361; Sun, 23 Feb 2003 20:18:32 +0100 (CET) X-Authentication-Warning: saturn.spectraweb.ch: martin set sender to pcservi@spectraweb.ch using -f Date: Sun, 23 Feb 2003 20:18:32 +0100 From: Martin Schweizer To: Willie Viljoen Cc: Martin Schweizer , Martin Schweizer , freebsd-questions@FreeBSD.ORG Subject: Re: Kill while compiling release 4.7 Message-ID: <20030223191832.GA25342@spectraweb.ch> Reply-To: Martin Schweizer Mail-Followup-To: Willie Viljoen , Martin Schweizer , Martin Schweizer , freebsd-questions@FreeBSD.ORG References: <20030223151428.GA16747@spectraweb.ch> <200302231735.57137.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200302231735.57137.will@unfoldings.net> User-Agent: Mutt/1.4i Sender: owner-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 Willie How I do add more swap space? Am Sun, Feb 23, 2003 at 05:35:57PM +0200 Willie Viljoen schrieb: > On Sunday 23 February 2003 17:14, Martin Schweizer wrote: > > In the same time it occurs a "out of swap" error in /var/log/messages b= ut > > df output seem like normal, enough of space on all slices. > > What is going wrong? >=20 > df doesn't show swap space, it only shows information for filesystems.=20 > FreeBSD does not use (by default) an on-filesystem swap file such as MS= =20 > family systems do, it uses a seperate partition as swap space. >=20 > To check how your swap space is being used, you may view the output from= =20 > pstat -T >=20 > Be advised the to do a make world reliably, you will almost always need= =20 > atleast 128MB of swap on systems with average physical memory, and atleas= t=20 > 256MB if your system has low physical memory. >=20 > Other workarounds could be to perform the build process in single user mo= de,=20 > sothat no other applications are using memory, but look at swap space=20 > first. >=20 > Will --=20 Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 11:26:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FEA37B401 for ; Sun, 23 Feb 2003 11:26:53 -0800 (PST) Received: from mx20b.rmci.net (mx20b.rmci.net [205.162.184.38]) by mx1.FreeBSD.org (Postfix) with SMTP id C248F43FAF for ; Sun, 23 Feb 2003 11:26:52 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 19889 invoked from network); 23 Feb 2003 19:26:52 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 23 Feb 2003 19:26:52 -0000 From: "Mike" To: Subject: Backpack CDROM support Date: Sun, 23 Feb 2003 12:29:52 -0700 Message-ID: <001801c2db71$f0346c30$0500a8c0@data> 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: <20030223191832.GA25342@spectraweb.ch> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Using the boot floppies FreeBSD cannot find my Backpack CDROM. I loaded the extra drivers still nothing. Is there any hope or do I go ftp to install? Many thanks M;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 11:30:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A892A37B401 for ; Sun, 23 Feb 2003 11:30:08 -0800 (PST) Received: from riker.skynet.be (riker.skynet.be [195.238.3.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4711243FDD for ; Sun, 23 Feb 2003 11:30:07 -0800 (PST) (envelope-from rix@advalvas.be) Received: from pentiumii (81.111-200-80.adsl.skynet.be [80.200.111.81]) by riker.skynet.be (8.12.7/8.12.7/Skynet-OUT-2.21) with SMTP id h1NJU29u016494 for ; Sun, 23 Feb 2003 20:30:02 +0100 (MET) (envelope-from ) Message-ID: <007e01c2db72$18d48210$020a0a0a@pentiumii> Reply-To: "Eric Landuyt" From: "Eric Landuyt" To: Subject: Problem: wi0: watchdog timeout. Date: Sun, 23 Feb 2003 20:30:58 +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 have a DLink DWL650 wireless card, on a P90, and I'm desesperately trying to get it working on a FreeBSD 4.7 system. I wanted to setup it on a FreeBSD 4.7, but the box freezes after printing: Mounting root from ufs:/dev/md0c So I looked on the net, and added the following lines to my /boot/loader.conf file: hw.pcic.irq="0" hw.pcic.intr_path="1" Now, FreeBSD boots very well, all others network cards are working properly (1 NE2000 ISA card and 1 Realtek PCI card), but I always get the following line just after pccardd setups the card: wi0: watchdog timeout. I looked on the web and in various man pages, and found a lot of references (solutions?) to the following variables (to define in /boot/loader.conf): hw.pcic.ignore_function_1: 0 to enabled function 1 - 1 to disable function 1 hw.pcic.init_routing: 1 to force to route via PCI interrupt - 0 default hw.pcic.intr_path: 1 to route via ISA - 2 to route via PCI hw.pcic.irq: override the IRQ to use for ISA interrupt routing - 0 to use polling mode hw.pcic.ignore_pci: no documentation found about this one, but seems to fully disable PCI probing machdep.pccard.pcic_irq: override the IRQ normally assigned to a PCCard controler - 0 to use polling mode. Finally, some IRQs settings can also be applied through pccardd -i, or in /etc/pccard.conf. I think my problem is due to an IRQ conflict. Theoretically, from what I see with various tools (by looking at /proc informations using Linux, ...) it seems that IRQs 3, 5 and 12 are free on the box. My questions are: - How does all those PCI/ISA/IRQ settings interact all together ? - How to setup those to have a properly working wireless card? - Else,is it possible to indicate me the appropriated mailing list /person where I can get an answer? With an /boot/loader.conf as following: userconfig_script_load="YES" hw.pcic.intr_path="1" hw.pcic.irq="0" and the line pccardd_flags=" -i 12" in /etc/rc.conf, Here's what I get during the boot (dmesg output): Copyright (c) 1992-2002 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.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (99.72-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x526 Stepping = 6 Features=0x1bf real memory = 50331648 (49152K bytes) config> di sio1 config> di sio0 config> di ppc0 config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> en ed0 config> po ed0 0x340 config> ir ed0 11 config> iom ed0 0xd8000 config> f ed0 0 config> q avail memory = 43851776 (42824K bytes) Preloaded elf kernel "kernel" at 0xc050f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc050f09c. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 rl0: port 0xfc00-0xfcff mem 0xfffbfc00-0xfffbfcff irq 10 at device 13.0 on pci0 rl0: Ethernet address: 00:00:1c:db:cf:0e miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcic0: irq 0 at device 14.0 on pci0 pcic0: PCI Memory allocated: 0x88000000 pcic0: Polling mode pccard0: on pcic0 orm0:

If you bought into our last recommendation (CIMG) early enough you had an excellent opportunity to make substantial gains (from .90 to 1.65 in just the first day). Now is your chance to do the same with our newest pick: VICC. To find out more go to Live From the Street.

If you no longer want to receive information from us just go to tallrhe@cs.com.

  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 15:42:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF6B37B401 for ; Sun, 23 Feb 2003 15:42:09 -0800 (PST) Received: from gouda.acatysmoof.com (adsl-64-170-164-211.dsl.lsan03.pacbell.net [64.170.164.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DC843F85 for ; Sun, 23 Feb 2003 15:42:06 -0800 (PST) (envelope-from alex@acatysmoof.com) Received: from acatysmoof.com (localhost [127.0.0.1]) by gouda.acatysmoof.com (8.11.6/8.11.1) with ESMTP id h1NNq5m02935 for ; Sun, 23 Feb 2003 15:52:06 -0800 (PST) (envelope-from alex@acatysmoof.com) From: "Alex Teslik" To: "list-freebsd-questions" Subject: monitoring ftp and http connections Date: Sun, 23 Feb 2003 15:52:05 -0800 Message-Id: <20030223232235.M62650@acatysmoof.com> X-Mailer: Open WebMail 1.90 20030218 X-OriginatingIP: 64.170.164.211 (alex) 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 Hello, I use gkrellm to let me know when I have http and ftp connections on my box. It has a nice button that tells me who is connected to each port. However, I would like to know more information about these connections. I'm looking for a program that can tell me what file(s) a user on a port is modifying / messing with. Is there a program already installed by default on FreeBSD that can do this that I am just missing? Is there a port that can show me this information in an easy to read format? I'm not subscribed, so direct replies much appreciated. Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 15:51:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BAD137B401 for ; Sun, 23 Feb 2003 15:51:20 -0800 (PST) Received: from deter.dk (port74.ds1-oebr.adsl.cybercity.dk [212.242.49.77]) by mx1.FreeBSD.org (Postfix) with SMTP id D110943FBF for ; Sun, 23 Feb 2003 15:51:18 -0800 (PST) (envelope-from no-spam@deter.dk) Received: (qmail 9307 invoked by uid 1001); 23 Feb 2003 23:50:29 -0000 Date: Mon, 24 Feb 2003 00:50:29 +0100 From: Morten Grunnet Buhl To: freebsd-questions@freebsd.org Subject: Input on solution to temporary routing Message-ID: <20030223235029.GB9202@deter.dk> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.6-STABLE on a i386 X-Uptime: 12:07AM up 31 days, 21:34, 2 users, load averages: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.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 Hello fellow FreeBSD users, I am running a privet nat'ed network in my apartment. We are three computers behind a ipfw + natd firewall/gateway. What I want to do is make it possible for more than one user behind the firewall to have httpd/ftp/'what ever' running. what im looking for is to make it possible for these users to log into the firewall and run a script like so: > opensesamy 192.168.0.2 ftp which would then temporary route outside ftp connections to 192.168.0.2. The problem is tht Im still pretty new to the hole ipwf and natd, but as fare a I can read from the natd man it is not possible to add or remove single natd rules like it is with ipfw. So what I though about was make the script do something like this make ifconfig alisa 192.168.0.10 route 192.168.0.10 to 192.168.0.2 open firewall for connections on ftp which inturn will be forwarded to 192.168.0.10. Looking at was I just wrote makes it all the more messy. I really dont think this is a decent solution so if someone could guide me in the right direction I would really appreciate it. maybe its because its late but my solution really rocked when it was only in my head? -- DetEr.dk - Rules are made to control the fun. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 15:58:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD95C37B401 for ; Sun, 23 Feb 2003 15:58:17 -0800 (PST) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6359343FBF for ; Sun, 23 Feb 2003 15:58:17 -0800 (PST) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.168.26.213]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0HAS00LGED94B8@mta6.snfc21.pbi.net> for freebsd-questions@freebsd.org; Sun, 23 Feb 2003 15:58:17 -0800 (PST) Date: Sun, 23 Feb 2003 15:58:16 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: Xfree86-4 question re OpenGL In-reply-to: <200302240934.16795.murraytaylor@bytecraftsystems.com> X-X-Sender: mikko@atlas.home To: Murray Taylor Cc: freebsd-questions@freebsd.org Message-id: <20030223155600.N70415-100000@atlas.home> 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, 24 Feb 2003, Murray Taylor wrote: > I installed XFree86 4.2.0 from a current ports tree WITHOUT having ever had > XFree86-3 loaded. [...] > When I run it from command line i get this > > ttyp0 > kpovmodeler > Xlib: extension "GLX" missing on display ":0.0". > Xlib: extension "GLX" missing on display ":0.0". > PMPart: TreeView added > PMPart: DialogView added > PMPart: GLView added > PMPart: GLView added > PMPart: GLView added > PMPart: GLView added > > and the GUI has the 4 display windows showing > > No OpenGL support > > I have Mesa 3,4,2_2 loaded ( it appearesd during the KDE build I think ) > > How cam I get the OpenGL support working? From my /etc/X11/XF86Config: Section "Module" ... Load "GLcore" Load "glx" ... EndSection That may or may not be it. $.02, /Mikko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 16:28:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3207837B405 for ; Sun, 23 Feb 2003 16:28:19 -0800 (PST) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0591A43F85 for ; Sun, 23 Feb 2003 16:28:18 -0800 (PST) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id 659FF528F0; Sun, 23 Feb 2003 19:28:17 -0500 (EST) From: "John Straiton" To: Subject: Changes in sshd? Date: Sun, 23 Feb 2003 19:23:57 -0500 Message-ID: <000001c2db9b$08b52be0$1916c60a@win2k.clickcom.com> 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 Greets, I have many times set up the authorized_keys so that remote ssh/scp/rsync clients can connect between machines without a password. However, in attempting to do this again using a 5.0-RELEASE machine trying to connect to a 4.7 machine, I'm getting nothing but: %ssh 192.168.0.23 Host key verification failed. This was all working last week, then I reinstalled my 4.X machine to this 5.0 and went through the routine to recreate an identity.pub and copy it to the remote machine. Now it just won't work. I noticed that ssh-keygen worked slightly differently in 5.0 ..Did something change with it's default behavior that I need to take into account in order to talk to a 4.7 machine? A complete walkthough of the steps I'm attempting can be found at: http://my.lostinfo.com/files_other/rsync/ John Straiton jks@clickcom.com Clickcom, Inc 704-365-9970x101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 16:41:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BE337B401 for ; Sun, 23 Feb 2003 16:41:10 -0800 (PST) Received: from web13501.mail.yahoo.com (web13501.mail.yahoo.com [216.136.175.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 649EE43F85 for ; Sun, 23 Feb 2003 16:41:10 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030224004110.94391.qmail@web13501.mail.yahoo.com> Received: from [195.167.127.229] by web13501.mail.yahoo.com via HTTP; Sun, 23 Feb 2003 16:41:10 PST Date: Sun, 23 Feb 2003 16:41:10 -0800 (PST) From: Thanos Tsouanas Subject: Re: ld problems with Xft library To: Joe Marcus Clarke Cc: freebsd-questions@freebsd.org In-Reply-To: <1046017640.43287.20.camel@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 --- Joe Marcus Clarke wrote: > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > --- Joe Marcus Clarke wrote: > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > Hello everyone! > > > > > > > > I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and > gkrellm2 so > > > as > > > > to reinstall the new versions from the port, i got an error while make, complaining about > > > > /usr/libexec/ld not being able to find -lXft2 > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the same problem. > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > Any ideas? > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' version. > > > > > > You missed my HEADS UP. In order to properly recover after the recent > > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > > > exceptionally long time, but things like this are rare, and it's really > > > the only way to get back on track and stay there. > > > > > > Joe > > > > > > > Thanks!! > > I'm dloading the portupgrade port right now, i've never used it.. > > Shud i use it whenever im upgrading a port, or is the pkg_delete / make reinstall > > solution better? > > You should get into a habit of using portupgrade. It does more or less > does the make/pkg_delete/make reinstall thing, but it also saves old > libraries so you can binaries gradually, as well as verify dependency > order and consistency. It's also very flexible and configurable. I'm done with the portupgrade -rf Xft and...... same error msg about -lXft2 Any other ideas? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 16:53: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06AD137B401 for ; Sun, 23 Feb 2003 16:53:06 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 472DA43FBF for ; Sun, 23 Feb 2003 16:53:05 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 3928EEF6AA; Mon, 24 Feb 2003 01:41:08 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 32D9C5D009; Mon, 24 Feb 2003 01:56:05 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id C5A305D008; Mon, 24 Feb 2003 01:56:04 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A1062120112; Mon, 24 Feb 2003 02:10:30 +0100 Message-Id: <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 23 Feb 2003 18:52:59 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: booting from Promise tx2000 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fbsd 4.7 release no drives on motherboard ata channels one ATA Master drive on each TX2000 IDE channel (no Array is defined, we=20 just want two independent disks for now) fbsd cdrom boots, finds the disks and installs fbsd. we choose boot manager because we typically have our system fail to boot=20 without boot manager (fbsd 3 and 4 has has this pb) so we always install=20 boot mgr and live with the additional timeout. booting never gets to fbsd boot mgr menu. we=B4ve disabled a bunch mobo i/o devics we don't need and can see no PCI= IRQ=20 conflicts. any ideas? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 17: 5:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0793037B401 for ; Sun, 23 Feb 2003 17:05:31 -0800 (PST) Received: from sccimhc01.insightbb.com (sccimhc01.insightbb.com [63.240.76.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A790E43FBF for ; Sun, 23 Feb 2003 17:05:29 -0800 (PST) (envelope-from dherring@uiuc.edu) Received: from 12-221-66-128.client.insightBB.com ([12.221.66.128]) by sccimhc01.insightbb.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20030224010528.RKKB5831.sccimhc01.insightbb.com@12-221-66-128.client.insightBB.com> for ; Mon, 24 Feb 2003 01:05:28 +0000 Date: Sun, 23 Feb 2003 19:07:00 -0600 (Central Standard Time) From: Daniel Herring To: freebsd-questions@freebsd.org Subject: Trouble with 5.0-RELEASE boot floppies Message-ID: X-X-Sender: dherring@express.cites.uiuc.edu 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 Here's the situation: Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD Current OS: FreeBSD 4.3-RELEASE Desired OS: FreeBSD 5.0-RELEASE I downloaded and copied "kern.flp" and "mfsroot.flp" onto two freshly-formatted floppies (no errors). Boot the machine. It loads both floppies, starts the kernel, prepares for sysinstall, and freezes. After this, the machine doesn't respond to any keyboard events (Excape, Num-lock, 3-fingered-salute, ...). Here's the last screen before it dies: | sc0: VGA <16 virtual consoles, flags=0x300> | sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 | sio0: type 16550A | sio1: configured irq 3 not in bitmap of probed irqs 0 | sio1: port may not be enabled | vga0: at port 0x2f8-0x307 irq 3 on isa 0 | sio4: at port 0x2f8-0x307 irq 3 in isa0 | sio4: type 16550A | unknown: can't assign resources (port) | unknown: can't assign resources (irq) | unknown: can't assign resources (port) | unknown: can't assign resources (port) | unknown: can't assign resources (irq) | unknown: can't assign resources (port) | unknown: can't assign resources (port) | unknown: can't assign resources (port) | Time counters tick every 10.000 msec | ata1_slave: timeout waiting for interrupt | ata1_slave: ATAPI identify failed | ad0: 1549MB [3148/16/63] at ata0-master BIOSPIO | acd0: CDROM at ata1-master BIOSPIO | Mounting root from ufs:/dev/md0 | /stand/sysinstall running as init on vty0 Does anyone have any idea what is wrong or how I can avoid this? I successfully installed version 4-3 from boot floppies a couple years ago... Version 4.3 still boots fine... This happens even if I disconnect the HD... I've enabled and disabled most of the BIOS settings (ports, PNP OS, ...) Also, these boot floppies successfully load on my other computer. Thanks for your time, Daniel Herring dherring@uiuc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 17:11: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7017037B401 for ; Sun, 23 Feb 2003 17:11:08 -0800 (PST) Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C0143F85 for ; Sun, 23 Feb 2003 17:11:07 -0800 (PST) (envelope-from xcas@cox.net) Received: from smtp.west.cox.net ([172.18.180.52]) by fed1mtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20030224011105.LHVH9626.fed1mtao01.cox.net@smtp.west.cox.net> for ; Sun, 23 Feb 2003 20:11:05 -0500 From: cas To: freebsd-questions@freebsd.org Subject: Rockwell/Conexant HCF V.90 Data/Fax Modem Date: Sun, 23 Feb 2003 20:11:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20030224011105.LHVH9626.fed1mtao01.cox.net@smtp.west.cox.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 Has anyone got this working under FreeBSD 4.x? I'm pretty sure it's a winmodem.. my friend & I have searched and searched without any luck.. the only thing we found on it was in /usr/src/share/misc/pci_vendors Here's the modem info.. XP says it's on COM3. MODEM #1: PCI CONFIGURATION INFORMATION READ: VENDOR ID : 127A DEVICE ID : 1023 SUBVENDOR ID : 13E0 SUBDEVICE ID : 0297 REVISION ID : 01 DEDUCED INFORMATION: VENDOR NAME : ROCKWEL DEVICE NAME : HCF DATA/FAX SUBVENDOR NAME : GVC -- HTTP://WWW.GVC.CA MODEM TYPE : HCF WINXP INBUILD SUPPORT : YES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 17:17:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEBB37B401 for ; Sun, 23 Feb 2003 17:17:27 -0800 (PST) Received: from mail015.syd.optusnet.com.au (mail015.syd.optusnet.com.au [210.49.20.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F8843F93 for ; Sun, 23 Feb 2003 17:17:26 -0800 (PST) (envelope-from izzo@optusnet.com.au) Received: from kalgan.local (c18428.eburwd1.vic.optusnet.com.au [210.49.180.23]) by mail015.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1O1HOY23761 for ; Mon, 24 Feb 2003 12:17:24 +1100 Received: from kalgan.local (izzo@localhost [127.0.0.1]) by kalgan.local (8.12.6/8.12.6) with ESMTP id h1O1HPNP000400 for ; Mon, 24 Feb 2003 12:17:25 +1100 (EST) (envelope-from izzo@kalgan.local) Received: (from izzo@localhost) by kalgan.local (8.12.6/8.12.6/Submit) id h1O1HOAn000399 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 12:17:24 +1100 (EST) Date: Mon, 24 Feb 2003 12:17:24 +1100 From: Sam Izzo To: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-ID: <20030224011724.GA296@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> User-Agent: Mutt/1.4i Sender: owner-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, Feb 23, 2003 at 04:51:33PM +0100, Miguel Mendez wrote: > > and the command-line: > > > > gcc test.c -o test -lHermes > > > > You probably want something like this: > > cc -o test test.c -L/usr/local/lib -lHermes > Yeah that's all well and good for me compiling my own programs, but the OpenPTC `configure' checks for Hermes by writing the test program that I posted and linking with the above line :-) It doesn't put -L/usr/local/lib in. I suppose I can just hack the `configure' script but surely there's a better solution? > IIRC, ld.so.conf only affects the runtime dynamic linker, in a similar > way LD_LIBRARY_PATH does. Ahh, darn, that's not what the ld man page says :) But it didn't work when I put the paths in ld.so.conf so I guess it's wrong.. Thanks for your suggestions. sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 17:21:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 740BC37B401 for ; Sun, 23 Feb 2003 17:21:32 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8494843F3F for ; Sun, 23 Feb 2003 17:21:31 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1O1LAZX082155; Sun, 23 Feb 2003 20:21:11 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ld problems with Xft library From: Joe Marcus Clarke To: Thanos Tsouanas Cc: FreeBSD User Questions List In-Reply-To: <20030224004110.94391.qmail@web13501.mail.yahoo.com> References: <20030224004110.94391.qmail@web13501.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-stbBi7IGD674iK5hRwGU" Organization: MarcusCom, Inc. Message-Id: <1046049683.43287.78.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Feb 2003 20:21:24 -0500 X-Spam-Status: No, hits=-33.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-stbBi7IGD674iK5hRwGU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-23 at 19:41, Thanos Tsouanas wrote: > --- Joe Marcus Clarke wrote: > > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > > --- Joe Marcus Clarke wrote: > > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > > Hello everyone! > > > > >=20 > > > > > I have the current Xft port installed and when i pkg_deleted (-f)= xscreensaver and > > gkrellm2 so > > > > as > > > > > to reinstall the new versions from the port, i got an error while= make, complaining about > > > > > /usr/libexec/ld not being able to find -lXft2 > > > > >=20 > > > > > I tried deinstalling and reinstalling Xft2 but i still have the s= ame problem. > > > > >=20 > > > > > Now i cannot install anything that uses Xft :( > > > > >=20 > > > > > Any ideas? > > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to th= e 'current' version. > > > >=20 > > > > You missed my HEADS UP. In order to properly recover after the rec= ent > > > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes= an > > > > exceptionally long time, but things like this are rare, and it's re= ally > > > > the only way to get back on track and stay there. > > > >=20 > > > > Joe > > > >=20 > > >=20 > > > Thanks!! > > > I'm dloading the portupgrade port right now, i've never used it.. > > > Shud i use it whenever im upgrading a port, or is the pkg_delete / ma= ke reinstall > > > solution better? > >=20 > > You should get into a habit of using portupgrade. It does more or less > > does the make/pkg_delete/make reinstall thing, but it also saves old > > libraries so you can binaries gradually, as well as verify dependency > > order and consistency. It's also very flexible and configurable. >=20 > I'm done with the portupgrade -rf Xft and...... same error msg about -lXf= t2 >=20 > Any other ideas? Did you do a make clean before resuming the build? Joe >=20 >=20 > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-stbBi7IGD674iK5hRwGU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+WXOTb2iPiv4Uz4cRAmykAJ9XQo67CzgyWXCF2F81vobkKlr1SwCcCf6X OrF3ctzznVbPh7tnu1Virm0= =+w+w -----END PGP SIGNATURE----- --=-stbBi7IGD674iK5hRwGU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 18:21:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9FC37B401 for ; Sun, 23 Feb 2003 18:21:56 -0800 (PST) Received: from jane.inty.net (jane.inty.net [195.224.93.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1001243FBF for ; Sun, 23 Feb 2003 18:21:55 -0800 (PST) (envelope-from Chris@furrie.net) Received: from inty.furrie.net (furrie.net [213.208.115.165]) (authenticated) by jane.inty.net (8.11.6/8.11.6) with ESMTP id h1O2LpJ87392 for ; Mon, 24 Feb 2003 02:21:51 GMT Received: from athena ([10.6.8.21]) by inty.furrie.net (8.12.1/8.12.1) with ESMTP id h1O2LoJf072001 for ; Mon, 24 Feb 2003 02:21:50 GMT From: "Chris Phillips" To: Subject: Dmesg filled with "arp: link address is broadcast for IP address" Date: Mon, 24 Feb 2003 02:20:56 -0000 Organization: furrie.net Message-ID: <000301c2dbab$5d1df490$1508060a@furrie.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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.2800.1106 X-Sender-IP: 10.6.8.21 X-INT-DeliveryDone: h1O2LoJf072001 X-suppress-rcpt-virus-notify: yes X-Skip-Virus-Check: yes X-Virus-Checked: 894 Sender: owner-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 had an annoying connectivity failure with a Windows 98 SE client just now & left a ping running to see if any wire wiggling I did was helping... I duly forgot about this! While doing something else, (just about to post about apache2 & frontpage), my dmesg was filled with this: - arp: link address is broadcast for IP address 10.6.8.22! arp: link address is broadcast for IP address 10.6.8.22! arp: link address is broadcast for IP address 10.6.8.22! arp: link address is broadcast for IP address 10.6.8.22! Then I put the suspect host on to DHCP & on reboot I got this in dmesg: - arp: link address is broadcast for IP address 169.254.14.80! So, it's presumably down to this "dodgy" device...? (still not functioning btw... But its new IP kind of gives that away doesn't it!) It's connected & lights the port up on the switch (even flashing with my pings) I've tried searching google & previous posts on the mailinglist to no avail... Any Ideas Chaps? Chris Phillips System Details can be found here: http://www.furrie.net/Aphrodite/ intY=20has=20scanned=20this=20email=20for=20all=20known=20viruses=20=28ww= w=2Einty=2Ecom=29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 18:23:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B4C37B401; Sun, 23 Feb 2003 18:23:48 -0800 (PST) Received: from p6m7g8.com (pcp02835904pcs.hyatsv01.md.comcast.net [68.54.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D89743FA3; Sun, 23 Feb 2003 18:23:46 -0800 (PST) (envelope-from philip@p6m7g8.com) Received: from p6m7g8.com (localhost [127.0.0.1]) by p6m7g8.com (8.12.6/8.12.7) with ESMTP id h1NLNRQW066358; Sun, 23 Feb 2003 21:23:27 GMT (envelope-from philip@p6m7g8.com) Received: from localhost (localhost [[UNIX: localhost]]) by p6m7g8.com (8.12.6/8.12.7/Submit) id h1NLNRTP066355; Sun, 23 Feb 2003 21:23:27 GMT Content-Type: text/plain; charset="iso-8859-1" From: "Philip M. Gollucci" Organization: eJournalPress To: "Michael A. Smith" , alpha@freebsd.org Subject: Re: make: don't know how to make /usr/src/sys/sys/_types.h [more details Date: Sun, 23 Feb 2003 21:23:26 +0000 User-Agent: KMail/1.4.3 References: <3E58E6AC.2050401@code-fu.com> <20030223195454.GA654@athlon.pn.xcllnt.net> <3E597F64.7060902@code-fu.com> In-Reply-To: <3E597F64.7060902@code-fu.com> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302232123.26921.philip@p6m7g8.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'm cc'in this to quesitons since I had the same problem on an i386. I installed 5.0-RELEASE directly from the CDs. ran cvsup -g -L2 ports-supfile and standard-supfile make buildworld -DNOGAMES -DNO_FORTRAN make buildkernel -DNOGAMES -DNO_FORTRAN KERNCONF=3DPHILIP mergemaster -p make installkernel -DNOGAMES -DNO_FORTRAN KERNCONF=3DPHILIP make installworld -DNOGAMES -DNO_FORTRAN=20 mergemaster=20 the kernel targets work. and I am actually running that kernel 5.0-CURREN= T=20 RELEASE #3 right now.=20 the buildworld failes=20 make: don't know how to make /usr/src/sys/sys/_types.h"=20 Interestingly I haven't seen any tinderbox failures come through to any l= ists=20 about this yet. since I see it below, in addition to make doing it, I've run rm -rf /usr/= obj before doing the buildworld. On Monday 24 February 2003 02:11, Michael A. Smith wrote: > Marcel Moolenaar wrote: > > Probably a stale dependency. Try cleaning your object directory (or > > at least all the .depend files). > > I've never done this before. How do I do it? [read below for more > remembered details] > > Thanks! > > Bernd Walter wrote: > > You should update to the latest -stable and then update to 5.0. > > Updating directly with an older version might not work. > > I had the same problem trying to upgrade to RELEASE_4, which is why I > tried to downgrade back to 4.6 (the last known good version on this box= ). > > > Did you run buildworld first? Otherwise you don't have updated tools > > in /usr/obj to run buildkernel. > > Yup. I ran "make -j4 buildword" before "make buildkernel KERNCONF=3DZEU= S". > > > In thinking this over, I *may* have remembered a clue to what's going > on. I was wrong in the original post about getting this error when > trying to upgrade to 5.0. World and kernel built and installed without > error, but the machine wouldn't boot. I went back to kernel.old, > modules.old and etc.old (I backup etc before running mergemaster). I > then renamed kernel.old, modules.old and etc.old (to kernel, modules, > and etc). I've rebooted several times without incident and everything > seems to be running fine (except updating the system). > > THEN, I tried upgrading to RELEASE_4 (then 4.7) and THAT'S when I first > saw the "make: don't know how to make /usr/src/sys/sys/_types.h" messag= e > when building the kernel. > > I'm thinking there MUST be tons of out-of-sync stuff in the system from > when I ran "make installword" in the earlier 5.0 update. I went back to > the old kernel, modules and etc, but everything else is out-of-sync. > This might be causing this problem. This isn't a production machine, I > can wipe and re-install, but I'd rathe rnot have to do it. --=20 END=20 -------------------------------------------------------------------------= -----=20 Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell)=20 Science, Discovery, & the Universe (UMCP)=20 Webmaster & Webship Teacher=20 URL: http://www.sdu.umd.edu=20 eJournalPress=20 Database/PERL Programmer & System Admin=20 URL : http://www.ejournalpress.com=20 Resume : http://p6m7g8.net/Resume=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 18:40: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A3037B401 for ; Sun, 23 Feb 2003 18:40:07 -0800 (PST) Received: from rod.inty.net (rod.inty.net [195.224.93.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5522143FBD for ; Sun, 23 Feb 2003 18:40:05 -0800 (PST) (envelope-from Chris@furrie.net) Received: from inty.furrie.net (furrie.net [213.208.115.165]) (authenticated) by rod.inty.net (8.11.6/8.11.6) with ESMTP id h1O2dqE19710 for ; Mon, 24 Feb 2003 02:39:52 GMT Received: from athena ([10.6.8.21]) by inty.furrie.net (8.12.1/8.12.1) with ESMTP id h1O2dpJf072259 for ; Mon, 24 Feb 2003 02:39:51 GMT From: "Chris Phillips" To: Subject: Apache2 Port & FrontPage Extensions Date: Mon, 24 Feb 2003 02:38:58 -0000 Organization: furrie.net Message-ID: <000401c2dbad$e1b86b20$1508060a@furrie.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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.2800.1106 X-Sender-IP: 10.6.8.21 X-INT-DeliveryDone: h1O2dpJf072259 X-suppress-rcpt-virus-notify: yes X-Skip-Virus-Check: yes X-Virus-Checked: 25340 Sender: owner-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 installed the apache2 port on my FreeBSD server: - I have spent the evening looking on Google, FreeBSD, Apache & even M$ but I think I must really suck at searching, as I have come up with no helpful links about Apache2 and FrontPage Extensions. I wouldn't install them except that I've offered to host a website for a charity & they use them :-| Have I done wrong by installing apache2 instead of 1.3? I hope not. I'd rather not post here as I feel like I am a pest. Any links that people have found useful themselves, would be much appreciated, so I can go away & RTFM. Many thanks in advance, Chris Phillips "uname -a" & "dmesg" can be found here: http://www.furrie.net/Aphrodite/ I'm open to suggestions for some more useful things that I could include in the webpage above? I'm subscribed to the FreeBSD-Questions, but if you do not wish to SPAM the list, emails to Chris@furrie.net are fine. intY=20has=20scanned=20this=20email=20for=20all=20known=20viruses=20=28ww= w=2Einty=2Ecom=29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 18:51:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2760E37B401 for ; Sun, 23 Feb 2003 18:51:55 -0800 (PST) Received: from svmarshal.bytecraft.au.com (svmarshal.bytecraft.au.com [203.39.118.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAD243F85 for ; Sun, 23 Feb 2003 18:51:53 -0800 (PST) (envelope-from murraytaylor@bytecraftsystems.com) Received: from wombat.bytecraft.au.com (Not Verified[203.39.118.3]) by svmarshal.bytecraft.au.com with MailMarshal (v5,0,3,78) id ; Mon, 24 Feb 2003 13:52:43 +1100 Received: from mjtdev1.dand06.au.bytecraft.au.com (unknown [10.0.17.42]) by wombat.bytecraft.au.com (Postfix) with ESMTP id CD9553E37; Mon, 24 Feb 2003 13:51:50 +1100 (EST) From: Murray Taylor Organization: Bytecraft Systems To: Mikko =?iso-8859-1?q?Ty=F6l=E4j=E4rvi?= , Murray Taylor Subject: Re: Xfree86-4 question re OpenGL (SOLVED) Date: Mon, 24 Feb 2003 13:51:50 +1100 User-Agent: KMail/1.5 Cc: freebsd-questions@freebsd.org References: <20030223155600.N70415-100000@atlas.home> In-Reply-To: <20030223155600.N70415-100000@atlas.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302241351.50234.murraytaylor@bytecraftsystems.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 Thats the fix ... thanks On Mon, 24 Feb 2003 10:58, Mikko Ty=F6l=E4j=E4rvi wrote: > On Mon, 24 Feb 2003, Murray Taylor wrote: > > I installed XFree86 4.2.0 from a current ports tree WITHOUT having e= ver > > had XFree86-3 loaded. > > [...] > > > When I run it from command line i get this > > > > ttyp0 > kpovmodeler > > Xlib: extension "GLX" missing on display ":0.0". > > Xlib: extension "GLX" missing on display ":0.0". > > PMPart: TreeView added > > PMPart: DialogView added > > PMPart: GLView added > > PMPart: GLView added > > PMPart: GLView added > > PMPart: GLView added > > > > and the GUI has the 4 display windows showing > > > > No OpenGL support > > > > I have Mesa 3,4,2_2 loaded ( it appearesd during the KDE build I thin= k ) > > > > How cam I get the OpenGL support working? > > From my /etc/X11/XF86Config: > > Section "Module" > ... > Load "GLcore" > Load "glx" > ... > EndSection > > That may or may not be it. > > $.02, > /Mikko > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > ***********************************************************************= * > This Email has been scanned for Viruses by MailMarshal. > ***********************************************************************= * --=20 Murray Taylor Special Projects Engineer --------------------------------- Bytecraft Systems & Entertainment Phone: 61 3 8710 2555 Fax: 61 3 8710 2599 Direct: 61 3 9238 4275 Mobile: 61 0417 319 256 Email: murraytaylor@bytecraftsystems.com or visit us on the web http://www.bytecraftsystems.com http://www.bytecraftentertainment.com ************************************************************************ This Email has been scanned for Viruses by MailMarshal. ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 19:11:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C759337B401 for ; Sun, 23 Feb 2003 19:11:55 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAF943F3F for ; Sun, 23 Feb 2003 19:11:54 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from taxcollector ([207.179.65.213]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 22:11:43 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: Daniel Herring , freebsd-questions@freebsd.org Subject: Re: Trouble with 5.0-RELEASE boot floppies Date: Sun, 23 Feb 2003 22:11:56 -0500 User-Agent: KMail/1.4.3 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302232211.56493.taxman@acd.net> X-OriginalArrivalTime: 24 Feb 2003 03:11:51.0755 (UTC) FILETIME=[7A0429B0:01C2DBB2] Sender: owner-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 23 February 2003 08:07 pm, Daniel Herring wrote: > Here's the situation: > Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD Well that's not much memory. 5.0 needs much more minimum memory than 4.x Your best bet is to put more memory in and see how that goes first. next, try to get -current boot floppies and see if the same error is there. 5.0 is stil not production material, so re-read the early adopters guide and be prepared to go to work if you really want 5.0 on this machine. You may be better off upgrading to 4.7rel or 4.8 when it comes out. > Current OS: FreeBSD 4.3-RELEASE what does a dmesg from 4.3 look like? > Desired OS: FreeBSD 5.0-RELEASE > > I downloaded and copied "kern.flp" and "mfsroot.flp" onto two > freshly-formatted floppies (no errors). > Boot the machine. It loads both floppies, starts the kernel, prepares for > sysinstall, and freezes. > After this, the machine doesn't respond to any keyboard events (Excape, > Num-lock, 3-fingered-salute, ...). > > Here's the last screen before it dies: > | sc0: VGA <16 virtual consoles, flags=0x300> > | sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > | sio0: type 16550A > | sio1: configured irq 3 not in bitmap of probed irqs 0 > | sio1: port may not be enabled > | vga0: at port 0x2f8-0x307 irq 3 on isa 0 > | sio4: at port 0x2f8-0x307 irq 3 in isa0 > | sio4: type 16550A > | unknown: can't assign resources (port) Are you sure you disabled pnp? > | unknown: can't assign resources (irq) > | unknown: can't assign resources (port) > | unknown: can't assign resources (port) > | unknown: can't assign resources (irq) > | unknown: can't assign resources (port) > | unknown: can't assign resources (port) > | unknown: can't assign resources (port) > | Time counters tick every 10.000 msec > | ata1_slave: timeout waiting for interrupt > | ata1_slave: ATAPI identify failed > | ad0: 1549MB [3148/16/63] at ata0-master BIOSPIO > | acd0: CDROM at ata1-master BIOSPIO > | Mounting root from ufs:/dev/md0 > | /stand/sysinstall running as init on vty0 > > Does anyone have any idea what is wrong or how I can avoid this? > I successfully installed version 4-3 from boot floppies a couple years > ago... > Version 4.3 still boots fine... > This happens even if I disconnect the HD... > I've enabled and disabled most of the BIOS settings (ports, PNP OS, ...) > > Also, these boot floppies successfully load on my other computer. well what hardware differences are there? I don't know what's wrong, but some more info may be helpful to others. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 19:17:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA7837B401 for ; Sun, 23 Feb 2003 19:17:33 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B422143F3F for ; Sun, 23 Feb 2003 19:17:30 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 604E5679DC; Sun, 23 Feb 2003 19:17:30 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id C3A171248; Sun, 23 Feb 2003 19:17:29 -0800 (PST) Date: Sun, 23 Feb 2003 19:17:29 -0800 From: Kris Kennaway To: taxman Cc: freebsd-questions@freebsd.org Subject: Re: errors building ports INDEX Message-ID: <20030224031729.GB20271@rot13.obsecurity.org> References: <200302231708.32529.taxman@acd.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW" Content-Disposition: inline In-Reply-To: <200302231708.32529.taxman@acd.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 23, 2003 at 05:08:32PM -0500, taxman wrote: >=20 > Hi,=20 > I don't know if I missed something, but I get thousands of errors (1,920 = or=20 > so) when doing make index after a cvsup of ports this afternoon. > What's going on? Nothing really unusual in the cvsup output (no large nu= mber=20 > of ports deleted) > Any ideas? Do you have the multimedia category? Kris --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WY7JWry0BWjoQKURAq0uAKCakHfIFDgwjNGyzhj5tcvOzzWaoQCglEus BFryoTJJBerHFKeQ5AWuUAI= =DOs2 -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 19:46:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36B237B401 for ; Sun, 23 Feb 2003 19:46:54 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF7643F3F for ; Sun, 23 Feb 2003 19:46:53 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from taxcollector ([207.179.65.104]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 22:46:58 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: Kris Kennaway Subject: Re: errors building ports INDEX Date: Sun, 23 Feb 2003 22:48:22 -0500 User-Agent: KMail/1.4.3 Cc: freebsd-questions@freebsd.org References: <200302231708.32529.taxman@acd.net> <20030224031729.GB20271@rot13.obsecurity.org> In-Reply-To: <20030224031729.GB20271@rot13.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302232248.22533.taxman@acd.net> X-OriginalArrivalTime: 24 Feb 2003 03:46:58.0996 (UTC) FILETIME=[62079F40:01C2DBB7] Sender: owner-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 23 February 2003 10:17 pm, Kris Kennaway wrote: > On Sun, Feb 23, 2003 at 05:08:32PM -0500, taxman wrote: > > Hi, > > I don't know if I missed something, but I get thousands of errors (1,920 > > or so) when doing make index after a cvsup of ports this afternoon. > > What's going on? Nothing really unusual in the cvsup output (no large > > number of ports deleted) > > Any ideas? > > Do you have the multimedia category? No, I didn't, which surprised me. My supfile was just an edit of the example one, where I commented out the language ports of the languages I don't speak. Apparently this causes a fair bit of ports to not be updated. after cvsupping with ports-all, I got the multimedia and others and the make index went fine. So I guess I need to figure out how to use refuse files. I wonder why the individual ports collections are listed in the supfile if that doesn't really work. And I can't find the docs on refuse files at the moment. Thanks Kris, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 19:52:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D770637B401 for ; Sun, 23 Feb 2003 19:52:27 -0800 (PST) Received: from llama.astro.psu.edu (llama.astro.psu.edu [128.118.147.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA28C43F3F for ; Sun, 23 Feb 2003 19:52:24 -0800 (PST) (envelope-from kopts@astro.psu.edu) Received: from gnom.astro.psu.edu (gnom.astro.psu.edu [128.118.147.79]) by llama.astro.psu.edu (Postfix) with ESMTP id 2E41A32C3E for ; Sun, 23 Feb 2003 22:52:20 -0500 (EST) Date: Sun, 23 Feb 2003 22:41:57 -0500 (EST) From: Alexey Koptsevich To: questions@freebsd.org Subject: Giant & top 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, What does mean "Giant" in the following output of 'top'? It is not documented in the man. 80216 username 131 0 53408K 45332K *Giant 1 7:55 77.05% 77.05% communicator-linux- Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 19:52:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C5737B401 for ; Sun, 23 Feb 2003 19:52:49 -0800 (PST) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E144343FD7 for ; Sun, 23 Feb 2003 19:52:43 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242]) by franky.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1O3qbdC081534; Mon, 24 Feb 2003 14:52:38 +1100 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [172.22.2.1]) by hewey.af.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1O3qZOn022133; Mon, 24 Feb 2003 13:52:37 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Mon, 24 Feb 2003 13:52:35 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: taxman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: errors building ports INDEX In-Reply-To: <200302232248.22533.taxman@acd.net> Message-ID: <20030224135211.X20871-100000@hewey.af.speednet.com.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 > So I guess I need to figure out how to use refuse files. # cat /usr/sup/refuse ports/chinese/* ports/french/* ports/german/* ports/hebrew/* ports/hungarian/* ports/japanese/* ports/korean/* ports/portuguese/* ports/russian/* ports/ukrainian/* ports/vietnamese/* -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.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 Feb 23 19:53:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE4A37B401 for ; Sun, 23 Feb 2003 19:53:21 -0800 (PST) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id E347943FBF for ; Sun, 23 Feb 2003 19:53:13 -0800 (PST) (envelope-from Kevin_Stevens@pursued-with.net) Received: from babelfish (babelfish [192.168.168.42]) by pursued-with.net (8.12.6/8.12.5) with ESMTP id h1O3rBAw035729; Sun, 23 Feb 2003 19:53:11 -0800 (PST) (envelope-from Kevin_Stevens@pursued-with.net) Date: Sun, 23 Feb 2003 19:53:11 -0800 (PST) From: Kevin Stevens Reply-To: Kevin_Stevens@pursued-with.net To: taxman Cc: Daniel Herring , freebsd-questions@FreeBSD.ORG Subject: Re: Trouble with 5.0-RELEASE boot floppies In-Reply-To: <200302232211.56493.taxman@acd.net> Message-ID: <20030223195047.E35711@babelfish.pursued-with.net> References: <200302232211.56493.taxman@acd.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, 23 Feb 2003, taxman wrote: > On Sunday 23 February 2003 08:07 pm, Daniel Herring wrote: > > Here's the situation: > > Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD > > Well that's not much memory. 5.0 needs much more minimum memory than 4.x > Your best bet is to put more memory in and see how that goes first. > next, try to get -current boot floppies and see if the same error is there. > 5.0 is stil not production material, so re-read the early adopters guide and > be prepared to go to work if you really want 5.0 on this machine. You may be > better off upgrading to 4.7rel or 4.8 when it comes out. FWIW, I've just been fooling with 5.0 on a similar machine; 150P, 32MB ram, 2.0GB. My dmesg looks similar to yours, and the machine boots and runs fine. I don't have a way to reduce memory to 16MB or I'd check for you. KeS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 20:33: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90B037B401 for ; Sun, 23 Feb 2003 20:33:07 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBC943F75 for ; Sun, 23 Feb 2003 20:33:06 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from taxcollector ([207.179.66.233]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 23:32:31 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: Andy Farkas Subject: Re: errors building ports INDEX Date: Sun, 23 Feb 2003 23:31:08 -0500 User-Agent: KMail/1.4.3 Cc: freebsd-questions@FreeBSD.ORG References: <20030224135211.X20871-100000@hewey.af.speednet.com.au> In-Reply-To: <20030224135211.X20871-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302232331.08832.taxman@acd.net> X-OriginalArrivalTime: 24 Feb 2003 04:32:51.0818 (UTC) FILETIME=[CAD6ECA0:01C2DBBD] Sender: owner-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 23 February 2003 10:52 pm, Andy Farkas wrote: > > So I guess I need to figure out how to use refuse files. > > # cat /usr/sup/refuse > ports/chinese/* > ports/french/* > ports/german/* > ports/hebrew/* > ports/hungarian/* > ports/japanese/* > ports/korean/* > ports/portuguese/* > ports/russian/* > ports/ukrainian/* > ports/vietnamese/* Excellent, thank you. Then I can then delete all the ports under the languages. After that, all other ports (multimedia, etc) will be updated at the next cvsup right? Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 21:28:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A32C37B401 for ; Sun, 23 Feb 2003 21:28:44 -0800 (PST) Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB24D43F93 for ; Sun, 23 Feb 2003 21:28:42 -0800 (PST) (envelope-from jrhoden@unimelb.edu.au) Received: from elkanah.its.unimelb.edu.au (elkanah.its.unimelb.edu.au [128.250.18.41]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id h1O5SV3J019601; Mon, 24 Feb 2003 16:28:33 +1100 (EST) Content-Type: text/plain; charset="iso-8859-1" From: JacobRhoden Organization: University of Melbourne To: Alexey Koptsevich , questions@FreeBSD.ORG Subject: Re: Giant & top Date: Mon, 24 Feb 2003 16:28:30 +1100 X-Mailer: KMail [version 1.4] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302241628.30911.jrhoden@unimelb.edu.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 On Monday 24 February 2003 14:41, Alexey Koptsevich wrote: > What does mean "Giant" in the following output of 'top'? > It is not documented in the man. giant n. A person or thing of great size. adj. Marked by exceptionally great size, magnitude, or power. Jacob Rhoden Phone: +61 3 8344 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 21:35:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C481737B401 for ; Sun, 23 Feb 2003 21:35:49 -0800 (PST) Received: from spectraweb.ch (45.208.186.195.dial.bluewin.ch [195.186.208.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E8943F3F for ; Sun, 23 Feb 2003 21:35:48 -0800 (PST) (envelope-from pcservi@spectraweb.ch) Received: from saturn.spectraweb.ch (localhost.spectraweb.ch [127.0.0.1]) by spectraweb.ch (8.12.6/8.12.5) with ESMTP id h1O5cXsk027221; Mon, 24 Feb 2003 06:38:33 +0100 (CET) (envelope-from pcservi@spectraweb.ch) Received: (from martin@localhost) by saturn.spectraweb.ch (8.12.6/8.12.6/Submit) id h1O5cWWp027220; Mon, 24 Feb 2003 06:38:32 +0100 (CET) X-Authentication-Warning: saturn.spectraweb.ch: martin set sender to pcservi@spectraweb.ch using -f Date: Mon, 24 Feb 2003 06:38:32 +0100 From: Martin Schweizer To: Willie Viljoen Cc: Martin Schweizer , Martin Schweizer , freebsd-questions@FreeBSD.ORG Subject: Re: Kill while compiling release 4.7 Message-ID: <20030224053831.GB25342@spectraweb.ch> Reply-To: Martin Schweizer Mail-Followup-To: Willie Viljoen , Martin Schweizer , Martin Schweizer , freebsd-questions@FreeBSD.ORG References: <20030223151428.GA16747@spectraweb.ch> <200302231735.57137.will@unfoldings.net> <20030223191832.GA25342@spectraweb.ch> <200302232144.40304.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200302232144.40304.will@unfoldings.net> User-Agent: Mutt/1.4i Sender: owner-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 Willie Thank you. That's what I wants. Am Sun, Feb 23, 2003 at 09:44:40PM +0200 Willie Viljoen schrieb: > > > > How I do add more swap space? > > >=20 > Martin, there's an extended tutorial on adding and managing swap space in= =20 > the FreeBSD Handbook. If you have installed the doc distribution (standar= d=20 > with most install options), you can read this in HTML form at: >=20 > /usr/share/doc/handbook/adding-swap-space.html >=20 > If you did not install doc, you can either get it quickly with=20 > /stand/sysinstall, or you can read the chapter in the online version of t= he=20 > Handbook at: >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-spa= ce.html >=20 > If you prefer, the Handbook is also available from your local system in= =20 > German (if you have installed doc) and you can read this chapter in Germa= n=20 > from: >=20 > /usr/share/doc/de_DE.ISO8859-1/books/handbook/adding-swap-space.html >=20 > Or, if you like to use the on-line version, the German translation is at: >=20 > http://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/adding-swap-spa= ce.html >=20 > Will >=20 > --=20 --=20 Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 22:41:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D815537B401 for ; Sun, 23 Feb 2003 22:41:18 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410C343FCB for ; Sun, 23 Feb 2003 22:41:17 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCIZ-000969-00; Mon, 24 Feb 2003 08:41:11 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCIE-00095m-00; Mon, 24 Feb 2003 08:40:52 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nCIA-000M0L-00; Mon, 24 Feb 2003 08:40:46 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nCI9-000CFG-00; Mon, 24 Feb 2003 08:40:45 +0200 From: Willie Viljoen To: Len Conrad , freebsd-questions@freebsd.org Subject: Re: booting from Promise tx2000 Date: Mon, 24 Feb 2003 08:40:44 +0200 User-Agent: KMail/1.5 References: <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.com> In-Reply-To: <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302240840.44934.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nCIE-00095m-00*Eu7z3AZPmio* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 24 February 2003 2:52, someone, possibly Len Conrad, typed: > fbsd 4.7 release > > no drives on motherboard ata channels > > one ATA Master drive on each TX2000 IDE channel (no Array is defined, we > just want two independent disks for now) > > fbsd cdrom boots, finds the disks and installs fbsd. > > we choose boot manager because we typically have our system fail to boot > without boot manager (fbsd 3 and 4 has has this pb) so we always install > boot mgr and live with the additional timeout. > > booting never gets to fbsd boot mgr menu. > > we=B4ve disabled a bunch mobo i/o devics we don't need and can see no PCI > IRQ conflicts. > > any ideas? If your BIOS supports this, try setting the boot device in CMOS=20 configuration to SCSI Boot Device. The problem is that the offboard ATA=20 controller you are using has its own BIOS, thus the system BIOS will not=20 boot a disk attatched to it. Setting SCSI boot device will mostly make your= =20 BIOS offer to hand booting over to what ever device offers to take it. Most= =20 (modern) ATA controllers respond to the call for a "SCSI boot device" and=20 take controle, then booting the system from the hard drives they own. Will =2D-=20 Willie Viljoen =46reelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 22:47:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E7537B401 for ; Sun, 23 Feb 2003 22:47:38 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BA343F85 for ; Sun, 23 Feb 2003 22:47:37 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCOd-00098O-00; Mon, 24 Feb 2003 08:47:27 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCOQ-00098H-00; Mon, 24 Feb 2003 08:47:15 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nCOM-000M1i-00; Mon, 24 Feb 2003 08:47:10 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nCOL-000CFv-00; Mon, 24 Feb 2003 08:47:09 +0200 From: Willie Viljoen To: "Chris Phillips" , Subject: Re: Apache2 Port & FrontPage Extensions Date: Mon, 24 Feb 2003 08:47:09 +0200 User-Agent: KMail/1.5 References: <000401c2dbad$e1b86b20$1508060a@furrie.net> In-Reply-To: <000401c2dbad$e1b86b20$1508060a@furrie.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302240847.09297.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nCOQ-00098H-00*uNumH8jrx/w* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 24 February 2003 4:38, someone, possibly Chris Phillips, typed: > Have I done wrong by installing apache2 instead of 1.3? I hope not. > I'd rather not post here as I feel like I am a pest. Any links that > people have found useful themselves, would be much appreciated, so I can > go away & RTFM. Unfortunately, the FrontPage extensions for Apache are a third party module, and the author has not yet implemented the module for Apache 2 (which at this stage is still widely considered a development or "semi-production" release, but 1.3 remains the standard production release). To get FP extensions, you should first remove Apache 2, and then install the apache13-ftp port. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 22:52:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901EA37B401 for ; Sun, 23 Feb 2003 22:52:19 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2136B43F75 for ; Sun, 23 Feb 2003 22:52:18 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCTH-0009AM-00; Mon, 24 Feb 2003 08:52:15 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nCT4-0009AC-00; Mon, 24 Feb 2003 08:52:04 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nCT1-000M2b-00; Mon, 24 Feb 2003 08:51:59 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nCSz-000CGS-00; Mon, 24 Feb 2003 08:51:57 +0200 From: Willie Viljoen To: "Chris Phillips" , Subject: Re: Apache2 Port & FrontPage Extensions (Errata) Date: Mon, 24 Feb 2003 08:51:57 +0200 User-Agent: KMail/1.5 References: <000401c2dbad$e1b86b20$1508060a@furrie.net> <200302240847.09297.will@unfoldings.net> In-Reply-To: <200302240847.09297.will@unfoldings.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302240851.57603.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nCT4-0009AC-00*n3zV9Z8po0M* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 quick fix to a mistake I made in my previous post: On Monday 24 February 2003 8:47, Willie Viljoen (in error) typed: > To get FP extensions, you should first remove Apache 2, and > then install the apache13-ftp port. This should infact read apache13-fp, not -ftp. Sorry -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 23: 5:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2D537B401 for ; Sun, 23 Feb 2003 23:05:18 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCA943FD7 for ; Sun, 23 Feb 2003 23:05:17 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.100.1]) by energyhq.homeip.net (Postfix) with SMTP id 4565EAF59B; Mon, 24 Feb 2003 08:05:16 +0100 (CET) Date: Mon, 24 Feb 2003 08:05:34 +0100 From: Miguel Mendez To: Sam Izzo Cc: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-Id: <20030224080534.61fa0166.flynn@energyhq.homeip.net> In-Reply-To: <20030224011724.GA296@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.CG9wQ8VcEjXH4k Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 24 Feb 2003 12:17:24 +1100 Sam Izzo wrote: Howdy, > Yeah that's all well and good for me compiling my own programs, but > the OpenPTC`configure' checks for Hermes by writing the test program > that I posted and linking with the above line :-) It doesn't put > -L/usr/local/lib in. I suppose I can just hack the `configure' script > but surely there's a better solution? The configure scripts usually accept a parameter like `--with-extra-libs=/usr/local/lib' that you could use. You can always invoke configure with the --help option and check for it. Works most of the time. > Ahh, darn, that's not what the ld man page says :) But it didn't work > when I put the paths in ld.so.conf so I guess it's wrong.. Most of the GNU tools are better documented in the info pages, as they consider man pages legacy. info ld might turn up more detailed info. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! Tired of Spam? -> http://www.trustic.com --=.CG9wQ8VcEjXH4k Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+WcRCnLctrNyFFPERAsrGAKCCoLG7c7Jzr+TUvhUxjo52bezMTACfW66r hBDxCB+QEhIYfUR6YE+am1w= =QVcG -----END PGP SIGNATURE----- --=.CG9wQ8VcEjXH4k-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 23:16: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B576337B401 for ; Sun, 23 Feb 2003 23:16:06 -0800 (PST) Received: from efwd.dnsix.com (efwd.dnsix.com [216.34.94.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D13A43FBD for ; Sun, 23 Feb 2003 23:16:06 -0800 (PST) (envelope-from file13@rentboy.co.za) Received: from [196.36.160.98] (helo=ctexchg1.foschini.co.za) by efwd.dnsix.com with smtp (Exim 3.36 #1) id 18nCq8-0002t4-00 for freebsd-questions@rentboy.co.za; Sun, 23 Feb 2003 23:15:55 -0800 Received: from alistairp (alistairp.foschini.co.za [10.16.2.37]) by ctexchg1.foschini.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1ZZ10FR0; Mon, 24 Feb 2003 09:11:54 +0200 Message-ID: <001001c2dbd3$c08d8e00$2502100a@alistairp> From: "Alistair Phillips" To: "FreeBSD Questions" Subject: Re: SoftUpdates on / Date: Mon, 24 Feb 2003 09:10:00 +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 > -----Original Message----- > From: Brian T. Schellenberger [mailto:bts@babbleon.org] > Sent: 21 February 2003 09:53 > To: Alistair Phillips; FreeBSD Questions > Subject: Re: SoftUpdates on / > > > > > On Friday 21 February 2003 08:10 am, Alistair Phillips wrote: > | Hi guys, > > | > | So I enabled SoftUpdates when I was busy with FDISK at the install > | time and now it seems like it may have been a bad idea. Now I know > | 4GB is not much but it seems that there is no more space left. And > | at times df -h will tell me there is -180MB available on / > ! [ Dont > | get me wrong here, I am > | not saying that SoftUpdates is causing me lack of space. ] > > > Softupdates don't take up any more or less space than not > having them; > just have "too much stuff" installed. > > Softupdates can cause *transient" failures to find space, but if you > still have too little space after five minutes, then softupdates has > nothing to do with it. > > And softupdates work much *better* on large partitions than > small ones; > with a 4G partition the transient space loss problem is virtually > non-existant; the reason that they disabled by default on / is almost > certainly because the / is usually *small*, not large. Hi all, Thanks for all the responses from everyone. I just wanted to confirm that there was nothing wrong with having soft updates installed. As it turns out "portsclean" is your friend! I used that and it freeded up all the missing space :) Thanks a million! Alistair. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 23:17:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B226537B401 for ; Sun, 23 Feb 2003 23:17:35 -0800 (PST) Received: from tina.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F2443FAF for ; Sun, 23 Feb 2003 23:17:31 -0800 (PST) (envelope-from tina@la3sg.net) Received: by tina.la3sg.net (Postfix, from userid 1001) id 5E93B14A2C; Mon, 24 Feb 2003 08:17:29 +0100 (CET) Date: Mon, 24 Feb 2003 08:17:29 +0100 From: Kjell Midtseter To: FreeBSD Questions Subject: Mutt, Postfix and port 512 Message-ID: <20030224071729.GA248@tina.la3sg.net> Reply-To: junkmail@sensewave.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG List members! On my LAN I have a FreeBSD R4.7p4 workstation where I fetch my mail for this list from my ISP using fetchmail, and reading it with mutt. After I switched from using sendmail to postfix I started getting messages on ttyv0 like: Feb 23 07:26:33 tina /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:1054 each time a mail is arrives. A second or three after the above message is shown, the mail pops up in mutt. What causes the message, and how do I eliminate it? Regards from Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 23:37:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC7B037B401 for ; Sun, 23 Feb 2003 23:37:17 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1C343FD7 for ; Sun, 23 Feb 2003 23:37:16 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18nDAq-000Lng-00 for FreeBSD-questions@FreeBSD.org; Mon, 24 Feb 2003 07:37:16 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id DD0FFC6C1 for ; Mon, 24 Feb 2003 08:37:14 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 97536C64D for ; Mon, 24 Feb 2003 08:37:04 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id A8DBD225C2; Mon, 24 Feb 2003 08:37:04 +0100 (CET) Date: Mon, 24 Feb 2003 08:37:04 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Spamassassin "tools" Message-ID: <20030224073704.GA6436@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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 installed the spamassassin port, but I believe somewhere there should be a tools directory for various utility programs. I can find no trace of it ? Anyone a clue ? -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 23 23:39:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4EA37B401 for ; Sun, 23 Feb 2003 23:39:12 -0800 (PST) Received: from mail025.syd.optusnet.com.au (mail025.syd.optusnet.com.au [210.49.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA7943F75 for ; Sun, 23 Feb 2003 23:39:10 -0800 (PST) (envelope-from izzo@optusnet.com.au) Received: from kalgan.local (c18428.eburwd1.vic.optusnet.com.au [210.49.180.23]) by mail025.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1O7d9l16298 for ; Mon, 24 Feb 2003 18:39:09 +1100 Received: from kalgan.local (izzo@localhost [127.0.0.1]) by kalgan.local (8.12.6/8.12.6) with ESMTP id h1O7dCNP010424 for ; Mon, 24 Feb 2003 18:39:13 +1100 (EST) (envelope-from izzo@kalgan.local) Received: (from izzo@localhost) by kalgan.local (8.12.6/8.12.6/Submit) id h1O7dB9R010423 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 18:39:11 +1100 (EST) Date: Mon, 24 Feb 2003 18:39:11 +1100 From: Sam Izzo To: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-ID: <20030224073911.GA10158@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224080534.61fa0166.flynn@energyhq.homeip.net> User-Agent: Mutt/1.4i Sender: owner-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 configure scripts usually accept a parameter like > `--with-extra-libs=/usr/local/lib' that you could use. You can always > invoke configure with the --help option and check for it. Works most of > the time. Yeah, OpenPTC doesn't accept that parameter :/ > Most of the GNU tools are better documented in the info pages, as they > consider man pages legacy. info ld might turn up more detailed info. You know, I've read/heard that many times over the years, but whenever I look at the info page for whatever tool I'm after, it's exactly the same as the man page (in the ld case too). I can't stand info, mostly because I always forget the keys, and the "default" keys seem completely foreign and wrong to me that it just puts me off using it. man works well enough for me.. :-) Thanks anyway. sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 0:24:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 189B937B406 for ; Mon, 24 Feb 2003 00:24:29 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA42843FAF for ; Mon, 24 Feb 2003 00:24:27 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 83067EF9AD for ; Mon, 24 Feb 2003 09:12:27 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 2848D5D00A for ; Mon, 24 Feb 2003 09:27:28 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id C15255D009 for ; Mon, 24 Feb 2003 09:27:27 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AAD04600106; Mon, 24 Feb 2003 09:41:52 +0100 Message-Id: <5.2.0.9.0.20030224022306.02105760@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 24 Feb 2003 02:24:21 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: RE: booting from Promise tx2000 In-Reply-To: References: <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.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 >I might be wrong here.. but I think you need some specific raid drivers for >the TX cards to work the tx2000 is seen as an standard ATA interface. no driver needed Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 0:30:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD30A37B401 for ; Mon, 24 Feb 2003 00:30:42 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 072C443F3F for ; Mon, 24 Feb 2003 00:30:42 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id A2B7BEF9AD for ; Mon, 24 Feb 2003 09:18:42 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 492255D00A for ; Mon, 24 Feb 2003 09:33:43 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id E2BE55D009 for ; Mon, 24 Feb 2003 09:33:42 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AC47252010E; Mon, 24 Feb 2003 09:48:07 +0100 Message-Id: <5.2.0.9.0.20030224022557.025a1a00@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 24 Feb 2003 02:30:36 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: booting from Promise tx2000 In-Reply-To: <200302240840.44934.will@unfoldings.net> References: <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.com> <5.2.0.9.0.20030223184703.03e52cc0@mail.go2france.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 >If your BIOS supports this, try setting the boot device in CMOS >configuration to SCSI Boot Device. it does, and that's how we have it. > The problem is that the offboard ATA >controller you are using has its own BIOS, thus the system BIOS will not >boot a disk attatched to it. I don't think so, the system BIOS scans the i/o address space for executable segements and passes control to any that it finds, giving the disk controller card a chance to run its own code, hook interrupts, etc. > Setting SCSI boot device will mostly make your >BIOS offer to hand booting over to what ever device offers to take it. Most >(modern) ATA controllers respond to the call for a "SCSI boot device" and >take controle, then booting the system from the hard drives they own. agreed, but it's not happening. We've played a lot with the System bios settings and with the tx2000 bios setup utility, which sees the drives correctly. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 0:39:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F5F37B401 for ; Mon, 24 Feb 2003 00:39:41 -0800 (PST) Received: from stanley.e-technik.uni-erlangen.de (stanley.e-technik.uni-erlangen.de [131.188.137.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F58C43FA3 for ; Mon, 24 Feb 2003 00:39:39 -0800 (PST) (envelope-from tfie@lrs.eei.uni-erlangen.de) Received: from lrs.eei.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 JAA29869; Mon, 24 Feb 2003 09:38:57 +0100 (MET) Message-ID: <3E59DA20.5020909@lrs.eei.uni-erlangen.de> Date: Mon, 24 Feb 2003 09:38:56 +0100 From: Thomas Fiebig Organization: Institute for Computer Aided Circuit Design User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1a+) Gecko/20020703 X-Accept-Language: de, en MIME-Version: 1.0 To: brian@Awfulhak.org, questions@freebsd.org Subject: When is ppp.linkdown called? Before or after link drops? 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! My question concerns the time, when ppp.linkdown is started. When does this take place, before the link goes down or after that? I need to call an internet service before I log out from my ISP. So, if the ppp.linkdown script is called after the link is down, has anybody an idea how to solve this problem? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 0:40:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2738A37B405 for ; Mon, 24 Feb 2003 00:40:11 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1008E43FA3 for ; Mon, 24 Feb 2003 00:40:09 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.100.1]) by energyhq.homeip.net (Postfix) with SMTP id E9B23AF5C9; Mon, 24 Feb 2003 09:40:07 +0100 (CET) Date: Mon, 24 Feb 2003 09:40:27 +0100 From: Miguel Mendez To: Sam Izzo Cc: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-Id: <20030224094027.3a6e458a.flynn@energyhq.homeip.net> In-Reply-To: <20030224073911.GA10158@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> <20030224073911.GA10158@kalgan.vic.optushome.com.au> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.0a7ei8pcC2TZAy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 24 Feb 2003 18:39:11 +1100 Sam Izzo wrote: Howdy, > Yeah, OpenPTC doesn't accept that parameter :/ Being a curious person myself I cvs co'd the OpenPTC thing to try it here. I've tried it on a NetBSD box, but the procedure to build it on FreeBSD should be similar. First I had to patch configure. This is my patch (change /usr/pkg/lib to /usr/local/lib on FreeBSD) --- configure.orig 2003-02-24 09:30:02.000000000 +0100 +++ configure 2003-02-24 09:33:45.000000000 +0100 @@ -1946,7 +1946,7 @@ #include "confdefs.h" #include <$ac_hdr> EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +ac_try="$ac_cpp -I/usr/pkg/include conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:1951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then Then I used this: $ env CFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib" ./configure (Again, change /usr/pkg to /usr/local for FreeBSD) configure went okay. I still get an error while trying to build the lib, but it's a step. I'll post in a while if I get it to build, right now I have to get onto other things. Hope this helps a bit. Perhaps it would be worth e-mailing the developers and making an offer to help them make a more sane configure script. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! Tired of Spam? -> http://www.trustic.com --=.0a7ei8pcC2TZAy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+Wdp+nLctrNyFFPERAgWLAJ4gkYH9FLHjmQUafmI2NAVweeVerACgzpG+ fSjxNXFea2VMMAYWxRn1L2E= =BU6M -----END PGP SIGNATURE----- --=.0a7ei8pcC2TZAy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 1: 4:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E801A37B401 for ; Mon, 24 Feb 2003 01:04:50 -0800 (PST) Received: from ib.com.ua (ib.com.ua [217.144.67.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCC043FAF for ; Mon, 24 Feb 2003 01:04:48 -0800 (PST) (envelope-from tech@ib.com.ua) Received: from ib.com.ua (localhost.ib.com.ua [127.0.0.1]) by ib.com.ua (8.12.6/8.12.6) with ESMTP id h1O91vuY070943 for ; Mon, 24 Feb 2003 11:01:57 +0200 (EET) (envelope-from tech@ib.com.ua) Received: (from tech@localhost) by ib.com.ua (8.12.6/8.12.6/Submit) id h1O91vwb070942 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 11:01:57 +0200 (EET) Date: Mon, 24 Feb 2003 11:01:57 +0200 (EET) From: tech Message-Id: <200302240901.h1O91vwb070942@ib.com.ua> To: freebsd-questions@freebsd.org Subject: image of audio cd in FreeBSD-5.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 how can i create image of audio cd in FreeBSD-5.0? dd if=/dev/acd0 of=cdimage bs=1024 produce error - invalid argument. with simple data cd dd works fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 1:15:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B8BE37B401 for ; Mon, 24 Feb 2003 01:15:24 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB9043F85 for ; Mon, 24 Feb 2003 01:15:23 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 81581679DA; Mon, 24 Feb 2003 01:15:22 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 095BA1241; Mon, 24 Feb 2003 01:15:21 -0800 (PST) Date: Mon, 24 Feb 2003 01:15:21 -0800 From: Kris Kennaway To: taxman Cc: Kris Kennaway , freebsd-questions@FreeBSD.ORG Subject: Re: errors building ports INDEX Message-ID: <20030224091521.GA68794@rot13.obsecurity.org> References: <200302231708.32529.taxman@acd.net> <20030224031729.GB20271@rot13.obsecurity.org> <200302232248.22533.taxman@acd.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <200302232248.22533.taxman@acd.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 23, 2003 at 10:48:22PM -0500, taxman wrote: > So I guess I need to figure out how to use refuse files. I wonder why t= he=20 > individual ports collections are listed in the supfile if that doesn't re= ally=20 > work. And I can't find the docs on refuse files at the moment. It "works" for certain things only. 'make index' is one thing that may not work if you only have a partial ports collection. Kris --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WeKpWry0BWjoQKURAgeMAKC7RZfILd2nhNEosCQWzh2M+rwCSwCdEH0h /hoBePOyhyaF6ZChXgqsrOQ= =/txv -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 1:39:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4D537B401 for ; Mon, 24 Feb 2003 01:39:41 -0800 (PST) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 6539943FD7 for ; Mon, 24 Feb 2003 01:39:40 -0800 (PST) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 30890 invoked from network); 24 Feb 2003 09:39:38 -0000 Received: from localhost (127.0.0.1) by server.swissgeeks.com (127.0.0.1) with ESMTP; 24 Feb 2003 09:39:38 -0000 Received: from 195.49.31.34 ( [195.49.31.34]) as user pbrossin@localhost by www.swissgeeks.com with HTTP; Mon, 24 Feb 2003 10:39:38 +0100 Message-ID: <1046079578.3e59e85a5b10f@www.swissgeeks.com> Date: Mon, 24 Feb 2003 10:39:38 +0100 From: Pierrick Brossin To: tech Cc: freebsd-questions@freebsd.org Subject: Re: image of audio cd in FreeBSD-5.0 References: <200302240901.h1O91vwb070942@ib.com.ua> In-Reply-To: <200302240901.h1O91vwb070942@ib.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 195.49.31.34 X-Sent-Via: Mitel Networks SME Server Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting tech : > > how can i create image of audio cd in FreeBSD-5.0? > dd if=/dev/acd0 of=cdimage bs=1024 produce error - invalid argument. > with simple data cd dd works fine. The handbook is your best friend :) Have you tried mkisofs ? If it doesn't work, please read "12.5.5 Duplicating Audio CDs". Cya -- Pierrick Brossin IT Swiss - QUARK Media House 6a Puits Godet, 2000 Neuchatel, Switzerland Mail Prof: pbrossin@quark.ch Mail Priv: admin@swissgeeks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 1:43:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5270637B401 for ; Mon, 24 Feb 2003 01:43:11 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE1243F75 for ; Mon, 24 Feb 2003 01:43:09 -0800 (PST) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.6/8.12.6) id h1O9h8XM093033 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 10:43:08 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200302240943.H1O9H6JQ093025@asarian-host.net> Date: Mon, 24 Feb 2003 09:43:08 GMT X-Authenticated-Sender: admin@asarian-host.net Subject: Re: APC UPS X-Trace: 0ZId9UhVUBhbGSqt1wSpLCdshS3KWeWPArv6eC3B4HI+Ph06Edr8PAc7xlEOHV5eYSzIERwIpQXjkkus19QwjA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPlnpLDFqW1BleBN9AQHI0AgAg/CtMOwwbjMGggr7hzirAz4dCUGlHrtt S6wZS/gmF52C38N8ZFSAAn3AkpclOF8/5Z10dmIYdRBBnpssTbN4AIL2JCW8kB7X qIKHfsn/lzoGwc5KYmIUznywW5RbuRJ20RHvllJ31HlltnJDOeg9VMao+Jc9Vr+l 9L2nZUlGmTUyotVZckEcNlEEjoGoRUjCzaPslCyi8tUZw5Qab6XdNrI3XARfQwuN gNyzczZNLWydwN6ORN0yuBXAwIEJiFtl8CggIWWoRSVwyC14alPZ7f7HyIP9P3u1 ghOgYx8k9KupXEjva0wAHWwGMaScPsjRiOYBZXidhr0ozR0oYcI47A== =gppZ Sender: owner-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, A while ago I posted that I could not get my APC UPS BK350 to work under FreeBSD 4.7R, using apcupsd. Problem was that, though apcupsd test prog sees the power go off-line, the apcupsd daemon itself does not. :( So, since I do need a solution, maybe I just need a smart UPS. I was thinking of buying the APC Smart-UPS 700VA. But before I shell out good money for that, does anyone have that one working for FreeBSD? And with apcupsd? (or other daemon). If so, I would much appreciate you telling me. :) Thanks, - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2: 9:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B1F37B401 for ; Mon, 24 Feb 2003 02:09:14 -0800 (PST) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5865643FBF for ; Mon, 24 Feb 2003 02:09:13 -0800 (PST) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (ninja.terrabionic.com [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id CAC0B78A4F for ; Mon, 24 Feb 2003 11:09:08 +0100 (MET) Date: Mon, 24 Feb 2003 11:09:06 +0100 From: Janine C.Buorditez To: questions@freebsd.org Subject: LFTP: Mirroring Recursive Symlinks? Message-Id: <20030224110906.0498207a.johann@broadpark.no> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 lftp to mirror recursive symlinks. A directory containing a subdirectory containing a bunch of symlinked directories does not allow mirroring. Instead: [ftp] jkg@mp3.cia.gov:/mp3.sorted/by.genre> mirror House/ Total: 1 directory, 0 files, 220 symlinks New: 0 files, 220 symlinks There should have been a total of 220 directories, X files and 0 symlinks. Anybody around? ;-) --johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2:22:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844B837B401 for ; Mon, 24 Feb 2003 02:22:33 -0800 (PST) Received: from web13503.mail.yahoo.com (web13503.mail.yahoo.com [216.136.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C10E43FBF for ; Mon, 24 Feb 2003 02:22:33 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030224102232.42958.qmail@web13503.mail.yahoo.com> Received: from [195.167.127.229] by web13503.mail.yahoo.com via HTTP; Mon, 24 Feb 2003 02:22:32 PST Date: Mon, 24 Feb 2003 02:22:32 -0800 (PST) From: Thanos Tsouanas Subject: Re: ld problems with Xft library To: Joe Marcus Clarke Cc: freebsd-questions@freebsd.org In-Reply-To: <1046049683.43287.78.camel@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 --- Joe Marcus Clarke wrote: > On Sun, 2003-02-23 at 19:41, Thanos Tsouanas wrote: > > --- Joe Marcus Clarke wrote: > > > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > > > --- Joe Marcus Clarke wrote: > > > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > > > Hello everyone! > > > > > > > > > > > > I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and > > > gkrellm2 so > > > > > as > > > > > > to reinstall the new versions from the port, i got an error while make, complaining > about > > > > > > /usr/libexec/ld not being able to find -lXft2 > > > > > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the same problem. > > > > > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > > > > > Any ideas? > > > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' version. > > > > > > > > > > You missed my HEADS UP. In order to properly recover after the recent > > > > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > > > > > exceptionally long time, but things like this are rare, and it's really > > > > > the only way to get back on track and stay there. > > > > > > > > > > Joe > > > > > > > > > > > > > Thanks!! > > > > I'm dloading the portupgrade port right now, i've never used it.. > > > > Shud i use it whenever im upgrading a port, or is the pkg_delete / make reinstall > > > > solution better? > > > > > > You should get into a habit of using portupgrade. It does more or less > > > does the make/pkg_delete/make reinstall thing, but it also saves old > > > libraries so you can binaries gradually, as well as verify dependency > > > order and consistency. It's also very flexible and configurable. > > > > I'm done with the portupgrade -rf Xft and...... same error msg about -lXft2 > > > > Any other ideas? > > Did you do a make clean before resuming the build? :( I had pkg_deleted the Xft, make deinstall it and make clean and whatever similar action i cud think of... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2:26:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1A237B401 for ; Mon, 24 Feb 2003 02:26:42 -0800 (PST) Received: from rad10.global.net.uk (rad10.global.net.uk [80.189.67.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B07A43FBD for ; Mon, 24 Feb 2003 02:26:41 -0800 (PST) (envelope-from hhorse@globalnet.co.uk) Received: from gr.189.4.82.dial.global.net.uk ([80.189.4.82] helo=globalnet.co.uk) by rad10.global.net.uk with esmtp (Exim 3.36 #1) id 18nFol-000KJo-00 for freebsd-questions@FreeBSD.ORG; Mon, 24 Feb 2003 10:26:39 +0000 Message-ID: <3E59F2FA.484E34FC@globalnet.co.uk> Date: Mon, 24 Feb 2003 10:24:58 +0000 From: Harry Horse Reply-To: hhorse@globalnet.co.uk X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: No subject was specified. Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What are you doing on my home page? Who are you and what does your satanic imagery refer to? Harry Horse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2:32: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0798637B401 for ; Mon, 24 Feb 2003 02:32:06 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-2-68.abo.wanadoo.fr [193.251.52.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id F188843F85 for ; Mon, 24 Feb 2003 02:32:01 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1OAVxQ2081127 for ; Mon, 24 Feb 2003 11:32:00 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Subject: ports stale dependency Date: Mon, 24 Feb 2003 11:31:59 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302241131.59657.ajacoutot@lphp.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 Hi all... OK, I am a little confused today. On one of my servers, I did a "cd /usr/src && make update && portsdb -Uu && pkgdb -Fvu", and some packages have strange stale dependencies... Like for instance: "Stale dependency: horde-2.2.1_1 -> python-2.2.2_2 (lang/python)"... In the horde2 Makefile, there's not even a mention of python ??? And same for the kronolith port which have a ton of stale dependencies that look wrong... Any idea what's happening ? Is there a way to rebuild the dependancy tree or anything like that ? I am sorry if I sound foolish, but it is the first time I'm having this problem. Thanks. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2:34:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB61537B405 for ; Mon, 24 Feb 2003 02:34:23 -0800 (PST) Received: from hypernet.hyper.net (hypernet.hyper.net [193.218.1.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1433843FBD for ; Mon, 24 Feb 2003 02:34:19 -0800 (PST) (envelope-from dxoch@escape.gr) Received: from escape.gr (bus.hyper.gr [193.218.2.30]) by hypernet.hyper.net (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h1OAktR16178; Mon, 24 Feb 2003 12:46:55 +0200 Message-ID: <3E59F4EC.89993D3A@escape.gr> Date: Mon, 24 Feb 2003 12:33:16 +0200 From: Jim Xochellis Organization: ESCAPE Services X-Mailer: Mozilla 4.78 (Macintosh; U; PPC) X-Accept-Language: en,fr,el MIME-Version: 1.0 To: Giorgos Keramidas Cc: freebsd-questions@freebsd.org Subject: Re: Problems with in the ipf setup in an FreeBSD 4.7 router References: <3E566B12.5DEE5B21@escape.gr> <20030221205818.GD70911@gothmog.gr> 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 Giorgos, First of all I have to admit that basically you are right. I *must* avoid changing the xxx_program settings and it does not seem reasonable (in FreeBSD 4.7) to include the flags into the xxx_program settings. Flags should be into the xxx_flags settings. But my old router was an FreeBSD 4.2 - RELEASE box and I just wanted to change it to FreeBSD 4.7 - RELEASE for security reasons. I was under the impression that my old rc.conf file should work ok with the new system and I tried to reuse it (Big Mistake!). Unfortunately the rc.network file of the FreeBSD 4.7 - RELEASE is working differently now, and the ipfilter_program setting is not being used the same way like it was back in FreeBSD 4.2 - RELEASE: rc.network of FreeBSD 4.2 - RELEASE: ... ${ipfilter_program:-ipf -Fa -f} "${ipfilter_rules}" ${ipfilter_flags} ... rc.network of FreeBSD 4.7 - RELEASE: ... ${ipfilter_program:-/sbin/ipf} -Fa -f "${ipfilter_rules}" ${ipfilter_flags} ... In other words [ipfilter_program="/sbin/ipf -Fa -f"] was the correct setting for the FreeBSD 4.2 - RELEASE but it is incorrect for the FreeBSD 4.7 - RELEASE. My *big* mistake was that that changing the ipfilter_program setting was not really necessary for me. I should left it to its default value! Well I am wiser now thanks to this list, thank you very much! Regards, Jim Xochellis Escape Information Services Giorgos Keramidas wrote: > > ipfilter_flags="" > > > > The problem is that, when I boot, ipf does not work. It seems like is > > not using the rules. > > Don't change ipfilter_program if you don't have a *very* good reason > for doing so: > > $ grep ipfilter_program /etc/defaults/rc.conf > ipfilter_program="/sbin/ipf" # where the ipfilter program lives > > Before you change one of the xxx_program options in rc.conf you should > make sure that you understand what this change will affect, by looking > at the /etc/rc* scripts: > > $ grep -l ipfilter_program /etc/rc* > rc.network > $ grep ipfilter_program /etc/rc.network > ${ipfilter_program:-/sbin/ipf} -Fa > ${ipfilter_program:-/sbin/ipf} \ > ${ipfilter_program:-/sbin/ipf} -6 \ > ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null > > By setting ipfilter_program to "/sbin/ipf -Fa -f", that first line of > rc.network became: > > /sbin/ipf -Fa -f -Fa > > which doesn't work. Similarly, the -f option at the end of your > ipfilter_program value broke all the rest of the ipf commands in > /etc/rc.network. Delete the ipfilter_program line from your rc.conf > and the default will work fine. > > Here's what I have in my rc.conf for ipfilter and ipmon: > > $ grep '^ip[fm]' /etc/rc.conf > ipfilter_enable="YES" > ipfilter_rules="/etc/ipf.rules" > ipmon_enable="YES" > ipmon_flags="-D -s -o I" > > - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 2:47:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C67137B401 for ; Mon, 24 Feb 2003 02:47:40 -0800 (PST) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA0E43FB1 for ; Mon, 24 Feb 2003 02:47:38 -0800 (PST) (envelope-from ) Subject: Undeliverable mail:  6pathwaywinpppoenbidlkfetnetxwinpppoewinpppoelsldlkfet From: MAILER-DAEMON@demos.su To: Date: Mon, 24 Feb 2003 13:47:37 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/report; report-type="delivery-status"; boundary="_===62355074====demos.su===_" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --_===62355074====demos.su===_ Content-Type: text/plain Failed to deliver to 'hostmaster@ru.freebsd.org' Virus Nimda in your computer!!! --_===62355074====demos.su===_ Content-Type: message/delivery-status Reporting-MTA: dns; demos.su Original-Recipient: rfc822;hostmaster@ru.freebsd.org Final-Recipient: system;hostmaster@ru.freebsd.org Action: failed Status: 5.0.0 --_===62355074====demos.su===_ Content-Type: text/rfc822-headers Received: from [218.70.144.57] (HELO RUNNER-INTER) by demos.su (CommuniGate Pro SMTP 4.0.6/D) with SMTP id 62355072 for hostmaster@ru.freebsd.org; Mon, 24 Feb 2003 13:47:29 +0300 From: Subject:  6pathwaywinpppoenbidlkfetnetxwinpppoewinpppoelsldlkfet MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="====_ABC123456j7890DEF_====" X-Priority: 3 X-MSMail-Priority: Normal X-Unsent: 1 Date: Mon, 24 Feb 2003 13:47:30 +0300 Message-ID: --_===62355074====demos.su===_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:13:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E11E37B401 for ; Mon, 24 Feb 2003 03:13:18 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B9143FAF for ; Mon, 24 Feb 2003 03:13:17 -0800 (PST) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.6/8.12.6) id h1OBDFl0094587 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 12:13:15 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200302241113.H1OBDDJQ094579@asarian-host.net> Date: Mon, 24 Feb 2003 11:13:15 GMT X-Authenticated-Sender: admin@asarian-host.net Subject: sunlnk X-Trace: 1NOmRChht8pnUVSPUafaiA7FNzahXKtigFKMNvtFxljdc9huQ2apxtjAQ0WdCfrpzs7vkWkc61goeGWjN5G3jw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPln+SzFqW1BleBN9AQHonAf/ZSWxT6e1deY57GXPlS9e6MPa7XHom16s mqim3/UnJgokCBWiPmeCYffGLawkMxmV02nQQZgZoLbjcuiT4PsOSYB9gIcDTfhv DqXD7hm0zW5zboA1OFkAqeRsllzwkXHVhefxAnMRb5aNo9W36NHbzwa9vMIYDm4O YLjdhy1PuRTrilnmnpDV2N0VUSW3/JtVm3auTgOmGgYyfxX8JByhwKnSWNexXsql 4+C/sP1G2/qbJcbK9fIvKXie1v90mymreJC6U99C8qH8rxlqrnw9p5BpThKPCknD 8SDdyIeDwHfIULGmSVeMqojozTR2B0kV/p0R0MQTKqIzJtU9FYpIkA== =57FA Sender: owner-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, is it safe to set the "sunlnk" flag on important system files, such as /etc/master.passwd? Or /etc/spwd.db? Especially the latter I am not sure about; maybe, internally, chpass or something similar, needs to rebuild it (by unlinking it first)? Thanks. - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:16:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A188F37B401 for ; Mon, 24 Feb 2003 03:16:16 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-2-68.abo.wanadoo.fr [193.251.52.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA6343FCB for ; Mon, 24 Feb 2003 03:16:11 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1OBGAQ2081436 for ; Mon, 24 Feb 2003 12:16:10 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "FreeBSD Questions" Subject: hpijs Date: Mon, 24 Feb 2003 12:16:10 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302241216.10202.ajacoutot@lphp.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 Hi ! I am looking for someone who uses the HPIJS printer driver to help me out a little bit with it. The printing output is very poor quality on my printer, and I wanted to make sure I didn't miss anything. I used to use HPIJS under Cups and Linux and the quality was very very nice, so I am sure I must have done something wrong is the apsfilter configuration. Thanks in advance. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:30:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A973D37B401 for ; Mon, 24 Feb 2003 03:30:44 -0800 (PST) Received: from hotmail.com (f62.sea1.hotmail.com [207.68.163.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415F043F75 for ; Mon, 24 Feb 2003 03:30:44 -0800 (PST) (envelope-from laksefiskerbsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 03:30:44 -0800 Received: from 217.70.229.196 by sea1fd.sea1.hotmail.msn.com with HTTP; Mon, 24 Feb 2003 11:30:43 GMT X-Originating-IP: [217.70.229.196] From: "Henrik W Lund" To: freebsd-questions@freebsd.org Subject: Problems with the rl driver... Date: Mon, 24 Feb 2003 12:30:43 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Feb 2003 11:30:44.0062 (UTC) FILETIME=[2B0FBFE0:01C2DBF8] Sender: owner-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 set up FreeBSD 4.7-RELEASE for a friend of mine, and he has the Realtek RTL8139 NIC (for which the rl driver is the correct one as far as I can tell). However, when booting up, the following appears: rl0: couldn't map ports/memory device_probe_attach returned 6 (migth be paraphrased) Now, I have had a similar problem earlier with another PC, and what was done then was just to recompile the GENERIC kernel (4.6-RELEASE, mind you), and it worked fine, even though the kernel I was already running was the one that was installed (which I assumed was GENERIC also). I tried this approach with my friends system too, but to no avail. Are there any flags that may be sent to the rl driver? I've checked LINT, and there doesn't appear to be any. Thanks! -Henrik, FreeBSD newbie and fanatic :D _________________________________________________________________ MSN Messenger http://www.msn.no/messenger - Den korteste veien mellom deg og dine venner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:32:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A2F37B401 for ; Mon, 24 Feb 2003 03:32:56 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A54343F85 for ; Mon, 24 Feb 2003 03:32:54 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1OBWm5U023529 for ; Mon, 24 Feb 2003 11:32:48 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1OBWmVZ023528 for freebsd-questions@FreeBSD.ORG; Mon, 24 Feb 2003 11:32:48 GMT Date: Mon, 24 Feb 2003 11:32:48 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Changes in sshd? Message-ID: <20030224113248.GB22678@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <000001c2db9b$08b52be0$1916c60a@win2k.clickcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c2db9b$08b52be0$1916c60a@win2k.clickcom.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 23, 2003 at 07:23:57PM -0500, John Straiton wrote: > Greets, > I have many times set up the authorized_keys so that remote > ssh/scp/rsync clients can connect between machines without a password. > However, in attempting to do this again using a 5.0-RELEASE machine > trying to connect to a 4.7 machine, I'm getting nothing but: > > %ssh 192.168.0.23 > Host key verification failed. > > This was all working last week, then I reinstalled my 4.X machine to > this 5.0 and went through the routine to recreate an identity.pub and > copy it to the remote machine. Now it just won't work. My guess is that when you did your re-install you didn't backup and restore the host keys for your machine. That means that all of the accounts on systems you've been connecting to will have the old host keys in the ${HOME}/.ssh/known_hosts files. That leads the ssh servers on those machines to believe that your newly installed 5.0 server is actually some sort of impostor, hence they refuse access. The fix is easy, if tedious: edit all of the known_hosts files and delete the lines referencing that particular server, either by name or by IP number. The known_hosts data will be rebuilt as people connect to and fro during their normal usage, although it may cause automated jobs to fail untill you can pre-load the known_hosts with the right stuff. See ssh-keyscan(1) for away of doing that. > I noticed that ssh-keygen worked slightly differently in 5.0 ..Did > something change with it's default behavior that I need to take into > account in order to talk to a 4.7 machine? Yes --- that's due to the import of OpenSSH 3.x into the tree, which supports the SSHv2 protocol and some new key types. I notice above that you're talking about 'identity.pub' which indicates you're probably using the old RSA1 key type and hence the SSHv1 protocol. If you can, you would be well advised to switch to SSHv2 which is rather more secure, and supported pretty much everywhere now. It seems that the best key type to use is RSA which implies default key file names of 'id_rsa' and 'id_rsa.pub'. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:41:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F5B37B401 for ; Mon, 24 Feb 2003 03:41:44 -0800 (PST) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 9127F43F85 for ; Mon, 24 Feb 2003 03:41:43 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) To: mail@pizzinato.it Cc: freebsd-questions@freebsd.org MMDF-Warning: Parse error in original version of preceding line at gs166.sp.cs.cmu.edu Subject: Re: Panic under load? 3 volumes in mirroring References: <64486.217.228.146.197.1046042208.squirrel@www.pizzinato.it> From: Dan Pelleg Date: 24 Feb 2003 06:41:38 -0500 In-Reply-To: <64486.217.228.146.197.1046042208.squirrel@www.pizzinato.it> Message-ID: Lines: 35 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 "Luca Pizzinato" writes: > Hi Gurus. > > I was setting up this box with FreeBSD 4.8 PRERELEASE. I cvsup'd and > recompiled everything, no problems, then I was configuring volumes with > vinum. The goal was to have 3 volumes mirrored 0+1. > > Well, I attached the mirrors on all the 3 volumes all at once, and after 5 > or 6 minutes (1 volume was already in sync) the box panic'd. I haven't > seen the messages on console though. > I tried again to attach the mirrors to the 2 remaning volumes, 10 minutes > later panic again. > > So when the machine came up, I attached 1 mirror at the time :) no problems. > > I wonder if there could be an issue with the load. On the > /var/log/messages I found quite a few of the following: > > Feb 23 23:00:54 cabomba /kernel: ad2d: UDMA ICRC error writing fsbn > 58256191 of 28079488-28079615 (ad2 bn 58256191; cn 3626 tn 71 sn 28) > retrying > > > I read a mail where a guy blamed the 40 ribbon IDE cable when used with > ATA/66 IDE disks, can anyone confirm? > Power problems would be my guess. Especially if the disks are internal. Underspec'd power supply will give you all sorts of weird errors, and the motherboard will finally reboot the machine. -- Dan Pelleg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 3:42:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F058A37B401 for ; Mon, 24 Feb 2003 03:42:57 -0800 (PST) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E92A43F3F for ; Mon, 24 Feb 2003 03:42:57 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18nH0a-000LDv-00 for freebsd-questions@FreeBSD.ORG; Mon, 24 Feb 2003 11:42:56 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 23832C6C1 for ; Mon, 24 Feb 2003 12:42:55 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 5344CC64D for ; Mon, 24 Feb 2003 12:42:45 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id D1581225C2; Mon, 24 Feb 2003 12:42:45 +0100 (CET) Date: Mon, 24 Feb 2003 12:42:45 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: errors building ports INDEX Message-ID: <20030224114245.GA6582@raggedclown.net> References: <200302231708.32529.taxman@acd.net> <20030224031729.GB20271@rot13.obsecurity.org> <200302232248.22533.taxman@acd.net> <20030224091521.GA68794@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224091521.GA68794@rot13.obsecurity.org> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 24, 2003 at 01:15:21AM -0800, Kris Kennaway wrote: > On Sun, Feb 23, 2003 at 10:48:22PM -0500, taxman wrote: > > > So I guess I need to figure out how to use refuse files. I wonder why the > > individual ports collections are listed in the supfile if that doesn't really > > work. And I can't find the docs on refuse files at the moment. > > It "works" for certain things only. 'make index' is one thing that > may not work if you only have a partial ports collection. > Many things get upset by the some of the langugage ports being missing, portsdb -Uu, make readmes ... particularly the lack of Japanese ports. I wonder if some kind of "stub" mechanism may not be good idea, for ports you refuse.. ? -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 4: 3:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B088537B401 for ; Mon, 24 Feb 2003 04:03:56 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id D02F443FBD for ; Mon, 24 Feb 2003 04:03:55 -0800 (PST) (envelope-from jedd@linuxmail.org) Received: (qmail 2005 invoked from network); 24 Feb 2003 12:03:51 -0000 Received: from unknown (205.158.62.146) by spf1.us.outblaze.com with QMQP; 24 Feb 2003 12:03:51 -0000 Received: (qmail 8965 invoked from network); 24 Feb 2003 12:01:27 -0000 Received: from unknown (HELO ws5-2.us4.outblaze.com) (205.158.62.132) by 205-158-62-146.outblaze.com with SMTP; 24 Feb 2003 12:01:27 -0000 Received: (qmail 23274 invoked by uid 1001); 24 Feb 2003 12:03:49 -0000 Message-ID: <20030224120349.23273.qmail@linuxmail.org> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [216.34.217.190] by ws5-2.us4.outblaze.com with http for jedd@linuxmail.org; Mon, 24 Feb 2003 20:03:49 +0800 From: "Erickson Delgado" To: freebsd-questions@FreeBSD.ORG Date: Mon, 24 Feb 2003 20:03:49 +0800 Subject: subscribe X-Originating-Ip: 216.34.217.190 X-Originating-Server: ws5-2.us4.outblaze.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 ---------------------------------------------------- Jedd / Erickson D. Delgado, CIP, MCP Phone No.: (632) 916 930-1058 ICQ No.: 49683189 "FreeBSD Newbie - OpenSource Advocate" -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 4:15:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE4637B401 for ; Mon, 24 Feb 2003 04:15:31 -0800 (PST) Received: from hotmail.com (f54.sea1.hotmail.com [207.68.163.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6691F43FCB for ; Mon, 24 Feb 2003 04:15:31 -0800 (PST) (envelope-from laksefiskerbsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 04:15:31 -0800 Received: from 217.70.229.196 by sea1fd.sea1.hotmail.msn.com with HTTP; Mon, 24 Feb 2003 12:15:30 GMT X-Originating-IP: [217.70.229.196] From: "Henrik W Lund" To: cls@raggedclown.net Cc: freebsd-questions@freebsd.org Subject: Re: Problems with the rl driver... Date: Mon, 24 Feb 2003 13:15:30 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Feb 2003 12:15:31.0242 (UTC) FILETIME=[6CBEE0A0:01C2DBFE] Sender: owner-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 "miibus" support in the kernel, but that should be there anyway >in the GENERIC file. Other than that I have had no problems. > >-- >Regards > Cliff Sarginson > The Netherlands Yup, miibus support has been there all along. -Henrik, FreeBSD newbie and fanatic :D _________________________________________________________________ MSN Messenger http://www.msn.no/messenger - Den korteste veien mellom deg og dine venner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 4:23:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F42037B401 for ; Mon, 24 Feb 2003 04:23:15 -0800 (PST) Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 57EEC43FBF for ; Mon, 24 Feb 2003 04:23:14 -0800 (PST) (envelope-from jaime@snowmoon.com) Received: (qmail 74271 invoked from network); 24 Feb 2003 12:23:13 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 24 Feb 2003 12:23:13 -0000 Date: Mon, 24 Feb 2003 07:23:13 -0500 (EST) From: jaime@snowmoon.com To: freebsd-questions@freebsd.org Subject: fsck problem Message-ID: <20030224071540.W74181-100000@malkav.snowmoon.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 have a RAID-5 array on /home via vinum. This morning, the server (running 4.8-PRERELEASE, compiled last week) wouldn't allow anyone to login via ssh, imap, or console. So I had someone reboot the server via control-alt-delete. Then it said that not all processes would dia, use ps axl. Of course, since we couldn't login, this was pointless advise. :) We then used the reset button on the chassis. As I type, the server is in single user mode. The fsck commands result in: CAN NOT READ: BLK 16 I've looked at http://docs.freebsd.org/44doc/smm/03.fsck/paper.html and found its information less than encouraging. Since its said to "seek a guru", I was hoping that someone here could help my poor little school district. If this wasn't on vinum, I would assume that my next step would be to assume a dead drive and remove it and move on. However, this is a vinum array. I'm not sure how it could be a bad drive if the array is composed of 4 drives. Any help, pointers, etc. would be GREATLY appreciated. My entire school district is effectively dead in the water until this server is running again. TIA, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6: 8: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B7637B401 for ; Mon, 24 Feb 2003 06:08:02 -0800 (PST) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64193445CC for ; Mon, 24 Feb 2003 05:46:58 -0800 (PST) (envelope-from joeo@cracktown.com) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) by clubfoot.cracktown.com (8.12.6/8.12.6) with ESMTP id h1ODirs0042249 for ; Mon, 24 Feb 2003 08:44:53 -0500 (EST) (envelope-from joeo@cracktown.com) Date: Mon, 24 Feb 2003 08:44:53 -0500 (EST) From: Joe O To: freebsd-questions@FreeBSD.ORG Subject: Re: Displaying Slideshow on Remote Computer In-Reply-To: <5210C9DB-466E-11D7-9325-000393B2AA56@kc.rr.com> Message-ID: <20030224084424.C42175-100000@clubfoot.cracktown.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 Forgive me for getting On Sat, 22 Feb 2003, Rik Scarborough wrote: > I'm having trouble getting several errors when compiling x0rfbserver. > Has anyone else gotten this to compile? > > ~Rik > On Thursday, February 20, 2003, at 05:46 PM, Rus Foster wrote: > > > On Thu, 20 Feb 2003, Rik Scarborough wrote: > >> > >> Someone suggested VNC, but that does not appear to control the :0.0 > >> display. I'm not sure how that is different from rlogin to the BSD > >> box > >> and exporting the display. > >> > > > > If you do want to control :0.0 on a remote machine > > www.hexonet.de/software/x0rfbserver/ which is basically a VNC server > > which can take :0.0 > > > > Rgds > > > > Rus > > -- > > http://www.65535.net | MSN: support@65535.net > > Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150 > > Offsite Backups - Remote System Monitoring - Email Hosting > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > -- > A wise man told me, "A man's gotta do what a woman tells him he's gotta > do." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6: 9:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B2237B444 for ; Mon, 24 Feb 2003 06:09:28 -0800 (PST) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64718446AD for ; Mon, 24 Feb 2003 05:58:06 -0800 (PST) (envelope-from jtm63@rcn.com) Received: from 24-148-33-62.na.21stcentury.net ([24.148.33.62] helo=jamestown.rcn.com) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 18nIVH-0004Lm-00 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 08:18:43 -0500 Received: from jamestown.rcn.com (localhost [127.0.0.1]) by jamestown.rcn.com (8.12.6/8.12.5) with ESMTP id h1ODIqrB077505 for ; Mon, 24 Feb 2003 07:18:53 -0600 (CST) (envelope-from jtm@jamestown.rcn.com) Received: (from jtm@localhost) by jamestown.rcn.com (8.12.6/8.12.5/Submit) id h1ODInwn077501; Mon, 24 Feb 2003 07:18:51 -0600 (CST) To: freebsd-questions@freebsd.org Subject: GNUstep applications From: James McNaughton Date: 24 Feb 2003 07:18:46 -0600 Message-ID: <863cmdyfyh.fsf@jamestown.rcn.com> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 gotten GNUstep applications (beside Windowmaker) to work? I'm trying to get GNUMail to work and it doesn't in many ways. The first way is that "openapp" isn't in the path, so I have to use the entire path at the command line. The second way is that GNUSTEP_SYSTEM_ROOT has to be defined in the environment or openapp doesn't find GNUMail.app. The third way is that after doing all the above implies to get GNUMail to run, it segfaults. I have rebuilt GNUstep and GNUMail twice already. There doen't seem to be any problem compiling and installing any ot this system, however, I didn't sit and watch the whole process either. So far, I've found no help for these issues on the GNUStep or GNUMail websites. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:12: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5155037B407 for ; Mon, 24 Feb 2003 06:11:59 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165F7441A4 for ; Mon, 24 Feb 2003 06:10:31 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1OEASrX009508; Mon, 24 Feb 2003 09:10:29 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5A27D4.8030805@potentialtech.com> Date: Mon, 24 Feb 2003 09:10:28 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hhorse@globalnet.co.uk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: No subject was specified. References: <3E59F2FA.484E34FC@globalnet.co.uk> 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 Harry Horse wrote: > What are you doing on my home page? > Who are you and what does your satanic imagery refer to? > Harry Horse Who are you and what are you talking about? -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:12:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E77437B483 for ; Mon, 24 Feb 2003 06:12:21 -0800 (PST) Received: from bns.tns.cz (bns.tns.cz [80.188.15.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBAE44022 for ; Mon, 24 Feb 2003 06:11:51 -0800 (PST) (envelope-from jp@tns.cz) Received: from bertik.tns.cz (bertik.tns.cz [192.168.144.14]) by bns.tns.cz (Postfix) with ESMTP id E2F197630B for ; Mon, 24 Feb 2003 15:11:49 +0100 (CET) Received: by bertik.tns.cz (Postfix, from userid 1000) id 7533657648; Mon, 24 Feb 2003 15:12:11 +0100 (CET) Date: Mon, 24 Feb 2003 15:12:11 +0100 From: Josef Pojsl To: freebsd-questions@freebsd.org Subject: openh323proxy: compilation fails Message-ID: <20030224141211.GA8494@bertik.tns.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.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 Hello list! I am not able to compile the net/openh323proxy port version 0.9.12. It starts with compilation of openh323 1.11.2_1 which is successful. However, the following step generates an error: ===> Building for openh323proxy-0.9.12 gmake P_SHAREDLIB=0 opt gmake[1]: Entering directory `/shared/ports/net/openh323proxy/work/openh323proxy' c++ -Wall -DP_FREEBSD=470000 -DP_USE_PRAGMA -DP_SSL -I/usr/include/include -I/usr/include/crypto -DP_EXPAT -I /usr/local/include -DP_PTHREADS -DP_HAS_IPV6 -DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -I/shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/unix -I/shared/ports/net/openh323proxy/../openh323/work/pwlib/include -DPTRACING -I/shared/ports/net/openh323proxy/../openh323/work/openh323/include -DHAS_IXJ -DNDEBUG -O -pipe -pthread -pthread -c EndpointTabl.cxx -o obj_FreeBSD_x86_r/EndpointTabl.o EndpointTabl.cxx: In method `class H225_EndpointIdentifier EndpointTable::GenerateEndpointId() const': EndpointTabl.cxx:718: call of overloaded `PString(const H225_GatekeeperIdentifier &)' is ambiguous /shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/contain.inl:218: candidates are: PString::PString(const PString &) /shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/pstring.h:346: PString::PString(const PWORDArray &) gmake[1]: *** [obj_FreeBSD_x86_r/EndpointTabl.o] Error 1 gmake[1]: Leaving directory `/shared/ports/net/openh323proxy/work/openh323proxy' gmake: *** [optnoshared] Error 2 *** Error code 2 Stop in /shared/ports/net/openh323proxy. I have just done a cvsup of ports-all. Before that, it compiled for me. I am quite sure that it was with the same version of openh323proxy 0.9.12, but the version of openh323 was 1.9.10 (now 1.11.2_1). Oh, this is my "uname -a": FreeBSD bertik.tns.cz 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Wed Jan 8 09:15:35 CET 2003 pepa@bertik.tns.cz:/usr/obj/usr/src/sys/BERTIK i386 Thanks in advance for any comments, -- Josef To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:14:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAB837B401 for ; Mon, 24 Feb 2003 06:14:18 -0800 (PST) Received: from fif.office.inext.hu (adsl.inext.hu [212.108.198.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD1044034 for ; Mon, 24 Feb 2003 06:12:37 -0800 (PST) (envelope-from fifteen@inext.hu) Received: from fif.office.inext.hu (localhost [127.0.0.1]) by fif.office.inext.hu (8.12.7/8.12.6) with ESMTP id h1OECUL8079748 for ; Mon, 24 Feb 2003 15:12:30 +0100 (CET) (envelope-from fifteen@fif.office.inext.hu) Received: (from fifteen@localhost) by fif.office.inext.hu (8.12.7/8.12.6/Submit) id h1OECUiB079747 for FreeBSD-questions@FreeBSD.ORG; Mon, 24 Feb 2003 15:12:30 +0100 (CET) (envelope-from fifteen) Date: Mon, 24 Feb 2003 15:12:30 +0100 From: Peter Hollaubek To: FreeBSD-questions@FreeBSD.ORG Subject: Re: Mutt, Postfix and port 512 Message-ID: <20030224141230.GA79604@fif.office.inext.hu> References: <20030224071729.GA248@tina.la3sg.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <20030224071729.GA248@tina.la3sg.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Feb 24, 2003, Kjell Midtseter wrote: > List members! > On my LAN I have a FreeBSD R4.7p4 workstation where I fetch=20 > my mail for this list from my ISP using fetchmail, and reading > it with mutt. > After I switched from using sendmail to postfix I started getting message= s on ttyv0 like: > Feb 23 07:26:33 tina /kernel: Connection attempt to UDP 127.0.0.1:512 fro= m 127.0.0.1:1054 > each time a mail is arrives.=20 > A second or three after the above message is shown, the mail pops up in m= utt. >=20 > What causes the message, and how do I eliminate it? >=20 > Regards from Kjell >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message /etc/services: biff 512/udp comsat #used by mail system to notify users man comsat: Comsat is the server process which receives reports of incoming mail a= nd notifies users if they have requested this service. Comsat receives m= es- sages on a datagram port associated with the ``biff'' service specific= a- tion (see services(5) and inetd(8)). This service is off by default, thus if log_in_vain is turned on, you will = have=20 a similar message after every mail. Sendmail/mail.local has the very same= =20 behavior unless you specify the -B flag to mail.local.=20 fif --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WihOqqpJBi67y1URAkd5AJ0W5zXM/EsfoldBzWRogx8iLmsGZQCfeZMp 7xtNSqu5BbJgD6nkSCU71Kw= =iBUe -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:18:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A68037B401 for ; Mon, 24 Feb 2003 06:18:41 -0800 (PST) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C71643FF5 for ; Mon, 24 Feb 2003 06:18:13 -0800 (PST) (envelope-from joeo@cracktown.com) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) by clubfoot.cracktown.com (8.12.6/8.12.6) with ESMTP id h1OEICs0042603 for ; Mon, 24 Feb 2003 09:18:12 -0500 (EST) (envelope-from joeo@cracktown.com) Date: Mon, 24 Feb 2003 09:18:12 -0500 (EST) From: Joe O To: freebsd-questions@FreeBSD.ORG Subject: Re: Displaying Slideshow on Remote Computer In-Reply-To: <20030224084424.C42175-100000@clubfoot.cracktown.com> Message-ID: <20030224091652.D42175-100000@clubfoot.cracktown.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 Ack, gotta learn how to use this new-fangled email thing... If you're looking more for Power Point functionailty with some remote desktop functionality, look at magicpoint in ports. On Mon, 24 Feb 2003, Joe O wrote: > Forgive me for getting > > On Sat, 22 Feb 2003, Rik Scarborough wrote: > > > I'm having trouble getting several errors when compiling x0rfbserver. > > Has anyone else gotten this to compile? > > > > ~Rik > > On Thursday, February 20, 2003, at 05:46 PM, Rus Foster wrote: > > > > > On Thu, 20 Feb 2003, Rik Scarborough wrote: > > >> > > >> Someone suggested VNC, but that does not appear to control the :0.0 > > >> display. I'm not sure how that is different from rlogin to the BSD > > >> box > > >> and exporting the display. > > >> > > > > > > If you do want to control :0.0 on a remote machine > > > www.hexonet.de/software/x0rfbserver/ which is basically a VNC server > > > which can take :0.0 > > > > > > Rgds > > > > > > Rus > > > -- > > > http://www.65535.net | MSN: support@65535.net > > > Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150 > > > Offsite Backups - Remote System Monitoring - Email Hosting > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > -- > > A wise man told me, "A man's gotta do what a woman tells him he's gotta > > do." > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:20:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A7337B405 for ; Mon, 24 Feb 2003 06:20:16 -0800 (PST) Received: from hotmail.com (bay2-dav12.bay2.hotmail.com [65.54.246.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D06A4405A for ; Mon, 24 Feb 2003 06:19:31 -0800 (PST) (envelope-from default013@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 06:19:29 -0800 X-Originating-IP: [216.228.133.13] From: "default013" To: "FreeBSD-Questions" Subject: add user with shell account Date: Mon, 24 Feb 2003 08:19: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.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 24 Feb 2003 14:19:29.0262 (UTC) FILETIME=[BE26A8E0:01C2DC0F] Sender: owner-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 working on a script that will automate making shell accounts and I guess I'm a bit stumped on how one enters the encrypted password into the deal. If anyone knows any resources where I might find this kind of info or has some suggestions for me it would be very much appreciated. Thanks, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:25:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD4937B401 for ; Mon, 24 Feb 2003 06:25:50 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D626843FDD for ; Mon, 24 Feb 2003 06:25:49 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1OEPmrX009516; Mon, 24 Feb 2003 09:25:48 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5A2B6C.10005@potentialtech.com> Date: Mon, 24 Feb 2003 09:25:48 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: default013 Cc: FreeBSD-Questions Subject: Re: add user with shell account 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 default013 wrote: > Hello, > > I'm working on a script that will automate making shell accounts and I guess > I'm a bit stumped on how one enters the encrypted password into the deal. > > If anyone knows any resources where I might find this kind of info or has > some suggestions for me it would be very much appreciated. You don't say much about your script, but I've been able to make user management scripts with no problems (using just sh). Are you using the pw command for interacting with the password database? See the man page for pw if not. That may solve your whole problem. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:36:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB2A37B405 for ; Mon, 24 Feb 2003 06:36:51 -0800 (PST) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D048443F93 for ; Mon, 24 Feb 2003 06:36:49 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242]) by franky.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1OEaldC006522; Tue, 25 Feb 2003 01:36:48 +1100 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [172.22.2.1]) by hewey.af.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1OEakOn023998; Tue, 25 Feb 2003 00:36:47 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 25 Feb 2003 00:36:46 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: jaime@snowmoon.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fsck problem In-Reply-To: <20030224071540.W74181-100000@malkav.snowmoon.com> Message-ID: <20030225003505.H23460-100000@hewey.af.speednet.com.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 On Mon, 24 Feb 2003 jaime@snowmoon.com wrote: > As I type, the server is in single user mode. The fsck commands > result in: > CAN NOT READ: BLK 16 > Try starting vinum. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:43:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F341437B408 for ; Mon, 24 Feb 2003 06:43:25 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BA0743FE1 for ; Mon, 24 Feb 2003 06:43:22 -0800 (PST) (envelope-from mwm-dated-1046529800.c0c875@mired.org) Received: (qmail 25160 invoked from network); 24 Feb 2003 14:43:20 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 24 Feb 2003 14:43:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15962.12168.365929.146881@guru.mired.org> Date: Mon, 24 Feb 2003 08:43:20 -0600 To: Mark Cc: "FreeBSD Questions" Subject: Re: APC UPS In-Reply-To: <200302240943.H1O9H6JQ093025@asarian-host.net> References: <200302240943.H1O9H6JQ093025@asarian-host.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <200302240943.H1O9H6JQ093025@asarian-host.net>, Mark typed: > A while ago I posted that I could not get my APC UPS BK350 to work under > FreeBSD 4.7R, using apcupsd. Problem was that, though apcupsd test prog sees > the power go off-line, the apcupsd daemon itself does not. :( Try nut with the 350. I've got that working with an APC 650. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:47: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B0637B401 for ; Mon, 24 Feb 2003 06:47:03 -0800 (PST) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 568E043FCB for ; Mon, 24 Feb 2003 06:47:02 -0800 (PST) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id D3F4951A55; Mon, 24 Feb 2003 09:47:01 -0500 (EST) From: "John Straiton" To: "'Matthew Seaman'" , Subject: RE: Changes in sshd? Date: Mon, 24 Feb 2003 09:42:42 -0500 Message-ID: <004201c2dc12$ffaf8450$1916c60a@win2k.clickcom.com> 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 In-Reply-To: <20030224113248.GB22678@happy-idiot-talk.infracaninophi> Sender: owner-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 all the info! Regretibly, I'm still having problems... > My guess is that when you did your re-install you didn't > backup and restore the host keys for your machine. That > means that all of the accounts on systems you've been > connecting to will have the old host keys in the > ${HOME}/.ssh/known_hosts files. That leads the ssh servers > on those machines to believe that your newly installed 5.0 > server is actually some sort of impostor, hence they refuse access. The client was the only one reinstalled, the server was untouched until I sent up a new "identity.pub". Because I did not restore any .ssh/ files, there is no known_hosts file. I have confirmed this via: #find / -name "known_hosts" -print While being su'ed to root. Now, this got me to thinking that maybe it wouldn't auto-connect 'cause there was no known_hosts file... So I removed the authorized_keys from the server and tried to connect in hopes to create the known_hosts file but I still got the same error: Host key verification failed. The only known_hosts file that exists on the machine is in /root/.ssh/known_hosts which does not have a problem connecting. So I figured rather than properly diagnose this, I'd make it work again since I'm starting to run against time constraints...too bad it didn't work: # cp /root/.ssh/known_hosts /home/myuser/.ssh/ # su myuser %ssh xxx.xxx.xx.xx Permission denied, please try again. Permission denied, please try again. Received disconnect from xxx.xxx.xx.xx: 2: Too many authentication failures for myuser %ssh -1 xxx.xxx.xx.xx WARNING: DSA key found for host 209.198.22.23 in /home/myuser/.ssh/known_hosts:1 DSA key fingerprint 8a:58:15:a5:9b:1c:1a:65:1f:0c:4d:b9:03:d2:f7:8b. Host key verification failed. % > RSA1 key type and hence the SSHv1 protocol. If you can, you > would be well advised to switch to SSHv2 which is rather more > secure, and supported pretty much everywhere now. Thanks, after seeing this being an option now, I had planned on migrating to this, but I figured I'd get rsa1 to work again first. Unfortunately, until I can ssh to the machine at all, I can't get either mechanism to work I fear. I have tried using the dsa key but it doesn't work either. More ideas? John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:51:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACD437B401 for ; Mon, 24 Feb 2003 06:51:43 -0800 (PST) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9291443F85 for ; Mon, 24 Feb 2003 06:51:42 -0800 (PST) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id 1AFCD50388; Mon, 24 Feb 2003 09:51:42 -0500 (EST) From: "John Straiton" To: Cc: Subject: RE: Changes in sshd? Date: Mon, 24 Feb 2003 09:47:22 -0500 Message-ID: <004301c2dc13$a69dbd40$1916c60a@win2k.clickcom.com> 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 In-Reply-To: <004201c2dc12$ffaf8450$1916c60a@win2k.clickcom.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 As a follow up to my own post: > The only known_hosts file that exists on the machine is in > /root/.ssh/known_hosts which does not have a problem > connecting. So I figured rather than properly diagnose this, > I'd make it work again since I'm starting to run against time > constraints...too bad it didn't work: > > # cp /root/.ssh/known_hosts /home/myuser/.ssh/ > # su myuser > %ssh xxx.xxx.xx.xx > Permission denied, please try again. > Permission denied, please try again. > Received disconnect from xxx.xxx.xx.xx: 2: Too many > authentication failures for myuser > %ssh -1 xxx.xxx.xx.xx > WARNING: DSA key found for host 209.198.22.23 in > /home/myuser/.ssh/known_hosts:1 DSA key fingerprint > 8a:58:15:a5:9b:1c:1a:65:1f:0c:4d:b9:03:d2:f7:8b. > Host key verification failed. > % Turns out that I can in fact get ssh2 to work now that the known_hosts file was copied from /root. I'm still confused as to why A) the known_hosts wasn't created automatically and B) I still can't get ssh1 to work. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:57:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640DB37B401 for ; Mon, 24 Feb 2003 06:57:51 -0800 (PST) Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38C843FBF for ; Mon, 24 Feb 2003 06:57:50 -0800 (PST) (envelope-from gernot.weber@quantumnet.de) Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout0.freenet.de with asmtp (Exim 4.12) id 18nK3B-00010E-00 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 15:57:49 +0100 Received: from pd958d403.dip.t-dialin.net ([217.88.212.3] helo=quantumnet.de) by mx0.freenet.de with asmtp (ID gernot.weber@freenet.de) (Exim 4.12 #2) id 18nK3A-0008Kd-00 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 15:57:49 +0100 Received: from homer.quantumnet.de (localhost [127.0.0.1]) by quantumnet.de (8.12.6/8.12.6) with ESMTP id h1OF15tJ041078 for ; Mon, 24 Feb 2003 16:01:05 +0100 (CET) (envelope-from gernot@homer.quantumnet.de) Received: from localhost (gernot@localhost) by homer.quantumnet.de (8.12.6/8.12.6/Submit) with ESMTP id h1OF14c0041075 for ; Mon, 24 Feb 2003 16:01:05 +0100 (CET) Date: Mon, 24 Feb 2003 16:01:04 +0100 (CET) From: "Gernot A. Weber" To: freebsd-questions@freebsd.org Subject: Re: sendmail auth problems In-Reply-To: <20030223165421.B33435@homer.quantumnet.de> Message-ID: <20030224155553.J40270@homer.quantumnet.de> References: <20030223165421.B33435@homer.quantumnet.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 Hi, ok it's working now. Just in case someone wants to know, where the problem was: > dnl set SASL options > TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl > define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl > define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl I changed the last line to: FEATURE(authinfo, `hash -o /etc/mail/authinfo')dnl > to my .mc-file and created /etc/mail/auth-info containing: This file is not needed anymore. authinfo looks like: AuthInfo:relayhost "U:username" "P:password" "M:PLAIN" > Starting sendmail gave me: > > Feb 23 14:54:03 homer sm-mta[32122]: error: safesasl(/usr/local/etc/sa > sldb) failed: Group readable file > Feb 23 14:54:03 homer sm-mta[32123]: starting daemon (8.12.6): SMTP+qu > eueing@00:30:00 > Feb 23 14:54:03 homer sm-msp-queue[32129]: starting daemon (8.12.6): q > ueueing@00:30:00 I chmod'ed sasldb to 600 and chown'ed it to root:wheel Bye, Gernot Weber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 6:58: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E820437B401 for ; Mon, 24 Feb 2003 06:58:01 -0800 (PST) Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 2057143FDD for ; Mon, 24 Feb 2003 06:58:01 -0800 (PST) (envelope-from jaime@snowmoon.com) Received: (qmail 75390 invoked from network); 24 Feb 2003 14:58:00 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 24 Feb 2003 14:58:00 -0000 Date: Mon, 24 Feb 2003 09:58:00 -0500 (EST) From: Jaime To: default013 Cc: FreeBSD-Questions Subject: Re: add user with shell account In-Reply-To: Message-ID: <20030224095451.P74573-100000@malkav.snowmoon.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, 24 Feb 2003, default013 wrote: > I'm working on a script that will automate making shell accounts and I guess > I'm a bit stumped on how one enters the encrypted password into the deal. > > If anyone knows any resources where I might find this kind of info or has > some suggestions for me it would be very much appreciated. If you don't mind learning a new language, check out Expect. Its an extention to TCL that allows the language to script/automate command line programs such as the adduser command. Alternately, look at man 8 pw and /usr/share/skel. These should get you started. Once upon a time, I took the adduser script that came with FreeBSD and was written in perl (in C now) and hacked it to do what I wanted. You could take that approach, too. Good luck, Jaime -- "To affect the quality of the day, that is the highest of arts." - Henry David Thoreau, _Where_I_Live_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 7:27:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057DB37B401 for ; Mon, 24 Feb 2003 07:27:26 -0800 (PST) Received: from web9403.mail.yahoo.com (web9403.mail.yahoo.com [216.136.129.109]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C4F643FD7 for ; Mon, 24 Feb 2003 07:27:25 -0800 (PST) (envelope-from martukaz@yahoo.com) Message-ID: <20030224152725.65852.qmail@web9403.mail.yahoo.com> Received: from [81.7.124.35] by web9403.mail.yahoo.com via HTTP; Mon, 24 Feb 2003 07:27:25 PST Date: Mon, 24 Feb 2003 07:27:25 -0800 (PST) From: Martynas P Subject: audigy support 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 Maybe has somebody idea : how to support the audigy sound card on FreeBSD 4.7 ? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 8: 1:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6934637B401 for ; Mon, 24 Feb 2003 08:01:17 -0800 (PST) Received: from hotmail.com (oe20.law12.hotmail.com [64.4.18.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A5A43F75 for ; Mon, 24 Feb 2003 08:01:17 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 08:01:16 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: make index hang Date: Mon, 24 Feb 2003 09:59:30 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 24 Feb 2003 16:01:16.0841 (UTC) FILETIME=[F68D4190:01C2DC1D] Sender: owner-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 run the command : cd /usr/ports && make index it has been sitting at this point for over an hour, any suggestions? [/usr/ports]> make index Generating INDEX - please wait.. any suggestions? b To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 8: 7: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A23537B401 for ; Mon, 24 Feb 2003 08:07:01 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id E868F43FAF for ; Mon, 24 Feb 2003 08:06:57 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18nL7z-0004pk-00 for freebsd-questions@FreeBSD.ORG; Mon, 24 Feb 2003 16:06:51 +0000 Date: Mon, 24 Feb 2003 16:06:51 +0000 From: Daniel Bye To: freebsd Subject: Re: make index hang Message-ID: <20030224160651.GB7963@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Scanner: exiscan *18nL7z-0004pk-00*ySN6/sLsUxQ* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Mon, Feb 24, 2003 at 09:59:30AM -0600, Brian Henning wrote: > i have been trying to run the command : cd /usr/ports && make index > it has been sitting at this point for over an hour, any suggestions? > > [/usr/ports]> make index > Generating INDEX - please wait.. > > > any suggestions? Yes - leave it. Depending on your hardware, this will take quite a long time. An hour is not unreasonable, if you are using "old" hardware. Dan > > b > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 8:32:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E953937B405 for ; Mon, 24 Feb 2003 08:32:30 -0800 (PST) Received: from smtps.terra.com.gt (smtps.terra.com.gt [168.234.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D0E43F93 for ; Mon, 24 Feb 2003 08:32:29 -0800 (PST) (envelope-from eduhuertas@incep.org) Received: from BSDincep.incep.org ([168.234.145.29]) by smtps.terra.com.gt (Netscape Messaging Server 4.15) with ESMTP id HATN9Y01.C9R for ; Mon, 24 Feb 2003 10:32:22 -0600 Received: (qmail 8884 invoked from network); 24 Feb 2003 16:23:06 -0000 Received: from eduardo.incep.org (HELO infcoord.incep.org) (192.168.1.1) by bsdincep.incep.org with SMTP; 24 Feb 2003 16:23:06 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Eduardo Huertas Reply-To: eduhuertas@incep.org Organization: INCEP-FUNCEP To: Joe Marcus Clarke Subject: Re: evolution and soup Date: Mon, 24 Feb 2003 10:23:06 -0600 User-Agent: KMail/1.4.3 References: <200302180759.23858.eduhuertas@incep.org> <200302181645.31864.eduhuertas@incep.org> <1045609446.309.85.camel@gyros> In-Reply-To: <1045609446.309.85.camel@gyros> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302241023.06633.eduhuertas@incep.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 Tuesday 18 February 2003 17:04, Joe Marcus Clarke wrote: > On Tue, 2003-02-18 at 17:45, Eduardo Huertas wrote: > > On Tuesday 18 February 2003 08:32, Eduardo Huertas wrote: > > > On Tuesday 18 February 2003 08:14, you wrote: > > > > On Tue, 2003-02-18 at 08:59, Eduardo Huertas wrote: > > > > > Hi, > > > > > > > > > > I've been trying to install evolution the last couple of weeks > > > > > updating each time the ports but with no luck. And always the > > > > > error is when trying to make soup: > > > > > > > > Make sure you have the latest version of glib12 installed. In fa= ct, > > > > you might try doing a forced upgrade of glib12 if you already hav= e it > > > > installed. > > > > > > > > Joe > > > > > > Yes! That's it! It already passed the soup thing. Evolution has no= t > > > finished but I trust it will make good. > > > > > > Thanks a lot Joe! > > > > > > -edu- > > > > OK > > Seems I had no luck. Now it complains about gdk-pixbuf even though I > > have built it myself through ports with the last version: > > You need to upgrade gdk-pixbuf and gnomecanvas to the latest version. > You should really consider using portupgrade to do all of this: > > portupgrade -R evolution > > Joe > Hello everybody, I finally could make evolution by upgrading gnomecanvas. Now the problem is other :-( When I'm trying to create a new message it says: Could not create composer window Unable to activate address selector control. The error from the system is: Unknown CORBA exception id: 'IDL CORBA/COMM_FAILURE:1.0' I looked at ximian.org and found the following: Question What does the Evolution error "Cannot open composer window" mean? This=20 happens when I try to start writing a new mail message. Answer This actually means that Evolution cannot activate the HTML editor compo= nent=20 from GtkHTML. Check that: Your PATH envionment variable contains gnome-gtkhtml-editor. To check th= at=20 this is setup properly, open up a console and type the following: # which gnome-gtkhtml-editor # echo $PATH=20 You should find the directory which contains gnome-gtkhtml-editor in your= PATH=20 statement.=20 oafd is listed in your PATH environment variable.To check that this is se= tup=20 properly, open up a console and type the following: # which oafd # echo $PATH=20 You should find the directory which contains oafd in your PATH statement. GNOME_Evolution_Shell.oaf and the other GNOME_Evolution_*.oaf files are=20 readable and installed in $prefix/share/oaf, where $prefix is one of the=20 prefixes listed in GNOME_PATH or OAF_INFO_PATH. To check GNOME_PATH or=20 OAF_INFO_PATH, open a console and type: # echo $GNOME_PATH or # echo $OAF_INFO_PATH=20 Run oaf-slay in a console once before running Evolution again if you chan= ge=20 $GNOME_PATH or $OAF_INFO_PATH. evolution, evolution-mail and the other evolution-* executables are in yo= ur=20 PATH. Some users have reported that removing all files from /tmp/orbit-root sol= ved=20 the problem. The first thing I found in my system was that the file gnome-gtkhtml-edit= or didn't exist. But found: /usr/X11R6/bin/gnome-gtkhtml-editor-1.1 I did a symbolic link but still no luck. Then I tried with GNOME_PATH and OAF_INFO_PATH And found that in my system there is some difference as assumed by ximian= =2Eorg: GNOME_Evolution_*.oaf files are installed in: /usr/X11R6/share/gnome/oaf/= and=20 not in: $prefix/share/oaf, where $prefix is one of the prefixes listed in= =20 GNOME_PATH or OAF_INFO_PATH. So with the directory gnome between share and oaf seems it doesn't workou= t. What should I do? Thanks a lot for your help, and please CC me. -edu- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 8:52:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CA237B401 for ; Mon, 24 Feb 2003 08:52:30 -0800 (PST) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2808343FBD for ; Mon, 24 Feb 2003 08:52:29 -0800 (PST) (envelope-from ml.ventu@flashnet.it) Received: from soth.ventu (151.38.56.129) by smtp2.libero.it (6.7.015) id 3E48BA34005931EF for freebsd-questions@FreeBSD.org; Mon, 24 Feb 2003 17:52:27 +0100 Received: from mailer (xanatar.ventu [10.1.2.6]) by soth.ventu (8.12.6/8.12.6) with SMTP id h1OGqcK2092452 for ; Mon, 24 Feb 2003 17:52:38 +0100 (CET) (envelope-from ml.ventu@flashnet.it) Message-Id: <200302241652.h1OGqcK2092452@soth.ventu> To: freebsd-questions@FreeBSD.org X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Mon, 24 Feb 2003 17:52:39 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Upgrading problem Sender: owner-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 trying to upgrade a 4.5 machine to a 4.7 via sources. When I make buildworld I get the following error: c++ -O -pipe -D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../.. /contrib/gperf/src/key-list.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc: In function `const class type_info & __tf16Output_Constants()': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Internal compiler error. /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Please submit a full bug report. /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: See for instructions. uname -a gives FreeBSD david.biolchim.in 4.5-RELEASE-p24 FreeBSD 4.5-RELEASE-p24 #1: Thu Jan 9 14:05:35 CET 2003 root@david.biolchim.in:/mirror/src/sys/compile/DAVID i38 6 I followed the handbook reccomendations of doing # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir but this did not help. I also removed "-O -pipe" from /etc/make.conf, but the error shows up all the same. What can I do? Is doing "cd /usr/src/contrib/gcc ; make install" a bad idea? bye & Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 8:54:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2590E37B405 for ; Mon, 24 Feb 2003 08:54:58 -0800 (PST) Received: from hotmail.com (oe21.law12.hotmail.com [64.4.18.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB1543FB1 for ; Mon, 24 Feb 2003 08:54:57 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 08:54:57 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: fmio Date: Mon, 24 Feb 2003 10:53:11 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 24 Feb 2003 16:54:57.0548 (UTC) FILETIME=[763E24C0:01C2DC25] Sender: owner-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 a usb radio device that i would like to listen to in fbsd.. dmesg ugen0: GemTek Corp USB FM Radio, rev 1.00/4.10, addr 2 i thought i read somewhere to try fmio supports that card, but i can't seem to get it to work.. > fmio -d /dev/ugen0 fmio: Invalid driver `/dev/ugen0', using default `stx' fmio: card not found: SoundForte Theatre X-treme 5.1 SF256-PCS-R any suggestions or other program that i could try to get it working? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 9: 8: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099CC37B401 for ; Mon, 24 Feb 2003 09:07:59 -0800 (PST) Received: from madscience.volumen.net (hickey51.micro-mania.net [208.32.118.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1AA43FBD for ; Mon, 24 Feb 2003 09:07:58 -0800 (PST) (envelope-from shane@howsyournetwork.com) Received: from daneel.volumen.net (daneel.volumen.net [10.252.238.73]) by madscience.volumen.net (8.11.6/8.11.6) with ESMTP id h1OH7vk09318 for ; Mon, 24 Feb 2003 10:07:57 -0700 Subject: laptop firewall NICs From: Shane Hickey To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: How's your network? Message-Id: <1046106476.3165.13.camel@daneel> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 24 Feb 2003 10:07:57 -0700 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 all, I'm attempting to use a Toshiba TECRA 8000 running 5.0-release as the firewall for my home network. It's running right now, but I'm seeing some sketchy network behavior and I think it's one of the NICs. Basically, when I'm doing something fairly network-intensive (like large NNTP downloads) my bandwidth usage fluctuates wildly. I also will get a lot of connections reset and such. I think it's my ed1 interface (which is my inside interface), because when I had ed1 as my outside interface and in promiscuous mode (for snort) I was getting a lot errors like: Feb 14 15:00:37 elijah kernel: ed1: NIC memory corrupt - invalid packet length 4 When I changed my dc0 interface to be my outside, promiscuous interface, these errors went away. My current dmesg info is as follows. ed1: at port 0x100-0x11f irq 11 function 0 config 16 on pccard0 ed1: address 00:e0:98:88:91:84, type Linksys (16 bit) ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: port 0x1000-0x107f mem 0x88002400-0x880024ff,0x88002500-0x8800257f irq 11 at device 0.0 on cardbus1 dc0: Ethernet address: 06:00:06:29:52:90 miibus1: on dc0 tdkphy0: on miibus1 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Anyway, so I recently got a Xircom 10/100 cardbus NIC to replace my linksys (ed1) card. However, when I boot up with this NIC, I get to the point where my interfaces are going to be configured (after setting hostname) and the machine locks up. Here's the dmesg info for the new card. dc1: port 0x1080-0x10ff mem 0x88002000-0x880020ff,0x88002100-0x8800217f irq 11 at device 0.0 on cardbus0 dc1: Ethernet address: 06:00:10:a4:03:3f miibus0: on dc1 Would it help if I rebuilt my kernel and specified the irq, mem and port for dc0 and dc1? Thanks in advance for any help, -- Shane Hickey : Network/System Consultant GPG KeyID: 777CBF3F Key fingerprint: 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F Listening to: Bright Eyes - Lover I Dont Have To Love To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 9:10:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3F537B401 for ; Mon, 24 Feb 2003 09:10:43 -0800 (PST) Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D7043F93 for ; Mon, 24 Feb 2003 09:10:43 -0800 (PST) (envelope-from sean@seanoneill.info) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE.COM [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id CEC4F7677 for ; Mon, 24 Feb 2003 11:10:37 -0600 (CST) Message-Id: <5.2.0.9.0.20030224110602.00adf8f8@pop.swbell.yahoo.com> X-Sender: swoneill@swbell.net@pop.swbell.yahoo.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 24 Feb 2003 11:10:33 -0600 To: freebsd-questions@FreeBSD.ORG From: Sean O'Neill Subject: FreeBSD 4.7 and buildkernel perl5 references 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 Just curious if anyone knows why the kernel source has references to both "perl5" as well as "perl" and if work is being done to make make the calls to perl more standard e.g. using either "perl" or "perl5" everywhere. This isn't a problem but more of a one-time-annoyance. Right at the beginning of the buildkernel stuff, the make runs "perl5" on a couple of things. Further on it uses "perl" for other stuff. On my system, I removed all the old FreeBSD perl stuff. Apparently buildkernel doesn't include /usr/localb/bin as part of its path so it didn't find /usr/local/bin/perl5. Basically, it failed. Easy fix of simply adding a symlink of /usr/bin/perl5 to /usr/local/bin/perl. Just curious if anyone else noticed this. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 9:43:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D6137B405 for ; Mon, 24 Feb 2003 09:43:23 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4445743FBD for ; Mon, 24 Feb 2003 09:43:21 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1OHhC5U050594 for ; Mon, 24 Feb 2003 17:43:12 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1OHhC9W050593 for freebsd-questions@FreeBSD.ORG; Mon, 24 Feb 2003 17:43:12 GMT Date: Mon, 24 Feb 2003 17:43:12 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.7 and buildkernel perl5 references Message-ID: <20030224174312.GB50266@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <5.2.0.9.0.20030224110602.00adf8f8@pop.swbell.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20030224110602.00adf8f8@pop.swbell.yahoo.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 24, 2003 at 11:10:33AM -0600, Sean O'Neill wrote: > Just curious if anyone knows why the kernel source has references to both > "perl5" as well as "perl" and if work is being done to make make the calls > to perl more standard e.g. using either "perl" or "perl5" everywhere. > > This isn't a problem but more of a one-time-annoyance. Right at the > beginning of the buildkernel stuff, the make runs "perl5" on a couple of > things. Further on it uses "perl" for other stuff. It's historic. In two senses. The distinction between 'perl' and 'perl5' dates back to when perl-4.036 was being superceded by perl-5.x and there were some incompatibilities that had to be smoothed over. (Of course, nowadays, it's all perl5 anyhow, but the distinction might as well remain to help disambiguate perl5 and the upcoming perl6...) The other reason that it's historic is that perl has been stripped out of the system sources in 5-CURRENT. This change is unlikely ever to be backported to the 4-STABLE tree, but on the other hand, no one is likely to put much effort into enhancing code that's slated for the chop in a few months time anyhow. > On my system, I removed all the old FreeBSD perl stuff. Apparently > buildkernel doesn't include /usr/localb/bin as part of its path so it > didn't find /usr/local/bin/perl5. Basically, it failed. Easy fix of > simply adding a symlink of /usr/bin/perl5 to /usr/local/bin/perl. Yeah --- I noticed that too. All it takes is installing one of the perl ports, running 'use.perl port', creating the perl5 symlink you mention, and you can compile with 'NO_PERL=yes' and delete all of the system supplied perl-5.005.03 stuff. Unfortunately you need to keep /usr/bin/perl5 as the original system perl binary if you want the capability to switch back and forth between the system and port versions of perl. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10: 1:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7962637B401 for ; Mon, 24 Feb 2003 10:01:29 -0800 (PST) Received: from chanintr.com (TruPPPv92-225-174.inet.co.th [203.151.225.174]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BA0743F85 for ; Mon, 24 Feb 2003 10:01:18 -0800 (PST) (envelope-from service@chanintr.com) Content-Type: text/html; charset="US-ASCII" Date: Tue, 25 Feb 2003 01:01:05 +0700 To: freebsd-questions@freebsd.org From: service@chanintr.com X-Mailer: Version 5.0 Subject: Exclusive Preview for Preferred Customers Organization: Chanintr Fine Furnishings Message-Id: <20030224180118.6BA0743F85@mx1.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 Chanintr exclusive Preview 01
 
WE ARE PLEASED TO ANNOUNCE THAT OUR NEWEST SHIPMENT HAS ARRIVED. PLEASE BE INVITED TO OUR EXCLUSIVE PREVIEW BETWEEN FEBRUARY 24 TILL MARCH 1, 2003.
AS BEING OUR PREFERRED CUSTOMERS, YOU WILL BE THE FIRST TO BE INTRODUCED TO OUR NEWLY ADJUSTED PRICING (ON NEW ARRIVALS ONLY). FIND OUT MORE AT OUR SHOWROOM.
 
RIBBON & BOWS OFFERS BEAUTIFULLY CRAFTED BEDROOM FURNISHINGS THAT CAN ADAPT TO YOUR DEVELOPING CHILD'S NEEDS.
01.TWIN BED (PANEL HEADBOARD,
FOOTBOARD, PANEL HEADBOARD RAILS)

W104 H122cm
Baht 24,940
02. NIGHT STAND
W64 D43 H61cm
Baht 16,340/pc
 
03. STUDENT DESK AND CHAIR ( DESK, HUTCH, CHAIR)
W107 D48 H190cm
Baht 58,910
04. TWIN BED WITH TRUNDLE FRONT
(PANEL HEADBOARD,FOOTBOARD, PANEL HEADBOARD RAILS, TRUNDLE FRONT)
 
W104 H122cm
Baht 30,400
05. DRAWER CHEST
W102 D48 H114cm
Baht 36,120
 
 

06.SOFA BED
A633-1180SL
Lancaster Sleep Sofa
Fabric No.: 1360-90 Gr. G
W203 D91 H84cm
Baht 132,000

 

 

 
ESPRESSO, A DARK RICH SATIN FINISH
07.1 SLAT HEADBOARD
H127cm
Baht 38,700
07.2 SLAT FOOTBOARD
W71cm
Baht 46,440
07 TOTAL SET: BAHT 85,140
 
08 NIGHT STAND
W71 D45 H66cm
Baht 30,315 /pc
09.1 MIRROR
W101 D4 H111cm
Baht 28,380
09.2 DRAWER DRESSER
W162 D50 H100cm
Baht 84,495
09 TOTAL SET: BAHT 112,875
 
 
 
MAPLE WOOD, CHERRY FINISH
10.SOFA TABLE
W132 D40 H71cm
Baht 35,475
11.SQUARE COCKTAIL TABLE
W97 D97 H45cm
Baht 38,700
12.BOOK TABLE
W59 D50 H63cm
Baht 35,475 /pc
 
If you no longer wish to receive our mail please click here.
 
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:31: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F8D37B401 for ; Mon, 24 Feb 2003 10:31:01 -0800 (PST) Received: from hotmail.com (f92.law10.hotmail.com [64.4.15.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB8343FA3 for ; Mon, 24 Feb 2003 10:31:01 -0800 (PST) (envelope-from pathfindas@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 10:31:00 -0800 Received: from 207.97.108.1 by lw10fd.law10.hotmail.msn.com with HTTP; Mon, 24 Feb 2003 18:30:58 GMT X-Originating-IP: [207.97.108.1] From: "Comel _15" To: questions@FreeBSD.org Subject: samba install Date: Mon, 24 Feb 2003 18:30:58 +0000 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 24 Feb 2003 18:31:00.0939 (UTC) FILETIME=[E17DD1B0:01C2DC32] Sender: owner-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 compiling samba from the ports collection I get a request to enter a file to patch. I have no idea what file the system wants

FreeBSD gbbbsd 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002     murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC  i386

===>  Patching for samba-2.2.4_1
===>  Applying FreeBSD patches for samba-2.2.4_1
>> Patch patch-aa failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/net/samba.




Tired of spam? Get advanced junk mail protection with MSN 8. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:33: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D9F37B401 for ; Mon, 24 Feb 2003 10:33:03 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 896D243FB1 for ; Mon, 24 Feb 2003 10:33:02 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1OIX0rX009773; Mon, 24 Feb 2003 13:33:01 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5A655C.1040506@potentialtech.com> Date: Mon, 24 Feb 2003 13:33:00 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Comel _15 Cc: questions@FreeBSD.org Subject: Re: samba install 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 Comel _15 wrote: > When compiling samba from the ports collection I get a request to enter > a file to patch. I have no idea what file the system wants > > FreeBSD gbbbsd 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 > 21:23:26 GMT 2002 > murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC > i386 > > ===> Patching for samba-2.2.4_1 > ===> Applying FreeBSD patches for samba-2.2.4_1 > >> Patch patch-aa failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/net/samba. You might want to consider upgrading your ports tree. The latest Samba is 2.2.7. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:37: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9637B401 for ; Mon, 24 Feb 2003 10:36:59 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D82343F3F for ; Mon, 24 Feb 2003 10:36:58 -0800 (PST) (envelope-from lists@3bags.com) Received: from 3bagsmedia ([207.35.180.174]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030224183657.QSHK13046.tomts16-srv.bellnexxia.net@3bagsmedia> for ; Mon, 24 Feb 2003 13:36:57 -0500 Reply-To: From: "Phillip Smith (mailing list)" To: Subject: Yikes, how can I get around this? Date: Mon, 24 Feb 2003 13:40:04 -0500 Message-ID: <009b01c2dc34$256cc290$aeb423cf@3bagsmedia> 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.3416 In-Reply-To: <20030224180118.6BA0743F85@mx1.FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 having a whole world of trouble with sendmail and apache, where previously I've had none. I added some new Mailman aliases to my /etc/aliases file and did 'make'. The process took a very long time. I restarted sendmail. The changes did not seem to take effect, so (stupidly) I remotely rebooted the server. I noticed next, that apache wasn't starting up, wasn't an active process, etc. Neither was fetchmail. I tried to start apache with apachectl start, but keep getting error messages about [Mon Feb 24 13:33:12 2003] [error] Cannot resolve host name xxx.xyz.com I think that the primary name server I'm using is down. I'm not sure why it's not picking up the secondary information? I've never had this problem before... any ideas on how to get apache running without checking for name resolution? Many thanks in advance, phillip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:41:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A5437B401 for ; Mon, 24 Feb 2003 10:41:32 -0800 (PST) Received: from rackmount-server.net (12-224-165-25.client.attbi.com [12.224.165.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC6943FAF for ; Mon, 24 Feb 2003 10:41:30 -0800 (PST) (envelope-from david@axisintegrated.com) Received: from axisintegrated.com (unknown [10.4.2.15]) by rackmount-server.net (Postfix) with ESMTP id D0CF94ABF8 for ; Mon, 24 Feb 2003 10:49:36 -0800 (PST) Message-ID: <3E5A69D8.4090202@axisintegrated.com> Date: Mon, 24 Feb 2003 10:52:08 -0800 From: David Cramblett User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: audigy support References: <20030224152725.65852.qmail@web9403.mail.yahoo.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 http://www.opensound.com David Martynas P wrote: > Maybe has somebody idea : how to support the audigy > sound card on FreeBSD 4.7 ? > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:46:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A9837B401 for ; Mon, 24 Feb 2003 10:46:27 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-2-68.abo.wanadoo.fr [193.251.52.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08AF43FDF for ; Mon, 24 Feb 2003 10:46:25 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from srv01.lphp.org.local (localhost [127.0.0.1]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1OIkOQ2075919 for ; Mon, 24 Feb 2003 19:46:24 +0100 (CET) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by srv01.lphp.org.local (8.12.6/8.12.6/Submit) id h1OIkN4v075918 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 19:46:23 +0100 (CET) X-Authentication-Warning: srv01.lphp.org.local: www set sender to ajacoutot@lphp.org using -f Received: from 192.168.0.4 ( [192.168.0.4]) as user ajacoutot@localhost by webmail.lphp.org with HTTP; Mon, 24 Feb 2003 19:46:23 +0100 Message-ID: <1046112383.3e5a687fa15d1@webmail.lphp.org> Date: Mon, 24 Feb 2003 19:46:23 +0100 From: Antoine Jacoutot To: "" Subject: Re: audigy support MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.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 > > Maybe has somebody idea : how to support the audigy > > sound card on FreeBSD 4.7 ? I think someone is writing a FreeBSD driver right now, so if I were you I would just wait... or ask the person his patch to make the Audigy works with the emu10k1 driver. Unfortunately, I can't remember his name, but you can contact him on freebsd-multimedia. Regards. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:47:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73A5937B405 for ; Mon, 24 Feb 2003 10:47:15 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686D443F85 for ; Mon, 24 Feb 2003 10:47:14 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1OIlBrX009779; Mon, 24 Feb 2003 13:47:12 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5A68AF.9060906@potentialtech.com> Date: Mon, 24 Feb 2003 13:47:11 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lists@3bags.com Cc: freebsd-questions@freebsd.org Subject: Re: Yikes, how can I get around this? References: <009b01c2dc34$256cc290$aeb423cf@3bagsmedia> 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 Phillip Smith (mailing list) wrote: > I'm having a whole world of trouble with sendmail and apache, where > previously I've had none. > > I added some new Mailman aliases to my /etc/aliases file and did 'make'. > The process took a very long time. I restarted sendmail. The changes did > not seem to take effect, so (stupidly) I remotely rebooted the server. > > I noticed next, that apache wasn't starting up, wasn't an active > process, etc. Neither was fetchmail. > > I tried to start apache with apachectl start, but keep getting error > messages about > > [Mon Feb 24 13:33:12 2003] [error] Cannot resolve host name xxx.xyz.com > > I think that the primary name server I'm using is down. I'm not sure why > it's not picking up the secondary information? > > I've never had this problem before... any ideas on how to get apache > running without checking for name resolution? Put your hostname/IP in /etc/hosts -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 10:55:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E2E37B401 for ; Mon, 24 Feb 2003 10:55:25 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id ABD0943FBD for ; Mon, 24 Feb 2003 10:55:22 -0800 (PST) (envelope-from franklin_pierce@operamail.com) Received: (qmail 17715 invoked from network); 24 Feb 2003 18:55:21 -0000 Received: from unknown (205.158.62.146) by spf1.us.outblaze.com with QMQP; 24 Feb 2003 18:55:21 -0000 Received: (qmail 3890 invoked from network); 24 Feb 2003 18:50:50 -0000 Received: from unknown (HELO ws5-2.us4.outblaze.com) (205.158.62.133) by 205-158-62-146.outblaze.com with SMTP; 24 Feb 2003 18:50:50 -0000 Received: (qmail 10089 invoked by uid 1001); 24 Feb 2003 18:53:13 -0000 Message-ID: <20030224185313.10088.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.28.11.36] by ws5-3.us4.outblaze.com with http for franklin_pierce@operamail.com; Mon, 24 Feb 2003 12:53:13 -0600 From: "Franklin Pierce" To: hhorse@globalnet.co.uk Cc: freebsd-questions@FreeBSD.ORG Date: Mon, 24 Feb 2003 12:53:13 -0600 Subject: Re: No subject was specified. X-Originating-Ip: 65.28.11.36 X-Originating-Server: ws5-3.us4.outblaze.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 ----- Original Message ----- From: Bill Moran Date: Mon, 24 Feb 2003 09:10:28 -0500 To: hhorse@globalnet.co.uk Subject: Re: No subject was specified. > Harry Horse wrote: > > What are you doing on my home page? > > Who are you and what does your satanic imagery refer to? > > Harry Horse > > Who are you and what are you talking about? > > -- > Bill Moran In a previous incarnation I was a 1.9 metre long sac of phospho-lipid barriers. How about you? -- _______________________________________________ http://www.operamail.com Now with OperaMail Premium for only US$29.99/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:12:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72C537B401 for ; Mon, 24 Feb 2003 11:12:36 -0800 (PST) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C1B43F93 for ; Mon, 24 Feb 2003 11:12:35 -0800 (PST) (envelope-from dschrock@speakeasy.net) Received: (qmail 23088 invoked from network); 24 Feb 2003 19:12:40 -0000 Received: from unknown (HELO speakeasy.net) (dschrock@[64.81.225.7]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2003 19:12:40 -0000 Message-ID: <3E5A6EA3.6030502@speakeasy.net> Date: Mon, 24 Feb 2003 13:12:35 -0600 From: Daniel Schrock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Abel Alejandro , freebsd-questions@freebsd.org Subject: Re: cant get out with two interfaces. References: In-Reply-To: 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 Abel Alejandro wrote: > Hello, I have two interfaces. The rl0 is for monitoring purposes and fxp0 is > for normal internet access. > rl0 is attached to a catalyst port using SPAN, meaning all the traffic going > to the internet gets mirrored to > this port. fxp0 is on the same catalyst. > > If I shutdown rl0 then I can access fxp0 from the outside, but if I ifconfig > rl0 up then > I am just allowed to access fxp0 within machines in the 196.12.X.0 network. > > rl0: flags=8802 mtu 1500 > inet 10.0.0.1 netmask 0xa0000fc broadcast 255.255.255.3 > inet6 fe80::2e0:7dff:fed0:fdf4%rl0 prefixlen 64 scopeid 0x1 > ether 00:e0:7d:d0:fd:f4 > media: Ethernet autoselect (100baseTX ) > status: active if this is just for monitoring with SPAN, you shouldn't give it an address at all. just bring it up. i also suggest locking your interfaces and switch ports to their respective speed and duplex. you will see improvements in performance. .daniel.schrock,ccna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:29: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CC337B401 for ; Mon, 24 Feb 2003 11:28:59 -0800 (PST) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4AB43F3F for ; Mon, 24 Feb 2003 11:28:59 -0800 (PST) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.3/8.12.3) with ESMTP id h1OJSw8J033104; Mon, 24 Feb 2003 11:28:58 -0800 (PST) (envelope-from hodson@puma.icir.org) Message-Id: <200302241928.h1OJSw8J033104@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 From: Orion Hodson To: Martynas P Cc: freebsd-questions@freebsd.org Subject: Re: audigy support In-Reply-To: <20030224152725.65852.qmail@web9403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Feb 2003 11:28:58 -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 There are currently two patches for the Audigy sound cards. http://chibis.persons.gfk.ru/audigy and: http://www.freebsd.org/cgi/getmsg.cgi?fetch=664373+686499+/usr/local/www/db/tex t/2003/freebsd-hackers/20030216.freebsd-hackers+raw Each patch has it's merits. The author of the latter, Orlando Bassotto, is in the process of merging the two at present and we hope to have Audigy support in the tree within a short time frame. Making these patches work on a 4.7 box probably isn't that hard if you really want it now. Regards - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:30: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8828B37B401 for ; Mon, 24 Feb 2003 11:30:05 -0800 (PST) Received: from forest.net (forest.net [216.168.37.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A68843F3F for ; Mon, 24 Feb 2003 11:30:05 -0800 (PST) (envelope-from billd@forest.net) Received: from [216.168.62.202] (account billd HELO forest.net) by forest.net (CommuniGate Pro SMTP 4.0.3) with ESMTP id 26017404 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 11:30:22 -0800 Date: Mon, 24 Feb 2003 11:31:18 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Problems with quota From: William R.Dickson To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <8BF94D6F-482E-11D7-930F-00306564BE7C@forest.net> X-Mailer: Apple Mail (2.551) Sender: owner-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 got a system on which quotas are active, but are not being enforced. - I built a kernel with options QUOTA - I have enable_quotas="YES" and check_quotas="YES" in /etc/rc.conf - I have "userquota" set on the device - I rebooted And yet this user: /usr/home: blocks in use: 306098, limits (soft = 51200, hard = 51200) inodes in use: 5019, limits (soft = 0, hard = 0) Disk quotas for user sampleuser (uid 1010): Filesystem usage quota limit grace files quota limit grace /home 306098* 51200 51200 none 5019 0 0 ...can still upload files via ftp. Any thoughts? Thanks, -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:33:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BBA37B401 for ; Mon, 24 Feb 2003 11:33:10 -0800 (PST) Received: from mailhost.icepr.com (rotnsrv.icenetworks.com [196.12.160.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C4E43F85 for ; Mon, 24 Feb 2003 11:33:09 -0800 (PST) (envelope-from aalejandro@icepr.com) Received: (qmail 26994 invoked from network); 24 Feb 2003 19:19:25 -0000 Received: from unknown (HELO abel) (196.12.160.14) by mailhost.icepr.com with SMTP; 24 Feb 2003 19:19:25 -0000 Message-ID: <00b801c2dc3b$39e511d0$0ea00cc4@abel> From: "Abel Alejandro" To: "Daniel Schrock" Cc: References: <3E5A6EA3.6030502@speakeasy.net> Subject: Re: cant get out with two interfaces. Date: Mon, 24 Feb 2003 15:30:44 -0400 Organization: ICENetworks.com, Inc. 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 worked with a netmask of 255.255.255.0 Thanks. ----- Original Message ----- From: "Daniel Schrock" To: "Abel Alejandro" ; Sent: Monday, February 24, 2003 3:12 PM Subject: Re: cant get out with two interfaces. > Abel Alejandro wrote: > > Hello, I have two interfaces. The rl0 is for monitoring purposes and fxp0 is > > for normal internet access. > > rl0 is attached to a catalyst port using SPAN, meaning all the traffic going > > to the internet gets mirrored to > > this port. fxp0 is on the same catalyst. > > > > If I shutdown rl0 then I can access fxp0 from the outside, but if I ifconfig > > rl0 up then > > I am just allowed to access fxp0 within machines in the 196.12.X.0 network. > > > > rl0: flags=8802 mtu 1500 > > inet 10.0.0.1 netmask 0xa0000fc broadcast 255.255.255.3 > > inet6 fe80::2e0:7dff:fed0:fdf4%rl0 prefixlen 64 scopeid 0x1 > > ether 00:e0:7d:d0:fd:f4 > > media: Ethernet autoselect (100baseTX ) > > status: active > > if this is just for monitoring with SPAN, you shouldn't give it an > address at all. just bring it up. > > i also suggest locking your interfaces and switch ports to their > respective speed and duplex. > you will see improvements in performance. > > > .daniel.schrock,ccna > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:36:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88A9237B401 for ; Mon, 24 Feb 2003 11:36:24 -0800 (PST) Received: from mailhost.det2.ameritech.net (mailhost1-sfldmi.sfldmi.ameritech.net [206.141.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BD043F3F for ; Mon, 24 Feb 2003 11:36:23 -0800 (PST) (envelope-from dbailey27@ameritech.net) Received: from ameritech.net ([67.38.11.69]) by mailhost.det2.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20030224193622.SFCG8853.mailhost.det2.ameritech.net@ameritech.net>; Mon, 24 Feb 2003 14:36:22 -0500 Message-ID: <3E5A7406.7080803@ameritech.net> Date: Mon, 24 Feb 2003 14:35:34 -0500 From: northern snowfall User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: Henrik W Lund Cc: cls@raggedclown.net, freebsd-questions@FreeBSD.ORG Subject: Re: Problems with the rl driver... 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 Your card's resources are "turned off". Use your computer's BIOS/CMOS/whatever configuration program to activate resources on the card. Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:39:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722D637B401 for ; Mon, 24 Feb 2003 11:39:11 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF4A43FA3 for ; Mon, 24 Feb 2003 11:39:09 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a108.otenet.gr [212.205.215.108]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1OJcuAK026130; Mon, 24 Feb 2003 21:38:59 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1OJctvj011482; Mon, 24 Feb 2003 21:38:55 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1OJcq2X010679; Mon, 24 Feb 2003 21:38:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Feb 2003 21:38:52 +0200 From: Giorgos Keramidas To: Lowell Gilbert Cc: David.Bear@asu.edu, freebsd-questions@FreeBSD.ORG Subject: Re: procmail question a little off topic Message-ID: <20030224193852.GA594@gothmog.gr> References: <20030221142404.A5503@asu.edu> <443cme3hd7.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <443cme3hd7.fsf@be-well.ilk.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 2003-02-23 14:51, Lowell Gilbert wrote: > David Bear writes: > > sorry for the offtopic post here but I cant seem to get my procmail > > recipe's to fire. I know sendmail sees and uses procmail because > > maillog show its handing it of to procmail. Also, the mail inbox > > specified in the procmailrc file is receiving the message. Still, > > none of the messages that I want taking from inbox and put in other > > folders as specified in the recipe's section are being moved. > > Check the *procmail* log. Sound advice. > Are you sure you can use bare '@' symbols in conditions? Yes. The following is from my (working) .procmailrc: : hecate:/home/giorgos> grep '@' .procmailrc | tail -2 : * ^sender: linux-greek-users-admin@lists.hellug.gr : * ^delivered-to: .*mysql@lists.mysql.com : hecate:/home/giorgos> - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:43:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 262E337B405 for ; Mon, 24 Feb 2003 11:43:42 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9668843FB1 for ; Mon, 24 Feb 2003 11:43:40 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a108.otenet.gr [212.205.215.108]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1OJhaAK001316; Mon, 24 Feb 2003 21:43:37 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1OJhavj024694; Mon, 24 Feb 2003 21:43:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1OJhYIp024693; Mon, 24 Feb 2003 21:43:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 24 Feb 2003 21:43:34 +0200 From: Giorgos Keramidas To: zerotransfer@bellsouth.net Cc: freebsd-questions@freebsd.org Subject: Re: Cvsup Handbook Example Message-ID: <20030224194334.GB594@gothmog.gr> References: <20030223202049.4E4C043F85@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030223202049.4E4C043F85@mx1.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 2003-02-23 12:20, zerotransfer@bellsouth.net wrote: > This thread really needs to end on this list, but I am going to > respond to the below email to this list since it was sent to this > list. [...] If you know why the cvsup example that was used was, > then please email me directly, not the list. I'll agree that this discussion has taken too much time already. More than it's worth. You should have researched the matter yourself, looking at commit logs and finding the person who committed the text you're interested in. Then you could have mailed the original committer and asked in person. Please, stop bugging everyone on freebsd-questions now :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:48:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 965E937B401 for ; Mon, 24 Feb 2003 11:48:19 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A5343F3F for ; Mon, 24 Feb 2003 11:48:18 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-a108.otenet.gr [212.205.215.108]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1OJmEAK006488; Mon, 24 Feb 2003 21:48:16 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1OJmEvj042049; Mon, 24 Feb 2003 21:48:14 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1OJm8es042044; Mon, 24 Feb 2003 21:48:08 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Mon, 24 Feb 2003 21:48:08 +0200 From: Giorgos Keramidas To: Sam Izzo Cc: freebsd-questions@FreeBSD.org Subject: GNU programs & texinfo docs vs. manpages [was: Re: linker paths & /usr/local/lib] Message-ID: <20030224194808.GC594@gothmog.gr> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> <20030224073911.GA10158@kalgan.vic.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224073911.GA10158@kalgan.vic.optushome.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 On 2003-02-24 18:39, Sam Izzo wrote: > > Most of the GNU tools are better documented in the info pages, as > > they consider man pages legacy. info ld might turn up more > > detailed info. > > You know, I've read/heard that many times over the years, but > whenever I look at the info page for whatever tool I'm after, it's > exactly the same as the man page (in the ld case too). That's not always true. I personally committed the change in the manual page of sdiff(1) both to -current and -stable, to make sure that the incomplete, lacking manpage has minimal changes from the vendor version but *does* point to the texinfo docs of diff/sdiff which are more complete than the manpage. GNU people do hate manpages annd avoid them some times :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:54:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D41737B401 for ; Mon, 24 Feb 2003 11:54:48 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B59843FAF for ; Mon, 24 Feb 2003 11:54:47 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1644A679DC; Mon, 24 Feb 2003 11:54:47 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id F31CF1243; Mon, 24 Feb 2003 11:54:46 -0800 (PST) Date: Mon, 24 Feb 2003 11:54:46 -0800 From: Kris Kennaway To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: errors building ports INDEX Message-ID: <20030224195446.GB71093@rot13.obsecurity.org> References: <200302231708.32529.taxman@acd.net> <20030224031729.GB20271@rot13.obsecurity.org> <200302232248.22533.taxman@acd.net> <20030224091521.GA68794@rot13.obsecurity.org> <20030224114245.GA6582@raggedclown.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DKU6Jbt7q3WqK7+M" Content-Disposition: inline In-Reply-To: <20030224114245.GA6582@raggedclown.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --DKU6Jbt7q3WqK7+M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 24, 2003 at 12:42:45PM +0100, Cliff Sarginson wrote: > On Mon, Feb 24, 2003 at 01:15:21AM -0800, Kris Kennaway wrote: > > On Sun, Feb 23, 2003 at 10:48:22PM -0500, taxman wrote: > >=20 > > > So I guess I need to figure out how to use refuse files. I wonder w= hy the=20 > > > individual ports collections are listed in the supfile if that doesn'= t really=20 > > > work. And I can't find the docs on refuse files at the moment. > >=20 > > It "works" for certain things only. 'make index' is one thing that > > may not work if you only have a partial ports collection. > >=20 > Many things get upset by the some of the langugage ports being missing, p= ortsdb -Uu, > make readmes ... particularly the lack of Japanese ports. >=20 > I wonder if some kind of "stub" mechanism may not be good idea, for > ports you refuse.. ? It's not a priority for me, but perhaps someone else could come up with something. Kris --DKU6Jbt7q3WqK7+M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WniGWry0BWjoQKURAqC0AKDn4mYtr4+Y1QIMysq9ixUjrssv7QCfXAz2 XAGYlfOKuMOyWfuQxDk/nGI= =v0nw -----END PGP SIGNATURE----- --DKU6Jbt7q3WqK7+M-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 11:55:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B378137B401 for ; Mon, 24 Feb 2003 11:55:25 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B161A43FAF for ; Mon, 24 Feb 2003 11:55:22 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 4E1D0679DA; Mon, 24 Feb 2003 11:55:22 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 3D3F71248; Mon, 24 Feb 2003 11:55:22 -0800 (PST) Date: Mon, 24 Feb 2003 11:55:22 -0800 From: Kris Kennaway To: James McNaughton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: GNUstep applications Message-ID: <20030224195522.GC71093@rot13.obsecurity.org> References: <863cmdyfyh.fsf@jamestown.rcn.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bKyqfOwhbdpXa4YI" Content-Disposition: inline In-Reply-To: <863cmdyfyh.fsf@jamestown.rcn.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bKyqfOwhbdpXa4YI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 24, 2003 at 07:18:46AM -0600, James McNaughton wrote: > Has anyone gotten GNUstep applications (beside Windowmaker) to work? > I'm trying to get GNUMail to work and it doesn't in many ways. >=20 > The first way is that "openapp" isn't in the path, so I have to use > the entire path at the command line. >=20 > The second way is that GNUSTEP_SYSTEM_ROOT has to be defined in the > environment or openapp doesn't find GNUMail.app. >=20 > The third way is that after doing all the above implies to get GNUMail > to run, it segfaults. >=20 > I have rebuilt GNUstep and GNUMail twice already. There doen't seem to > be any problem compiling and installing any ot this system, however, I > didn't sit and watch the whole process either. >=20 > So far, I've found no help for these issues on the GNUStep or GNUMail > websites. Try asking the maintainer if you don't get any answers here. Kris --bKyqfOwhbdpXa4YI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WnipWry0BWjoQKURAuRCAJ9MQSd62Uecp/8izR6F7PgkZ7dirgCcDtnE ExziCpavo5K4ii9xYexEQiM= =nDsf -----END PGP SIGNATURE----- --bKyqfOwhbdpXa4YI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 12:16: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B882437B401 for ; Mon, 24 Feb 2003 12:16:02 -0800 (PST) Received: from hotmail.com (oe72.law12.hotmail.com [64.4.18.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8A243FAF for ; Mon, 24 Feb 2003 12:16:02 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 12:16:02 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: DISPLAY variable Date: Mon, 24 Feb 2003 14: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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 24 Feb 2003 20:16:02.0075 (UTC) FILETIME=[8D42DEB0:01C2DC41] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG setenv DISPLAY ipaddr:0.0 what are the display number and screen number used for? how do i know what number to use for the display number and screen number? for example when i tunnel x11 through ssh for a user i use :10.0 when i access x11 on the same network i use :0.0 thanks for any help, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 12:17:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D7C37B401 for ; Mon, 24 Feb 2003 12:17:31 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEF243F75 for ; Mon, 24 Feb 2003 12:17:31 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.7/8.12.6) with ESMTP id h1OKHS4l015038; Mon, 24 Feb 2003 15:17:28 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.7/8.12.6/Submit) id h1OKHSAJ015035; Mon, 24 Feb 2003 15:17:28 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: taxman Cc: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Installkernel fails on 4.7Rel p2 References: <200302231310.56276.taxman@acd.net> From: Lowell Gilbert Date: 24 Feb 2003 15:17:28 -0500 In-Reply-To: <200302231310.56276.taxman@acd.net> Message-ID: <44fzqd1lif.fsf@be-well.ilk.org> Lines: 44 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 taxman writes: > Hi, I can't figure this one out, I have already installed a custom kernel on > this sytem and now I'm trying to make a new one. It build fine, but > intallkernel fails with: > install -o root -g wheel -m 555 joy.ko /modules > install -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 > install -o root -g wheel -m 555 /usr/src/sys/modules/joy/joy.sh /usr/bin/joy > install: /usr/src/sys/modules/joy/joy.sh: No such file or directory > *** Error code 71 > > I look and I see that joy.sh is not on my system. ok where did it go? If I had to guess, you updated the sources but were only building the kernel. Don't do that. > I dl'd it and i hope it will work if I just put it in it's place. Eek. Depends on how good your aim is when pointing at the other end of your leg. > Alright, so in investigating this it brought up two more questions. > > 1) someone mentioned make.conf and > MODULES_OVERRIDE it seems this requires a list of modules *to* build, but > it's not possible to just exclude one. How would I build this list, and what > syntax? Let's see. The manual says: MODULES_OVERRIDE (str) Set to a list of modules to build instead of all of them. so I assume it would be something like MODULES_OVERRIDE="amr ccd vinum" > 2) if I use NO_MODULES instead, are there any critical modules I'll be > missing? I have everything I think I want in my kernel config file so I > shouldn't need any modules right? In theory, sure. In practice, I don't think it's worth the effort to avoid building them all. [Well, I do it occasionally, but those are cases where I know the source hasn't changed, and I am using config(8) directly anyway.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 12:28:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F7037B401 for ; Mon, 24 Feb 2003 12:28:36 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE26843FCB for ; Mon, 24 Feb 2003 12:28:35 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18nPDH-000K8k-00 for freebsd-questions@FreeBSD.org; Mon, 24 Feb 2003 20:28:35 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id B2CFDC6C1 for ; Mon, 24 Feb 2003 21:28:33 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 8A39D19E2 for ; Mon, 24 Feb 2003 21:28:23 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 2C725225F2; Mon, 24 Feb 2003 21:28:24 +0100 (CET) Date: Mon, 24 Feb 2003 21:28:24 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.org Subject: Re: GNU programs & texinfo docs vs. manpages [was: Re: linker paths & /usr/local/lib] Message-ID: <20030224202824.GB603@raggedclown.net> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> <20030224073911.GA10158@kalgan.vic.optushome.com.au> <20030224194808.GC594@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224194808.GC594@gothmog.gr> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 24, 2003 at 09:48:08PM +0200, Giorgos Keramidas wrote: > On 2003-02-24 18:39, Sam Izzo wrote: > > > Most of the GNU tools are better documented in the info pages, as > > > they consider man pages legacy. info ld might turn up more > > > detailed info. > > > > You know, I've read/heard that many times over the years, but > > whenever I look at the info page for whatever tool I'm after, it's > > exactly the same as the man page (in the ld case too). > > That's not always true. I personally committed the change in the > manual page of sdiff(1) both to -current and -stable, to make sure > that the incomplete, lacking manpage has minimal changes from the > vendor version but *does* point to the texinfo docs of diff/sdiff > which are more complete than the manpage. > > GNU people do hate manpages annd avoid them some times :( > Yes, the most aberrant product of GNU is "info". Praise be to info2html, which at least makes them usable. Navigating info pages is like having teeth pulled without novocaine. Long live manual pages..keep us Unix oldies happy :) -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 12:29:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A876537B401 for ; Mon, 24 Feb 2003 12:29:53 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E035443FAF for ; Mon, 24 Feb 2003 12:29:52 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.7/8.12.6) with ESMTP id h1OKTp4l015121; Mon, 24 Feb 2003 15:29:51 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.7/8.12.6/Submit) id h1OKTlqp015116; Mon, 24 Feb 2003 15:29:47 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: tech Cc: freebsd-questions@FreeBSD.ORG Subject: Re: image of audio cd in FreeBSD-5.0 References: <200302240901.h1O91vwb070942@ib.com.ua> From: Lowell Gilbert Date: 24 Feb 2003 15:29:47 -0500 In-Reply-To: <200302240901.h1O91vwb070942@ib.com.ua> Message-ID: <44bs111kxw.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 tech writes: > how can i create image of audio cd in FreeBSD-5.0? > dd if=/dev/acd0 of=cdimage bs=1024 produce error - invalid argument. > with simple data cd dd works fine. An audio CD is different; it doesn't have a filesystem per se. The manual page for cdrecord (in ports, doesn't support ATAPI except through the ATAPICAM emulation) includes an example of how "To copy an audio CD in the most accurate way"... But in the simplest case, you need a program (often called a "ripper") to grab the tracks one at a time, and another to write them to the new disk (burncd(8) for ATAPI drives is in the base system). For ATAPI, you can copy each track from the CD by copying out of the acd*t* devices and writing them to the CDR with burncd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 12:34: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041D137B401 for ; Mon, 24 Feb 2003 12:33:59 -0800 (PST) Received: from buzz.frogspace.net (buzz.frogspace.net [216.222.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720DD43FBD for ; Mon, 24 Feb 2003 12:33:58 -0800 (PST) (envelope-from webeddavid@buzz.frogspace.net) Received: from webeddavid (helo=localhost) by buzz.frogspace.net with local-esmtp (Exim 3.36 #5) id 18nPIM-0004VU-00; Mon, 24 Feb 2003 12:33:50 -0800 Date: Mon, 24 Feb 2003 12:33:50 -0800 (PST) From: David@webedited.com X-X-Sender: webeddavid@buzz.frogspace.net To: northern snowfall Cc: freebsd-questions@freebsd.org Subject: Re: Hang after soft reboot. In-Reply-To: <3E55402E.3040901@ameritech.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 Thu, 20 Feb 2003, northern snowfall wrote: > Well... all ATA in freebsd are pretty much conglomerated into the same > driver... but, the problem isn't really so much the ATA as it is that > the ATA expects a PM telling it what to do. Since this is something that > must be done via the hardware at boot, FreeBSD doesn't really have a way > to tell the ATA what to do. One solution might be hacking extra reset > controls, etc, into the ATA driver so that this functionality is > asserted on boot. Then, though, there is a possible chicken-egg issue: > you're initializing the disk and snarfing data off the disk at the same > time as attempting a hard reset, which, might cause a lock (or worse). I > think your most painless solution is upgrading your mother board. Don Well I don't have much option to upgrade here, so I just won't do warm reboots. However that does give me some questions: If the extra hacking was done, what would be wrong with that occurring at the end of the reboot process, rather than the start of the boot process? If there's some form of a kernel panic then presumably a reboot would occur causing this hang; what could I do to prevent this? Are their any other times where a reboot could occur out of my control? Thanks again, DG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13: 9:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F4B737B401 for ; Mon, 24 Feb 2003 13:09:42 -0800 (PST) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.92.226.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A1443FBD for ; Mon, 24 Feb 2003 13:09:41 -0800 (PST) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-66-24-56-65.twcny.rr.com [66.24.56.65]) by ms-smtp-03.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h1OL9ebF017345 for ; Mon, 24 Feb 2003 16:09:40 -0500 (EST) Message-ID: <3E5A8A14.2080605@twcny.rr.com> Date: Mon, 24 Feb 2003 16:09:40 -0500 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Can portupgrade upgrade itself? Content-Type: text/plain; charset=ISO-8859-1; 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've been automating some routine stuff on my machine and one of them is cvsuping ports-all and pulling the distfiles overnight (while everybody is asleep.) Keeping portupgrade right up to date feels like the right thing to do and I was thinking about adding this to the shell script I'm writing. This sounds like a chicken and egg question but, can the portupgrade tool safely upgrade itself? In other words, adding portupgrade -Rr portupgrade in the script after the cvsup run. TIA... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13:13:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D5F237B401 for ; Mon, 24 Feb 2003 13:13:32 -0800 (PST) Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.70.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8224F43F93 for ; Mon, 24 Feb 2003 13:13:31 -0800 (PST) (envelope-from sjt@cisco.com) Received: from cisco.com (sword.cisco.com [161.44.208.100]) by sj-msg-core-2.cisco.com (8.12.2/8.12.6) with ESMTP id h1OLDDsv023307; Mon, 24 Feb 2003 13:13:13 -0800 (PST) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [161.44.193.44]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id QAA22159; Mon, 24 Feb 2003 16:13:29 -0500 (EST) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id QAA06053; Mon, 24 Feb 2003 16:13:29 -0500 (EST) Date: Mon, 24 Feb 2003 16:13:29 -0500 From: Steve Tremblett To: Tom Parquette Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can portupgrade upgrade itself? Message-ID: <20030224161329.H24211@sjt-u10.cisco.com> References: <3E5A8A14.2080605@twcny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3E5A8A14.2080605@twcny.rr.com>; from tparquet@twcny.rr.com on Mon, Feb 24, 2003 at 04:09:40PM -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 +---- Tom Parquette wrote: | I've been automating some routine stuff on my machine and one of them is | cvsuping ports-all and pulling the distfiles overnight (while everybody | is asleep.) Keeping portupgrade right up to date feels like the right | thing to do and I was thinking about adding this to the shell script I'm | writing. | | This sounds like a chicken and egg question but, can the portupgrade | tool safely upgrade itself? In other words, adding portupgrade -Rr | portupgrade in the script after the cvsup run. | TIA... Works just fine - I do it frequently -- Steve Tremblett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13:20: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC4837B401 for ; Mon, 24 Feb 2003 13:20:08 -0800 (PST) Received: from mailhost.det2.ameritech.net (mailhost1-sfldmi.sfldmi.ameritech.net [206.141.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FF543FD7 for ; Mon, 24 Feb 2003 13:20:07 -0800 (PST) (envelope-from dbailey27@ameritech.net) Received: from ameritech.net ([67.38.11.69]) by mailhost.det2.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20030224212006.TSDN8853.mailhost.det2.ameritech.net@ameritech.net>; Mon, 24 Feb 2003 16:20:06 -0500 Message-ID: <3E5A8C56.4070909@ameritech.net> Date: Mon, 24 Feb 2003 16:19:18 -0500 From: northern snowfall User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: David@webedited.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hang after soft reboot. 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 > > >If the extra hacking was done, what would be wrong with that occurring at >the end of the reboot process, rather than the start of the boot process? > It probably wouldn't *hurt* anything, though, it wouldn't *do* anything, either. When power cycles the ATA will initialize to the native state. So, any assertion of pins prior to power cycle would be moot. Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13:23:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD8337B401 for ; Mon, 24 Feb 2003 13:23:17 -0800 (PST) Received: from hotmail.com (f20.sea2.hotmail.com [207.68.165.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491AE43F85 for ; Mon, 24 Feb 2003 13:23:17 -0800 (PST) (envelope-from trancekat@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 13:23:17 -0800 Received: from 199.74.157.201 by sea2fd.sea2.hotmail.msn.com with HTTP; Mon, 24 Feb 2003 21:23:16 GMT X-Originating-IP: [199.74.157.201] From: "Trance Kat" To: questions@FreeBSD.ORG Subject: Re: [freebsd-questions] Error in boot from CD Date: Mon, 24 Feb 2003 16:23:16 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Feb 2003 21:23:17.0003 (UTC) FILETIME=[F24405B0:01C2DC4A] Sender: owner-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, I have 4.7 installed on a 20gig partition and an empty 4gig DOS partition is on that disk as well. I have tried multiple burns of the ISO, and the MD5 check was correct. >From: Lowell Gilbert >Reply-To: questions@FreeBSD.ORG >To: "Trance Kat" >Subject: Re: [freebsd-questions] Error in boot from CD >Date: 24 Feb 2003 15:06:57 -0500 >MIME-Version: 1.0 >Received: from be-well.ilk.org ([24.147.188.198]) by >mc7-f26.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Mon, 24 Feb >2003 12:07:00 -0800 >Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com >[24.147.188.198] (may be forged))by be-well.ilk.org (8.12.7/8.12.6) with >ESMTP id h1OK6w4l014958for ; Mon, 24 Feb 2003 >15:06:58 -0500 (EST)(envelope-from >freebsd-questions-local@be-well.no-ip.com) >Received: (from lowell@localhost)by be-well.ilk.org (8.12.7/8.12.6/Submit) >id h1OK6v4L014954;Mon, 24 Feb 2003 15:06:57 -0500 (EST) >X-Message-Info: dHZMQeBBv44lPE7o4B5bAg== >X-Authentication-Warning: be-well.ilk.org: lowell set sender to >freebsd-questions-local@be-well.ilk.org using -f >Sender: lowell@be-well.no-ip.com >References: >In-Reply-To: >Message-ID: <44lm051lzy.fsf@be-well.ilk.org> >Lines: 16 >User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 >Return-Path: freebsd-questions-local@be-well.no-ip.com >X-OriginalArrivalTime: 24 Feb 2003 20:07:01.0085 (UTC) >FILETIME=[4ACE58D0:01C2DC40] > >"Trance Kat" writes: > > > My name is Alex. I have gotten the following error everytime I booted > > from the 5.0 release of FreeBSD. > > > > CD Loader 1.01 > > > > Building the boot loader arguments > > Read Error: 0x01 > > Could not find the Primary Volume Descriptor > > > > > > My system is as follows: > > Asus MB, Dual Processor Celeron 300's, Award Bios > >Does this happen with 4.7, as well? _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13:37:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E9DB37B407 for ; Mon, 24 Feb 2003 13:37:19 -0800 (PST) Received: from rackmount-server.net (12-224-165-25.client.attbi.com [12.224.165.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE9043FA3 for ; Mon, 24 Feb 2003 13:37:18 -0800 (PST) (envelope-from david@axisintegrated.com) Received: from axisintegrated.com (unknown [10.4.2.15]) by rackmount-server.net (Postfix) with ESMTP id BE60549F17 for ; Mon, 24 Feb 2003 13:45:25 -0800 (PST) Message-ID: <3E5A930D.4080907@axisintegrated.com> Date: Mon, 24 Feb 2003 13:47:57 -0800 From: David Cramblett User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030224 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: audigy support References: <200302241928.h1OJSw8J033104@puma.icir.org> In-Reply-To: <200302241928.h1OJSw8J033104@puma.icir.org> 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 one extract the gziped patch from that second link? Orion Hodson wrote: > There are currently two patches for the Audigy sound cards. > > http://chibis.persons.gfk.ru/audigy > > and: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=664373+686499+/usr/local/www/db/tex > t/2003/freebsd-hackers/20030216.freebsd-hackers+raw > > Each patch has it's merits. The author of the latter, Orlando Bassotto, is in > the process of merging the two at present and we hope to have Audigy support > in the tree within a short time frame. Making these patches work on a 4.7 box > probably isn't that hard if you really want it now. > > Regards > - Orion > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 13:45:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDEC737B401 for ; Mon, 24 Feb 2003 13:45:51 -0800 (PST) Received: from 24.247.53.212.mon.mi.chartermi.net (24.247.53.212.mon.mi.chartermi.net [24.247.53.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 985A443F75 for ; Mon, 24 Feb 2003 13:45:50 -0800 (PST) (envelope-from tfdyd@pisem.net) From: Anybody To: Questions Subject: ÑÅÐÒÈÔÈÊÀÖÈß ÁÅÇ ÏÐÎÁËÅÌ MIME-Version: 1.0 Content-type: text/html; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: <20030224214550.985A443F75@mx1.FreeBSD.org> Date: Mon, 24 Feb 2003 13:45:50 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG
                óåòôéæéëáãéñ âåú ðòïâìåí

òÕËÏ×ÏÄÉÔÅÌÑÍ ÐÒÅÄÐÒÉÑÔÉÊ

ëÏÎÓÕÌØÔÁÃÉÏÎÎÙÊ ÃÅÎÔÒ “áòâ - óÅÒÔÉÆÉËÁÔ” ÐÒÅÄÌÁÇÁÅÔ ÐÏÌÎÙÊ ËÏÍÐÌÅËÓ ÕÓÌÕÇ ÐÏ ÓÅÒÔÉÆÉËÁÃÉÉ, ÎÁÞÉÎÁÑ Ó ÓÏÇÌÁÓÏ×ÁÎÉÑ ÎÅÏÂÈÏÄÉÍÙÈ ÄÏËÕÍÅÎÔÏ× × ÒÁÚÌÉÞÎÙÈ ÉÎÓÔÁÎÃÉÑÈ É ÚÁËÁÎÞÉ×ÁÑ ÐÏÌÕÞÅÎÉÅÍ ×ÓÅÈ ÎÅÏÂÈÏÄÉÍÙÈ ÓÅÒÔÉÆÉËÁÔÏ×, ÌÉÃÅÎÚÉÊ, ÇÉÇÉÅÎÉÞÅÓËÉÈ ÚÁËÌÀÞÅÎÉÊ É Ô.Ä. ÐÏÚ×ÏÌÑÀÝÉÈ ÏÒÇÁÎÉÚÁÃÉÑÍ ÂÅÓÐÒÅÐÑÔÓÔ×ÅÎÎÏ ÒÅÁÌÉÚÏ×Ù×ÁÔØ Ó×ÏÊ ÔÏ×ÁÒ ÉÌÉ ÕÓÌÕÇÕ.  íÙ ÃÅÎÉÍ ÷ÁÛÅ ×ÒÅÍÑ. ÷Ù ÍÏÖÅÔÅ ÐÏÌÕÞÉÔØ ×ÓÅ ÎÅÏÂÈÏÄÉÍÙÅ ÓÅÒÔÉÆÉËÁÔÙ, ÇÉÇÉÅÎÉÞÅÓËÉÅ ÚÁËÌÀÞÅÎÉÑ É ÄÒÕÇÉÅ ÄÏËÕÍÅÎÔÙ ÎÅ ×ÙÈÏÄÑ ÉÚ ÏÆÉÓÁ. ëÒÏÍÅ ×ÙÛÅÐÅÒÅÞÉÓÌÅÎÎÏÇÏ, ÏÒÇÁÎÉÚÁÃÉÉ, ÏÂÒÁÔÉ×ÛÉÅÓÑ × ÎÁÛÕ ÏÒÇÁÎÉÚÁÃÉÀ, ×ÓÅÇÄÁ ÐÏÌÕÞÁÔ ×ÓÅ ÎÅÏÂÈÏÄÉÍÙÅ ËÏÎÓÕÌØÔÁÃÉÉ É ÒÅËÏÍÅÎÄÁÃÉÉ × ÏÂÌÁÓÔÉ ÓÅÒÔÉÆÉËÁÃÉÉ. îÁÛÁ ÏÒÇÁÎÉÚÁÃÉÑ ÐÒÅÄÌÁÇÁÅÔ ÷ÁÍ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ËÏÍÐÌÅËÓÏÍ ÕÓÌÕÇ × ÓÌÅÄÕÀÝÉÈ ÏÂÌÁÓÔÑÈ:

ïÆÏÒÍÌÅÎÉÅ ÔÁÍÏÖÅÎÎÙÈ ÓÅÒÔÉÆÉËÁÔÏ×.
ïÆÏÒÍÌÅÎÉÅ ÓÁÎÉÔÁÒÎÏ-ÜÐÉÄÅÍÉÏÌÏÇÉÞÅÓËÉÈ ÚÁËÌÀÞÅÎÉÊ ÎÁ ÐÒÏÄÕËÃÉÀ
óÅÒÔÉÆÉËÁÃÉÑ ÉÍÐÏÒÔÎÏÊ ÐÒÏÄÕËÃÉÉ.
óÅÒÔÉÆÉËÁÃÉÑ ÐÒÏÍÙÛÌÅÎÎÙÈ ÔÏ×ÁÒÏ× É ÉÚÄÅÌÉÊ.
óÅÒÔÉÆÉËÁÃÉÑ ÜÌÅËÔÒÏÏÂÏÒÕÄÏ×ÁÎÉÑ É ÐÒÉÂÏÒÏ×.
óÅÒÔÉÆÉËÁÃÉÑ ÓÒÅÄÓÔ× ÂÙÔÏ×ÏÊ ÈÉÍÉÉ.
óÅÒÔÉÆÉËÁÃÉÑ ËÏÓÍÅÔÉÞÅÓËÏÊ ÐÒÏÄÕËÃÉÉ.
óÅÒÔÉÆÉËÁÃÉÑ ÓÒÅÄÓÔ× ÌÉÞÎÏÊ ÇÉÇÉÅÎÙ.
óÅÒÔÉÆÉËÁÃÉÑ ÕÓÌÕÇ ÏÂÝÅÓÔ×ÅÎÎÏÇÏ ÐÉÔÁÎÉÑ.
óÅÒÔÉÆÉËÁÃÉÑ ÐÒÏÉÚ×ÏÄÓÔ×Á ÐÒÏÄÕËÔÏ× ÐÉÔÁÎÉÑ.
óÅÒÔÉÆÉËÁÃÉÑ ÕÓÌÕÇ ÒÏÚÎÉÞÎÏÊ ÔÏÒÇÏ×ÌÉ.
óÅÒÔÉÆÉËÁÃÉÑ ÕÓÌÕÇ ÐÁÒÉËÍÁÈÅÒÓËÉÈ É ËÏÓÍÅÔÉÞÅÓËÉÈ ÓÁÌÏÎÏ×.
óÅÒÔÉÆÉËÁÃÉÑ ÐÒÏÉÚ×ÏÄÓÔ×Á ËÏÓÍÅÔÉÞÅÓËÏÊ ÐÒÏÄÕËÃÉÉ, ÓÒÅÄÓÔ× ÂÙÔÏ×ÏÊ ÈÉÍÉÉ, ÓÒÅÄÓÔ× ÌÉÞÎÏÊ ÇÉÇÉÅÎÙ.
óÅÒÔÉÆÉËÁÃÉÑ ÐÒÏÉÚ×ÏÄÓÔ×Á ÐÒÏÍÙÛÌÅÎÎÙÈ ÔÏ×ÁÒÏ×.

× íÏÓË×Å:(095) 505-09-71;

(095) 243-95-82

e-mail testh@mail.ru

× óÁÎËÔ-ðÅÔÅÒÂÕÒÇÅ:

 (812) 322-55-59,  

(812) 272-22-67 www.certificate.sp.ru                                            e-mail : certificate@mail.ru ; certificate@sp.ru

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14: 4:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBFB337B401 for ; Mon, 24 Feb 2003 14:04:39 -0800 (PST) Received: from glass.cl.msu.edu (glass.cl.msu.edu [35.8.1.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7C243FB1 for ; Mon, 24 Feb 2003 14:04:38 -0800 (PST) (envelope-from joe@glass.cl.msu.edu) Received: from glass.cl.msu.edu (localhost [127.0.0.1]) by glass.cl.msu.edu (8.12.6/8.12.6) with ESMTP id h1OLvir5000949 for ; Mon, 24 Feb 2003 16:57:44 -0500 (EST) (envelope-from joe@glass.cl.msu.edu) Received: (from joe@localhost) by glass.cl.msu.edu (8.12.6/8.12.6/Submit) id h1OLviZJ000948 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 16:57:44 -0500 (EST) From: Joe Glass Message-Id: <200302242157.h1OLviZJ000948@glass.cl.msu.edu> Subject: ipfw/ipf web interface To: freebsd-questions@freebsd.org Date: Mon, 24 Feb 2003 16:57:44 -0500 (EST) 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 Hello everyone, does anyone know of a web interface package to setup firewall rules (with ipf or ipfw) through a web browser? I've seen plenty of costly packages and also unfinished open source packages, but nothing complete. Thanks in advance, --- Joe Glass Michigan State University Core Systems 517-355-4500x240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14: 5:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CD537B401 for ; Mon, 24 Feb 2003 14:05:17 -0800 (PST) Received: from buzz.frogspace.net (buzz.frogspace.net [216.222.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB68843FF7 for ; Mon, 24 Feb 2003 14:05:12 -0800 (PST) (envelope-from webeddavid@buzz.frogspace.net) Received: from webeddavid (helo=localhost) by buzz.frogspace.net with local-esmtp (Exim 3.36 #5) id 18nQie-0002BB-00; Mon, 24 Feb 2003 14:05:04 -0800 Date: Mon, 24 Feb 2003 14:05:04 -0800 (PST) From: David@webedited.com X-X-Sender: webeddavid@buzz.frogspace.net To: northern snowfall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hang after soft reboot. In-Reply-To: <3E5A8C56.4070909@ameritech.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 Mon, 24 Feb 2003, northern snowfall wrote: > >If the extra hacking was done, what would be wrong with that occurring at > >the end of the reboot process, rather than the start of the boot process? > It probably wouldn't *hurt* anything, though, it wouldn't *do* anything, > either. When power cycles the ATA will initialize to the native state. > So, any assertion of pins prior to power cycle would be moot. Don I see. However, good news I appear to have solved this by adding hw.ata.ata_dma="0" to /boot/loader.conf I've no idea why this could be required for a warm boot but not a cold one, but I'm happy it appears to be working now. DG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:13:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9239C37B401 for ; Mon, 24 Feb 2003 14:13:20 -0800 (PST) Received: from buzz.frogspace.net (buzz.frogspace.net [216.222.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EECC43F75 for ; Mon, 24 Feb 2003 14:13:20 -0800 (PST) (envelope-from webeddavid@buzz.frogspace.net) Received: from webeddavid (helo=localhost) by buzz.frogspace.net with local-esmtp (Exim 3.36 #5) id 18nQqV-0002h4-00; Mon, 24 Feb 2003 14:13:11 -0800 Date: Mon, 24 Feb 2003 14:13:11 -0800 (PST) From: David@webedited.com X-X-Sender: webeddavid@buzz.frogspace.net To: northern snowfall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hang after soft reboot. 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 Mon, 24 Feb 2003 David@webedited.com wrote: > I see. However, good news I appear to have solved this by adding > > hw.ata.ata_dma="0" > > to /boot/loader.conf Gah. Correction: that was either a fluke, the problem is intermittent, or I hit the reset button without thinking and through it had worked. Probabbly the last option. More caffeine please. DG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:17:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3C237B401 for ; Mon, 24 Feb 2003 14:17:19 -0800 (PST) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A7E43F75 for ; Mon, 24 Feb 2003 14:17:18 -0800 (PST) (envelope-from xcas@cox.net) Received: from [192.168.1.104] ([68.2.134.114]) by fed1mtao08.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030224221717.TYCK20117.fed1mtao08.cox.net@[192.168.1.104]>; Mon, 24 Feb 2003 17:17:17 -0500 Date: Mon, 24 Feb 2003 15:17:03 -0700 (MST) From: xcas@cox.net X-X-Sender: cas@localhost.my.domain To: David Cramblett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: audigy support In-Reply-To: <3E5A930D.4080907@axisintegrated.com> Message-ID: <20030224151528.Y1127@localhost.my.domain> References: <200302241928.h1OJSw8J033104@puma.icir.org> <3E5A930D.4080907@axisintegrated.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, 24 Feb 2003, David Cramblett wrote: > how can one extract the gziped patch from that second link? > > Orion Hodson wrote: > > There are currently two patches for the Audigy sound cards. > > > > http://chibis.persons.gfk.ru/audigy > > > > and: > > > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=664373+686499+/usr/local/www/db/tex > > t/2003/freebsd-hackers/20030216.freebsd-hackers+raw > > > > Each patch has it's merits. The author of the latter, Orlando Bassotto, is in > > the process of merging the two at present and we hope to have Audigy support > > in the tree within a short time frame. Making these patches work on a 4.7 box > > probably isn't that hard if you really want it now. > > > > Regards > > - Orion > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > this is where markie posted it.. http://www.freebsdforums.org/forums/showthread.php?s=&threadid=6961&perpage=15&pagenumber=1 -casaveli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:23:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8727137B406 for ; Mon, 24 Feb 2003 14:23:41 -0800 (PST) Received: from mailhost.det2.ameritech.net (mailhost1-sfldmi.sfldmi.ameritech.net [206.141.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918BA43F75 for ; Mon, 24 Feb 2003 14:23:40 -0800 (PST) (envelope-from dbailey27@ameritech.net) Received: from ameritech.net ([67.38.11.69]) by mailhost.det2.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20030224222339.UOAL8853.mailhost.det2.ameritech.net@ameritech.net>; Mon, 24 Feb 2003 17:23:39 -0500 Message-ID: <3E5A9B3B.40508@ameritech.net> Date: Mon, 24 Feb 2003 17:22:51 -0500 From: northern snowfall User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: David@webedited.com Cc: freebsd-questions@freebsd.org Subject: Re: Hang after soft reboot. 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 > > >Gah. Correction: that was either a fluke, the problem is intermittent, or >I hit the reset button without thinking and through it had worked. >Probabbly the last option. More caffeine please. > Damn... I was hoping that worked.. Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:32: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA2D37B401 for ; Mon, 24 Feb 2003 14:31:59 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCD143FBD for ; Mon, 24 Feb 2003 14:31:57 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 9F8059F25 for ; Mon, 24 Feb 2003 23:31:56 +0100 (MET) Received: from cs.umu.se (h10n1c1o1023.bredband.skanova.com [213.64.164.10]) by grillolja.cs.umu.se (Postfix) with ESMTP id DFE1B9F22 for ; Mon, 24 Feb 2003 23:31:52 +0100 (MET) Message-ID: <3E5A9D56.6030106@cs.umu.se> Date: Mon, 24 Feb 2003 23:31:50 +0100 From: Paul Everlund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Epson Perfection 1260 and SANE Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Sender: owner-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! Has anyone got this scanner to work with FreeBSD 4.7 and SANE? When issued sane-find-scanner it finds it, telling me it's on libusb:/dev/usb0:/dev/ugen0. It also seems to use the backend Plustek, and in the [usb] section I have entered the correct vendor- and product-id. I have tried various settings for device, such as auto, libusb:/dev/usb0:/dev/ugen0, /dev/ugen0 and so on. Executing scanimage -L just tells me it can not find the scanner. Also got some "Device not found" and "I/O error"'s while testing various settings. If you who reads this managed to make it work, can you please give me some hints? Thanks in advance! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:39:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC99637B408 for ; Mon, 24 Feb 2003 14:39:22 -0800 (PST) Received: from probsd.org (cpe-066-056-233-145.ec.rr.com [66.56.233.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDE043FDD for ; Mon, 24 Feb 2003 14:39:21 -0800 (PST) (envelope-from ms@probsd.org) Received: from probsd.org (probsd.org [192.168.1.4]) by probsd.org (Postfix) with SMTP id 225F046590 for ; Mon, 24 Feb 2003 17:48:55 -0500 (EST) Received: from 192.168.1.4 (SquirrelMail authenticated user ms) by webmail.probsd.org with HTTP; Mon, 24 Feb 2003 17:48:55 -0500 (EST) Message-ID: <1156.192.168.1.4.1046126935.squirrel@webmail.probsd.org> Date: Mon, 24 Feb 2003 17:48:55 -0500 (EST) Subject: portsdb -Uu * /usr/local/ permission denied error From: "Michael Sharp" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I normally update my ports tree by running cvsup, portsdb -Uu, pkgdb -F, then portversion |grep "<" . I also have a jail that has its own ports tree. On the host system, when running portsdb -Uu, I am getting the following that I dont understand: portsdb -Uu Updating the ports index ... /usr/local: permission denied: malformed entry: /usr/local: permission denied "Makefile", line 30: warning: "/usr/local" returned non-zero status: malformed entry: "Makefile", line 30: warning: "/usr/local" returned non-zero status /usr/local: permission denied: malformed entry: /usr/local: permission denied "Makefile", line 30: warning: "/usr/local" returned non-zero status: malformed entry: "Makefile", line 30: warning: "/usr/local" returned non-zero status /usr/local: permission denied: malformed entry: /usr/local: permission denied "Makefile", line 33: warning: "/usr/local" returned non-zero status: malformed entry: "Makefile", line 33: warning: "/usr/local" returned non-zero status /usr/local: permission denied: malformed entry: /usr/local: permission denied "Makefile", line 32: warning: "/usr/local" returned non-zero status: malformed entry: "Makefile", line 32: warning: "/usr/local" returned non-zero status /usr/local: permission denied: malformed entry: /usr/local: permission denied "Makefile", line 30: warning: "/usr/local" returned non-zero status: malformed entry: "Makefile", line 30: warning: "/usr/local" returned non-zero status However, portsdb -Uu does finish and shows any ports that need upgrading. I thought this might just be a temporary issue with the ports tree, but when I do this process in the jail, I dont get the above output. Any ideas? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:40: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D04EC37B401 for ; Mon, 24 Feb 2003 14:39:59 -0800 (PST) Received: from mail.nortenet.pt (mar.nortenet.pt [212.13.32.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D4343FBF for ; Mon, 24 Feb 2003 14:39:57 -0800 (PST) (envelope-from guilherme@nortenet.pt) Received: from parpa (v1-pppS13.nortenet.pt [212.13.32.13]) by mail.nortenet.pt (8.11.1/8.11.1) with SMTP id h1OLbmC15005 for ; Mon, 24 Feb 2003 22:37:48 +0100 Date: Mon, 24 Feb 2003 22:44:56 +0000 From: "Guilherme J. R. Oliveira" To: freebsd-questions@freebsd.org Subject: firewall/nat Web Hosting architecture Message-Id: <20030224224456.05d0abb3.guilherme@nortenet.pt> Organization: host-valley.com X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6.2) 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 ! I need to create a network serving virtual web hosting (which I'll have 2 public ip's) with these servers: apache, iis, bind, ftpd, sendmail and pop3. It's possible to put all these servers (including the dns) behind a freebsd firewall/nat with 2 nics and 2 switchs to divide 2 networks ? Example: internet | router | firewall&nat | desktop1 -- switch -- | -- switch -- bind,apache,ftpd desktop2 -- -- sendmail,pop3,secondary_bind -- iis,ftpd I think it's possible using -redirect_port and -redirect_address but I shock with 2 (or more) problems: - if the public ip's adress's will be served with bind then it must be installed in the same box as firewall&nat. True ? But I wish that bind stays behind the firewall. - I have only 2 public ip's that must be assigned (i think) to bind and secondary_bind. How can I acess to iis and/or apache server independently from internet ? Thanks. -- mailto:guilherme@nortenet.pt || http://guilherme.host-valley.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:45:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89D137B401 for ; Mon, 24 Feb 2003 14:45:14 -0800 (PST) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB6A43F75 for ; Mon, 24 Feb 2003 14:45:14 -0800 (PST) (envelope-from mail@pizzinato.it) Received: from fwd08.sul.t-online.de by mailout01.sul.t-online.com with smtp id 18nRLV-0002S5-04; Mon, 24 Feb 2003 23:45:13 +0100 Received: from fatcat (510004143857-0001@[217.228.146.197]) by fmrl08.sul.t-online.com with smtp id 18nRLR-1KQGtUC; Mon, 24 Feb 2003 23:45:09 +0100 Received: (qmail 5983 invoked from network); 24 Feb 2003 22:46:10 -0000 Received: from unknown (HELO pizzinato.it) (127.0.0.1) by localhost with SMTP; 24 Feb 2003 22:46:10 -0000 Received: from 192.168.1.5 (SquirrelMail authenticated user mail@pizzinato.it) by 192.168.1.10 with HTTP; Mon, 24 Feb 2003 23:46:10 +0100 (CET) Message-ID: <1459.192.168.1.5.1046126770.squirrel@192.168.1.10> Date: Mon, 24 Feb 2003 23:46:10 +0100 (CET) Subject: tip and USB-RS232 cable From: "Luca Pizzinato" To: X-Priority: 3 Importance: Normal Reply-To: mail@pizzinato.it X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Sender: 510004143857-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 All. I have here a couple of FreeBSD boxes with a USB to serial RS232 cable going from USB0 on hostA to COM1 on hostB. On hostA I recompiled the kernel incuding the following 2 lines: # USB com devices device ucom device uplcom Unplugging and plugging back in on hostA the USB end, this is what I get on the messages file: ... hostA /kernel: uplcom0: at uhub0 port 2 (addr 2) disconnected ... hostA /kernel: uplcom0: detached ... hostA /kernel: uhub0: port error, restarting port 2 ... hostA /kernel: uplcom0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), rev 1.10/2.02, addr 2 On hostA:/etc/remote I created the following line: usb0:dv=/dev/usb0:br#9600:pa=none: However, I can't have tip working. It tries to connect and immediately disconnect! hostA:~ # tip usb0 connected Hangup. [EOT] On hostB everything is fine, since if I use a nullmodem serial cable between the 2 boxes, I get the login: prompt from COM1 at hostA straight away. What am I missing?!? Thanks & regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:48:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9852737B41C for ; Mon, 24 Feb 2003 14:48:11 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 23E9643FA3 for ; Mon, 24 Feb 2003 14:48:10 -0800 (PST) (envelope-from mwm-dated-1046558888.f33ef8@mired.org) Received: (qmail 7312 invoked from network); 24 Feb 2003 22:48:08 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 24 Feb 2003 22:48:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15962.41256.111255.43404@guru.mired.org> Date: Mon, 24 Feb 2003 16:48:08 -0600 To: "Brian Henning" Cc: "freebsd" Subject: Re: DISPLAY variable In-Reply-To: References: X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 , Brian Henning typed: > setenv DISPLAY ipaddr:0.0 > what are the display number and screen number used for? The display number denotes which X server at ipaddr you're going to talk to. It's basically added to 6000 to get a port number to connect to. If I start a second X server with "startx -- :1" it will be the second server, listening to 6001, and hence you would use ipaddr:1.x. The screen number denotes which of the monitors that that X server is managing that you want to open on. On my system with two monitors, the second - smaller, as it happens - is at :0.1 on the first server, and :1.1 on the second server. > how do i know what number to use for the display number and screen number? By knowing which X server and monitor you want to use. > for example when i tunnel x11 through ssh for a user i use :10.0 > when i access x11 on the same network i use :0.0 ssh is forwarding the port - 6010 - for server #11 - :10 - to DISPLAY if that environment variable is set. When I ssh from my workstation, I use :10.1 to open things on the second monitor on the workstation. Actually, ssh automatically walks through a list of port numbers until it finds one that isn't used, sets DISPLAY on the server end to the appropriate value, and forwards it to DISPLAY on the client end. If you want, you can forward X11 by hand by forwarding port 6000 + X to port 6000 - assuming you are using :0.0 - and setting your DISPLAY to :X.0 in the shell. I have clients that don't forward ssh for security reasons, and have to do that by hand when I'm on their machines. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:54:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CD6D37B401 for ; Mon, 24 Feb 2003 14:54:26 -0800 (PST) Received: from eckardt.org (pD958A43F.dip.t-dialin.net [217.88.164.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404A043F93 for ; Mon, 24 Feb 2003 14:54:21 -0800 (PST) (envelope-from Robert.Eckardt@Robert-Eckardt.de) Received: from roberte.no-ip.org (localhost [127.0.0.1]) by eckardt.org (8.11.6/8.11.6) with ESMTP id h1OMsWW35491 for ; Mon, 24 Feb 2003 23:54:34 +0100 (CET) (envelope-from Robert.Eckardt@Robert-Eckardt.de) From: "Robert Eckardt" To: questions@freebsd.org Subject: Installing FBSD5.0-R/4.7-R on EPoX 4GEA+ Date: Mon, 24 Feb 2003 23:54:32 +0100 Message-Id: <20030224225432.M20305@Robert-Eckardt.de> In-Reply-To: <20030224223012.M45105@Robert-Eckardt.de> References: <20030224223012.M45105@Robert-Eckardt.de> X-Mailer: Open WebMail 1.71 20020827 X-OriginatingIP: 217.88.164.63 (roberte) 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, installing FreeBSD 5.0- or 4.7-RELEASE on my new hardware turns out to be quite impossible. The system consists of an EPoX EP-4GEA+ mainboard with Intel Celeron 2GHz (which is recognized as a Pentium 4 with HTT ???) and 512MB DDR266-RAM. 2 IBM DTLA-307075 are controlled by a HighPoint 372 onboard RAID controller as a RAID-1-array on IDE channel 3 and 4. Besides the on-board RealTek 8139B for DSL (later :-) a 3Com 905B is used for 100MBit-LAN. The BIOS settings were left on safe defaults, except for disabling the on-board 1394 and SATA interfaces. The system boots from floppy (the SCSI-controller and CD-ROM are still in the productive server) and mounts the server via NFS. I chose the following partitions on a dedicated disk ar0 in this order: a: / 250MB b: swap 500MB d: /var 200MB e: /usr 3GB f: /src 7GB g: /big 60.5GB After walking through the menus for custom installation it starts making filesystems. 5.0 issues a message which I cannot read as it is quickly overwritten (nothing on VT2 though). During installation of the distributions (X-Developer) the system freezes (never at the same point) with the HDD light on (no audible disk activity). Any ideas what I'm doing wrong or what I can do to make the system work??? Thanks, Robert -- Dr. Robert Eckardt --- Robert.Eckardt@Robert-Eckardt.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 14:59: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334EB37B405 for ; Mon, 24 Feb 2003 14:59:03 -0800 (PST) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F46A43FBF for ; Mon, 24 Feb 2003 14:59:02 -0800 (PST) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.3/8.12.3) with ESMTP id h1OMwt8J049771; Mon, 24 Feb 2003 14:58:55 -0800 (PST) (envelope-from hodson@puma.icir.org) Message-Id: <200302242258.h1OMwt8J049771@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 From: Orion Hodson To: David Cramblett Cc: freebsd-questions@freebsd.org Subject: Re: audigy support In-Reply-To: <3E5A930D.4080907@axisintegrated.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Feb 2003 14:58:55 -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 David Cramblett wrote: | how can one extract the gziped patch from that second link? Use fetch to get the link as a raw text file, eg: $ fetch -o audigy-email.raw 'http://www.freebsd.org/cgi/getmsg.cgi?fetch=664373 +686499+/usr/local/www/db/text/2003/freebsd-hackers/20030216.freebsd-hackers+ra w' Point a program that understands mime email at it, eg metamail: $ metamail audigy-email.raw Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15: 7:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B351E37B401 for ; Mon, 24 Feb 2003 15:07:18 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE10443F93 for ; Mon, 24 Feb 2003 15:07:14 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a013.otenet.gr [212.205.215.13]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1ON78AK014524; Tue, 25 Feb 2003 01:07:12 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1ON78RZ011782; Tue, 25 Feb 2003 01:07:08 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1ON72xI011773; Tue, 25 Feb 2003 01:07:02 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Feb 2003 01:07:02 +0200 From: Giorgos Keramidas To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.org Subject: Re: GNU programs & texinfo docs vs. manpages [was: Re: linker paths & /usr/local/lib] Message-ID: <20030224230702.GA11576@gothmog.gr> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> <20030224073911.GA10158@kalgan.vic.optushome.com.au> <20030224194808.GC594@gothmog.gr> <20030224202824.GB603@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224202824.GB603@raggedclown.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 On 2003-02-24 21:28, Cliff Sarginson wrote: > On Mon, Feb 24, 2003 at 09:48:08PM +0200, Giorgos Keramidas wrote: > > GNU people do hate manpages annd avoid them some times :( > > Navigating info pages is like having teeth pulled without novocaine. Well, that's a bit of an exaggeration there, but I get your point. The whole problem with Texinfo is that it doesn't have a well defined, pretty much standard, well-known and respected layout for the presentation of information to you. The fact that you find it difficult to navigate .info documents is not a direct result of the format used to write the documentation, but a side-effect of the way things are organised in the original document. Most of the Texinfo documents I've read haven't been written to be read sequentially. Sometimes, there isn't a well-defined order of all the "nodes"; which only makes things worse. There are a few very good documents in Texinfo though. The open sourced book about CVS of http://cvsbook.red-bean.com is a very good example of a Texinfo document that I really, I mean REALLY, enjoyed reading. It's not the format. It's the writer... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15: 7:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF0837B405 for ; Mon, 24 Feb 2003 15:07:18 -0800 (PST) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018A843FBD for ; Mon, 24 Feb 2003 15:07:17 -0800 (PST) (envelope-from Kevin_Stevens@pursued-with.net) Received: from pursued-with.net (localhost [127.0.0.1]) by pursued-with.net (8.12.6/8.12.5) with SMTP id h1ON7HAv039248; Mon, 24 Feb 2003 15:07:17 -0800 (PST) (envelope-from Kevin_Stevens@pursued-with.net) Received: from 192.85.47.1 (SquirrelMail authenticated user imap) by new.host.name with HTTP; Mon, 24 Feb 2003 15:07:17 -0800 (PST) Message-ID: <38494.192.85.47.1.1046128037.squirrel@new.host.name> Date: Mon, 24 Feb 2003 15:07:17 -0800 (PST) Subject: Re: tip and USB-RS232 cable From: "Kevin Stevens" To: In-Reply-To: <1459.192.168.1.5.1046126770.squirrel@192.168.1.10> References: <1459.192.168.1.5.1046126770.squirrel@192.168.1.10> X-Priority: 3 Importance: Normal Cc: Reply-To: Kevin_Stevens@pursued-with.net X-Mailer: SquirrelMail (version 1.2.11) 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 hostA I recompiled the kernel incuding the following 2 lines: > # USB com devices > device ucom > device uplcom > > Unplugging and plugging back in on hostA the USB end, this is what I get > on the messages file: > > ... hostA /kernel: uplcom0: at uhub0 port 2 (addr 2) disconnected > ... hostA /kernel: uplcom0: detached > ... hostA /kernel: uhub0: port error, restarting port 2 > ... hostA /kernel: uplcom0: Prolific Technology PL2303 Serial adapter > (ATEN/IOGEAR UC232A), rev 1.10/2.02, addr 2 > > On hostA:/etc/remote I created the following line: > usb0:dv=/dev/usb0:br#9600:pa=none: > > However, I can't have tip working. It tries to connect and immediately > disconnect! > hostA:~ # tip usb0 > connected Um. Is it an incredibly stupid question to ask why you're trying to access usb0: instead of uplcom0:? I don't know anything about serial USB support under FreeBSD, but that kind of jumps out... KeS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15: 9:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA68737B401 for ; Mon, 24 Feb 2003 15:09:36 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F1243FE0 for ; Mon, 24 Feb 2003 15:09:35 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 720F6160011BC for ; Mon, 24 Feb 2003 23:09:33 +0000 (GMT) Subject: Two nics installed, only one visible From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: FreeBSD Questions Content-Type: text/plain Organization: Message-Id: <1046128178.42770.128.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Feb 2003 23:09:38 +0000 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, Sorry if I'm missing something really basic here, but I've installed FreeBSD on a new box here with two brand new nics: Intel Pro100S 3COM OfficeConnect (3CSOHO100B) At installation, I had the Intel (fxp0) connected to the switch, and it was configured during the sysinstall stage. However, the 3COM nic never showed up after installation in dmesg (as far as I can tell, that is): dmesg | grep -i intel CPU: Intel(R) Pentium(R) III CPU family 1133MHz (1132.96-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 fxp0: port 0xdc00-0xdc3f mem 0xfb000000-0xfb0fffff,0xfb100000-0xfb100fff irq 5 at device 9.0 on pci0 ~ # dmesg | grep -i 3com ~ # But the 3COM *is* picked up from scanpci: pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 3COM Device unknown CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) STATUS 0x0290 COMMAND 0x0007 CLASS 0x02 0x00 0x00 REVISION 0x31 BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x08 BASE0 0x0000e001 addr 0x0000e000 I/O BASE1 0xfb101000 addr 0xfb101000 MEM MAX_LAT 0x80 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0a I've tried moving the 3COM all over the available pci slots, with no change. I *do* have the xl driver included in my kernel: # grep -i fxp TIGER device fxp # Intel EtherExpress PRO/100B (82557, 82558) /usr/src/sys/i386/conf # grep -i xl TIGER device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') /usr/src/sys/i386/conf # Am I missing something? Thanks for the time. Regards, Stacey -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:18:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF54237B401 for ; Mon, 24 Feb 2003 15:18:49 -0800 (PST) Received: from webmail.akwireless.net (ns1.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id DAC7543FA3 for ; Mon, 24 Feb 2003 15:18:48 -0800 (PST) (envelope-from dhull@digitaloverload.net) Received: (qmail 19289 invoked from network); 24 Feb 2003 23:13:50 -0000 Received: from unknown (HELO localhost.localdomain) (63.164.145.161) by 0 with SMTP; 24 Feb 2003 23:13:50 -0000 Subject: Oracle on FreeBSD From: Damien Hull To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 24 Feb 2003 14:18:47 -0900 Message-Id: <1046128729.490.8.camel@dethstar> Mime-Version: 1.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 Can you run Oracle on FreeBSD? So far I've found some information on installing Oracle using Linux emulation but nothing about running it in native mode. Also, if any of you feel that running Oracle on FreeBSD is a bad idea let me know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:22:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9949C37B401 for ; Mon, 24 Feb 2003 15:22:37 -0800 (PST) Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C10443FBF for ; Mon, 24 Feb 2003 15:22:36 -0800 (PST) (envelope-from jrhoden@unimelb.edu.au) Received: from elkanah.its.unimelb.edu.au (elkanah.its.unimelb.edu.au [128.250.18.41]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id h1ONMY3J015187 for ; Tue, 25 Feb 2003 10:22:34 +1100 (EST) Content-Type: text/plain; charset="us-ascii" From: JacobRhoden Organization: University of Melbourne To: freebsd-questions@freebsd.org Subject: /kernel: uhub1: device problem, disabling port 2 Date: Tue, 25 Feb 2003 10:22:34 +1100 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302251022.34369.jrhoden@unimelb.edu.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 Hi, Whenever I attempt to attach my digital camera on my work computer, I get= the=20 afformetioned error, this error occurs when I plug my device into any usb= =20 port on my computer: Feb 21 15:02:46 elkanah /kernel: uhub1: device problem, disabling port 2 Has anyone else ever had this problem, how was it fixed? (It is not the=20 camera, because this same camera works in my similarly setup FreeBSD=20 4.7-STABLE laptop at home) Relevant DMESG: FreeBSD 4.7-STABLE #2: Fri Feb 21 14:33:09 EST 2003 =20 jrhoden@elkanah.its.unimelb.edu.au:/usr/obj/usr/src/sys/JOAB Timecounter "i8254" frequency 1193182 Hz CPU: Pentium 4 (1599.95-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf12 Stepping =3D 2 =20 Features=3D0x3febfbff,$ =2E.. 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 uhci1: port 0xe880-0xe89f irq= 5 at=20 device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xec00-0xec1f irq= 9 at=20 device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered Jacob Rhoden Phone: +61 3 8344 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:26:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ECA437B401 for ; Mon, 24 Feb 2003 15:26:40 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C04743F93 for ; Mon, 24 Feb 2003 15:26:39 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2A131679DA; Mon, 24 Feb 2003 15:26:39 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0A403124A; Mon, 24 Feb 2003 15:26:39 -0800 (PST) Date: Mon, 24 Feb 2003 15:26:39 -0800 From: Kris Kennaway To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: portsdb -Uu * /usr/local/ permission denied error Message-ID: <20030224232638.GA74488@rot13.obsecurity.org> References: <1156.192.168.1.4.1046126935.squirrel@webmail.probsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1156.192.168.1.4.1046126935.squirrel@webmail.probsd.org> User-Agent: Mutt/1.4i Sender: owner-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, Feb 24, 2003 at 05:48:55PM -0500, Michael Sharp wrote: > I normally update my ports tree by running cvsup, portsdb -Uu, pkgdb -F, > then portversion |grep "<" . I also have a jail that has its own ports > tree. On the host system, when running portsdb -Uu, I am getting the > following that I dont understand: See failure notices on ports@ Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:36: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F17637B401 for ; Mon, 24 Feb 2003 15:35:59 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF9943F3F for ; Mon, 24 Feb 2003 15:35:58 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1ONZvs4040548; Mon, 24 Feb 2003 15:35:57 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1ONZvfa040547; Mon, 24 Feb 2003 15:35:57 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Mon, 24 Feb 2003 15:35:57 -0800 Message-ID: <1046129757.3e5aac5d2fa2e@ra.dweebsoft.com> Date: Mon, 24 Feb 2003 15:35:57 -0800 From: Daxbert To: "" , Stacey Roberts Cc: FreeBSD Questions Subject: Re: Two nics installed, only one visible MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Stacey Roberts : > Intel Pro100S > 3COM OfficeConnect (3CSOHO100B) > > At installation, I had the Intel (fxp0) connected to the switch, and it > was configured during the sysinstall stage. However, the 3COM nic never > showed up after installation in dmesg (as far as I can tell, that is): > > But the 3COM *is* picked up from scanpci: > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > 3COM Device unknown > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > Am I missing something? > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id 0x9300 is not present. Because a reference for 0x9300 doesn't exist, you will have an unknown 'card', and it won't use the driver. I've never done this... but one option would be to edit if_xlreg.h and *add* support for your card and recompile and install the new kernel. The following line exists in /usr/src/sys/pci/if_xlreg.h (RELENG_4_7) #define TC_DEVICEID_HURRICANE_SOHO100TX 0x7646 maybe you could try changing this to: #define TC_DEVICEID_HURRICANE_SOHO100TX 0x9300 NOTE: A *proper* solution would be to add a new line to if_xlreg.h and add support for this new device to if_xl.c. But for now the 0x9300 hack is worth a shot... --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:45:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816A737B405 for ; Mon, 24 Feb 2003 15:45:38 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E78E43F3F for ; Mon, 24 Feb 2003 15:45:37 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1ONjbs4040779; Mon, 24 Feb 2003 15:45:37 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1ONjaXd040778; Mon, 24 Feb 2003 15:45:36 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Mon, 24 Feb 2003 15:45:36 -0800 Message-ID: <1046130336.3e5aaea09e74c@ra.dweebsoft.com> Date: Mon, 24 Feb 2003 15:45:36 -0800 From: Daxbert To: Daxbert Cc: "" , Stacey Roberts , FreeBSD Questions Subject: Re: Two nics installed, only one visible MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Daxbert : > Quoting Stacey Roberts : > > > Intel Pro100S > > 3COM OfficeConnect (3CSOHO100B) > > > > At installation, I had the Intel (fxp0) connected to the switch, and it > > was configured during the sysinstall stage. However, the 3COM nic never > > showed up after installation in dmesg (as far as I can tell, that is): > > > > But the 3COM *is* picked up from scanpci: > > > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > > 3COM Device unknown > > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > > > Am I missing something? > > > > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id > 0x9300 > is not present. Because a reference for 0x9300 doesn't exist, you will have > an > unknown 'card', and it won't use the driver. > > I've never done this... but one option would be to edit if_xlreg.h and *add* > support for your card and recompile and install the new kernel. > > The following line exists in /usr/src/sys/pci/if_xlreg.h (RELENG_4_7) > > #define TC_DEVICEID_HURRICANE_SOHO100TX 0x7646 > > maybe you could try changing this to: > > #define TC_DEVICEID_HURRICANE_SOHO100TX 0x9300 > > NOTE: A *proper* solution would be to add a new line to if_xlreg.h and add > support for this new device to if_xl.c. > > But for now the 0x9300 hack is worth a shot... > I should probably mention, the reason I chose to change 0x7646, is becuase it was the only one with SOHO in the name. If your new SOHO card isn't based on the HURRICANE ASIC, the above hack will fail. In which case you should research which ASIC it is based on, and then make the change to one of the other DEVICEID defines. --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:48:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C099037B401 for ; Mon, 24 Feb 2003 15:48:27 -0800 (PST) Received: from pengo.systems.pipex.net (pengo.systems.pipex.net [62.241.160.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E195343FBD for ; Mon, 24 Feb 2003 15:48:26 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by pengo.systems.pipex.net (Postfix) with ESMTP id C59904C000BB; Mon, 24 Feb 2003 23:48:22 +0000 (GMT) Subject: Re: Two nics installed, only one visible From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: Daxbert Cc: FreeBSD Questions In-Reply-To: <1046129757.3e5aac5d2fa2e@ra.dweebsoft.com> References: <1046129757.3e5aac5d2fa2e@ra.dweebsoft.com> Content-Type: text/plain Organization: Message-Id: <1046130507.42770.139.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Feb 2003 23:48:28 +0000 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, On Mon, 2003-02-24 at 23:35, Daxbert wrote: > Quoting Stacey Roberts : > > > Intel Pro100S > > 3COM OfficeConnect (3CSOHO100B) > > > > At installation, I had the Intel (fxp0) connected to the switch, and it > > was configured during the sysinstall stage. However, the 3COM nic never > > showed up after installation in dmesg (as far as I can tell, that is): > > > > But the 3COM *is* picked up from scanpci: > > > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > > 3COM Device unknown > > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > > > Am I missing something? > > > > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id 0x9300 > is not present. Because a reference for 0x9300 doesn't exist, you will have an > unknown 'card', and it won't use the driver. > I was just doing a search around FreeBSD tech sites and actually, this *specific* nic - 3CSOHO100B-TX isn't actually listed. What *is* listed in the Handbook is: 3Com Etherlink XL-based NICs ( xl(4) driver) 3C900/905/905B/905C PCI 3C556/556B MiniPCI 3C450-TX HomeConnect adapter 3c980/3c980B Fast Etherlink XL server adapter 3cSOHO100-TX OfficeConnect adapter <-- WHERE I WENT WRONG>>>>>>>>>>>>>> Dell Optiplex GX1 on-board 3C918 Dell On-board 3C920 Dell Precision on-board 3C905B Dell Latitude laptop docking station embedded 3C905-TX In looking man xl(4) though, 3cSOHO100-TX OfficeConnect isn't even mentioned, far less for 3CSOHO100B-TX. So it appears that I've not done my homework on this one :-( > I've never done this... but one option would be to edit if_xlreg.h and *add* > support for your card and recompile and install the new kernel. Man.., I'd like to get this working.., but I'm not sure about editing those files - not a programmer, you see. Is the HURRICANE_SOHOTX actually the one to edit, for instance? > > The following line exists in /usr/src/sys/pci/if_xlreg.h (RELENG_4_7) > > #define TC_DEVICEID_HURRICANE_SOHO100TX 0x7646 > > maybe you could try changing this to: > > #define TC_DEVICEID_HURRICANE_SOHO100TX 0x9300 > > NOTE: A *proper* solution would be to add a new line to if_xlreg.h and add > support for this new device to if_xl.c. > > But for now the 0x9300 hack is worth a shot... Thanks for that info., Get back to me with what I asked, if you can. I'll go look around the 3COM site for more info myself. Regards, Stacey > > --daxbert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 15:51:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026D037B401 for ; Mon, 24 Feb 2003 15:51:52 -0800 (PST) Received: from hotmail.com (oe49.law12.hotmail.com [64.4.18.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BDA43FD7 for ; Mon, 24 Feb 2003 15:51:51 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Feb 2003 15:51:51 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: rfd0 fd0 Date: Mon, 24 Feb 2003 17:50:04 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 24 Feb 2003 23:51:51.0410 (UTC) FILETIME=[B3AA9520:01C2DC5F] Sender: owner-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- what is the difference between these two devices? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 16: 7:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0209137B401 for ; Mon, 24 Feb 2003 16:07:34 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5157743FA3 for ; Mon, 24 Feb 2003 16:07:29 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1P07Ts4041285; Mon, 24 Feb 2003 16:07:29 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1P07S0O041284; Mon, 24 Feb 2003 16:07:28 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Mon, 24 Feb 2003 16:07:28 -0800 Message-ID: <1046131648.3e5ab3c06e2ca@ra.dweebsoft.com> Date: Mon, 24 Feb 2003 16:07:28 -0800 From: Daxbert To: "" , Stacey Roberts Cc: FreeBSD Questions Subject: Re: Two nics installed, only one visible MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Stacey Roberts : > On Mon, 2003-02-24 at 23:35, Daxbert wrote: > > Quoting Stacey Roberts : > > > > > Intel Pro100S > > > 3COM OfficeConnect (3CSOHO100B) > > > > > > At installation, I had the Intel (fxp0) connected to the switch, and it > > > was configured during the sysinstall stage. However, the 3COM nic never > > > showed up after installation in dmesg (as far as I can tell, that is): > > > > > > But the 3COM *is* picked up from scanpci: > > > > > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > > > 3COM Device unknown > > > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > > > > > Am I missing something? > > > > > > > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id > 0x9300 > > is not present. Because a reference for 0x9300 doesn't exist, you will > have an > > unknown 'card', and it won't use the driver. > > > > I was just doing a search around FreeBSD tech sites and actually, this > *specific* nic - 3CSOHO100B-TX isn't actually listed. What *is* listed > in the Handbook is: > > 3cSOHO100-TX OfficeConnect adapter <-- WHERE I WENT WRONG>>>>>>>>>>>>>> > > In looking man xl(4) though, 3cSOHO100-TX OfficeConnect isn't even > mentioned, far less for 3CSOHO100B-TX. So it appears that I've not done > my homework on this one :-( > > > I've never done this... but one option would be to edit if_xlreg.h and > *add* > > support for your card and recompile and install the new kernel. > > Man.., I'd like to get this working.., but I'm not sure about editing > those files - not a programmer, you see. Is the HURRICANE_SOHOTX > actually the one to edit, for instance? > In a previous email I mentioned my logic behind picking the HURRICANE SOHO, because it was the only one which mentioned SOHO in the name. I did some further research (google: 0x9300 SOHO) and found that this card isn't based on the HURRICANE chipset at all: http://www.tux.org/hypermail/linux-vortex/2002-Dec/0054.html the author mentions that it's a 'tulip' based card. Tulip is a DEC ASIC. First make sure the de driver is enabled, and disable your existing xl driver. And hope for the best. If it's still undetected... you'd need to hack into the tulip files... I'd recommend this if you are comfortable with booting alternate kernels. That way, if you break the kernel it's not a big deal. if_de.c and if_devar.h (both in /usr/src/sys/pci) are the files in question. good luck --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 16: 7:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF7C37B405 for ; Mon, 24 Feb 2003 16:07:35 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849B343FA3 for ; Mon, 24 Feb 2003 16:07:34 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1P07Ws4041291; Mon, 24 Feb 2003 16:07:32 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1P07WRJ041290; Mon, 24 Feb 2003 16:07:32 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Mon, 24 Feb 2003 16:07:32 -0800 Message-ID: <1046131652.3e5ab3c420180@ra.dweebsoft.com> Date: Mon, 24 Feb 2003 16:07:32 -0800 From: Daxbert To: "" , Stacey Roberts Cc: FreeBSD Questions Subject: Re: Two nics installed, only one visible MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Stacey Roberts : > On Mon, 2003-02-24 at 23:35, Daxbert wrote: > > Quoting Stacey Roberts : > > > > > Intel Pro100S > > > 3COM OfficeConnect (3CSOHO100B) > > > > > > At installation, I had the Intel (fxp0) connected to the switch, and it > > > was configured during the sysinstall stage. However, the 3COM nic never > > > showed up after installation in dmesg (as far as I can tell, that is): > > > > > > But the 3COM *is* picked up from scanpci: > > > > > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > > > 3COM Device unknown > > > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > > > > > Am I missing something? > > > > > > > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id > 0x9300 > > is not present. Because a reference for 0x9300 doesn't exist, you will > have an > > unknown 'card', and it won't use the driver. > > > > I was just doing a search around FreeBSD tech sites and actually, this > *specific* nic - 3CSOHO100B-TX isn't actually listed. What *is* listed > in the Handbook is: > > 3cSOHO100-TX OfficeConnect adapter <-- WHERE I WENT WRONG>>>>>>>>>>>>>> > > In looking man xl(4) though, 3cSOHO100-TX OfficeConnect isn't even > mentioned, far less for 3CSOHO100B-TX. So it appears that I've not done > my homework on this one :-( > > > I've never done this... but one option would be to edit if_xlreg.h and > *add* > > support for your card and recompile and install the new kernel. > > Man.., I'd like to get this working.., but I'm not sure about editing > those files - not a programmer, you see. Is the HURRICANE_SOHOTX > actually the one to edit, for instance? > In a previous email I mentioned my logic behind picking the HURRICANE SOHO, because it was the only one which mentioned SOHO in the name. I did some further research (google: 0x9300 SOHO) and found that this card isn't based on the HURRICANE chipset at all: http://www.tux.org/hypermail/linux-vortex/2002-Dec/0054.html the author mentions that it's a 'tulip' based card. Tulip is a DEC ASIC. First make sure the de driver is enabled, and disable your existing xl driver. And hope for the best. If it's still undetected... you'd need to hack into the tulip files... I'd recommend this if you are comfortable with booting alternate kernels. That way, if you break the kernel it's not a big deal. if_de.c and if_devar.h (both in /usr/src/sys/pci) are the files in question. good luck --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 16:12:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B2C37B401 for ; Mon, 24 Feb 2003 16:12:25 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9624F43F3F for ; Mon, 24 Feb 2003 16:12:23 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 51D7416001899; Tue, 25 Feb 2003 00:12:19 +0000 (GMT) Subject: Re: Two nics installed, only one visible From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: Daxbert Cc: FreeBSD Questions In-Reply-To: <1046131652.3e5ab3c420180@ra.dweebsoft.com> References: <1046131652.3e5ab3c420180@ra.dweebsoft.com> Content-Type: text/plain Organization: Message-Id: <1046131944.42770.144.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 25 Feb 2003 00:12:24 +0000 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, On Tue, 2003-02-25 at 00:07, Daxbert wrote: > Quoting Stacey Roberts : > > > > > > > > I was just doing a search around FreeBSD tech sites and actually, this > > *specific* nic - 3CSOHO100B-TX isn't actually listed. What *is* listed > > in the Handbook is: > > > > 3cSOHO100-TX OfficeConnect adapter <-- WHERE I WENT WRONG>>>>>>>>>>>>>> > > > > In looking man xl(4) though, 3cSOHO100-TX OfficeConnect isn't even > > mentioned, far less for 3CSOHO100B-TX. So it appears that I've not done > > my homework on this one :-( > > > > > I've never done this... but one option would be to edit if_xlreg.h and > > *add* > > > support for your card and recompile and install the new kernel. > > > > Man.., I'd like to get this working.., but I'm not sure about editing > > those files - not a programmer, you see. Is the HURRICANE_SOHOTX > > actually the one to edit, for instance? > > > > In a previous email I mentioned my logic behind picking the HURRICANE SOHO, > because it was the only one which mentioned SOHO in the name. > > I did some further research (google: 0x9300 SOHO) and found that this card isn't > based on the HURRICANE chipset at all: > > http://www.tux.org/hypermail/linux-vortex/2002-Dec/0054.html > > the author mentions that it's a 'tulip' based card. Tulip is a DEC > ASIC. First make sure the de driver is enabled, and disable your existing xl > driver. And hope for the best. Yeah, I've just come across a linux thread that mentions as much (actually refers to a driver provided my the guys at scyld). I'll follow up on what this thread link says and see how it goes.., Thanks a lot, Man. Regards, Stacey > > If it's still undetected... you'd need to hack into the tulip files... I'd > recommend this if you are comfortable with booting alternate kernels. That way, > if you break the kernel it's not a big deal. > > if_de.c and if_devar.h (both in /usr/src/sys/pci) are the files in question. > > good luck > > --daxbert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 16:32:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7617A37B401 for ; Mon, 24 Feb 2003 16:32:57 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09FD43FA3 for ; Mon, 24 Feb 2003 16:32:56 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 523BAEF6A6 for ; Tue, 25 Feb 2003 01:20:51 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 66EAB5D009 for ; Tue, 25 Feb 2003 01:35:59 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 1B6AD5D008 for ; Tue, 25 Feb 2003 01:35:59 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id ADCD45400EA; Tue, 25 Feb 2003 01:50:21 +0100 Message-Id: <5.2.0.9.0.20030224183206.04a8e278@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 24 Feb 2003 18:32:52 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: booting from Promise tx2000: 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 Since we only had one ATA133 disk on each TX2000 ATA channel, we skipped the TX2000 setup utility to define an "array" (we didn't want to run RAID or want any stinking arrays at all). We were able to boot from mobo ATA CDROM and install fbsd through the TX2000. ( btw, we always install fbsd boot mgr, since without the boot mgr, we more often than not, cannot get any boot at all ) But, no boot from TX2000 fbsd disk. Nothing, no errors, from TX200, nothing from fbsd bootblock. When we did define an array as "span", but only had one disk per ATA channel in the "span", we were finally able to get a boot but with a failure : Mounting Root from ufs:/dev/ad4s1a Root Mount Failed: 16 We figured the fbsd install pre-array/span wasn't accessible after we did defined array/span. So with the array mode + span now on, we re-installed fbsd via the TX2000 to the same disk. And now, we can boot just fine. .... while waiting for Soeren Schmidt to get the Promise SX4000 driver done! :)) Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 16:45:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA0BD37B401 for ; Mon, 24 Feb 2003 16:45:32 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032A743F85 for ; Mon, 24 Feb 2003 16:45:32 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id C60F7160001DA; Tue, 25 Feb 2003 00:45:28 +0000 (GMT) Subject: Re: Two nics installed, only one visible From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: Daxbert Cc: FreeBSD Questions In-Reply-To: <1046131652.3e5ab3c420180@ra.dweebsoft.com> References: <1046131652.3e5ab3c420180@ra.dweebsoft.com> Content-Type: text/plain Organization: Message-Id: <1046133933.42770.152.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 25 Feb 2003 00:45:34 +0000 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, On Tue, 2003-02-25 at 00:07, Daxbert wrote: > Quoting Stacey Roberts : > > > On Mon, 2003-02-24 at 23:35, Daxbert wrote: > > > Quoting Stacey Roberts : > > > > > > > Intel Pro100S > > > > 3COM OfficeConnect (3CSOHO100B) > > > > > > > > At installation, I had the Intel (fxp0) connected to the switch, and it > > > > was configured during the sysinstall stage. However, the 3COM nic never > > > > showed up after installation in dmesg (as far as I can tell, that is): > > > > > > > > But the 3COM *is* picked up from scanpci: > > > > > > > > pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 > > > > 3COM Device unknown > > > > CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) > > > > > > > > Am I missing something? > > > > > > > > > > It would appear that from /usr/src/sys/pci/if_xlreg.h that the device id > > 0x9300 > > > is not present. Because a reference for 0x9300 doesn't exist, you will > > have an > > > unknown 'card', and it won't use the driver. > > > > > > > I was just doing a search around FreeBSD tech sites and actually, this > > *specific* nic - 3CSOHO100B-TX isn't actually listed. What *is* listed > > in the Handbook is: > > > > 3cSOHO100-TX OfficeConnect adapter <-- WHERE I WENT WRONG>>>>>>>>>>>>>> > > > > In looking man xl(4) though, 3cSOHO100-TX OfficeConnect isn't even > > mentioned, far less for 3CSOHO100B-TX. So it appears that I've not done > > my homework on this one :-( > > > > > I've never done this... but one option would be to edit if_xlreg.h and > > *add* > > > support for your card and recompile and install the new kernel. > > > > Man.., I'd like to get this working.., but I'm not sure about editing > > those files - not a programmer, you see. Is the HURRICANE_SOHOTX > > actually the one to edit, for instance? > > > > In a previous email I mentioned my logic behind picking the HURRICANE SOHO, > because it was the only one which mentioned SOHO in the name. > > I did some further research (google: 0x9300 SOHO) and found that this card isn't > based on the HURRICANE chipset at all: > > http://www.tux.org/hypermail/linux-vortex/2002-Dec/0054.html > > the author mentions that it's a 'tulip' based card. Tulip is a DEC > ASIC. First make sure the de driver is enabled, and disable your existing xl > driver. And hope for the best. > > If it's still undetected... you'd need to hack into the tulip files... I'd > recommend this if you are comfortable with booting alternate kernels. That way, > if you break the kernel it's not a big deal. > Tried replacing the xl driver with the de one, but the 3COM is still not getting picked up: # uname -a FreeBSD crom.vickiandstacey.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb 25 00:36:08 GMT 2003 stacey@crom.vickiandstacey.com:/usr/src/sys/compile/TYAN i386 ~ # # dmesg | grep -i intel CPU: Intel(R) Pentium(R) III CPU family 1133MHz (1132.96-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 fxp0: port 0xdc00-0xdc3f mem 0xfb000000-0xfb0fffff,0xfb100000-0xfb100fff irq 5 at device 9.0 on pci0 ~ # dmesg | grep -i 3com ~ # Its still there in pciconf, though: none1@pci0:10:0: class=0x020000 card=0x930010b7 chip=0x930010b7 rev=0x31 hdr=0x00 vendor = '3COM Corp, Networking Division' class = network subclass = ethernet and scanpci sees it as well: pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10b7 device 0x9300 3COM Device unknown CardVendor 0x10b7 card 0x9300 (3COM, Card unknown) STATUS 0x0290 COMMAND 0x0007 CLASS 0x02 0x00 0x00 REVISION 0x31 BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x08 BASE0 0x0000e001 addr 0x0000e000 I/O BASE1 0xfb101000 addr 0xfb101000 MEM MAX_LAT 0x80 MIN_GNT 0x40 INT_PIN 0x01 INT_LINE 0x0a Not sure about hacking the tulip driver on my own though. If anyone is willing to guide me through this, I'll gladly give this a go. Thanks Daxbert, for all the pointers.., Regards, Stacey > if_de.c and if_devar.h (both in /usr/src/sys/pci) are the files in question. > > good luck > > --daxbert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 17:38: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E2537B401 for ; Mon, 24 Feb 2003 17:38:05 -0800 (PST) Received: from soapbox.yandex.ru (soapbox.yandex.ru [213.180.193.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78EC43F85 for ; Mon, 24 Feb 2003 17:38:04 -0800 (PST) (envelope-from hilbert@yandex.ru) Received: from YAMAIL (soapbox.yandex.ru) by mail.yandex.ru id ; Tue, 25 Feb 2003 04:37:50 +0300 Date: Tue, 25 Feb 2003 04:37:50 +0300 (MSK) From: "demon" Reply-To: hilbert@yandex.ru Message-Id: <3E5AC8EE.000013.21292@soapbox.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 4.8 Release X-source-ip: 62.76.195.111 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 When will FreeBSD 4.8 release? It was declared 01.02.2003, but ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 17:51:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA1B37B401 for ; Mon, 24 Feb 2003 17:51:43 -0800 (PST) Received: from mail024.syd.optusnet.com.au (mail024.syd.optusnet.com.au [210.49.20.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4DB43F75 for ; Mon, 24 Feb 2003 17:51:41 -0800 (PST) (envelope-from izzo@optusnet.com.au) Received: from kalgan.local (c18428.eburwd1.vic.optusnet.com.au [210.49.180.23]) by mail024.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1P1pdJ29816 for ; Tue, 25 Feb 2003 12:51:40 +1100 Received: from kalgan.local (izzo@localhost [127.0.0.1]) by kalgan.local (8.12.6/8.12.6) with ESMTP id h1P1peDT004740 for ; Tue, 25 Feb 2003 12:51:40 +1100 (EST) (envelope-from izzo@kalgan.local) Received: (from izzo@localhost) by kalgan.local (8.12.6/8.12.6/Submit) id h1P1pdI1004739 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 12:51:39 +1100 (EST) Date: Tue, 25 Feb 2003 12:51:39 +1100 From: Sam Izzo To: freebsd-questions@freebsd.org Subject: Re: linker paths & /usr/local/lib Message-ID: <20030225015139.GB379@kalgan.vic.optushome.com.au> References: <20030223152808.GA1391@kalgan.vic.optushome.com.au> <20030223165133.79e9aa2b.flynn@energyhq.homeip.net> <20030224011724.GA296@kalgan.vic.optushome.com.au> <20030224080534.61fa0166.flynn@energyhq.homeip.net> <20030224073911.GA10158@kalgan.vic.optushome.com.au> <20030224094027.3a6e458a.flynn@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030224094027.3a6e458a.flynn@energyhq.homeip.net> User-Agent: Mutt/1.4i Sender: owner-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, Feb 24, 2003 at 09:40:27AM +0100, Miguel Mendez wrote: > Being a curious person myself I cvs co'd the OpenPTC thing to try it > here. I've tried it on a NetBSD box, but the procedure to build it on > FreeBSD should be similar. Hey great, thanks for that! You didn't have to do that :-) I tried your changes and did indeed get further. I also had to hack the Makefile.config (in the x11 dir) to include /usr/local/lib and /usr/local/include. Also, a few of the Makefiles had carriage returns at the end of every line, and that also caused gmake to bork. Oh, I had to change configure in one other spot too to include /usr/local/include. After that it compiled everything! Did all that happen because they were using an older version of autoconf to create the configure script? > other things. Hope this helps a bit. Perhaps it would be worth e-mailing > the developers and making an offer to help them make a more sane > configure script. Yeah I think I'll email them, though I'm a newbie when it comes to autoconf/ automake. I'm about to teach myself though because (a) it's about time I learnt and (2) I need to learn to package up some software I'm working on. :-) Thanks muchly for your help! sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 17:54: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F010B37B401 for ; Mon, 24 Feb 2003 17:54:01 -0800 (PST) Received: from webmail.akwireless.net (ns1.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 60BC543FCB for ; Mon, 24 Feb 2003 17:54:01 -0800 (PST) (envelope-from dhull@digitaloverload.net) Received: (qmail 32310 invoked from network); 25 Feb 2003 01:49:02 -0000 Received: from unknown (HELO localhost.localdomain) (63.164.145.161) by 0 with SMTP; 25 Feb 2003 01:49:02 -0000 Subject: Virtual mail server From: Damien Hull To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 24 Feb 2003 16:53:59 -0900 Message-Id: <1046138041.564.21.camel@dethstar> Mime-Version: 1.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 I'm going to be setting up a virtual mail server using Postfix, OpenLDAP, Jamm and courier IMAP. Is there a way to limit the number of accounts each domain can have? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 18:12:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FE737B405 for ; Mon, 24 Feb 2003 18:12:47 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0611F43F3F for ; Mon, 24 Feb 2003 18:12:46 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-a013.otenet.gr [212.205.215.13]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1P2ChAK025375; Tue, 25 Feb 2003 04:12:44 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1P2ChRZ003864; Tue, 25 Feb 2003 04:12:43 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1P2Chfw003863; Tue, 25 Feb 2003 04:12:43 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Tue, 25 Feb 2003 04:12:43 +0200 From: Giorgos Keramidas To: demon Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.8 Release Message-ID: <20030225021243.GB90479@gothmog.gr> References: <3E5AC8EE.000013.21292@soapbox.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E5AC8EE.000013.21292@soapbox.yandex.ru> Sender: owner-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 2003-02-25 04:37, demon wrote: > When will FreeBSD 4.8 release? > It was declared 01.02.2003, but ... http://www.freebsd.org/releng/index.html is your friend. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 19:26:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC3937B401 for ; Mon, 24 Feb 2003 19:26:32 -0800 (PST) Received: from biobio.terra.cl (biobio.terra.cl [200.28.216.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730BF43FB1 for ; Mon, 24 Feb 2003 19:26:31 -0800 (PST) (envelope-from david@feig.net) Received: from queule.ctcinternet.cl (200.28.216.10) by biobio.terra.cl (6.5.026) id 3E4946AC001F0F54 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 00:36:12 -0300 Received: from hoho.freerangeho.com (200.89.59.143) by queule.ctcinternet.cl (6.5.026) id 3E267766012385C9 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 00:36:14 -0300 Content-Type: text/plain; charset="iso-8859-1" From: David Feig To: freebsd-questions@freebsd.org Subject: Disk failure (hardware or config problem?) Vinum Date: Tue, 25 Feb 2003 00:24:27 -0300 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <03022500242700.00626@hoho.freerangeho.com> 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 been playing with Vinum and my first serious experiment resulted in a serious failure. I am not sure if my hard drive just chose this moment to fail or if it is a configuration problem but I can't seem to do anything with the drive anymore: I have a 40 G IBM drive that I have not really ever used. I configured it with Vinum to be a single volume with a single plex and a single drive (can't get much simpler than that.) After newfs'ing it I proceded to copy about 35G of data to it. While doing other things my system suddenly froze. I could not switch to a virtual terminal. The machine was no longer funtioning as a gateway but I could still ping it. I had no other option than to reboot. On reboot fsck successful cleaned up various inconsistoncies on various partitions (not the vinum volume.) The last message in /etc/messages was: Feb 24 07:23:47 hoho /kernel: pid 756 (kdeinit), uid 1000 on /: file system full Although none of my file systems are full after reboot. The drive ad7 still shows up in my boot messages. When I started vinum I got this in /var/messages: Feb 24 21:36:47 hoho /kernel: vinum: loaded Feb 24 21:37:17 hoho /kernel: vinum: drive a is up Feb 24 21:37:17 hoho /kernel: vinum: simplevinum.p0.s0 is up Feb 24 21:37:17 hoho /kernel: vinum: simplevinum.p0 is up Feb 24 21:37:17 hoho /kernel: vinum: simplevinum is up Feb 24 21:37:17 hoho /kernel: ad7s1e: hard error writing fsbn 8 (ad7s1 bn 8; cn 0 tn 0 sn 8)ad7s1e: hard error writing fsbn 8 (ad7s1 bn 8; cn 0 tn 0 sn 8) status=51 error=04 Feb 24 21:37:17 hoho /kernel: ad7: DMA problem fallback to PIO mode Feb 24 21:37:17 hoho /kernel: vinum: Can't write config to /dev/ad7s1e, error 5 Feb 24 21:37:17 hoho /kernel: vinum: drive a is down Feb 24 21:37:17 hoho /kernel: vinum: simplevinum.p0.s0 is crashed Feb 24 21:37:17 hoho /kernel: vinum: simplevinum.p0 is faulty Feb 24 21:37:17 hoho /kernel: vinum: simplevinum is down I then tried to reconfigure the drive: su-2.05# dd if=/dev/zero of=/dev/ad7 bs=1k count=1 dd: /dev/ad7: Input/output error 1+0 records in 0+0 records out 0 bytes transferred in 0.014675 secs (0 bytes/sec) with the /var/log/messages output of: Feb 25 00:16:50 hoho /kernel: ad7: hard error writing fsbn 0 of 0-1 (ad7 bn 0; cn 0 tn 0 sn 0) status=51 error=04 Note, I have an identical drive on the same IDE controller and it is still working fine, so I don't think it is a controller problem. Is my drive toast? -- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 20: 9:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFF337B401 for ; Mon, 24 Feb 2003 20:09:33 -0800 (PST) Received: from mail.wirewalk.com (dsl092-100-221.nyc2.dsl.speakeasy.net [66.92.100.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F21643F85 for ; Mon, 24 Feb 2003 20:09:33 -0800 (PST) (envelope-from synrat@wirewalk.org) Received: by mail.wirewalk.com (Postfix, from userid 501) id 4C9DC71A34; Mon, 24 Feb 2003 23:00:39 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.wirewalk.com (Postfix) with ESMTP id 44E7171A33; Mon, 24 Feb 2003 23:00:39 -0500 (EST) Date: Mon, 24 Feb 2003 23:00:39 -0500 (EST) From: synrat X-X-Sender: synrat@mail.wirewalk.com To: Damien Hull Cc: freebsd-questions@freebsd.org Subject: Re: Oracle on FreeBSD In-Reply-To: <1046128729.490.8.camel@dethstar> Message-ID: References: <1046128729.490.8.camel@dethstar> 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 it's not a bad idea, it'd be great if oracle created a port for bsd, but they didn't and most likely won't. you can't run in in native mode, because ... well... it's bsd, not linux. i don't think you'll have issues with emulation mode,. except for performance, which could be pretty big. I suggest just stick with linux for oracle. On Mon, 24 Feb 2003, Damien Hull wrote: > Can you run Oracle on FreeBSD? > > So far I've found some information on installing Oracle using Linux > emulation but nothing about running it in native mode. > > Also, if any of you feel that running Oracle on FreeBSD is a bad idea > let me know. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 20:21:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FD237B401 for ; Mon, 24 Feb 2003 20:21:14 -0800 (PST) Received: from p6m7g8.com (pcp02835904pcs.hyatsv01.md.comcast.net [68.54.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39EDD43F93 for ; Mon, 24 Feb 2003 20:21:13 -0800 (PST) (envelope-from philip@p6m7g8.com) Received: from p6m7g8.com (localhost [127.0.0.1]) by p6m7g8.com (8.12.6/8.12.7) with ESMTP id h1ONL5Lm003859; Mon, 24 Feb 2003 23:21:05 GMT (envelope-from philip@p6m7g8.com) Received: from localhost (localhost [[UNIX: localhost]]) by p6m7g8.com (8.12.6/8.12.7/Submit) id h1ONL4D7003858; Mon, 24 Feb 2003 23:21:04 GMT Content-Type: text/plain; charset="iso-8859-1" From: "Philip M. Gollucci" Organization: eJournalPress To: synrat Subject: Re: Oracle on FreeBSD Date: Mon, 24 Feb 2003 23:21:04 +0000 User-Agent: KMail/1.4.3 References: <1046128729.490.8.camel@dethstar> In-Reply-To: Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302242321.04463.philip@p6m7g8.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've also notice that the FAQ on the FreeBSD site is for 3.2 and ORALCE 7 Aren't we on oracle 9i and FreeBSD 5.0 ? Since I have to do this so that I can test things locally, I wouldn't min= d doing a web write up for the FreeBSD docs unless someone else is already=20 working on this ? On Tuesday 25 February 2003 04:00, synrat wrote: > it's not a bad idea, it'd be great if oracle created a port for bsd, bu= t > they didn't and most likely won't. you can't run in in native mode, > because ... well... it's bsd, not linux. i don't think you'll have issu= es > with emulation mode,. except for performance, which could be pretty big= =2E > I suggest just stick with linux for oracle. > > On Mon, 24 Feb 2003, Damien Hull wrote: > > Can you run Oracle on FreeBSD? > > > > So far I've found some information on installing Oracle using Linux > > emulation but nothing about running it in native mode. > > > > Also, if any of you feel that running Oracle on FreeBSD is a bad idea > > let me know. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 END=20 -------------------------------------------------------------------------= -----=20 Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell)=20 Science, Discovery, & the Universe (UMCP)=20 Webmaster & Webship Teacher=20 URL: http://www.sdu.umd.edu=20 eJournalPress=20 Database/PERL Programmer & System Admin=20 URL : http://www.ejournalpress.com=20 Resume : http://p6m7g8.net/Resume=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 20:40:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D9137B401 for ; Mon, 24 Feb 2003 20:40:30 -0800 (PST) Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497F243FB1 for ; Mon, 24 Feb 2003 20:40:30 -0800 (PST) (envelope-from sean@seanoneill.info) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE.COM [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id F0EB37677 for ; Mon, 24 Feb 2003 22:40:25 -0600 (CST) Message-Id: <5.2.0.9.0.20030224223728.032606b8@pop.swbell.yahoo.com> X-Sender: swoneill@swbell.net@pop.swbell.yahoo.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 24 Feb 2003 22:40:24 -0600 To: freebsd-questions@FreeBSD.ORG From: Sean O'Neill Subject: systat like statistics to a flat file ? 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 Is there anything in FreeBSD or the ports that will collect statistics similar to those displayed by systat and drop them to a flat file ? -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 20:57:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A295537B401 for ; Mon, 24 Feb 2003 20:57:54 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B7C43FB1 for ; Mon, 24 Feb 2003 20:57:53 -0800 (PST) (envelope-from michael.j.ohara@verizon.net) Received: from localhost ([141.156.36.98]) by out002.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030225045752.BQOL17756.out002.verizon.net@localhost> for ; Mon, 24 Feb 2003 22:57:52 -0600 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 Date: Mon, 24 Feb 2003 23:32:54 -0500 (EST) Reply-To: michael.j.ohara@verizon.net From: michael.j.ohara@verizon.net To: freebsd-questions@freebsd.org Subject: mozilla 1.2.1 and seg faults X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [141.156.36.98] at Mon, 24 Feb 2003 22:57:52 -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 Hi, I'm having problems compiling Mozilla 1.2.1 from the ports. It compiles without errors, but when I run it I'm getting the "No running window" error followed by a seg fault. I saw that several other people had this problem, but I didn't see how they resolved it. The backtrace of the core showed #75 0x28d2fc21 in nsAppShellService::DoProfileStartup () from /usr/X11R6/lib/mozilla/components/libnsappshell.so #76 0x804e9f0 in nsWindowCreator::Release () #77 0x804dc4c in nsIServiceManager::GetIID () #78 0x804d047 in main () #79 0x804ce0d in _start () I'm running FreeBSD 4.4-RELEASE. The only kernel changes I have are the soundcard option and the i810 kernel module for my onboard video chipset. One quirk is that I'm running X v. 4.1.0, but I upgraded the X libraries to 4.2 to compile Mozilla. I've resisted upgrading all of X because of the manual configuration I have to do to get it working. For sake of completeness I've included a listing of /var/db/pkg. Most of these packages were installed from the FreeBSD 4.4 CD, but some of the required upgrades for mozilla I recently installed (compiled packages from the freebsd website). I wanted to install the mozilla 1.2.1 package, but I think it was compiled on BSD 4.6 site, and it seemed to be unable to find existing libraries. Then I tried to install from the ports, and compiled fine but got the "no defaultPref" and "no config found" error when I tried to run it. I discovered that that was because I hadn't deleted the old mozilla before installing the new one. When I resolved that problem, I moved on to the current seg fault. Any insight would be greatly appreciated. Thanks, Mike Mesa-3.4.2_1 gnomecontrolcenter-1.4.0.1 mpg123-0.59r_4 ORBit-0.5.8_1 gnomecore-1.4.0.4_2 mtools-3.9.8 XFree86-4.1.0_6 gnomedb-0.2.90_3 musicbrainz-1.0.0 XFree86-libraries-4.2.1_6 gnomelibs-1.4.1.2 netpbm-9.18 Xaw3d-1.5 gnomemedia-1.2.3 oaf-0.6.6 Xft-2.1 gnomeprint-0.29 open-motif-2.1.30_1 Xft-2.1_2 gnomevfs-1.0.1 pine-4.33_1 a2ps-letter-4.13 gnupg-1.0.6_1 pkgconfig-0.15.0 apache-1.3.20 gnuplot-3.7.1_1 pkgconfig-0.8.0 apsfilter-6.1.1 grip-2.96_1 png-1.2.0 bash-2.05 gtk-1.2.10_2 popt-1.5.1 bonobo-1.0.8 gtkhtml-0.12.0 pspell-0.12.2 cclient-0106191041 guile-1.4 psutils-letter-1.17_1 compat3x-i386-4.4.20011227 gv-3.5.8 rpm-3.0.6_5 db3-3.2.9_2,1 imake-4.2.0_1 scrollkeeper-0.2_3 emacs-20.7 imlib-1.9.11 sed_inplace-2002.10.19 esound-0.2.22 ispell-3.2.05_1 sox-12.17.1_1 expat-1.95.5 javavmwrapper-1.3 splay-0.9.5.1 expat-1.95.6_1 jdk-1.1.8 t1lib-1.2 fontconfig-2.1_2 jpeg-6b tcsh-6.11.00 freeamp-2.1.0_2 lcms-1.07_1 teTeX-1.0.7 freetype-1.3.1_1 libaudiofile-0.2.2 tiff-3.5.5 freetype-1.3.1_2 libgda-0.2.90_4 transfig-3.2.3d freetype2-2.0.4 libghttp-1.0.9 unix2dos-1.2 freetype2-2.1.3_1 libglade-0.17_1 unzip-5.42 gal-0.11.2 libiconv-1.7_1 uulib-0.5.13 gconf-1.0.4 libmng-1.0.2 xfce-3.8.6_1 gd-1.8.4_3 libogg-1.0.r2,2 xfig-3.2.3d gdbm-1.8.0 libtool-1.3.4_2 xfmail-1.5.0 gdk-pixbuf-0.11.0_1 libungif-4.1.0b1 xforms-0.88,1 gettext-0.10.35 libunicode-0.4_2 xmcd-3.0.2 ghostscript-gnu-6.51 libvorbis-1.0.r2,2 xpdf-0.92 gle-3.0.3 libwww-5.3.1 xpm-3.4k glib-1.2.10_4 libxml-1.8.15 xscreensaver-gtk-3.33 glibwww-0.2_1 linux_base-6.1 xv-3.10a_2 gmake-3.79.1 lynx-2.8.4.1 xwave-2.2 gnomeaudio-1.4.0 mkisofs-1.14 zip-2.3 gnomecanvas-0.11.0_1 mozilla-1.2.1_1,2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 20:59:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3793737B401 for ; Mon, 24 Feb 2003 20:59:09 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7591543FBF for ; Mon, 24 Feb 2003 20:59:08 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 26939 invoked by uid 0); 25 Feb 2003 04:59:06 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 04:59:06 -0000 From: "Wolfpaw - Dale Corse" To: "Damien Hull" , Subject: RE: Virtual mail server Date: Mon, 24 Feb 2003 22:09:09 -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.4522.1200 In-Reply-To: <1046138041.564.21.camel@dethstar> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG QmailAdmin / Vpopmail works well for this application.. and can do what you ask :) Check out www.inter7.com :) D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Damien Hull Sent: Monday, February 24, 2003 6:54 PM To: freebsd-questions@freebsd.org Subject: Virtual mail server I'm going to be setting up a virtual mail server using Postfix, OpenLDAP, Jamm and courier IMAP. Is there a way to limit the number of accounts each domain can have? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 21: 1:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBCD37B406 for ; Mon, 24 Feb 2003 21:01:55 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8638543F3F for ; Mon, 24 Feb 2003 21:01:53 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1P51pxc011210 for ; Mon, 24 Feb 2003 23:01:51 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: Epson Perfection 1260 and SANE From: Kirk Strauser Date: Mon, 24 Feb 2003 23:01:47 -0600 In-Reply-To: <3E5A9D56.6030106@cs.umu.se> (Paul Everlund's message of "Mon, 24 Feb 2003 23:31:50 +0100") Message-ID: <87smudj6mc.fsf@strauser.com> Lines: 23 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <3E5A9D56.6030106@cs.umu.se> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-24T22:31:50Z, Paul Everlund writes: > When issued sane-find-scanner it finds it, telling me it's on > libusb:/dev/usb0:/dev/ugen0. That probably means that FreeBSD isn't identifying it correctly. IIRC, USB scanners should show up as /dev/uscanner[0-...] > It also seems to use the backend Plustek, I haven't used a 1260, but my Epson Perfection 1240 used the Epson backend. > If you who reads this managed to make it work, can you please give me some > hints? When I bought my 1240, FreeBSD didn't recognize it yet. It was very easy to hack the kernel's USB files (cd /usr/src/sys; grep -ri 'perfection'; vi ...) to add in the 1240's USB ID numbers (gleaned from dmesg output). You may have to do the same for your 1260. =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+Wvi/5sRg+Y0CpvERAslYAKCMZhlIQAVScI+NjxI/AfNkce/EvACbBWZ/ 4aiwbnQT1IpecWwmVbynJHA= =jQWA -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 21: 4:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BFE37B401 for ; Mon, 24 Feb 2003 21:04:36 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326C743FA3 for ; Mon, 24 Feb 2003 21:04:35 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1P54Xxc011285 for ; Mon, 24 Feb 2003 23:04:34 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: Oracle on FreeBSD From: Kirk Strauser Date: Mon, 24 Feb 2003 23:04:33 -0600 In-Reply-To: <1046128729.490.8.camel@dethstar> (Damien Hull's message of "24 Feb 2003 14:18:47 -0900") Message-ID: <87of51j6hq.fsf@strauser.com> Lines: 13 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <1046128729.490.8.camel@dethstar> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-24T23:18:47Z, Damien Hull writes: > Also, if any of you feel that running Oracle on FreeBSD is a bad idea let > me know. One question: does Oracle support running on FreeBSD? If not, then it's a bad idea; the first tech support call that ends as soon as they find out you're not running a sanctioned system will easily cost more than the additional effort to administer a Linux box. =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+Wvlh5sRg+Y0CpvERAhstAJ9yx0qmm641DpUi8S7jjaeeHsq/wgCdGLPK XwAKQV6gqj0OJ26Lg/RZUOw= =lNmD -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 21:30:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0014837B401 for ; Mon, 24 Feb 2003 21:30:41 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.sub.org [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1BC43FB1 for ; Mon, 24 Feb 2003 21:30:40 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id h1P5U9BH028652; Tue, 25 Feb 2003 06:30:13 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id h1P5U8Im028642; Tue, 25 Feb 2003 06:30:08 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-questions@FreeBSD.ORG, jtm63@rcn.com (James McNaughton) Message-ID: <1yoeVJfzxY@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: GNUstep applications Date: Tue, 25 Feb 2003 06:27:21 +0100 X-Mailer: Dinoex 1.79 References: <863cmdyfyh.fsf@jamestown.rcn.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20030225000000W+1@dinoex.sub.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 James McNaughton schrieb:, > The first way is that "openapp" isn't in the path, so I have to use > the entire path at the command line. > The second way is that GNUSTEP_SYSTEM_ROOT has to be defined in the > environment or openapp doesn't find GNUMail.app. you can an solve it all by one: from the web: (link below) --------------- Start with the Makefile Pacakge (gnustep-make). After installing gnustep-make you need to execute GNUstep's shell configuration script, as follows: . /usr/GNUstep/System/Makefiles/GNUstep.sh before proceeding any further. --------------- add to your profile or enter in the commandline: $ . /usr/local/System/Makefiles/GNUstep.sh Then you can use openapp GNUMail.app > The third way is that after doing all the above implies to get GNUMail > to run, it segfaults. If the above does not fix it, you must move your existing gnumail config away. $ mv ~/.gnumail ~/.gnumail-broken > I have rebuilt GNUstep and GNUMail twice already. There doen't seem to > be any problem compiling and installing any ot this system, however, I > didn't sit and watch the whole process either. Each port makes sure /usr/local/System/Makefiles/GNUstep.sh is called in the building process. But i't won't change all profiles of the users. > So far, I've found no help for these issues on the GNUStep or GNUMail > websites. have you tried: http://www.gnustep.org/resources/documentation/GNUstep-HOWTO kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 24 22: 1:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EC137B401 for ; Mon, 24 Feb 2003 22:01:16 -0800 (PST) Received: from sccimhc02.insightbb.com (sccimhc02.insightbb.com [63.240.76.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id A305D43FAF for ; Mon, 24 Feb 2003 22:01:15 -0800 (PST) (envelope-from dherring@uiuc.edu) Received: from NUNTIUS ([12.221.76.207]) by sccimhc02.insightbb.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20030225060114.TOVA25124.sccimhc02.insightbb.com@NUNTIUS> for ; Tue, 25 Feb 2003 06:01:14 +0000 Date: Tue, 25 Feb 2003 00:02:54 -0600 (Central Standard Time) From: Daniel Herring To: freebsd-questions@freebsd.org Subject: Re: Trouble with 5.0-RELEASE boot floppies In-Reply-To: <200302232211.56493.taxman@acd.net> Message-ID: References: <200302232211.56493.taxman@acd.net> X-X-Sender: dherring@express.cites.uiuc.edu 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, thanks for your input. For now, I have upgraded the machine to 4.7, but I am still interested in getting 5.0 installed... > > Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD > > Well that's not much memory. 5.0 needs much more minimum memory than 4.x (oops... the machine is only a P133... :) Where are the system requirements for 5.0 listed? (I didn't find memory/HD/processor specs in the early-adopter's guide or other places...) Since PC133 is so cheap, I'm loathe to scrap around for/buy old SIMM's... > what does a dmesg from 4.3 look like? (already upgraded to 4.7) ***** dmesg start ***** Copyright (c) 1992-2002 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.7-RELEASE #1: Mon Feb 24 17:44:20 CST 2003 root@hostname:/usr/src/sys/compile/CUSTOM Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 16777216 (16384K bytes) config> di pcic0 No such device: pcic0 Invalid command or syntax. Type `?' for help. config> di sn0 config> di lnc0 config> di ie0 config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 13819904 (13496K bytes) Preloaded elf kernel "kernel" at 0xc02b3000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02b309c. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 pci0: at 8.0 irq 11 wb0: port 0xf880-0xf8ff mem 0xfffbf800-0xfffbf87f irq 10 at device 17.0 on pci0 wb0: Ethernet address: 00:10:61:b0:58:ae miibus0: on wb0 amphy0: on miibus0 amphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: port 0xfc00-0xfcff mem 0xfffbfc00-0xfffbffff irq 10 at device 19.0 on pci0 dc0: Ethernet address: 00:04:5a:43:1e:5b miibus1: on dc0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: ²`©]1ÂI¤F

²`©]1ÂI¤F

½ö¦b§É¤Wªº§Ú¤£Â_ªº«ä¯Á...µLªk¤JºÎ

¸£¤¤¥X²{ªº¬O¤÷¥À¿Ë¯h¾Îªº¨­Åé...

§ÚºÎ¤£µÛ...ºÎ¤£µÛ.......

´¿¸g...§Ú¸Ø¤U®ü¤f­nÅý¥L­Ì¹L¦n¤é¤l

¥i¬O·LÁ¡Á~¤ô«oµLªkÅý§Ú¼i¦æ©Ó¿Õ

´X­Ó¤ë«e...§Ú±µÄ²¨ì¤F¤@¤ù¥úºÐ...

µuµuªº40´X¤ÀÄÁ...§Ú¬Ý¨ì¤F§Æ±æ

§Ú¤@¨B¤@¨Bªº¦b¹ïªº¦a¤è¬°®a§V¤O

¦Ó§Úªº©Ó¿Õ¤]±N§I²{

¦pªG§A¤]·QÅý®a¤H¹L§ó¦nªº¥Í¬¡

½Ð¯d¤U¸ê®Æ,§Ú±N§â³o¤ù¥úºÐ±Hµ¹§A

§Ú«OÃÒ,¥u­n§A¬ÝÀ´¤F,¤@©w·|¬°§A¶}±Ò«GÄRªº¤H¥Í

©m¦W
©m§O
¦~ÄÖ
®a¤¤¹q¸Ü
¦æ°Ê¹q¸Ü
¶l±H¦a§}
¶l»¼°Ï¸¹
½Ð±H¨ìpop99917@yahoo.com.tw

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 6:45:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DDB37B40A for ; Tue, 25 Feb 2003 06:45:41 -0800 (PST) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id B192F43FBD for ; Tue, 25 Feb 2003 06:45:39 -0800 (PST) (envelope-from tillman@seekingfire.com) Received: from blues.seekingfire.prv (blues.seekingfire.prv [192.168.23.211]) by mail.seekingfire.com (Postfix) with ESMTP id B4616582 for ; Tue, 25 Feb 2003 08:45:37 -0600 (CST) Received: (from tillman@localhost) by blues.seekingfire.prv (8.11.6/8.11.6) id h1PEoPw22116 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 08:50:25 -0600 Date: Tue, 25 Feb 2003 08:50:25 -0600 From: Tillman To: FreeBSD-Questions Subject: krb5 port and permissions on forwarded credentials Message-ID: <20030225085025.E17975@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Urban-Legend: There is lots of hidden information in headers Sender: owner-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, When running telnetd (for example) under inetd like this: telnet stream tcp nowait root /usr/local/krb5/sbin/telnetd telnetd -a user and logging in as a non-root user (the most likely scenario), the credentials cache is not chown'ed to the user (remaining 600 root:wheel). klist returns this: $ klist klist: Credentials cache permissions incorrect while setting cache flags (ticket cache FILE:/tmp/krb5cc_p3866) This effectively means that forwarded credentials don't work. After reading README.FreeBSD (provided by the port), I believe that this is because the FreeBSD /usr/bin/login program doesn't know that it's supposed to manage cache permissions and that using login.krb5 instead will fix this. I'd prefer not to do this - I agree with the port author that /usr/bin/login is the better way to go. Is there a place where I can configure the default login process to change the ownership of the cache file? I suspect that this will boil down to a PAM problem, but I don't know enough of the details of the /usr/bin/login authentication process to take it any further. TIA, - Tillman -- Dialects: Formerly variations in language produced by geographic isolation, dialects are now the variations encouraged by specialists to prevent non- specialists access to their professional territory. What is the one subject on which a nuclear engineer cannot be frank in public? Nuclear engineering. The Doubter's Companion: A Dictionary of Aggressive Common Sense To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:12:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 080DE37B401; Tue, 25 Feb 2003 07:12:26 -0800 (PST) Received: from freebsd.org (TN218-187-123-89.2-3.pl.apol.com.tw [218.187.123.89]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FE1A43FAF; Tue, 25 Feb 2003 07:11:32 -0800 (PST) (envelope-from 231558@freebsd.org) From: =?Big5?B?p9qmYrRNp+QuLi4uLi4u?= Subject: =?Big5?B?p0G3UcX9rmGkSLlMp/Ombqq6pc2sobbcPw==?= Content-Type: text/html Date: Tue, 25 Feb 2003 22:22:08 +0800 X-Priority: 3 X-Library: Indy 9.0.3-B Message-Id: <20030225151132.3FE1A43FAF@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-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ÂI¤F

²`©]1ÂI¤F

½ö¦b§É¤Wªº§Ú¤£Â_ªº«ä¯Á...µLªk¤JºÎ

¸£¤¤¥X²{ªº¬O¤÷¥À¿Ë¯h¾Îªº¨­Åé...

§ÚºÎ¤£µÛ...ºÎ¤£µÛ.......

´¿¸g...§Ú¸Ø¤U®ü¤f­nÅý¥L­Ì¹L¦n¤é¤l

¥i¬O·LÁ¡Á~¤ô«oµLªkÅý§Ú¼i¦æ©Ó¿Õ

´X­Ó¤ë«e...§Ú±µÄ²¨ì¤F¤@¤ù¥úºÐ...

µuµuªº40´X¤ÀÄÁ...§Ú¬Ý¨ì¤F§Æ±æ

§Ú¤@¨B¤@¨Bªº¦b¹ïªº¦a¤è¬°®a§V¤O

¦Ó§Úªº©Ó¿Õ¤]±N§I²{

¦pªG§A¤]·QÅý®a¤H¹L§ó¦nªº¥Í¬¡

½Ð¯d¤U¸ê®Æ,§Ú±N§â³o¤ù¥úºÐ±Hµ¹§A

§Ú«OÃÒ,¥u­n§A¬ÝÀ´¤F,¤@©w·|¬°§A¶}±Ò«GÄRªº¤H¥Í

©m¦W
©m§O
¦~ÄÖ
®a¤¤¹q¸Ü
¦æ°Ê¹q¸Ü
¶l±H¦a§}
¶l»¼°Ï¸¹
½Ð±H¨ìpop99917@yahoo.com.tw

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:20:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EC437B401 for ; Tue, 25 Feb 2003 07:20:08 -0800 (PST) Received: from hotmail.com (oe64.law12.hotmail.com [64.4.18.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839AB43FD7 for ; Tue, 25 Feb 2003 07:20:07 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 07:20:06 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: isp connection woes Date: Tue, 25 Feb 2003 09:18:08 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 15:20:06.0621 (UTC) FILETIME=[609958D0:01C2DCE1] Sender: owner-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 ATTBI for an isp, someone told me that the IP TTL is expiring on the way to the server. Their network design supports no more than 16 hops on the way to a DHCP server, but increasing the (hard-coded) TTL (at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the problem. I would like to manually try to connect to my isp before i try changing the code for DHCP. I got my network info from my lrp operating system. I would like to switch that to bsd. can i use traceroute to find out the number of hops i am currently taking to get to my isp's dhcp server? manual configuration -------------------- ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" default_router="66.41.136.1 rl0" default_router="192.168.1.254 rl1" domain the-matrix.net nameserver 63.240.76.19 nameserver 204.127.198.19 is there anything else i need to manually connect to my isp? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:23:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B3537B401 for ; Tue, 25 Feb 2003 07:23:31 -0800 (PST) Received: from hotmail.com (f68.law10.hotmail.com [64.4.15.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D98943F75 for ; Tue, 25 Feb 2003 07:23:29 -0800 (PST) (envelope-from stevekickin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 07:23:29 -0800 Received: from 139.142.212.177 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 25 Feb 2003 15:23:28 GMT X-Originating-IP: [139.142.212.177] From: "Steve Dupras" To: freebsd-questions@FreeBSD.ORG Subject: help Date: Tue, 25 Feb 2003 15:23:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Feb 2003 15:23:29.0155 (UTC) FILETIME=[D9519530:01C2DCE1] Sender: owner-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 install freebsd so i downloaded the disk1 i386 5.0 version and i cant install with the cd because it goes through the whole process and then says its rebooting. and when i use the floppie method it cant see the cd in the rom and it cant use a ftp connection?? and it cant install from ms dos partition if you could help me please e-mail me stevekickin@hotmail.com steve thanks! _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:28:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BFC37B401 for ; Tue, 25 Feb 2003 07:28:15 -0800 (PST) Received: from ip68-100-70-163.nv.nv.cox.net (ip68-100-70-163.nv.nv.cox.net [68.100.70.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 091D943FAF for ; Tue, 25 Feb 2003 07:28:14 -0800 (PST) (envelope-from uvpk@cityline.ru) From: Ýëekñ To: Freebsd-questions Reply-To: elexe@seznam.cz Subject: ñîîáùåíèå äëÿ Freebsd-questions Ïðàâîâàÿ áàçà çàêîíîäàòåëüñòâà Ðîññèè. #4 ò.(095) 268-09-65 / 502-54-47 MIME-Version: 1.0 Content-type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20030225152814.091D943FAF@mx1.FreeBSD.org> Date: Tue, 25 Feb 2003 07:28:14 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Óâàæàåìûå ãîñïîäà! Èçäàòåëüñòâî "ÝËÅÊÑ" (øåñòü ëåò ðàáîòû íà ðîññèéñêîì ðûíêå) ïðåäëàãàåò ïîäïèñêó íà åæåìåñÿ÷íî âûõîäÿùóþ íà äèñêàõ CD-ROM ñïðàâî÷íóþ ïðàâîâóþ ñèñòåìó "Çàêîíîäàòåëüñòâî Ðîññèè" (ôåäåðàëüíûé è ðåãèîíàëüíûé âûïóñêè). Ôåäåðàëüíûé âûïóñê ÑÏÑ ÿâëÿåòñÿ åäèíñòâåííîé â Ðîññèè ëèöåíçèîííîé ïðàâîâîé áàçîé, êîòîðàÿ ñîäåðæèò ïîëíûé êîìïëåêò äåéñòâóþùèõ ôåäåðàëüíûõ íîðìàòèâíûõ ïðàâîâûõ àêòîâ ïî âñåì îòðàñëÿì ïðàâà (áîëåå 115 òûñÿ÷ àêòîâ) íà îäíîì äèñêå CD- ROM. Äîêóìåíòû ïîääåðæèâàþòñÿ â àêòóàëüíîì ñîñòîÿíèè. Íà äèñêå ðàçìåùàþòñÿ òàêæå îáðàçöû þðèäè÷åñêèõ äîêóìåíòîâ, òîëêîâûé þðèäè÷åñêèé è ýêîíîìè÷åñêèé ñëîâàðü, áèáëèîòå÷êà þðèñòà, áþëëåòåíü ÂÝÄ, áëîê ñïðàâî÷íîé èíôîðìàöèè, ñïðàâî÷íèê þðèñòà è ñïðàâî÷íèê áóõãàëòåðà, áëàíêè êâàðòàëüíîé áóõãàëòåðñêîé îò÷åòíîñòè è áèáëèîãðàôèÿ þðèäè÷åñêèõ æóðíàëîâ. Ðåãèîíàëüíûé âûïóñê ñîäåðæèò çàêîíîäàòåëüñòâî 15 ðåãèîíîâ Ðîññèè (Ìîñêâû è Ìîñêîâñêîé îáëàñòè, Êðàñíîäàðñêîãî, Ñòàâðîïîëüñêîãî, Ïðèìîðñêîãî è Õàáàðîâñêîãî êðàåâ, Ðîñòîâñêîé, Îìñêîé, Òþìåíñêîé, Ñàðàòîâñêîé, Ñâåðäëîâñêîé, Òâåðñêîé è ×åëÿáèíñêîé îáëàñòåé, Õàíòû - Ìàíñèéñêîãî è ßìàëî-Íåíåöêîãî àâòîíîìíûõ îêðóãîâ). Äèñêè ðàáîòàþò â ëîêàëüíîé ñåòè. Îáåñïå÷èâàþòñÿ âñå âèäû ïîèñêà è ðåäàêòèðîâàíèÿ äîêóìåíòîâ, â ò. ÷. êîððåêòíûé âûâîä äîêóìåíòîâ è òàáëèö â ôîðìàòå RTF. Ñòîèìîñòü ãîäîâîé ïîäïèñêè íà ëþáîé èç äèñêîâ (ñ ó÷åòîì äîñòàâêè ïî ïî÷òå) - 1620 ðóá. Ïîäïèñàòüñÿ ìîæíî íà ëþáîé ñðîê è ñ ëþáîãî ìåñÿöà. Ìîæíî çàêàçàòü äîñòàâêó ïî ïî÷òå îòäåëüíûõ äèñêîâ (ñòîèìîñòü çàêàçà îäíîãî äèñêà - 275 ðóá). Äëÿ çàêàçà äèñêà èëè ïîäïèñêè âûøëèòå Âàø àäðåñ ýëåêòðîííûé ïî÷òû èëè ôàêñà, íàèìåíîâàíèå ïðåäïðèÿòèÿ èëè ÔÈÎ ôèçè÷åñêîãî ëèöà, à òàêæå ïî÷òîâûé àäðåñ äëÿ îòïðàâêè äèñêîâ. Ñ íàìè ìîæíî ñâÿçàòüñÿ ÷åðåç Internet èëè ïî òåëåôîíàì (095) 268-09-65, 502-54-47. Áóäåì ðàäû îòâåòèòü íà âñå Âàøè âîïðîñû. Ñ óâàæåíèåì è íàèëó÷øèìè ïîæåëàíèÿìè ãåíåðàëüíûé äèðåêòîð Äìèòðèåâ Â.Ñ. Ïðèíîñèì ãëóáî÷àéøèå èçâèíåíèÿ çà áåñïîêîéñòâî, åñëè èçëîæåííàÿ èíôîðìàöèÿ Âàñ íå çàèíòåðåñîâàëà. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:32:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734EA37B401 for ; Tue, 25 Feb 2003 07:32:29 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D20A43FAF for ; Tue, 25 Feb 2003 07:32:27 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 24510 invoked by uid 0); 25 Feb 2003 15:32:24 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 15:32:24 -0000 From: "Wolfpaw - Dale Corse" To: "Bill Moran" , Cc: Subject: RE: No subject was specified. Date: Tue, 25 Feb 2003 08:42:28 -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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <3E5B80A2.8010603@potentialtech.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 Hats off to you Bill :) Satanic Imagery.. LOL.. I always thought he was cute :) D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Moran Sent: Tuesday, February 25, 2003 7:42 AM To: hhorse@globalnet.co.uk Cc: questions@freebsd.org Subject: Re: No subject was specified. Harry Horse wrote: > Bill Moran wrote: >>Harry Horse wrote: >> >>>What are you doing on my home page? >>>Who are you and what does your satanic imagery refer to? >>>Harry Horse >> >>Who are you and what are you talking about? >> >>-- >>Bill Moran >>Potential Technologies >>http://www.potentialtech.com > > Dear Bill, > I recently tried to access my home page and found your company > logo spread across it. Are you something to do with Globalnet? > Access was denied. Your address appeared on the link. > What does your company do? Which company logo? FreeBSD? My company is a computer consulting firm in Pennsylvania. I often donate time to the FreeBSD project by answering questions (such as this). FreeBSD is not a company. Read the information at www.freebsd.org. FreeBSD is software. It's very likely that Globalnet uses FreeBSD on the server that houses your homepage. You should contact them if you're having trouble. But then again, I could be wrong, since you didn't put much detail in your message. I don't know if you're talking about FreeBSD or just emailed the wrong address. You should at least give us a link to the homepage in question so we're not guessing at what we think you might be seeing. There is no satanic imagry. Chuck is a daemon, which is a computer program that runs all the time. He is not satanic, he's metaphoric. questions@freebsd.org is a mailing list with thousands of subscribers. It's customary to reply to the mailing list when you receive a response from it, not the individual. You can usually accomplish this through the "reply all" command on your mailing software. Hope this information is helpful. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:37:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0D237B401 for ; Tue, 25 Feb 2003 07:37:45 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id A56A543FB1 for ; Tue, 25 Feb 2003 07:37:42 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 24763 invoked by uid 0); 25 Feb 2003 15:37:40 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 15:37:40 -0000 From: "Wolfpaw - Dale Corse" To: "Steve Dupras" , Subject: RE: help Date: Tue, 25 Feb 2003 08:47:44 -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.4522.1200 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 Hi Steve, > i am trying to install freebsd > so i downloaded the disk1 i386 5.0 version and i cant install with the cd > because it goes through the whole process and then says its rebooting. It's supposed to do that .. what's the problem when it reboots? Which part does it reboot at? > and when i use the floppie method it cant see the cd in the rom and it cant > use a ftp connection?? and it cant install from ms dos partition if you > could help me please e-mail me What kind of network card are you using? Is there more then one in the system? What type of CDRom is in the system? SCSI, IDE? Can't help you much without knowing more about it :) D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve Dupras Sent: Tuesday, February 25, 2003 8:23 AM To: freebsd-questions@FreeBSD.ORG Subject: help _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:53:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4691737B401 for ; Tue, 25 Feb 2003 07:53:49 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7377543F85 for ; Tue, 25 Feb 2003 07:53:47 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PFrjrX010451; Tue, 25 Feb 2003 10:53:45 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5B9189.1060300@potentialtech.com> Date: Tue, 25 Feb 2003 10:53:45 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: freebsd Subject: Re: isp connection woes 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 Brian Henning wrote: > I have ATTBI for an isp, someone told me that the IP TTL is expiring on the way > to the server. Their network design supports no more than 16 hops on the way to > a DHCP server, > but increasing the (hard-coded) TTL > (at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the > problem. > I would like to manually try to connect to my isp before i try changing the code > for DHCP. > I got my network info from my lrp operating system. I would like to switch that > to bsd. > can i use traceroute to find out the number of hops i am currently taking to get > to my isp's dhcp server? Don't see why not, assuming: 1) The DHCP server returns icmp echo requests 2) You know the IP of the DHCP server > manual configuration > -------------------- > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" > > default_router="66.41.136.1 rl0" This should be: defaultrouter="66.41.136.1" > default_router="192.168.1.254 rl1" ^^^^^^^^^^^^^^^^^ This is wrong. Don't put that in. > domain the-matrix.net > nameserver 63.240.76.19 > nameserver 204.127.198.19 This goes in your /etc/resolv.conf > is there anything else i need to manually connect to my isp? As long as they allow the use of that IP, no. You should be good to go. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 7:57: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DD637B401 for ; Tue, 25 Feb 2003 07:57:05 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B417643FBD for ; Tue, 25 Feb 2003 07:57:03 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PFv2rX010455; Tue, 25 Feb 2003 10:57:02 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5B924E.9060500@potentialtech.com> Date: Tue, 25 Feb 2003 10:57:02 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Dupras Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 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 Steve Dupras wrote: > i am trying to install freebsd > so i downloaded the disk1 i386 5.0 version and i cant install with the > cd because it goes through the whole process and then says its rebooting. > and when i use the floppie method it cant see the cd in the rom and it > cant use a ftp connection?? and it cant install from ms dos partition if > you could help me please e-mail me If you're new to FreeBSD, you should use 4.7, not 5.0. 5.0 is still in the development process and is not suitable for all users. If you still have trouble with the installation of 4.7, please post details of your hardware to the list. Otherwise, we can't really advise you on hardware related problems. Also, we'll need more information on why the FTP and DOS installations are failing. Error messages? Timeouts? Are you using DHCP? -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8: 3:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3942037B401 for ; Tue, 25 Feb 2003 08:03:17 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id B6C0243F85 for ; Tue, 25 Feb 2003 08:03:15 -0800 (PST) (envelope-from mwm-dated-1046620993.082731@mired.org) Received: (qmail 16523 invoked from network); 25 Feb 2003 16:03:13 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 16:03:13 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.37824.912975.511372@guru.mired.org> Date: Tue, 25 Feb 2003 10:03:12 -0600 To: Konrad Heuer Cc: Brian Henning , freebsd Subject: Re: rfd0 fd0 In-Reply-To: <20030225083805.S29371-100000@gwdu60.gwdg.de> References: <20030225083805.S29371-100000@gwdu60.gwdg.de> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030225083805.S29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > On Mon, 24 Feb 2003, Brian Henning wrote: > > what is the difference between these two devices? > fd0 ist a block-oriented device, data are cached in the buffer cache; > rfd0 is a byte-oriented raw device; data are always read from or > immediately written to the device. This is out-of-date information. Both fd0 and rfd0 are raw character devices these days. The old names were kept around for backwards compatability, but there is no difference between them. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8: 3:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737C037B401 for ; Tue, 25 Feb 2003 08:03:51 -0800 (PST) Received: from hotmail.com (oe33.law12.hotmail.com [64.4.18.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8D43F75 for ; Tue, 25 Feb 2003 08:03:50 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 08:03:49 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "Bill Moran" Cc: "freebsd" References: <3E5B9189.1060300@potentialtech.com> Subject: Re: isp connection woes Date: Tue, 25 Feb 2003 10:02:01 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 16:03:49.0148 (UTC) FILETIME=[7BBF35C0:01C2DCE7] Sender: owner-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: "Bill Moran" To: "Brian Henning" Cc: "freebsd" Sent: Tuesday, February 25, 2003 9:53 AM Subject: Re: isp connection woes > Brian Henning wrote: > > I have ATTBI for an isp, someone told me that the IP TTL is expiring on the way > > to the server. Their network design supports no more than 16 hops on the way to > > a DHCP server, > > but increasing the (hard-coded) TTL > > (at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the > > problem. > > I would like to manually try to connect to my isp before i try changing the code > > for DHCP. > > I got my network info from my lrp operating system. I would like to switch that > > to bsd. > > can i use traceroute to find out the number of hops i am currently taking to get > > to my isp's dhcp server? > > Don't see why not, assuming: > 1) The DHCP server returns icmp echo requests > 2) You know the IP of the DHCP server > > > manual configuration > > -------------------- > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 > > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" > > > > default_router="66.41.136.1 rl0" > > This should be: > defaultrouter="66.41.136.1" > > > default_router="192.168.1.254 rl1" > ^^^^^^^^^^^^^^^^^ > This is wrong. Don't put that in. > > > domain the-matrix.net > > nameserver 63.240.76.19 > > nameserver 204.127.198.19 > > This goes in your /etc/resolv.conf > > > is there anything else i need to manually connect to my isp? > > As long as they allow the use of that IP, no. You should be > good to go. > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > Bill, Why do i not need to have two default routes, I have 2 networks? I am sure you are correct, I guess i just don't understand why. is there a way i can find out the ip addr of my dhcp server? does this even work: default_router="192.168.1.254 rl1" Thanks again for the help, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8: 4:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF9C937B401 for ; Tue, 25 Feb 2003 08:04:20 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB30943FE9 for ; Tue, 25 Feb 2003 08:04:12 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1PG48au023136; Tue, 25 Feb 2003 08:04:11 -0800 (PST) From: "Aaron Burke" To: , "Brian Henning" Subject: RE: isp connection woes Date: Tue, 25 Feb 2003 08:03:55 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 (snip) > I have ATTBI for an isp, someone told me that the IP TTL is > expiring on the way to the server. Their network design > supports no more than 16 hops on the way to a DHCP server, > but increasing the (hard-coded) TTL (at line 159 in > /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the > problem. 99.9% of users are no more than two hops from the DHCP server. 16 hops seems way too high. But perhaps your isp doesnt agree with my observations. > I would like to manually try to connect to my isp > before i try changing the code for DHCP. > I got my network info from my lrp operating system. I would like > to switch that to bsd. > can i use traceroute to find out the number of hops i am > currently taking to get > to my isp's dhcp server? Yes, you can. The lease information should be in /var/db/dhclient.leases . > > > manual configuration > -------------------- > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" > > default_router="66.41.136.1 rl0" > default_router="192.168.1.254 rl1" If this info is in your rc.conf file, you will want to comment out the second default router (rl1). Ethernet hosts dont need additional routes to be set up to communicate with other hosts on the same chunk of your ethernet. > domain the-matrix.net > nameserver 63.240.76.19 > nameserver 204.127.198.19 Are you serving out a domain called the-matrix.net? Are you running your own DNS server? > > is there anything else i need to manually connect to my isp? That depends on how they want to authenticate thier users. If they are using PPPoE then yes. If not, then it should work fine now. I think removing the second instance of default_router from your rc.conf file will fix the communication issues. > > thanks, Thats what we are here for. > > brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8: 4:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A754637B405 for ; Tue, 25 Feb 2003 08:04:21 -0800 (PST) Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B4D43FFB for ; Tue, 25 Feb 2003 08:04:10 -0800 (PST) (envelope-from krockmitaine@sympatico.ca) Received: from [192.168.0.2] ([65.94.207.237]) by tomts19-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030225160408.PWTG9753.tomts19-srv.bellnexxia.net@[192.168.0.2]> for ; Tue, 25 Feb 2003 11:04:08 -0500 From: Marc LeMaire To: "Freebsd-questions" Subject: Portupgrade failing to upgrade a port Date: Tue, 25 Feb 2003 11:03:08 -0500 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302251103.09030.krockmitaine@sympatico.ca> Sender: owner-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 you all, I've made a complete reinstall, made a make world, recompiled the kernel during the last week-end. So I've come to the last step of syncronizing my port tree. While upgrading my ports, I've got this while updating XF86-clients ______________________________________________________ usr/include/stdlib.h:110: warning: ANSI C does not support `long long' /usr/include/stdlib.h:114: warning: ANSI C does not support `long long' cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I/usr/ports/x11/XFree86-4-clients/work/xc -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -DXFT `pkg-config xft --cflags` -c do_text.c do_text.c:403: X11/Xft/Xft.h: No such file or directory In file included from x11perf.h:28, from do_text.c:26: /usr/include/stdlib.h:110: warning: ANSI C does not support `long long' /usr/include/stdlib.h:114: warning: ANSI C does not support `long long' do_text.c:405: syntax error before `*' do_text.c:405: warning: type defaults to `int' in declaration of `aafont' do_text.c:405: ANSI C forbids data definition with no type or storage class do_text.c:406: syntax error before `*' do_text.c:406: warning: type defaults to `int' in declaration of `aadraw' do_text.c:406: ANSI C forbids data definition with no type or storage class do_text.c:407: syntax error before `aacolor' do_text.c:407: warning: type defaults to `int' in declaration of `aacolor' do_text.c:407: ANSI C forbids data definition with no type or storage class do_text.c: In function `InitAAText': do_text.c:416: warning: implicit declaration of function `XftFontOpenName' do_text.c:416: warning: assignment makes pointer from integer without a cast do_text.c:425: warning: implicit declaration of function `XftDrawCreate' do_text.c:427: warning: assignment makes pointer from integer without a cast do_text.c:432: warning: implicit declaration of function `XftFontClose' do_text.c:439: warning: implicit declaration of function `XftColorAllocValue' do_text.c:446: warning: implicit declaration of function `XftDrawDestroy' do_text.c:453: request for member `height' in something not a structure or union do_text.c: In function `DoAAText': do_text.c:483: warning: implicit declaration of function `XftDrawString8' do_text.c: In function `EndAAText': do_text.c:508: warning: implicit declaration of function `XftColorFree' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/x11perf. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75378.9 make ** Fix the problem and try again. ---> Build of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 (consumed 00:03:00) ---> Upgrade of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 (consumed 00:03:06) ** No need to upgrade 'XFree86-fontEncodings-4.2.0' (>= XFree86-fontEncodings-4.2.0). (specify -f to force) ** No need to upgrade 'XFree86-font75dpi-4.2.0' (>= XFree86-font75dpi-4.2.0). (specify -f to force) ____________________________________________________ I also got this while upgrading Mozilla: usr/include/stdlib.h:110: warning: ANSI C does not support `long long' /usr/include/stdlib.h:114: warning: ANSI C does not support `long long' cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I/usr/ports/x11/XFree86-4-clients/work/xc -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -DXFT `pkg-config xft --cflags` -c do_text.c do_text.c:403: X11/Xft/Xft.h: No such file or directory In file included from x11perf.h:28, from do_text.c:26: /usr/include/stdlib.h:110: warning: ANSI C does not support `long long' /usr/include/stdlib.h:114: warning: ANSI C does not support `long long' do_text.c:405: syntax error before `*' do_text.c:405: warning: type defaults to `int' in declaration of `aafont' do_text.c:405: ANSI C forbids data definition with no type or storage class do_text.c:406: syntax error before `*' do_text.c:406: warning: type defaults to `int' in declaration of `aadraw' do_text.c:406: ANSI C forbids data definition with no type or storage class do_text.c:407: syntax error before `aacolor' do_text.c:407: warning: type defaults to `int' in declaration of `aacolor' do_text.c:407: ANSI C forbids data definition with no type or storage class do_text.c: In function `InitAAText': do_text.c:416: warning: implicit declaration of function `XftFontOpenName' do_text.c:416: warning: assignment makes pointer from integer without a cast do_text.c:425: warning: implicit declaration of function `XftDrawCreate' do_text.c:427: warning: assignment makes pointer from integer without a cast do_text.c:432: warning: implicit declaration of function `XftFontClose' do_text.c:439: warning: implicit declaration of function `XftColorAllocValue' do_text.c:446: warning: implicit declaration of function `XftDrawDestroy' do_text.c:453: request for member `height' in something not a structure or union do_text.c: In function `DoAAText': do_text.c:483: warning: implicit declaration of function `XftDrawString8' do_text.c: In function `EndAAText': do_text.c:508: warning: implicit declaration of function `XftColorFree' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/x11perf. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75378.9 make ** Fix the problem and try again. ---> Build of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 (consumed 00:03:00) ---> Upgrade of x11/XFree86-4-clients ended at: Tue, 25 Feb 2003 10:38:37 -0500 (consumed 00:03:06) ** No need to upgrade 'XFree86-fontEncodings-4.2.0' (>= XFree86-fontEncodings-4.2.0). (specify -f to force) ** No need to upgrade 'XFree86-font75dpi-4.2.0' (>= XFree86-font75dpi-4.2.0). (specify -f to force) Should I cvsup again ? Thanks a lot Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8: 8: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F0A37B401 for ; Tue, 25 Feb 2003 08:08:05 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FF2143FAF for ; Tue, 25 Feb 2003 08:08:04 -0800 (PST) (envelope-from mwm-dated-1046621283.05f6e4@mired.org) Received: (qmail 16730 invoked from network); 25 Feb 2003 16:08:03 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 16:08:03 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.38115.203619.619990@guru.mired.org> Date: Tue, 25 Feb 2003 10:08:03 -0600 To: "Per olof Ljungmark" Cc: freebsd-questions@freebsd.org Subject: Re: Dummie question: The versioning system In-Reply-To: <3E5B2C97.4000608@intersonic.se> References: <3E5B2C97.4000608@intersonic.se> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <3E5B2C97.4000608@intersonic.se>, Per olof Ljungmark typed: > I am wondering what type of versioning is used for various documents in > many *nix OS's. For instance, > "# $FreeBSD: src/etc/master.passwd,v 1.25.2.5.2.1 2002/07/16 12:33:21 > des Exp $" That's CVS. > Is this something that could be used for an office enviroment or just > for developing software? It can be reasonably used on anything that stores files as plain text documents. So the answer depends on your office environment. If you're using one of the XML-based office systems, you can use it with some success. If you're still using a system that stores data in binary files, it'll work - but isn't nearly as useful. I've had very good experiences using Perforce - which I perfer to CVS - to store system configuration files. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8:12:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA95137B401 for ; Tue, 25 Feb 2003 08:12:12 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D9143FCB for ; Tue, 25 Feb 2003 08:12:12 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1PGC9au025833; Tue, 25 Feb 2003 08:12:11 -0800 (PST) From: "Aaron Burke" To: , "Brian Henning" Subject: RE: isp connection woes Date: Tue, 25 Feb 2003 08:11:56 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 (snip) You asked if you can ping your DHCP server > > Don't see why not, assuming: > > 1) The DHCP server returns icmp echo requests > > 2) You know the IP of the DHCP server > > > > > manual configuration > > > -------------------- > > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" > #66.41.139.87/21 If you are using DHCP you will want to set this to ifconfig_rl0="DHCP" > > > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" > > > > > > default_router="66.41.136.1 rl0" > > This should be: > > defaultrouter="66.41.136.1" I agree. > > > default_router="192.168.1.254 rl1" > > ^^^^^^^^^^^^^^^^^ > > This is wrong. Don't put that in. Thats correct, and also dont include the network adapter name. > > > domain the-matrix.net > > > nameserver 63.240.76.19 > > > nameserver 204.127.198.19 > > This goes in your /etc/resolv.conf > > Bill, > > Why do i not need to have two default routes, > I have 2 networks? The default routes have nothing to do with how many networks you are attached to. > I am sure you > are correct, I guess i just don't understand why. > is there a way i can find out the ip addr of my > dhcp server? Yes, see /var/db/dhclient.leases . Dont worry that there are serveral different addresses in there. dhclient just appends the current lease to the end of the file. > does this even work: default_router="192.168.1.254 rl1" I dont think that it does. You can find out by typing 'netstat -r'. It will give you a listing of your IP routes. > Thanks again for the help, > Brian Once again, thats what we are here for. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8:12:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6919D37B401 for ; Tue, 25 Feb 2003 08:12:56 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id BA50943FAF for ; Tue, 25 Feb 2003 08:12:53 -0800 (PST) (envelope-from mwm-dated-1046621573.b13c3d@mired.org) Received: (qmail 16814 invoked from network); 25 Feb 2003 16:12:53 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 16:12:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.38404.257921.610622@guru.mired.org> Date: Tue, 25 Feb 2003 10:12:52 -0600 To: Trent Nelson Cc: "Philip M. Gollucci" , synrat , questions@freebsd.org Subject: Re: Oracle on FreeBSD In-Reply-To: <20030225091453.GB70361@limekiln.vcisp.net> References: <1046128729.490.8.camel@dethstar> <200302242321.04463.philip@p6m7g8.com> <20030225091453.GB70361@limekiln.vcisp.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030225091453.GB70361@limekiln.vcisp.net>, Trent Nelson typed: > I'm interested in seeing how well something like PostgreSQL can be > used as a ``drop-in'' replacement for Oracle. If I have clients > connecting via ODBC (Rational ClearQuest), I personally couldn't > care what the underlying database is. Now *that* is something I'd > be interested in seeing a write up for. It's not a drop-in replacement. You have to install the PostgreSQL ODBC drivers on all the clients. Any client-side scripts will have to be changed to use a PostgreSQL wrappers instead of Oracle wrappers. The SQL is probably subtly different as well. SQL may be a standard, but you still get locked into the databases that you can query with it. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8:55:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E56337B401 for ; Tue, 25 Feb 2003 08:55:15 -0800 (PST) Received: from hotmail.com (oe23.law12.hotmail.com [64.4.18.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194CD43FB1 for ; Tue, 25 Feb 2003 08:55:14 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 08:55:13 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: tcsh redirect Date: Tue, 25 Feb 2003 10:53:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 16:55:13.0188 (UTC) FILETIME=[A9FA5E40:01C2DCEE] Sender: owner-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 redirect just the stderr in tcsh? command > /dev/null #suppress stdout command >& /dev/null #suppress stderr and stdout what can i run to suppress just the stderr? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8:57:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4D537B401 for ; Tue, 25 Feb 2003 08:57:56 -0800 (PST) Received: from server2.fastmail.fm (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F6643FD7 for ; Tue, 25 Feb 2003 08:57:55 -0800 (PST) (envelope-from bobb@fastmail.fm) Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by fastmail.fm (Postfix) with ESMTP id 655D94C43F for ; Tue, 25 Feb 2003 11:57:51 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Tue, 25 Feb 2003 11:57:51 -0500 Received: by www.fastmail.fm (Postfix, from userid 99) id 234ED24CAF; Tue, 25 Feb 2003 11:57:51 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Bobb Shires" To: questions@freebsd.org Date: Tue, 25 Feb 2003 11:57:51 -0500 X-Epoch: 1046192271 X-Sasl-enc: u2oATEPDMl3fZADIxcjAWA Subject: Fatal trap 12: page fault while in kernel mode Message-Id: <20030225165751.234ED24CAF@www.fastmail.fm> Sender: owner-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 install 5.0-RELEASE on a Gateway Solo 5150 laptop (PII-366/128M), can't seem to get past this situation while booting from the CD: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc8ea5048 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0246a25 stack pointer = 0x10:0xc885a960 frame pointer = 0x10:0xc885ab8c 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 = 9 (cbb0) trap number = 12 panic: page fault syncing discs, buffers remaining... done Uptime: 1s Terminate ACPI ata1-slave: ATAPI identify retries exceeded Automatic reboot in 15 seconds - press a key on the console to abort Can anyone decipher this for me and suggest a course of action? Thanks!! -- Bobb Shires bobb@fastmail.fm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 8:58:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD3737B401; Tue, 25 Feb 2003 08:58:35 -0800 (PST) Received: from grassmarket.ucs.ed.ac.uk (grassmarket.ucs.ed.ac.uk [129.215.166.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 487D643FCB; Tue, 25 Feb 2003 08:58:34 -0800 (PST) (envelope-from A.J.Boothman@sms.ed.ac.uk) Received: (from nobody@localhost) by grassmarket.ucs.ed.ac.uk (8.11.6/8.11.6) id h1PGwUP20595; Tue, 25 Feb 2003 16:58:30 GMT X-Authentication-Warning: grassmarket.ucs.ed.ac.uk: nobody set sender to A.J.Boothman@sms.ed.ac.uk using -f To: Lucas Holt Subject: Re: "NTLDR missing" after 5-RELEASE install Message-ID: <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> Date: Tue, 25 Feb 2003 16:58:30 +0000 (GMT) From: Andrew Boothman Cc: questions@freebsd.org, current@freebsd.org References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> In-Reply-To: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.8 X-Originating-IP: 62.31.108.205 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Lucas Holt : > It probably is. You need to put in the win 2k CD and do a repair on > your windows install.. unfortunetely this may screw up your freebsd > install. > > On Tuesday, February 25, 2003, at 05:58 AM, Andrew Boothman wrote: > > > Hi! > > > > I've just installed 5-RELEASE, and I asked for the FreeBSD Boot > > Manager to be installed on both my HDDs. > > > > When the machine boots I'm given options for : > > > > F1 - DOS > > F5 - Drive 2 > > > > Hitting F5 takes me to a second menu, where I can boot FreeBSD no > > problem. My problem is that Win2k will no longer boot.... Hitting F1 > > displays a message that, "NTLDR is missing". I've tried all the repair > > > options on the Win2k setup disc to no avail I think. > > > > I'm sorry this isn't directly FreeBSD related, but I really hope my > > Win2k installation isn't hosed. Thanks for replying! I can't understand how the 5.x boot manager has managed to break my windows boot, i've never had any trouble under 3.x or 4.x, both of which played with windows perfectly nicely. I think i've tried all of the various repair options on the Win2k CD, including getting it to do a fresh installation into a different folder (c:\tempwin), but even that failed with the "NTLDR missing" message! However you no longer get the booteasy (F1.... F2) menu anymore, so Windows must have rewritten something. It still doesn't explain why Win2k still won't boot. I'm running out of ideas and I *really* don't want to have to reformat my windows drive! Other than this (fairly major) problem, my 5.0 installation went really well, even ACPI seems to be working perfectly and I even found a KLD to support my on- board sound card! :) I really want to get windows booting again so I can continue to play with 5.0 without worrying... Any help is much appricated! Thanks! Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9: 4:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DA137B401 for ; Tue, 25 Feb 2003 09:04:33 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A4043FBD for ; Tue, 25 Feb 2003 09:04:33 -0800 (PST) (envelope-from jemaxwell@jaymax.com) Received: (qmail 17047 invoked from network); 25 Feb 2003 17:04:36 -0000 Received: from unknown (HELO jaymax.com) (jaymax@[66.93.45.209]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Feb 2003 17:04:36 -0000 Message-ID: <3E5BA30E.E3D6901B@jaymax.com> Date: Tue, 25 Feb 2003 09:08:30 -0800 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Ooooops! Wrong Network Interface designation 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, Improper shutdown via power failure, disk corruption, re-installation 4.2 the last disk set available. Using a RealTek internal media interface for a direct DSL internet connection. Inadvertently, entered PPP on Network setup, attempts at correcting this have resulted in miserable failure. Going back in to /stand/sysinstall does not even seem to provide that option. Short of a complete re-installation is there another approach, such as manually entering specifics into specific files, and if so which files - or have I missed something on the attempt at Post Installation Configuration changes through the use of /stand/sysinstall? Thanks -- Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:10:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78DC037B401 for ; Tue, 25 Feb 2003 09:10:48 -0800 (PST) Received: from padu.brownforces.org (padu.brownforces.org [216.43.25.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9461943FBD for ; Tue, 25 Feb 2003 09:10:43 -0800 (PST) (envelope-from vkulkarn@brownforces.org) Received: by padu.brownforces.org (Postfix, from userid 500) id 6304610031; Tue, 25 Feb 2003 09:10:42 -0800 (PST) Date: Tue, 25 Feb 2003 11:10:41 -0600 From: Vikram Kulkarni To: Andrew Boothman Cc: questions@freebsd.org Subject: Re: "NTLDR missing" after 5-RELEASE install Message-ID: <20030225171041.GN4470@padu.brownforces.org> Reply-To: Vikram Kulkarni References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> User-Agent: Mutt/1.3.28i X-Copyright: Copyright Vikram Kulkarni All rights reserved X-No-Archive: Yes 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 Tue, Feb 25, 2003 at 04:58:30PM +0000, Andrew Boothman wrote: > > Thanks for replying! > > I can't understand how the 5.x boot manager has managed to break my > windows boot, i've never had any trouble under 3.x or 4.x, both of > which played with windows perfectly nicely. > > I think i've tried all of the various repair options on the Win2k CD, > including getting it to do a fresh installation into a different > folder (c:\tempwin), but even that failed with the "NTLDR missing" > message! However you no longer get the booteasy (F1.... F2) menu > anymore, so Windows must have rewritten something. It still doesn't > explain why Win2k still won't boot. > > I'm running out of ideas and I *really* don't want to have to reformat > my windows drive! I had a similar problem recently, and traced it back to this: The NT Boot Loader doesn't use a partition ID when trying to boot Windows, it keeps track of the partitions order on the disk (ie, 'Windows is on the third partition')... When I installed FreeBSD, I combined two partitions into one, which changed my Windows partition to the second partition instead of the third... this screwed up Windows. I fixed this by using the 'fixboot' command in the Windows Recovery Console... For more info on the Windows Recovery Console: http://support.microsoft.com/default.aspx?scid=kb;EN-US;229716 Hope that helps... :-\ -Vik -- vikram vinayak kulkarni God created Arrakis to train the faithful. vkulkarn@uiuc.edu -_The Wisdom of Muad'Dib_ by vkulkarn@brownforces.org Princess Irulan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:13:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF8837B401 for ; Tue, 25 Feb 2003 09:13:41 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350E843F75 for ; Tue, 25 Feb 2003 09:13:40 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 3F5784FA7E; Tue, 25 Feb 2003 11:59:40 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 3A1C5486A; Tue, 25 Feb 2003 11:59:40 -0500 (EST) Date: Tue, 25 Feb 2003 11:59:40 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Brian Henning Cc: freebsd Subject: Re: tcsh redirect 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 Tue, 25 Feb 2003, Brian Henning wrote: > > hello- > can anyone tell me how to redirect just the stderr in tcsh? > > command > /dev/null #suppress stdout > command >& /dev/null #suppress stderr and stdout > > what can i run to suppress just the stderr? > > thanks, > > brian > From "UNIX in a Nutshell, 3rd ed.": (command > file1) >& file2 sends standard output to file1 and standard error to file2. I don't think that's exactly what you were looking for, but hope it helps. Note that in bash or ksh: command 2>file1 sends *only* stderr to file1. JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:14:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E647337B401; Tue, 25 Feb 2003 09:14:18 -0800 (PST) Received: from mail1.uits.uconn.edu (mail1.uits.uconn.edu [137.99.25.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDC343FAF; Tue, 25 Feb 2003 09:14:16 -0800 (PST) (envelope-from matt@forsetti.com) Received: from [137.99.80.149] (d80h149.public.uconn.edu [137.99.80.149]) by mail1.uits.uconn.edu (8.11.6/8.11.6) with ESMTP id h1PHE7X07294; Tue, 25 Feb 2003 12:14:07 -0500 Subject: Re: "NTLDR missing" after 5-RELEASE install From: Matt Smith To: Andrew Boothman Cc: Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> Content-Type: text/plain Organization: Message-Id: <1046193245.97029.12.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 25 Feb 2003 12:14:05 -0500 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.4, required 6, AWL, IN_REP_TO, QUOTED_EMAIL_TEXT, REFERENCES, SIGNATURE_SHORT_DENSE, SPAM_PHRASE_01_02, TO_BE_REMOVED_REPLY) Sender: owner-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 does your Drive Layout look like? Is your W2k partition FAT32? Has it always been the first partition on the drive, or did you move it, using something like partition magic? Is freeBSD in the extended partition? -Matt On Tue, 2003-02-25 at 11:58, Andrew Boothman wrote: > Quoting Lucas Holt : > > > It probably is. You need to put in the win 2k CD and do a repair on > > your windows install.. unfortunetely this may screw up your freebsd > > install. > > > > On Tuesday, February 25, 2003, at 05:58 AM, Andrew Boothman wrote: > > > > > Hi! > > > > > > I've just installed 5-RELEASE, and I asked for the FreeBSD Boot > > > Manager to be installed on both my HDDs. > > > > > > When the machine boots I'm given options for : > > > > > > F1 - DOS > > > F5 - Drive 2 > > > > > > Hitting F5 takes me to a second menu, where I can boot FreeBSD no > > > problem. My problem is that Win2k will no longer boot.... Hitting F1 > > > displays a message that, "NTLDR is missing". I've tried all the repair > > > > > options on the Win2k setup disc to no avail I think. > > > > > > I'm sorry this isn't directly FreeBSD related, but I really hope my > > > Win2k installation isn't hosed. > > Thanks for replying! > > I can't understand how the 5.x boot manager has managed to break my windows > boot, i've never had any trouble under 3.x or 4.x, both of which played with > windows perfectly nicely. > > I think i've tried all of the various repair options on the Win2k CD, including > getting it to do a fresh installation into a different folder (c:\tempwin), but > even that failed with the "NTLDR missing" message! However you no longer get > the booteasy (F1.... F2) menu anymore, so Windows must have rewritten > something. It still doesn't explain why Win2k still won't boot. > > I'm running out of ideas and I *really* don't want to have to reformat my > windows drive! > > Other than this (fairly major) problem, my 5.0 installation went really well, > even ACPI seems to be working perfectly and I even found a KLD to support my on- > board sound card! :) > > I really want to get windows booting again so I can continue to play with 5.0 > without worrying... > > Any help is much appricated! > > Thanks! > > Andrew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Matt Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:16:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A429537B401; Tue, 25 Feb 2003 09:16:09 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B732B43F93; Tue, 25 Feb 2003 09:16:08 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id B5892EF6A6; Tue, 25 Feb 2003 18:03:51 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 66C8F5D009; Tue, 25 Feb 2003 18:19:07 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id D86235D008; Tue, 25 Feb 2003 18:19:06 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A8E524A00F4; Tue, 25 Feb 2003 18:33:25 +0100 Message-Id: <5.2.0.9.0.20030225111301.0615bc48@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 25 Feb 2003 11:15:54 -0600 To: From: Len Conrad Subject: EPoX ep-4g4m+ ? Cc: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <5.0.2.1.2.20030225070501.01e4a230@66.227.42.119> 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 An integrator wants to use in some 1U boxes for us. With Intel 845G Any body have any horror stories? EPoX ok in general? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:16:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F63037B401 for ; Tue, 25 Feb 2003 09:16:25 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA47543FB1 for ; Tue, 25 Feb 2003 09:16:22 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1PHGCxc035566 for ; Tue, 25 Feb 2003 11:16:12 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Is Apache+Perl behaving correctly? Am I insane? From: Kirk Strauser Date: Tue, 25 Feb 2003 11:16:09 -0600 Message-ID: <871y1wjn6u.fsf@strauser.com> Lines: 36 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable I'm trying to enable mod_perl support for my TWiki-based website (http://subwiki.honeypot.net/). I'm seeing some really strange behaviour, though, and I don't know which of mod_perl or I are going insane. In my httpd.conf, I have: User www Group www and it behaves in the expected way. TWiki ships with a script called `testenv' that shows some information about the current Apache environment, and it calls some very simple code to determine the user its running as: my $usr =3D lc( getlogin || getpwuid($<) ); print "User:$usr\n"; When I execute that script from a browser, I see "User: root", and I'm not sure where that's coming from. Right now, the following httpd processes are running on the server: # ps auxwww | grep -- -DSSL root 34839 0.0 0.9 14092 7032 ?? Ss 10:55AM 0:00.95 /usr/loca= l/sbin/httpd -DSSL www 35394 0.0 0.9 14100 7068 ?? I 11:11AM 0:00.01 /usr/loca= l/sbin/httpd -DSSL www 35395 0.0 0.9 14100 7064 ?? I 11:11AM 0:00.01 /usr/loca= l/sbin/httpd -DSSL www 35396 0.0 0.9 14160 7112 ?? I 11:11AM 0:00.02 /usr/loca= l/sbin/httpd -DSSL www 35397 0.0 0.9 14160 7120 ?? I 11:11AM 0:00.02 /usr/loca= l/sbin/httpd -DSSL www 35398 0.0 0.9 14160 7120 ?? I 11:11AM 0:00.02 /usr/loca= l/sbin/httpd -DSSL www 35403 0.0 0.9 14092 7040 ?? I 11:12AM 0:00.01 /usr/loca= l/sbin/httpd -DSSL Doesn't the process running as root exist solely to spawn other children? If so, why does Perl (both with and without mod_perl enabled) think that it's running as root instead of www? =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+W6Tc5sRg+Y0CpvERApfJAJ0TDbnjlUwNoG5Q3mGqD4iU1vmFOgCdFJSU /KvBlKx0c/L66hyOstLqljc= =5Q7G -----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 Tue Feb 25 9:16:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB2F37B401 for ; Tue, 25 Feb 2003 09:16:33 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id F050B43FDD for ; Tue, 25 Feb 2003 09:16:28 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PHGNrX010589; Tue, 25 Feb 2003 12:16:27 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BA4E7.4070001@potentialtech.com> Date: Tue, 25 Feb 2003 12:16:23 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: freebsd Subject: Re: isp connection woes References: <3E5B9189.1060300@potentialtech.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 Brian Henning wrote: > ----- Original Message ----- > From: "Bill Moran" >>Brian Henning wrote: >> >>> Their network design supports no more than 16 hops on the >>> way to >>>a DHCP server, >>>but increasing the (hard-coded) TTL >>>(at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the >>>problem. >>>I would like to manually try to connect to my isp before i try changing the >>> code >>>for DHCP. >>>I got my network info from my lrp operating system. I would like to switch >>> that >>>to bsd. >>>can i use traceroute to find out the number of hops i am currently taking to >>> get >>>to my isp's dhcp server? Had another thought, can you traceroute from the machine that is properly connecting? Are you sure that you can't get an IP address because of the TTL? I find it very odd that the DHCP server would be that far away, but stranger things have happened. >>>manual configuration >>>-------------------- >>>ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" #66.41.139.87/21 >>>ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0" >>> >>>default_router="66.41.136.1 rl0" >> >>This should be: >>defaultrouter="66.41.136.1" >> >> >>>default_router="192.168.1.254 rl1" >> >> ^^^^^^^^^^^^^^^^^ >>This is wrong. Don't put that in. > > Bill, > > Why do i not need to have two default routes, I have 2 networks? I am sure you > are correct, I guess i just don't understand why. A "default route" or "default gateway" is defined as the place the software sends traffic when it doesn't know how else to reach the machine in question. The assumption is that the "default route" computer will know where to send it. Other routes are added automagically, without needing your intervention. For example, when you ifconfig the rl1 interface, the network software automatically adds a route to 192.168.1.*, based on the IP/netmask that you configured. The network software then knows that all computers in that range can be reached through that network card. Additionally, having a default route that points back to itself results in an infinite loop (if the machine will even let you do it). The effect is: machine doesn't know how to reach host, so sends to default route, doesn't know how to reach host, sends to default route. It just keeps receiving the same traffic that it doesn't know what to do with. > is there a way i can find out > the ip addr of my dhcp server? Call your ISP, or if you have a machine that is working properly, check where it got it's IP address. Most OSes will tell you (even Windows). > does this even work: default_router="192.168.1.254 rl1" No. "default_router" is a syntax error, it should be "defaultrouter" and the interface name at the end is not supposed to be there. The system will automagically determine the interface that belongs to the route. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:19: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 065AF37B401 for ; Tue, 25 Feb 2003 09:19:02 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7353B43FCB for ; Tue, 25 Feb 2003 09:19:00 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PHIwrX010592; Tue, 25 Feb 2003 12:18:59 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BA582.6090803@potentialtech.com> Date: Tue, 25 Feb 2003 12:18:58 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Maxwell Cc: questions@FreeBSD.ORG Subject: Re: Ooooops! Wrong Network Interface designation References: <3E5BA30E.E3D6901B@jaymax.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 Joseph Maxwell wrote: > Hello, > Improper shutdown via power failure, disk corruption, re-installation > 4.2 the last disk set available. Using a RealTek internal media > interface for a direct DSL internet connection. Inadvertently, entered > PPP on Network setup, attempts at correcting this have resulted in > miserable failure. Going back in to /stand/sysinstall does not even seem > to provide that option. > > Short of a complete re-installation is there another approach, such as > manually entering specifics into specific files, and if so which files - > or have I missed something on the attempt at Post Installation > Configuration changes through the use of /stand/sysinstall? Read through /etc/rc.conf That's where most of what you set up in sysinstall is recorded. The man page for rc.conf is very long and very complete. If you get stuck, post the contents of /etc/rc.conf to the list and we can assist in correcting the problem. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:20:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAAB37B401 for ; Tue, 25 Feb 2003 09:20:23 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307F543F85 for ; Tue, 25 Feb 2003 09:20:22 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1PHKI5U064392 for ; Tue, 25 Feb 2003 17:20:18 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1PHKIes064391 for freebsd-questions@FreeBSD.ORG; Tue, 25 Feb 2003 17:20:18 GMT Date: Tue, 25 Feb 2003 17:20:18 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: systat like statistics to a flat file ? Message-ID: <20030225172018.GA61003@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <5.2.0.9.0.20030224223728.032606b8@pop.swbell.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20030224223728.032606b8@pop.swbell.yahoo.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 24, 2003 at 10:40:24PM -0600, Sean O'Neill wrote: > Is there anything in FreeBSD or the ports that will collect statistics > similar to those displayed by systat and drop them to a flat file ? systat actually provides a handy constantly updating display of data equivalent to a number of well known status reporting tools under Unix. So, going full circle, you have: uptime(1) System load averages ps(1) Process Status --- the systat 'pigs' mode selects those processes using a large fraction of the available processor power, which is roughly equivalent to runnign 'ps -rla' and picking out processes from the top of that list. netstat(1) Various counters to do with network traffic. Thus the systat icmp display shows the same sort of information as: netstat -s -p icmp The tcp and ip displays can be shown similarly. netstat(1) can show statistics for more traffic categories than systat(1), eg: igmp, udp, ip6, icmp6, and it can show the traffic counters just for a specific network interface: netstat -I lo0 -s -p ip6 netstat(1) also displays mbuf counts, similar to systat's mbuf mode: netstat -m The default output from netstat(1) is to show the status of all open sockets on the system --- equivalent to systat(1)'s netstat mode (unsurprisingly...) pstat(8), swapinfo(8) swapinfo(1) is just a special way of invoking 'pstat -s'. Anyhow, pstat(1) is a general interface for reporting various kernel statistics to do with swap, filesystems and terminals. swapinfo shows how much capacity is in use in each of the swap areas on the system, equivalently to systat's swap mode. vmstat(8) This comand will tell you all about the performance of the virtual memory system. The systat(1) vmstat mode manages to summarise several of vmstat(1)'s output modes onto one page vmstat -s shows counts (since the last reboot) of various types of paging event in the system. vmstat -i shows the number of interrupts per device since the last reboot, and plain vmstat produces a condensed display showing inter-alia the amount of virtual memory in use, the free memory available, page faults, paging disk IO. faults and cpu usage, averaged over the time since the last reboot. vmstat in this mode is intended to be run using the '-w' flag which causes it to loop and print out statistics for each successive period. iostat(8) Overlaps somewhat with vmstat(8), and has a similar one-line report which it will print out at intervals given the '-w' flag. However, the principal focus is on disk IO throughput. systat(1)'s iostat mode shows the same information spread out over a whole page. There's several other statistics or status reporting tools that come with the system and which don't have an analog within systat(1), such as sockstat(1), fstat(1), nfsstat(1), ifmcstat(8), arp(8) all of which are well worth knowing about. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:25:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C102837B401 for ; Tue, 25 Feb 2003 09:25:56 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E8AA43F3F for ; Tue, 25 Feb 2003 09:25:53 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a069.otenet.gr [212.205.215.69]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PHPkOs014550; Tue, 25 Feb 2003 19:25:48 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PHPjsG000837; Tue, 25 Feb 2003 19:25:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PHPh2b000836; Tue, 25 Feb 2003 19:25:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Feb 2003 19:25:43 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcsh redirect Message-ID: <20030225172543.GA669@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-25 10:53, Brian Henning wrote: > hello- > can anyone tell me how to redirect just the stderr in tcsh? > > command > /dev/null #suppress stdout > command >& /dev/null #suppress stderr and stdout > > what can i run to suppress just the stderr? The easiest way I can think is to use sh(1) to redirect descriptors, which has a much cleaner and easy to use syntax for redirection. tcsh> cat lala #!/bin/sh echo "This shows up on stdout" echo "This shows up on stderr" >&2 tcsh> /bin/sh -c './lala 2>/dev/null' This shows up on stdout tcsh> - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:36:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D42437B401 for ; Tue, 25 Feb 2003 09:36:43 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA4743FA3 for ; Tue, 25 Feb 2003 09:36:41 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1PHaZ5U064658 for ; Tue, 25 Feb 2003 17:36:35 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1PHaYmJ064653 for freebsd-questions@FreeBSD.ORG; Tue, 25 Feb 2003 17:36:34 GMT Date: Tue, 25 Feb 2003 17:36:34 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Is Apache+Perl behaving correctly? Am I insane? Message-ID: <20030225173634.GB61003@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <871y1wjn6u.fsf@strauser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871y1wjn6u.fsf@strauser.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 25, 2003 at 11:16:09AM -0600, Kirk Strauser wrote: > I'm trying to enable mod_perl support for my TWiki-based website > (http://subwiki.honeypot.net/). I'm seeing some really strange behaviour, > though, and I don't know which of mod_perl or I are going insane. > > In my httpd.conf, I have: > > User www > Group www > > and it behaves in the expected way. TWiki ships with a script called > `testenv' that shows some information about the current Apache environment, > and it calls some very simple code to determine the user its running as: > > my $usr = lc( getlogin || getpwuid($<) ); > print "User:$usr\n"; > > When I execute that script from a browser, I see "User: root", and I'm not > sure where that's coming from. Right now, the following httpd processes are > running on the server: > > # ps auxwww | grep -- -DSSL > root 34839 0.0 0.9 14092 7032 ?? Ss 10:55AM 0:00.95 /usr/local/sbin/httpd -DSSL > www 35394 0.0 0.9 14100 7068 ?? I 11:11AM 0:00.01 /usr/local/sbin/httpd -DSSL > www 35395 0.0 0.9 14100 7064 ?? I 11:11AM 0:00.01 /usr/local/sbin/httpd -DSSL > www 35396 0.0 0.9 14160 7112 ?? I 11:11AM 0:00.02 /usr/local/sbin/httpd -DSSL > www 35397 0.0 0.9 14160 7120 ?? I 11:11AM 0:00.02 /usr/local/sbin/httpd -DSSL > www 35398 0.0 0.9 14160 7120 ?? I 11:11AM 0:00.02 /usr/local/sbin/httpd -DSSL > www 35403 0.0 0.9 14092 7040 ?? I 11:12AM 0:00.01 /usr/local/sbin/httpd -DSSL > > Doesn't the process running as root exist solely to spawn other children? > If so, why does Perl (both with and without mod_perl enabled) think that > it's running as root instead of www? The problem is the getlogin(2) call. getlogin(2) tells you who the current user logged in as, which, given intervening calls to functions like setruid(3), setuid(2) or seteuid(2) is not necessarily the same thing as the uid running the process. In your case, the apache daemon has to be started up as root so it can bind port 80, but it's child processes all call setuid() or similar to switch to the standard UID the daemon runs under. You can easily see the effect by using su(1) or sudo(1): % sudo perl -e 'print scalar getlogin(), "\n";' matthew % sudo perl -e 'print scalar getpwuid($<), "\n";' root Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:37:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429A537B401 for ; Tue, 25 Feb 2003 09:37:45 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C8643F93 for ; Tue, 25 Feb 2003 09:37:41 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h1PHbbY18684; Tue, 25 Feb 2003 19:37:37 +0200 Message-Id: <200302251737.h1PHbbY18684@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 25 Feb 03 19:37:13 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 25 Feb 03 19:36:49 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "Luca Pizzinato" , questions@freebsd.org Date: Tue, 25 Feb 2003 19:36:40 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: dd problem In-reply-to: <65451.217.228.149.45.1045915570.squirrel@www.pizzinato.it> Sender: owner-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 admit, most of my experience is on Solaris, but hey, I'd never > expect such a command to fail on FreeBSD: > > # df -k > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 2064302 74140 1825018 4% / > /dev/ad0s1f 9247246 1895878 6611590 22% /usr > /dev/ad0s1e 15483630 380750 13864190 3% /var > procfs 4 4 0 100% /proc > # > # dd if=/dev/ad01sa of=/dev/ad2s1a bs=4096k > dd: /dev/ad01sa: No such file or directory > # > > What am I doing wrong? Feel like in the newbies time :/ Perhaps what you are doing wrong is using ad01sa instead of ad0s1a ? ;-) -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * The trouble with the global village are all the global village idiots. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:41: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D5D37B401 for ; Tue, 25 Feb 2003 09:41:04 -0800 (PST) Received: from bjwcs.com (swing.bjwcs.com [208.185.25.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D97A43F3F for ; Tue, 25 Feb 2003 09:41:03 -0800 (PST) (envelope-from brently@bjwcs.com) Received: from samba [68.98.15.6] by bjwcs.com with ESMTP (SMTPD32-7.07) id AAACB5100EA; Tue, 25 Feb 2003 12:41:00 -0500 From: "Brent Wiese" To: "'Chris Phillips'" , Subject: RE: Dmesg filled with "arp: link address is broadcast for IP address" Date: Tue, 25 Feb 2003 10:41:00 -0700 Message-ID: <004301c2dcf5$102d7cf0$0a0114ac@home.bjwcs.com> 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.4024 In-Reply-To: <000301c2dbab$5d1df490$1508060a@furrie.net> 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 > arp: link address is broadcast for IP address 10.6.8.22! > arp: link address is broadcast for IP address 10.6.8.22! > arp: link address is broadcast for IP address 10.6.8.22! > arp: link address is broadcast for IP address 10.6.8.22! > > Then I put the suspect host on to DHCP & on reboot I got this > in dmesg: > - > arp: link address is broadcast for IP address 169.254.14.80! Sounds like the IP address on your unix box is an IP that falls on a subnet boundry. IE: 10.6.8.31 mask 255.255.255.224 Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:43:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A7D37B401 for ; Tue, 25 Feb 2003 09:43:26 -0800 (PST) Received: from mail.slipstreamdata.com (mail.slipstreamdata.com [64.7.136.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F8943FD7 for ; Tue, 25 Feb 2003 09:43:25 -0800 (PST) (envelope-from sahmed@slipstreamdata.com) Received: from moleman (moleman.office.slipstream.net [192.168.0.28]) by mail.slipstreamdata.com (8.12.6/8.12.6) with ESMTP id h1PHhO5G019562 for ; Tue, 25 Feb 2003 12:43:24 -0500 (EST) (envelope-from sahmed@slipstreamdata.com) From: "Salmaan Ahmed" To: Subject: .text area copy-on-write (COW) Date: Tue, 25 Feb 2003 12:43:19 -0500 Message-ID: <00b001c2dcf5$656dd430$1c00a8c0@office.slipstream.net> 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.3416 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 trying to determine just how much *physical* memory is required by one of my programs. I have a simple program with a .text size of about 1.7MB and, when running, a resident memory size of about 2.3MB. So far so good. What I don't understand is that when this program fork()s, shouldn't the .text area be shared between parent and child (actually, shouldn't both .text and .data be shared until modified)? If so, then why does the child process also have a resident memory ("RES" under "top") of 2.2MB instead of 600k? Am I misreading "top"? Is there some other way of determining the amount of physical memory being used by a process? Salmaan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:44:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED94637B401 for ; Tue, 25 Feb 2003 09:44:52 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5652F43FBD for ; Tue, 25 Feb 2003 09:44:51 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nj81-000Kml-00; Tue, 25 Feb 2003 19:44:29 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nj7i-000Kme-00; Tue, 25 Feb 2003 19:44:13 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nj7T-0002nX-00; Tue, 25 Feb 2003 19:43:55 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nj7S-00040Q-00; Tue, 25 Feb 2003 19:43:54 +0200 From: Willie Viljoen To: "Wolfpaw - Dale Corse" , "Bill Moran" , Subject: Re: No subject was specified. Date: Tue, 25 Feb 2003 19:43:53 +0200 User-Agent: KMail/1.5 Cc: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302251943.53828.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nj7i-000Kme-00*Nv9hde/4i.I* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 25 February 2003 17:42, someone, possibly Wolfpaw - Dale Corse, typed: > Hats off to you Bill :) > > Satanic Imagery.. LOL.. I always thought he was cute :) > > D. Well, that's the problem with the internet today... now that people are making money from letting every Tom, Dick and Harry, so to speak, get on, we will just be getting more and more crackpots... oh well... -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 9:56:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538F437B401 for ; Tue, 25 Feb 2003 09:56:10 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2736B43F3F for ; Tue, 25 Feb 2003 09:56:09 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PHu5rX010607; Tue, 25 Feb 2003 12:56:07 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BAE35.10603@potentialtech.com> Date: Tue, 25 Feb 2003 12:56:05 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Willie Viljoen Cc: Wolfpaw - Dale Corse , hhorse@globalnet.co.uk, questions@freebsd.org Subject: Re: No subject was specified. References: <200302251943.53828.will@unfoldings.net> 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 Willie Viljoen wrote: > On Tuesday 25 February 2003 17:42, someone, possibly Wolfpaw - Dale Corse, > typed: > >>Hats off to you Bill :) >> >>Satanic Imagery.. LOL.. I always thought he was cute :) >> >>D. > > Well, that's the problem with the internet today... now that people are > making money from letting every Tom, Dick and Harry, so to speak, get on, > we will just be getting more and more crackpots... oh well... Personally, I think it's foolish to just _assume_ that this guy is a crackpot. I understand that his comments seem Trollish in nature, but by his responses, I think it's also quite possible that he simply isn't familiar with FreeBSD and didn't know what to make of the daemon logo. I'm more interested in "why is his ISP displaying the daemon logo when there's a problem with his page?" -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10: 7:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410C837B401 for ; Tue, 25 Feb 2003 10:07:53 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBE143FBF for ; Tue, 25 Feb 2003 10:07:52 -0800 (PST) (envelope-from jshenry@comcast.net) Received: from whitetower (bgp01561290bgs.gambrl01.md.comcast.net [68.50.33.221]) by mtaout07.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.09 (built Jan 7 2003)) with ESMTP id <0HAV00BGAMCD64@mtaout07.icomcast.net> for questions@freebsd.org; Tue, 25 Feb 2003 13:07:26 -0500 (EST) Date: Tue, 25 Feb 2003 13:07:25 -0500 (EST) From: "J. Seth Henry" Subject: Re: APC UPS X-X-Sender: jshenry@whitetower.gambrl01.md.comcast.net To: admin@asarian-host.net Cc: questions@freebsd.org Message-id: <20030225130419.O14391-100000@whitetower.gambrl01.md.comcast.net> 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 Mark, I have an APC 750XL smart UPS powering my server and home automation setup. I have taken to using the PowerChute software provided by APC under linux emulation, which works quite well so long as you modify the shell scripts for use on a BSD system. I haven't tried running the apcupsd daemon, though, so YMMV. Good luck, Seth Henry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10: 8:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2BB37B401 for ; Tue, 25 Feb 2003 10:08:10 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4FD43FAF for ; Tue, 25 Feb 2003 10:08:08 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h1PI81x19075; Tue, 25 Feb 2003 20:08:01 +0200 Message-Id: <200302251808.h1PI81x19075@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 25 Feb 03 20:07:37 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 25 Feb 03 20:07:35 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "John Straiton" , questions@freebsd.org Date: Tue, 25 Feb 2003 20:07:25 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Fail to boot off installation CD - pci-cfgintr? In-reply-to: <002401c2d9b8$687da5f0$1916c60a@win2k.clickcom.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 have a Dell Poweredge 2300/350 machine that I'm trying to > install 5.0-RELEASE on via the CD. I'm getting an unusual error that my > searches have revealed very little on (seems to be a problem a lot of > laptop users get, although this is a 6U server). > > pci_cfgintr_search: linked (63) to configured irq 14 at 0:8:0 > pci_cfgintr: 0:7 INTD routed to irq 14 > I had a similar problem (booting halted after "INTx routed to irq something" message) when trying to boot an old IBM Netfinity 3500 server with the 5.0-RELEASE CD. What solved it for me was re-enabling the serial ports in BIOS, which I had disabled and removed from my 4.7 kernel. I guess that if you have some unneeded hardware which you have disabled in BIOS but which exists in 5.0 GENERIC kernel then enabling it in BIOS may help. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Why is there so much month left at the end of the money? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10: 8:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0EA37B401 for ; Tue, 25 Feb 2003 10:08:29 -0800 (PST) Received: from ntli.com (pc1-glfd2-4-cust59.glfd.cable.ntl.com [81.99.187.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A1D43FAF for ; Tue, 25 Feb 2003 10:08:28 -0800 (PST) (envelope-from william@palfreman.com) Received: from aqua.lan.palfreman.com (localhost [127.0.0.1]) by ntli.com (8.12.3/8.12.3) with ESMTP id h1PICAqr021833 for ; Tue, 25 Feb 2003 18:12:11 GMT (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by aqua.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id h1PICAbT021830 for ; Tue, 25 Feb 2003 18:12:10 GMT X-Authentication-Warning: aqua.lan.palfreman.com: william owned process doing -bs Date: Tue, 25 Feb 2003 18:12:10 +0000 (GMT) From: William Palfreman To: questions@freebsd.org Subject: Upgrading without console access Message-ID: <20030225180155.D318@ndhn.yna.cnyserzna.pbz> 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 Sometimes it just isn't convenient to have console access to a machine. Adding a modem increases the cost of what a customer sees as a black box, and asking then to plug a telephone in every major security breach is awkward, compared to going in via ssh and just fixing it. Nor is it always convenient to have two machines linked together by null-modem cables. So, how safe is it to make and build a new world and kernel, and just to kill off most processes instead of actually dropping down to proper single user mode? I've done that a few times, but are there any really good reasons why you shouldn't do this all the time? -- W. Palfreman. I'm looking for a job: Tel: 0771 355 0354 http://www.palfreman.com/william/ for my CV. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10: 9:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBBDA37B401 for ; Tue, 25 Feb 2003 10:09:13 -0800 (PST) Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C295043F75 for ; Tue, 25 Feb 2003 10:09:12 -0800 (PST) (envelope-from madriax@garlic.com) Received: from SHMOOPIE (113.sm-u1.dialup.garlic.net [216.139.35.113]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id h1PI9B244466 for ; Tue, 25 Feb 2003 10:09:11 -0800 From: "Remington L." To: Subject: Minimize downtime(kernel loading) Date: Tue, 25 Feb 2003 10:08:52 -0800 Message-ID: <000901c2dcf8$fae77c70$0502a8c0@SHMOOPIE> 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.2800.1106 Sender: owner-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 any way to load a new kernel without having to reboot? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:13:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8FC37B405 for ; Tue, 25 Feb 2003 10:13:31 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F9E43FB1 for ; Tue, 25 Feb 2003 10:13:29 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18njZw-000Kwe-00; Tue, 25 Feb 2003 20:13:20 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18njZf-000KwM-00; Tue, 25 Feb 2003 20:13:04 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18njZb-0002uY-00; Tue, 25 Feb 2003 20:12:59 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18njZZ-00042z-00; Tue, 25 Feb 2003 20:12:57 +0200 From: Willie Viljoen To: Bill Moran Subject: Re: No subject was specified. Date: Tue, 25 Feb 2003 20:12:56 +0200 User-Agent: KMail/1.5 Cc: Wolfpaw - Dale Corse , hhorse@globalnet.co.uk, questions@freebsd.org References: <200302251943.53828.will@unfoldings.net> <3E5BAE35.10603@potentialtech.com> In-Reply-To: <3E5BAE35.10603@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252012.56852.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18njZf-000KwM-00*fZWb7rUIe/6* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 25 February 2003 19:56, someone, possibly Bill Moran, typed: > Personally, I think it's foolish to just _assume_ that this guy is a > crackpot. I understand that his comments seem Trollish in nature, but > by his responses, I think it's also quite possible that he simply isn't > familiar with FreeBSD and didn't know what to make of the daemon logo. > I'm more interested in "why is his ISP displaying the daemon logo when > there's a problem with his page?" All I can think is that they use BSD servers and probably wrote their own error handler (that's the newest big thing amongst ISPs that like to show off.) On these custom error handler pages, displaying logos of the web server software and operating system is common. Not that I'm complaining, it's free advertising for us :) -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:18:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D9E37B401 for ; Tue, 25 Feb 2003 10:18:15 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B1B43FBF for ; Tue, 25 Feb 2003 10:18:14 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h1PIHxFU093045; Tue, 25 Feb 2003 12:18:00 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030225121757.01e00c78@sage-one.net> X-Sender: jackstone@sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 25 Feb 2003 12:17:57 -0600 To: Dan Pelleg , Mark From: "Jack L. Stone" Subject: Re: APC UPS Cc: FreeBSD Questions In-Reply-To: References: <200302240943.H1O9H6JQ093025@asarian-host.net> <200302240943.H1O9H6JQ093025@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-1.3 required=4.5 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.44-sageamerules_v1 Sender: owner-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 09:29 AM 2.25.2003 -0500, Dan Pelleg wrote: >Mark writes: > >> Hi, >> >> A while ago I posted that I could not get my APC UPS BK350 to work under >> FreeBSD 4.7R, using apcupsd. Problem was that, though apcupsd test prog sees >> the power go off-line, the apcupsd daemon itself does not. :( >> >> So, since I do need a solution, maybe I just need a smart UPS. I was >> thinking of buying the APC Smart-UPS 700VA. But before I shell out good >> money for that, does anyone have that one working for FreeBSD? And with >> apcupsd? (or other daemon). If so, I would much appreciate you telling me. >> :) >> > >FWIW, and I realize that's not a lot, the APC 1400RM2 does work with >apcupsd. > That is a good brand and works well with apcupsd. Mine are APC Smart-UPS 1000 and 1500, but believe they employ the same eproms as the 700.... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:25:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B31E37B401 for ; Tue, 25 Feb 2003 10:25:49 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B30143F3F for ; Tue, 25 Feb 2003 10:25:47 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1PIPYau062535; Tue, 25 Feb 2003 10:25:40 -0800 (PST) From: "Aaron Burke" To: , "Remington L." Subject: RE: Minimize downtime(kernel loading) Date: Tue, 25 Feb 2003 10:25:22 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <000901c2dcf8$fae77c70$0502a8c0@SHMOOPIE> 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 > Is there any way to load a new kernel without having to reboot? Not in freebsd at this time. A reboot is necessary. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:27: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E3D37B405 for ; Tue, 25 Feb 2003 10:27:02 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id CFD4743FAF for ; Tue, 25 Feb 2003 10:27:00 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 1709 invoked by uid 0); 25 Feb 2003 18:26:59 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 18:26:59 -0000 From: "Wolfpaw - Dale Corse" To: "Remington L." , Subject: RE: Minimize downtime(kernel loading) Date: Tue, 25 Feb 2003 11:36:58 -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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <000901c2dcf8$fae77c70$0502a8c0@SHMOOPIE> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nope, absolutely no way. D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Remington L. Sent: Tuesday, February 25, 2003 11:09 AM To: freebsd-questions@freebsd.org Subject: Minimize downtime(kernel loading) Is there any way to load a new kernel without having to reboot? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:27: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C64BB37B401 for ; Tue, 25 Feb 2003 10:27:00 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9931E43FAF for ; Tue, 25 Feb 2003 10:26:59 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 1699 invoked by uid 0); 25 Feb 2003 18:26:57 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 18:26:57 -0000 From: "Wolfpaw - Dale Corse" To: "Bill Moran" , "Willie Viljoen" Cc: "Wolfpaw - Dale Corse" , , Subject: RE: No subject was specified. Date: Tue, 25 Feb 2003 11:36:58 -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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <3E5BAE35.10603@potentialtech.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 agree... I just found it funny that he referred to "Satanic Imagery".. the little "daemon" is cool :) It makes him an average person, who has no idea what goes on BEHIND his website, only that it exists. Can't expect everyone to know all about things they really have no reason to bother learning. As far as: " now that people are making money from letting every Tom, Dick and Harry, so to speak, get on " That sounds dangerously close to the theories of a dictator, or a repressive government.. Russia and China come to mind. Why shouldn't they get on? It is a public internet after all. I don't know what country your in, but here we have something called the "Charter of Rights and Freedoms" which is supposed to entail freedom and equality for all. Regards, D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: Bill Moran [mailto:wmoran@potentialtech.com] Sent: Tuesday, February 25, 2003 10:56 AM To: Willie Viljoen Cc: Wolfpaw - Dale Corse; hhorse@globalnet.co.uk; questions@freebsd.org Subject: Re: No subject was specified. Willie Viljoen wrote: > On Tuesday 25 February 2003 17:42, someone, possibly Wolfpaw - Dale Corse, > typed: > >>Hats off to you Bill :) >> >>Satanic Imagery.. LOL.. I always thought he was cute :) >> >>D. > > Well, that's the problem with the internet today... now that people are > making money from letting every Tom, Dick and Harry, so to speak, get on, > we will just be getting more and more crackpots... oh well... Personally, I think it's foolish to just _assume_ that this guy is a crackpot. I understand that his comments seem Trollish in nature, but by his responses, I think it's also quite possible that he simply isn't familiar with FreeBSD and didn't know what to make of the daemon logo. I'm more interested in "why is his ISP displaying the daemon logo when there's a problem with his page?" -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:27: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DC937B406 for ; Tue, 25 Feb 2003 10:27:02 -0800 (PST) Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.194.99.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 6672A43F75 for ; Tue, 25 Feb 2003 10:27:01 -0800 (PST) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 1713 invoked by uid 0); 25 Feb 2003 18:27:00 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 25 Feb 2003 18:27:00 -0000 From: "Wolfpaw - Dale Corse" To: "William Palfreman" , Subject: RE: Upgrading without console access Date: Tue, 25 Feb 2003 11:36:58 -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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20030225180155.D318@ndhn.yna.cnyserzna.pbz> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Not really, so long as you reboot when your finished. Just make sure you don't mess up, or you could potentially leave your system unbootable :) D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of William Palfreman Sent: Tuesday, February 25, 2003 11:12 AM To: questions@freebsd.org Subject: Upgrading without console access Sometimes it just isn't convenient to have console access to a machine. Adding a modem increases the cost of what a customer sees as a black box, and asking then to plug a telephone in every major security breach is awkward, compared to going in via ssh and just fixing it. Nor is it always convenient to have two machines linked together by null-modem cables. So, how safe is it to make and build a new world and kernel, and just to kill off most processes instead of actually dropping down to proper single user mode? I've done that a few times, but are there any really good reasons why you shouldn't do this all the time? -- W. Palfreman. I'm looking for a job: Tel: 0771 355 0354 http://www.palfreman.com/william/ for my CV. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:36:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C51237B401 for ; Tue, 25 Feb 2003 10:36:26 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DB943FCB for ; Tue, 25 Feb 2003 10:36:25 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PIaMrX010679; Tue, 25 Feb 2003 13:36:23 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BB7A6.70009@potentialtech.com> Date: Tue, 25 Feb 2003 13:36:22 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Willie Viljoen Cc: Wolfpaw - Dale Corse , hhorse@globalnet.co.uk, questions@freebsd.org Subject: Re: No subject was specified. References: <200302251943.53828.will@unfoldings.net> <3E5BAE35.10603@potentialtech.com> <200302252012.56852.will@unfoldings.net> 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 Willie Viljoen wrote: > On Tuesday 25 February 2003 19:56, someone, possibly Bill Moran, typed: > >>Personally, I think it's foolish to just _assume_ that this guy is a >>crackpot. I understand that his comments seem Trollish in nature, but >>by his responses, I think it's also quite possible that he simply isn't >>familiar with FreeBSD and didn't know what to make of the daemon logo. >>I'm more interested in "why is his ISP displaying the daemon logo when >>there's a problem with his page?" > > All I can think is that they use BSD servers and probably wrote their own > error handler (that's the newest big thing amongst ISPs that like to show > off.) > > On these custom error handler pages, displaying logos of the web server > software and operating system is common. > > Not that I'm complaining, it's free advertising for us :) I'm not saying that it's bad advertising, but it leaves us answering questions that are the ISP's responsibility (that we can't even answer if we wanted to in many cases) I would just appreciate it if the ISPs would ensure that the error page is descriptive enough that questions like this don't come this way. Then again, some people don't bother to read, and would ask the question anyway, and there's little we can do about that. I'm really hoping that he replies with a link to the page in questions, if it's poorly done, I may email the ISP and recommend that some additional information be posted. My biggest concern is that occasionally a question like this draws flames, and that's never good PR. Especially when the poster is honestly trying to figure out what's wrong and just went down the wrong path. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:42:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EBD37B401 for ; Tue, 25 Feb 2003 10:42:24 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FF443F85 for ; Tue, 25 Feb 2003 10:42:22 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nk1t-000L78-00; Tue, 25 Feb 2003 20:42:13 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nk1d-000L6m-00; Tue, 25 Feb 2003 20:42:00 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nk1M-00030f-00; Tue, 25 Feb 2003 20:41:40 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nk1K-00045Q-00; Tue, 25 Feb 2003 20:41:38 +0200 From: Willie Viljoen To: "Wolfpaw - Dale Corse" , "Bill Moran" Subject: Re: No subject was specified. Date: Tue, 25 Feb 2003 20:41:38 +0200 User-Agent: KMail/1.5 Cc: "Wolfpaw - Dale Corse" , , References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252041.38712.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nk1d-000L6m-00*WtxLZkK47tM* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 25 February 2003 20:36, someone, possibly Wolfpaw - Dale Corse, typed: > " now that people are making money from letting every Tom, Dick and > Harry, so to speak, get on " > > That sounds dangerously close to the theories of a dictator, or a > repressive government.. Russia and China come to mind. Why shouldn't they > get on? It is a public internet after all. I don't know what country your > in, but here we have something called the "Charter of Rights and > Freedoms" which is supposed to entail freedom and equality for all. Oh don't get me wrong, I don't mind anybody getting on, but it would be nice if ISPs would atleast take the responsibility to educate their users before they let them on. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:43:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE4837B401 for ; Tue, 25 Feb 2003 10:43:26 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-13-35.abo.wanadoo.fr [80.11.65.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDC843FAF for ; Tue, 25 Feb 2003 10:43:24 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from srv01.lphp.org.local (localhost [127.0.0.1]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1PIhMQ2062211 for ; Tue, 25 Feb 2003 19:43:22 +0100 (CET) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by srv01.lphp.org.local (8.12.6/8.12.6/Submit) id h1PIhLF2062210 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 19:43:21 +0100 (CET) X-Authentication-Warning: srv01.lphp.org.local: www set sender to ajacoutot@lphp.org using -f Received: from 192.168.0.4 ( [192.168.0.4]) as user ajacoutot@localhost by webmail.lphp.org with HTTP; Tue, 25 Feb 2003 19:43:21 +0100 Message-ID: <1046198601.3e5bb9499e7b5@webmail.lphp.org> Date: Tue, 25 Feb 2003 19:43:21 +0100 From: Antoine Jacoutot To: "freebsd-questions@freebsd.org" Subject: stupid question MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.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 Hi ! I am sure it is a common question, but I can't find the answer: - how can I save my defined settings when building a port ? Putting them in /etc/make.conf does not seem to work. For exemple, if I want to build imapd with drac support, I go "make WITH_DRAC=yes install", but I would love to go like "make install", putting WITH_DRAC=yes in some configuration file somewhere so I don't have to write nor remember it all the time (especially when upgrading). Is that even possible ? Thanks in advance. -- Antoine Jacoutot ajacoutot@lphp.org http://www.lphp.org "Unix is user friendly. He's just very picky about who his friends are..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:44:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B4637B401 for ; Tue, 25 Feb 2003 10:44:33 -0800 (PST) Received: from netmail01.services.quay.plus.net (netmail01.services.quay.plus.net [212.159.14.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 69DBC43F85 for ; Tue, 25 Feb 2003 10:44:32 -0800 (PST) (envelope-from trent@limekiln.vcisp.net) Received: (qmail 11340 invoked from network); 25 Feb 2003 18:44:31 -0000 Received: from limekiln.vcisp.net (212.159.16.110) by netmail01.services.quay.plus.net with SMTP; 25 Feb 2003 18:44:31 -0000 Received: by limekiln.vcisp.net (Postfix, from userid 1001) id C9F722DE; Tue, 25 Feb 2003 18:44:30 +0000 (GMT) Date: Tue, 25 Feb 2003 18:44:30 +0000 From: Trent Nelson To: Mike Meyer Cc: "Philip M. Gollucci" , synrat , questions@freebsd.org Subject: Re: Oracle on FreeBSD Message-ID: <20030225184430.GA73776@limekiln.vcisp.net> References: <1046128729.490.8.camel@dethstar> <200302242321.04463.philip@p6m7g8.com> <20030225091453.GB70361@limekiln.vcisp.net> <15963.38404.257921.610622@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15963.38404.257921.610622@guru.mired.org> User-Agent: Mutt/1.5.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 Tue, Feb 25, 2003 at 10:12:52AM -0600, Mike Meyer wrote: > In <20030225091453.GB70361@limekiln.vcisp.net>, Trent Nelson typed: > > I'm interested in seeing how well something like PostgreSQL can be > > used as a ``drop-in'' replacement for Oracle. If I have clients > > connecting via ODBC (Rational ClearQuest), I personally couldn't > > care what the underlying database is. Now *that* is something I'd > > be interested in seeing a write up for. > > It's not a drop-in replacement. You have to install the PostgreSQL > ODBC drivers on all the clients. Any client-side scripts will have to > be changed to use a PostgreSQL wrappers instead of Oracle > wrappers. The SQL is probably subtly different as well. > > SQL may be a standard, but you still get locked into the databases > that you can query with it. Perhaps I should have been more specific. I'm interested in how far you can get (i.e. what queries will work, what ones won't) before you reach a complete road-block. With regards to ODBC, changing the driver being used by the application's '*odbc.ini' configuration fi- le is sufficient for modifying the database being interfaced to, is it not? i.e. the application simply calls standard ODBC functions which the individual database drivers implement. Trent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 10:45:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994C437B401 for ; Tue, 25 Feb 2003 10:45:25 -0800 (PST) Received: from sumter.awod.com (sumter.awod.com [63.246.96.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8242A43FA3 for ; Tue, 25 Feb 2003 10:45:24 -0800 (PST) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010374pcs.mplsnt01.sc.comcast.net [68.58.176.69]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id NAA81186 for ; Tue, 25 Feb 2003 13:45:22 -0500 (EST) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010374pcs.mplsnt01.sc.comcast.net] popped 235 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 18nk4w-00065o-00 for ; Tue, 25 Feb 2003 13:45:22 -0500 Date: Tue, 25 Feb 2003 13:45:21 -0500 From: stan To: Free BSD Questions list Subject: Galeon crashing on startup Message-ID: <20030225184521.GA23277@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 13:37:57 up 37 days, 17:59, 1 user, load average: 0.08, 0.03, 0.04 Sender: owner-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 cvsup'd and done make world and portupgrdae for the last 2 weekends, and I still have a Ga;eon that core dumps right after starting to connect to the home page. I'rs working on another, slightly less current 4.7 box. Help, please. What should I be checking? -- "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 Tue Feb 25 10:49:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E39F37B401 for ; Tue, 25 Feb 2003 10:49:53 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7FA43F3F for ; Tue, 25 Feb 2003 10:49:52 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PInprX010685; Tue, 25 Feb 2003 13:49:51 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BBACF.6070405@potentialtech.com> Date: Tue, 25 Feb 2003 13:49:51 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Remington L." Cc: freebsd-questions@freebsd.org Subject: Re: Minimize downtime(kernel loading) References: <000901c2dcf8$fae77c70$0502a8c0@SHMOOPIE> 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 Remington L. wrote: > Is there any way to load a new kernel without having to reboot? You know, from what I understand of Mach, Mac OS X should be able to do this. I don't think they've actually achieved that level of functionality yet, though. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11: 7: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F9437B401 for ; Tue, 25 Feb 2003 11:06:59 -0800 (PST) Received: from hotmail.com (oe69.law12.hotmail.com [64.4.18.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5247143FCB for ; Tue, 25 Feb 2003 11:06:59 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 11:06:58 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: scroll mouse Date: Tue, 25 Feb 2003 13:05:11 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 19:06:58.0972 (UTC) FILETIME=[123145C0:01C2DD01] Sender: owner-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 a logitech 2 button mouse with a wheel in the middle. i would like to get the wheel to work in x-windows, but i can't get the scrolling to work. here is what i have done so far. rc.conf -------- moused_type="ps/2" moused_port="/dev/psm0" moused_enable="YES" moused_flags="-z 4" /usr/X11R6/lib/X11/XF86Config ... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection ... any suggestions? cheers, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11: 8:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC9E337B401 for ; Tue, 25 Feb 2003 11:08:31 -0800 (PST) Received: from hotmail.com (f26.pav0.hotmail.com [64.4.32.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7FF43FA3 for ; Tue, 25 Feb 2003 11:08:31 -0800 (PST) (envelope-from styls@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 11:08:31 -0800 Received: from 162.84.247.204 by pv0fd.pav0.hotmail.msn.com with HTTP; Tue, 25 Feb 2003 19:08:31 GMT X-Originating-IP: [162.84.247.204] From: "Richard morris" To: freebsd-questions@freebsd.org Subject: freebsd 5.0 + monitor settings Date: Tue, 25 Feb 2003 13:08:31 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Feb 2003 19:08:31.0404 (UTC) FILETIME=[494946C0:01C2DD01] Sender: owner-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 is it possible or if i can change the refresh rate on XF86Config file. I've seen a line in the file that says vertrefresh 50 - 120 i was wondering if i can just have one value there and if that would change my refresh rate on my monitor because my screen is out of range at certain resolutions. that is why i need to change my refresh rate. I can assure you that the resolutions i use are supported by the monitor and video adaptor. I WOULD APPRECIATE IT IF I CAN GET SOME HELP ON THIS SUBJECT. _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11: 9:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 524F537B401 for ; Tue, 25 Feb 2003 11:09:36 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA6C43FBD for ; Tue, 25 Feb 2003 11:09:34 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PJ9MrX010697; Tue, 25 Feb 2003 14:09:32 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BBF62.2070607@potentialtech.com> Date: Tue, 25 Feb 2003 14:09:22 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trent Nelson Cc: Mike Meyer , "Philip M. Gollucci" , synrat , questions@freebsd.org Subject: Re: Oracle on FreeBSD References: <1046128729.490.8.camel@dethstar> <200302242321.04463.philip@p6m7g8.com> <20030225091453.GB70361@limekiln.vcisp.net> <15963.38404.257921.610622@guru.mired.org> <20030225184430.GA73776@limekiln.vcisp.net> 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 Trent Nelson wrote: > On Tue, Feb 25, 2003 at 10:12:52AM -0600, Mike Meyer wrote: > >>In <20030225091453.GB70361@limekiln.vcisp.net>, Trent Nelson typed: >> >>> I'm interested in seeing how well something like PostgreSQL can be >>> used as a ``drop-in'' replacement for Oracle. If I have clients >>> connecting via ODBC (Rational ClearQuest), I personally couldn't >>> care what the underlying database is. Now *that* is something I'd >>> be interested in seeing a write up for. >> >>It's not a drop-in replacement. You have to install the PostgreSQL >>ODBC drivers on all the clients. Any client-side scripts will have to >>be changed to use a PostgreSQL wrappers instead of Oracle >>wrappers. The SQL is probably subtly different as well. >> >>SQL may be a standard, but you still get locked into the databases >>that you can query with it. > > Perhaps I should have been more specific. I'm interested in how far > you can get (i.e. what queries will work, what ones won't) before > you reach a complete road-block. With regards to ODBC, changing the > driver being used by the application's '*odbc.ini' configuration fi- > le is sufficient for modifying the database being interfaced to, is > it not? i.e. the application simply calls standard ODBC functions > which the individual database drivers implement. It depends on how the application is written. One of the "standard ODBC functions" available is an SQL passthru, which basically lets the application talk directly to the SQL server it the SQL server's native dialect of SQL. If the application uses this ability, it probably won't work at all. Additionally, there are different levels of ODBC compatibility, if your application requires a certain level, and the PostgreSQL ODBC driver doesn't support it, you're out of luck again. Not to say that there isn't a possibility that it will work, just that it's not a terribly simple question to answer. The whole "ODBC compatiblity" thing is (unfortunately) a lie. Nobody has stood up and constrained the standard enought to make it truely compatible across all databases. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:11:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B85937B401 for ; Tue, 25 Feb 2003 11:11:48 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 0EC1C43FBD for ; Tue, 25 Feb 2003 11:11:48 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Tue, 25 Feb 2003 19:11:28 -0000 To: "freebsd" , "Brian Henning" Date: Tue, 25 Feb 2003 11:11:28 -0800 From: "joshua lokken" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: Re: scroll mouse X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: text/plain; charset=us-ascii Content-Language: en 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 Tue, 25 Feb 2003 13:05:11 Brian Henning wrote: >Hello- >i have a logitech 2 button mouse with a wheel in the middle. >i would like to get the wheel to work in x-windows, but i can't get the >scrolling to work. >here is what i have done so far. > >rc.conf >-------- >moused_type="ps/2" >moused_port="/dev/psm0" >moused_enable="YES" >moused_flags="-z 4" > >/usr/X11R6/lib/X11/XF86Config >... >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" >EndSection >... > >any suggestions? >cheers, > >brian > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > You can try using the "Auto" protocol, that's always worked for me. I don't spot any [obvious] problems... Joshua Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:15:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1015937B401 for ; Tue, 25 Feb 2003 11:15:42 -0800 (PST) Received: from hotmail.com (oe66.law12.hotmail.com [64.4.18.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9998143F75 for ; Tue, 25 Feb 2003 11:15:41 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 11:15:41 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: , "freebsd" References: Subject: Re: scroll mouse Date: Tue, 25 Feb 2003 13:13:53 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 19:15:41.0526 (UTC) FILETIME=[49A8AF60:01C2DD02] Sender: owner-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: "joshua lokken" To: "freebsd" ; "Brian Henning" Sent: Tuesday, February 25, 2003 1:11 PM Subject: Re: scroll mouse > > -- > > On Tue, 25 Feb 2003 13:05:11 > Brian Henning wrote: > >Hello- > >i have a logitech 2 button mouse with a wheel in the middle. > >i would like to get the wheel to work in x-windows, but i can't get the > >scrolling to work. > >here is what i have done so far. > > > >rc.conf > >-------- > >moused_type="ps/2" > >moused_port="/dev/psm0" > >moused_enable="YES" > >moused_flags="-z 4" > > > >/usr/X11R6/lib/X11/XF86Config > >... > >Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "MouseSystems" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > >EndSection > >... > > > >any suggestions? > >cheers, > > > >brian > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > You can try using the "Auto" protocol, that's always worked for me. I don't spot any [obvious] problems... > > Joshua > > > Need a new email address that people can remember > Check out the new EudoraMail at > http://www.eudoramail.com > i have tried 'auto' in the past, but without success. thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:19:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AA537B401 for ; Tue, 25 Feb 2003 11:19:18 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7D043F93 for ; Tue, 25 Feb 2003 11:19:17 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nkbf-000LKZ-00; Tue, 25 Feb 2003 21:19:11 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nkbN-000LKD-00; Tue, 25 Feb 2003 21:18:56 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nkbD-00038d-00; Tue, 25 Feb 2003 21:18:43 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nkbC-00048Y-00; Tue, 25 Feb 2003 21:18:42 +0200 From: Willie Viljoen To: bsdaemon@eudoramail.com, "freebsd" , "Brian Henning" Subject: Re: scroll mouse Date: Tue, 25 Feb 2003 21:18:42 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252118.42307.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nkbN-000LKD-00*MYtR.O5rt0c* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 25 February 2003 21:11, someone, possibly joshua lokken, typed: > >/usr/X11R6/lib/X11/XF86Config > >... > >Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "MouseSystems" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > >EndSection > You can try using the "Auto" protocol, that's always worked for me. I > don't spot any [obvious] problems... > > Joshua Joshua is spot on. With any PS/2 mouse that is properly supported by moused, you should use the auto protocol in your XF86Config. The reason for this specific problem is that the MouseSystems protocol (which is the obsolete protocol that used to be used for 3 button mice) does not have a Z axis. The auto protocol will work just fine though. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:22:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE1437B401 for ; Tue, 25 Feb 2003 11:22:57 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2AF43F75 for ; Tue, 25 Feb 2003 11:22:57 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id BD2F94FA7E; Tue, 25 Feb 2003 14:08:56 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id B5828486A; Tue, 25 Feb 2003 14:08:56 -0500 (EST) Date: Tue, 25 Feb 2003 14:08:56 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Brian Henning Cc: freebsd Subject: Re: scroll mouse 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 Tue, 25 Feb 2003, Brian Henning wrote: > > On Tue, 25 Feb 2003 13:05:11 > > Brian Henning wrote: > > >Hello- > > >i have a logitech 2 button mouse with a wheel in the middle. > > >i would like to get the wheel to work in x-windows, but i can't get the > > >scrolling to work. > > >here is what i have done so far. > > > > > >rc.conf > > >-------- > > >moused_type="ps/2" > > >moused_port="/dev/psm0" > > >moused_enable="YES" > > >moused_flags="-z 4" > > > > > >/usr/X11R6/lib/X11/XF86Config > > >... > > >Section "InputDevice" > > > Identifier "Mouse0" > > > Driver "mouse" > > > Option "Protocol" "MouseSystems" > > > Option "Device" "/dev/sysmouse" > > > Option "Buttons" "5" > > > Option "ZAxisMapping" "4 5" > > >EndSection > > >... > > > > You can try using the "Auto" protocol, that's always worked for me. I don't > spot any [obvious] problems... > > > > Joshua > > > > > > Need a new email address that people can remember > > Check out the new EudoraMail at > > http://www.eudoramail.com > > > > i have tried 'auto' in the past, but without success. > thanks, > brian > For what it's worth, I have a couple Logitech mice like yours and the wheel only works with the "Auto" protocol and with moused *disabled*. I could never get it to work with moused enabled, apparently X must have direct access to it. Which of course never bothered me, as I hate a mouse pointer in terminal mode... HTH - JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:23:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE1537B401 for ; Tue, 25 Feb 2003 11:23:55 -0800 (PST) Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0784B43FAF for ; Tue, 25 Feb 2003 11:23:54 -0800 (PST) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 18nkgD-0000fE-0d; Tue, 25 Feb 2003 19:23:53 +0000 Message-ID: <5gQqrBCYK8W+Ew1r@caomhin.demon.co.uk> Date: Tue, 25 Feb 2003 19:23:04 +0000 To: Bill Moran Cc: hhorse@globalnet.co.uk, questions@freebsd.org From: Kevin Golding Subject: Re: No subject was specified. References: <200302251943.53828.will@unfoldings.net> <3E5BAE35.10603@potentialtech.com> <200302252012.56852.will@unfoldings.net> <3E5BB7A6.70009@potentialtech.com> In-Reply-To: <3E5BB7A6.70009@potentialtech.com> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-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, quite probably Bill Moran, once wrote: >I'm really hoping that he replies with a link to the page in questions, if >it's poorly done, I may email the ISP and recommend that some additional >information be posted. My guess is it's which does indeed 403 and it also has the "Powered by FreeBSD" image linking to , but nothing else. It really does need contact info for Global Internet Having a quick look around their site suggests a few broken links and a slightly strange collection of support pages. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:28:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F62537B401 for ; Tue, 25 Feb 2003 11:28:39 -0800 (PST) Received: from visimation.com (visimation.com [206.169.230.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5F544056 for ; Tue, 25 Feb 2003 11:27:46 -0800 (PST) (envelope-from adaml@visimation.com) Received: from Spooler by visimation.com (Mercury/32 v3.32) ID MO001DCD; 25 Feb 03 11:25:45 -0800 Received: from spooler by visimation.com (Mercury/32 v3.32); 25 Feb 03 11:25:32 -0800 Received: from 5adam5 (10.0.0.115) by visimation.com (Mercury/32 v3.32) with ESMTP ID MG001DCC; 25 Feb 03 11:25:30 -0800 Reply-To: From: "Adam Lofstedt" To: Subject: MRTG and aliased IP's Date: Tue, 25 Feb 2003 11:27:31 -0800 Organization: Visimation, Inc. Message-ID: <000b01c2dd03$f14f9480$6401a8c0@5adam5> 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.3416 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. I'm running FreeBSD 4.7 with net-snmp-5.0.3_2. I have two NICs, and one of them has several IP's bound to it through ifconfig alias. When I try to run MRTG, it only gives me the statistics for one of the aliased IPs (I think). System: my.domain.com in Maintainer: nobody@no.where Description: xl0 ifType: ethernetCsmacd (6) ifName: Max Speed: 1250.0 kBytes/s Ip: xxx.xxx.xxx.xxx (xxx-xxx-xxx-xxx.domain.com) xxx.xxx.xxx.xxx is the first aliased IP in /etc/rc.conf. Does anyone know of a way to get statistics for each individual aliased IP? With the above output, does anyone know if I am actually getting statistics for all bound IP's combined, or for just that one single aliased IP? Thanks, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:29: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F69637B405 for ; Tue, 25 Feb 2003 11:29:05 -0800 (PST) Received: from hotmail.com (oe28.law12.hotmail.com [64.4.18.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1078A44097 for ; Tue, 25 Feb 2003 11:27:39 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 11:27:38 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "Willie Viljoen" , , "freebsd" References: <200302252118.42307.will@unfoldings.net> Subject: Re: scroll mouse Date: Tue, 25 Feb 2003 13:25:50 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 19:27:38.0750 (UTC) FILETIME=[F52861E0:01C2DD03] Sender: owner-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: "Willie Viljoen" To: ; "freebsd" ; "Brian Henning" Sent: Tuesday, February 25, 2003 1:18 PM Subject: Re: scroll mouse > On Tuesday 25 February 2003 21:11, someone, possibly joshua lokken, typed: > > >/usr/X11R6/lib/X11/XF86Config > > >... > > >Section "InputDevice" > > > Identifier "Mouse0" > > > Driver "mouse" > > > Option "Protocol" "MouseSystems" > > > Option "Device" "/dev/sysmouse" > > > Option "Buttons" "5" > > > Option "ZAxisMapping" "4 5" > > >EndSection > > > You can try using the "Auto" protocol, that's always worked for me. I > > don't spot any [obvious] problems... > > > > Joshua > > Joshua is spot on. With any PS/2 mouse that is properly supported by moused, > you should use the auto protocol in your XF86Config. The reason for this > specific problem is that the MouseSystems protocol (which is the obsolete > protocol that used to be used for 3 button mice) does not have a Z axis. > The auto protocol will work just fine though. > > Will > > -- > Willie Viljoen > Freelance IT Consultant > > 214 Paul Kruger Avenue, Universitas > Bloemfontein > 9321 > South Africa > > +27 51 522 15 60 > +27 51 522 44 36 (after hours) > +27 82 404 03 27 (mobile) > > will@unfoldings.net > You are talking about "Auto" in the XF86Config file and not the rc.conf file, correct? Option "Device" "auto" i will give that a try. thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:30: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BFEB37B401 for ; Tue, 25 Feb 2003 11:30:05 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E26440A0 for ; Tue, 25 Feb 2003 11:27:41 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nkjp-000LNh-00; Tue, 25 Feb 2003 21:27:37 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nkjY-000LNY-00; Tue, 25 Feb 2003 21:27:21 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nkjU-0003AU-00; Tue, 25 Feb 2003 21:27:16 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nkjS-00049e-00; Tue, 25 Feb 2003 21:27:14 +0200 From: Willie Viljoen To: "Richard morris" , freebsd-questions@freebsd.org Subject: Re: freebsd 5.0 + monitor settings Date: Tue, 25 Feb 2003 21:27:14 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252127.14890.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nkjY-000LNY-00*npnx4KCXE.s* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 25 February 2003 21:08, someone, possibly Richard morris, typed: > I was wondering is it possible or if i can change the refresh rate on > XF86Config file. I've seen a line in the file that says vertrefresh 50 - > 120 i was wondering if i can just have one value there and if that would > change my refresh rate on my monitor because my screen is out of range at > certain resolutions. that is why i need to change my refresh rate. I can > assure you that the resolutions i use are supported by the monitor and > video adaptor. The information you need is in the XF86Config(5) manpage, but the briefe version follows: There are infact two settings you can use in the monitor section to do this. The HorizSync options sets horizontal syncronization frequency, and VertRefresh sets the (vertical) refresh rate. The easiest way to do this, if you know the exact refresh rates your monitor wants for these resolutions, is to set them like this: (For a monitor that wants 68.5KHz horizontal and 85.0 vertical) HorizSync 68.5 VertRefresh 85.0 Be warned, this will force XFree86 to operate ONLY at those refresh rates. This will disable all modes that do not function properly at those rates. You may want to include values for each mode your monitor supports and which you want to use, this can be done like: HorizSync 31.5,68.5 VertRefresh 60.,85.0 The standard setting is to specify a range of possible values, and let the video card BIOS take its pick. Most people have non-standard monitors though. These do not follow VESA specifications and will behave strangely with range settings. Even so, setting a range is still optimal, and if you monitor supports digital controle, I would sugest rather setting the monitor to the proper CRT limits than limiting refresh rates available to your system. > I WOULD APPRECIATE IT IF I CAN GET SOME HELP ON THIS > SUBJECT. Totally off topic, but I must have my 2 cents worth. An all capitals line of text is widely considered to be shouting according to internet conventions. Those who answer questions on this list do so without receiving compensation, and in some cases, without even receiving thanks. This is a service that we provide as volunteers, and we attempt to do our best at it. Being shouted at is not nice though, and we would appreciate if you ask politely in the future. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:50:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CC837B401 for ; Tue, 25 Feb 2003 11:50:35 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E2F44163 for ; Tue, 25 Feb 2003 11:48:03 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PJj8rX010709; Tue, 25 Feb 2003 14:45:09 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BC7C4.8070007@potentialtech.com> Date: Tue, 25 Feb 2003 14:45:08 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: freebsd Subject: Re: scroll mouse 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 Brian Henning wrote: > Hello- > i have a logitech 2 button mouse with a wheel in the middle. > i would like to get the wheel to work in x-windows, but i can't get the > scrolling to work. > here is what i have done so far. > > rc.conf > -------- > moused_type="ps/2" > moused_port="/dev/psm0" > moused_enable="YES" > moused_flags="-z 4" > > /usr/X11R6/lib/X11/XF86Config > ... > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > ... I have a Logitech Mouseman Optical Dual Sensor (highly recommended, BTW) and it works fine (wheel and all) My mouse has 6 buttons (has a little thumb button that I never use) but hopefully my config will help you sort out yours. First off, I don't use moused. Just don't see any need for it. However, I think (guessing) that you might do better without the -z option. Here is the applicable entry in XF86Config: Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/psm0" Option "Buttons" "6" Option "ZAxisMapping" "4 5" You may find that your z-axis (i.e. scroll) isn't the same numbers, try "3 4" maybe. I had to do a little guesswork to get mine working correctly at first. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:52:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F3C37B401 for ; Tue, 25 Feb 2003 11:52:22 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B1C440CD for ; Tue, 25 Feb 2003 11:47:53 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from [192.168.0.25] (dedport-132-157.idealapps.com [64.118.132.157] (may be forged)) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1PJxQfX036408; Tue, 25 Feb 2003 14:59:26 -0500 (EST) Subject: Re: scroll mouse From: Asenchi To: Brian Henning Cc: Willie Viljoen , bsdaemon@eudoramail.com, freebsd In-Reply-To: References: <200302252118.42307.will@unfoldings.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 25 Feb 2003 14:45:35 -0500 Message-Id: <1046202336.27431.40.camel@palea.attbi.com> Mime-Version: 1.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 I believe everyone is talking about: [snip] Option "Protocol" "auto" [snip] Curt On Tue, 2003-02-25 at 14:25, Brian Henning wrote: > > ----- Original Message ----- > From: "Willie Viljoen" > To: ; "freebsd" ; "Brian > Henning" > Sent: Tuesday, February 25, 2003 1:18 PM > Subject: Re: scroll mouse > > > > On Tuesday 25 February 2003 21:11, someone, possibly joshua lokken, typed: > > > >/usr/X11R6/lib/X11/XF86Config > > > >... > > > >Section "InputDevice" > > > > Identifier "Mouse0" > > > > Driver "mouse" > > > > Option "Protocol" "MouseSystems" > > > > Option "Device" "/dev/sysmouse" > > > > Option "Buttons" "5" > > > > Option "ZAxisMapping" "4 5" > > > >EndSection > > > > > You can try using the "Auto" protocol, that's always worked for me. I > > > don't spot any [obvious] problems... > > > > > > Joshua > > > > Joshua is spot on. With any PS/2 mouse that is properly supported by moused, > > you should use the auto protocol in your XF86Config. The reason for this > > specific problem is that the MouseSystems protocol (which is the obsolete > > protocol that used to be used for 3 button mice) does not have a Z axis. > > The auto protocol will work just fine though. > > > > Will > > > > -- > > Willie Viljoen > > Freelance IT Consultant > > > > 214 Paul Kruger Avenue, Universitas > > Bloemfontein > > 9321 > > South Africa > > > > +27 51 522 15 60 > > +27 51 522 44 36 (after hours) > > +27 82 404 03 27 (mobile) > > > > will@unfoldings.net > > > > You are talking about "Auto" in the XF86Config file and not the rc.conf file, > correct? > Option "Device" "auto" > i will give that a try. > > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:53:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEB737B406 for ; Tue, 25 Feb 2003 11:53:50 -0800 (PST) Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.3.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AE84409A for ; Tue, 25 Feb 2003 11:46:41 -0800 (PST) (envelope-from raiden@shell.core.com) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 2E2BD833AD for ; Tue, 25 Feb 2003 13:43:43 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id h1PJhgQ05914 for ; Tue, 25 Feb 2003 13:43:42 -0600 (CST) Date: Tue, 25 Feb 2003 13:43:42 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Folding@Home install question 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. Tried downloading the linux version of Folding@home to put on one of my servers, but my box won't recognize it. Am I missing something? It just says "command not recognized". I've downloaded and I am trying to run this file. http://www.stanford.edu/group/pandegroup/release/FAH3Console-Linux.exe Please don't tell me I'm being an idiot trying to do this. :) But any help getting this installed and going would be welcome. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:54:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A31C37B401 for ; Tue, 25 Feb 2003 11:54:17 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50672440BA for ; Tue, 25 Feb 2003 11:48:21 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from [192.168.0.25] (dedport-132-157.idealapps.com [64.118.132.157] (may be forged)) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1PJj4fX036290; Tue, 25 Feb 2003 14:45:05 -0500 (EST) Subject: Re: scroll mouse From: Asenchi To: Brian Henning Cc: freebsd In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 25 Feb 2003 14:31:13 -0500 Message-Id: <1046201474.27431.38.camel@palea.attbi.com> Mime-Version: 1.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 Brian, You need to set 'moused_enable="NO"' or just comment it out. Then find your mouse in dmesg: %dmesg | grep psm #if it is ps2 You will also need to set your XF86Config file similar to: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Once you have done all of that, run: %killall moused It should work. Good luck! Curt On Tue, 2003-02-25 at 14:05, Brian Henning wrote: > Hello- > i have a logitech 2 button mouse with a wheel in the middle. > i would like to get the wheel to work in x-windows, but i can't get the > scrolling to work. > here is what i have done so far. > > rc.conf > -------- > moused_type="ps/2" > moused_port="/dev/psm0" > moused_enable="YES" > moused_flags="-z 4" > > /usr/X11R6/lib/X11/XF86Config > ... > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > ... > > any suggestions? > cheers, > > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 11:55:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB7637B401 for ; Tue, 25 Feb 2003 11:55:35 -0800 (PST) Received: from out6.mx.nwbl.wi.voyager.net (out6.mx.nwbl.wi.voyager.net [169.207.3.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5948044097 for ; Tue, 25 Feb 2003 11:49:42 -0800 (PST) (envelope-from raiden@shell.core.com) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out6.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 31ED2DE302 for ; Tue, 25 Feb 2003 13:44:44 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id h1PJiht05989 for ; Tue, 25 Feb 2003 13:44:43 -0600 (CST) Date: Tue, 25 Feb 2003 13:44:43 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Windows and Dos apps in Freebsd Console 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. Curiousity question. Is there a tool similar to Wine that will run windows and dos based console apps under freebsd? I think I saw something like that not too long ago, so I just wanted to ask to be sure. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:22:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B691E37B401 for ; Tue, 25 Feb 2003 12:22:41 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7712044001 for ; Tue, 25 Feb 2003 12:22:18 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PKMGrX010729; Tue, 25 Feb 2003 15:22:17 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BD078.90001@potentialtech.com> Date: Tue, 25 Feb 2003 15:22:16 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: support@global.net.uk Cc: questions@freebsd.org Subject: Concerns about your 403 errors 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 Dear Mysterious Unnamed Tech Support Person, I frequently donate time to the FreeBSD project by answering questions on the freebsd-questions@freebsd.org mailing list. We recently had one of your users ask "what is the daemon and why is it on my web page": http://www.users.globalnet.co.uk/~hhorse/ I'm sure I speak for many people involved with FreeBSD when I say, We're glad to see that you're using FreeBSD and glad that you promote it, but we would appreciate it if you could provide a little more information to your users. Something like "If you are having difficulties, click on this link to email tech support" that would take the user's attention away from the beastie and keep them from searching in the wrong place for the answer to their problem. As you can guess, we were unable to do anything more for your user than refer him back to your tech support. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:26:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23BC37B401 for ; Tue, 25 Feb 2003 12:26:22 -0800 (PST) Received: from hotmail.com (oe39.law12.hotmail.com [64.4.18.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A7843FDD for ; Tue, 25 Feb 2003 12:26:22 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 12:26:21 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" References: <200302252118.42307.will@unfoldings.net> <1046202336.27431.40.camel@palea.attbi.com> Subject: Re: scroll mouse Date: Tue, 25 Feb 2003 14:24:24 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 20:26:21.0931 (UTC) FILETIME=[292323B0:01C2DD0C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [snip] thanks for all the input. I will give it a try. i am pretty sure i can get it working from here. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:28: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF7337B406 for ; Tue, 25 Feb 2003 12:28:02 -0800 (PST) Received: from a.mx.x-mail.jp (137.93.32.202.ts.2iij.net [202.32.93.137]) by mx1.FreeBSD.org (Postfix) with SMTP id CD0DD43FE5 for ; Tue, 25 Feb 2003 12:28:00 -0800 (PST) (envelope-from return-mail@xtend.co.jp) Received: (qmail 27244 invoked by uid 1000); 26 Feb 2003 05:07:57 +0900 Message-ID: <20030225200757.29966.qmail@a.mx.x-mail.jp> Date: 26 Feb 2003 05:07:57 +0900 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-2022-jp Mime-Version: 1.0 From: x.man@x-mail.jp To: freebsd-questions@freebsd.org Subject: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [PR] Žg‚¢ˆÕ‚¢»ÌÞ±Äނͺڂ¾š http://xtend.co.jp/?000032 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:29:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE5B37B406 for ; Tue, 25 Feb 2003 12:29:16 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB17D44014 for ; Tue, 25 Feb 2003 12:29:15 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1PKTErX010735; Tue, 25 Feb 2003 15:29:15 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5BD21A.6030009@potentialtech.com> Date: Tue, 25 Feb 2003 15:29:14 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran Cc: questions@freebsd.org Subject: CC of message to globalnet (was Re: Concerns about your 403 errors) References: <3E5BD078.90001@potentialtech.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 You know ... I didn't think before I cced the list. *smack* I just wanted everyone to know that I had emailed a polite message to these folks, in case someone else was considering doing it. Bill Moran wrote: > Dear Mysterious Unnamed Tech Support Person, > > I frequently donate time to the FreeBSD project by answering questions > on the freebsd-questions@freebsd.org mailing list. > > We recently had one of your users ask "what is the daemon and why is > it on my web page": http://www.users.globalnet.co.uk/~hhorse/ > > I'm sure I speak for many people involved with FreeBSD when I say, > We're glad to see that you're using FreeBSD and glad that you promote > it, but we would appreciate it if you could provide a little more > information to your users. > > Something like "If you are having difficulties, click on this link > to email tech support" that would take the user's attention away > from the beastie and keep them from searching in the wrong place > for the answer to their problem. > > As you can guess, we were unable to do anything more for your user > than refer him back to your tech support. > -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:43:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B695237B410 for ; Tue, 25 Feb 2003 12:43:12 -0800 (PST) Received: from habitat-thailand.com (TruPPPv92-225-18.inet.co.th [203.151.225.18]) by mx1.FreeBSD.org (Postfix) with SMTP id EA12443F85 for ; Tue, 25 Feb 2003 12:43:09 -0800 (PST) (envelope-from info@habitat-thailand.com) Content-Type: text/html; charset="US-ASCII" Date: Wed, 26 Feb 2003 03:43:01 +0700 To: freebsd-questions@freebsd.org From: info@habitat-thailand.com X-Mailer: Version 5.0 Subject: Newest Arrivals Organization: Harvest Enterprises Limited Message-Id: <20030225204309.EA12443F85@mx1.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 HBT Newsletter FEB 03
   
 
 
 
 
Did someone forward you this? Opt in to hear it first. Please click.
If You no no longger wish to receive our mail, please click here.
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:49:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E4DD37B401 for ; Tue, 25 Feb 2003 12:49:09 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D1E43F93 for ; Tue, 25 Feb 2003 12:49:08 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id h1PKn7lA035274; Tue, 25 Feb 2003 12:49:07 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id h1PKn7q8035271; Tue, 25 Feb 2003 12:49:07 -0800 (PST) (envelope-from philip@adhesivemedia.com) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Tue, 25 Feb 2003 12:49:07 -0800 (PST) From: Philip Hallstrom To: Adam Lofstedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MRTG and aliased IP's In-Reply-To: <000b01c2dd03$f14f9480$6401a8c0@5adam5> Message-ID: <20030225124814.C31998-100000@cypress.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 run ipfw (firewall) on that box and setup some "count" rules that count the packets to and from individual ip addresses... then setup a script to do an "ipfw show ..." and extract the pieces of information you want. Feed that into mrtg using it's external command stuff... -philip On Tue, 25 Feb 2003, Adam Lofstedt wrote: > Hi all. I'm running FreeBSD 4.7 with net-snmp-5.0.3_2. > > I have two NICs, and one of them has several IP's bound to it through > ifconfig alias. When I try to run MRTG, it only gives me the statistics > for one of the aliased IPs (I think). > > System: my.domain.com in > Maintainer: nobody@no.where > Description: xl0 > ifType: ethernetCsmacd (6) > ifName: > Max Speed: 1250.0 kBytes/s > Ip: xxx.xxx.xxx.xxx (xxx-xxx-xxx-xxx.domain.com) > > xxx.xxx.xxx.xxx is the first aliased IP in /etc/rc.conf. Does anyone > know of a way to get statistics for each individual aliased IP? > > With the above output, does anyone know if I am actually getting > statistics for all bound IP's combined, or for just that one single > aliased IP? > > Thanks, > > Adam > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 12:58:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F001E37B401 for ; Tue, 25 Feb 2003 12:58:25 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6078C43F93 for ; Tue, 25 Feb 2003 12:58:24 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1PKwG5U066938 for ; Tue, 25 Feb 2003 20:58:16 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1PKwG1Y066937 for freebsd-questions@FreeBSD.ORG; Tue, 25 Feb 2003 20:58:16 GMT Date: Tue, 25 Feb 2003 20:58:16 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Windows and Dos apps in Freebsd Console Message-ID: <20030225205815.GD66390@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , 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.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 25, 2003 at 01:44:43PM -0600, Steven Lake wrote: > HI all. Curiousity question. Is there a tool similar to Wine > that will run windows and dos based console apps under freebsd? I think I > saw something like that not too long ago, so I just wanted to ask to be > sure. Thanks. Why, yes there is. It's called ... wait for it ... wine Ports: emulators/wine Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13: 6:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCD337B401 for ; Tue, 25 Feb 2003 13:06:41 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id E92DD43FAF for ; Tue, 25 Feb 2003 13:06:40 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Tue, 25 Feb 2003 21:06:36 -0000 To: "Bill Moran" Date: Tue, 25 Feb 2003 13:06:36 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 Cc: "Questions" X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: Re: Concerns about your 403 errors X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: text/plain; charset=us-ascii Content-Language: en 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 Very well said. --- -- Joshua Lokken FreeBSD: The Power to Serve! bsdaemon@eudoramail.com --------------------------------> On Tue, 25 Feb 2003 15:22:16 Bill Moran wrote: >Dear Mysterious Unnamed Tech Support Person, > >I frequently donate time to the FreeBSD project by answering questions >on the freebsd-questions@freebsd.org mailing list. > >We recently had one of your users ask "what is the daemon and why is >it on my web page": http://www.users.globalnet.co.uk/~hhorse/ > >I'm sure I speak for many people involved with FreeBSD when I say, >We're glad to see that you're using FreeBSD and glad that you promote >it, but we would appreciate it if you could provide a little more >information to your users. > >Something like "If you are having difficulties, click on this link >to email tech support" that would take the user's attention away >from the beastie and keep them from searching in the wrong place >for the answer to their problem. > >As you can guess, we were unable to do anything more for your user >than refer him back to your tech support. > >-- >Bill Moran >Potential Technologies >http://www.potentialtech.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:12:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A75637B401 for ; Tue, 25 Feb 2003 13:12:58 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id F268F43FBF for ; Tue, 25 Feb 2003 13:12:56 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1PLCtxc044975 for ; Tue, 25 Feb 2003 15:12:55 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: Is Apache+Perl behaving correctly? Am I insane? From: Kirk Strauser Date: Tue, 25 Feb 2003 15:12:51 -0600 In-Reply-To: <20030225173634.GB61003@happy-idiot-talk.infracaninophi> (Matthew Seaman's message of "Tue, 25 Feb 2003 17:36:34 +0000") Message-ID: <87u1eshxnw.fsf@strauser.com> Lines: 19 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <871y1wjn6u.fsf@strauser.com> <20030225173634.GB61003@happy-idiot-talk.infracaninophi> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-25T17:36:34Z, Matthew Seaman w= rites: > The problem is the getlogin(2) call. getlogin(2) tells you who the > current user logged in as, which, given intervening calls to functions > like setruid(3), setuid(2) or seteuid(2) is not necessarily the same thing > as the uid running the process. Actually, the problem I was encountering turned out to be even more annoying, involving some subtle interaction between mod_perl, Apache, and rcs. Apparently rcs looks at $LOGNAME to determine what user to lock files as. Since that variable wasn't explicitly set anywhere in Apache's environment, rcs decided to go with getlogin() or similar. The solution was to export $ENV{'LOGNAME'} =3D 'www', as per: http://twiki.org/cgi-bin/view/Codev/RcsNonStrictLocking =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+W9xX5sRg+Y0CpvERAoE5AKCgDLp2v15XH2UO3DJJqtdnbLo8oQCghaZK gIEezi1FDZyuKnKCb7uwB2Y= =UCqY -----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 Tue Feb 25 13:15:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F60237B401 for ; Tue, 25 Feb 2003 13:15:45 -0800 (PST) Received: from p6m7g8.com (pcp02835904pcs.hyatsv01.md.comcast.net [68.54.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4E043FA3 for ; Tue, 25 Feb 2003 13:15:44 -0800 (PST) (envelope-from philip@p6m7g8.com) Received: from p6m7g8.com (localhost [127.0.0.1]) by p6m7g8.com (8.12.6/8.12.7) with ESMTP id h1PGFZRh002862; Tue, 25 Feb 2003 16:15:35 GMT (envelope-from philip@p6m7g8.com) Received: from localhost (localhost [[UNIX: localhost]]) by p6m7g8.com (8.12.6/8.12.7/Submit) id h1PGFYhd002859; Tue, 25 Feb 2003 16:15:34 GMT Content-Type: text/plain; charset="iso-8859-1" From: "Philip M. Gollucci" Organization: eJournalPress To: Bill Moran , Trent Nelson Subject: Re: Oracle on FreeBSD Date: Tue, 25 Feb 2003 16:15:34 +0000 User-Agent: KMail/1.4.3 Cc: Mike Meyer , synrat , questions@freebsd.org References: <1046128729.490.8.camel@dethstar> <20030225184430.GA73776@limekiln.vcisp.net> <3E5BBF62.2070607@potentialtech.com> In-Reply-To: <3E5BBF62.2070607@potentialtech.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302251615.34473.philip@p6m7g8.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 The most notable of these would be date/time and null handling. Also=20 parameter binding. One big one you'll hit with Oracle is trying to inser= t a=20 string > 2000 characters with ODBC into a LONG column. another i.e.=20 ORACLE to_date('2003/01/03' '12:05:03 A.M.') MSSQL 2003/01/03' '12:05:03 MySQL 2003-01-03 00:05:03 Oracle will also run queries with unbound parameters if you forget one an= d=20 just return nothing or cause an infinite loop. MSSQL not only won't but "= let=20 you mix parameter styles" if you bind some of them and not others. Joing tables you'll also find is different. (+)=3D vs *=3D in ORACLE vs = MSSQL Concat tables -- || in Oracle, I forget MSSQL of the top of my head. Finally, you can't have conncurrent database handle access in I think any= thing=20 other then ORACLE. There is a way to get around all these and thats to wrap all your databas= e=20 calls in wrappers in addition to the ODBC connect/dissconect calls. You will have to make multiple passes. =20 I've been successful with this so that I can reliably run MySQL-4.1 (sub=20 selects), MSSQL, Oracle 8.1.7 and probably 9i. Of course you'll never really get the sequences right unless you just use= an=20 Ids table, but that throws away some maybe functionality on MySQL and Ora= cle=20 so you need another wrapper for. DBIx::OracleSequencer from CPAN is a go= od=20 module... don't get me wrong, but its much easier to just write out selec= t=20 $seq\.nextval from dual ... Then you don't have to worry about commenting= it=20 out on systems that don't have it or eval(). Just an "if" around the my = $sql=20 =3D "whatever". On Tuesday 25 February 2003 19:09, Bill Moran wrote: > The whole "ODBC compatiblity" thing is (unfortunately) a lie. Nobody h= as > stood up and constrained the standard enought to make it truely compati= ble > across all databases. --=20 END=20 -------------------------------------------------------------------------= -----=20 Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell)=20 Science, Discovery, & the Universe (UMCP)=20 Webmaster & Webship Teacher=20 URL: http://www.sdu.umd.edu=20 eJournalPress=20 Database/PERL Programmer & System Admin=20 URL : http://www.ejournalpress.com=20 Resume : http://p6m7g8.net/Resume=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:21:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE62437B401 for ; Tue, 25 Feb 2003 13:21:20 -0800 (PST) Received: from roc-24-59-208-56.rochester.rr.com (roc-24-59-208-56.rochester.rr.com [24.59.208.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A4EE44008 for ; Tue, 25 Feb 2003 13:19:19 -0800 (PST) (envelope-from njyoder@gummibears.nu) From: "Nathan J. Yoder" Reply-To: "Nathan J. Yoder" X-Priority: 3 (Normal) To: freebsd-questions@FreeBSD.ORG Subject: majordomo@FreeBSD.org rejecting messages from certain MUAs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030225211919.1A4EE44008@mx1.FreeBSD.org> Date: Tue, 25 Feb 2003 13:19:19 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Whenever I send a message to majordomo@FreeBSD.org I get the error: 550 Error: Message content rejected After some experimentation I found out that my mail was being rejected on be basis of my X-Mailer header which is: X-Mailer: The Bat! (v1.62 Christmas Edition) Educational I also tried: X-Mailer: The Bat! I tried both of these in a message with no other headers, and just a single command in the body and they got rejected with the 550 error. Trying a full fledged message without the X-Mailer, and a bare one with "Outlook Express" as the X-Mailer and got no errors at all. So what I'm wondering is, why is The Bat! getting rejected? P.S. I just tried sending THIS message to freebsd-questions and it got rejected from my MUA, so I suspect other freebsd.org lists do the same. I'm only able to send this message by doing it by hand. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:49:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E30E637B401 for ; Tue, 25 Feb 2003 13:49:39 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B55443F85 for ; Tue, 25 Feb 2003 13:49:38 -0800 (PST) (envelope-from mwm-dated-1046641777.69db9f@mired.org) Received: (qmail 20978 invoked from network); 25 Feb 2003 21:49:37 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 21:49:37 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.58608.965159.133416@guru.mired.org> Date: Tue, 25 Feb 2003 15:49:36 -0600 To: Antoine Jacoutot Cc: "freebsd-questions@freebsd.org" Subject: saving port settings (Was: stupid question) In-Reply-To: <1046198601.3e5bb9499e7b5@webmail.lphp.org> References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <1046198601.3e5bb9499e7b5@webmail.lphp.org>, Antoine Jacoutot typed: First, next time choose a better subect. Nearly every original post is a question. > I am sure it is a common question, but I can't find the answer: > - how can I save my defined settings when building a port ? > Putting them in /etc/make.conf does not seem to work. > For exemple, if I want to build imapd with drac support, I go "make > WITH_DRAC=yes install", but I would love to go like "make install", putting > WITH_DRAC=yes in some configuration file somewhere so I don't have to write > nor remember it all the time (especially when upgrading). > Is that even possible ? Use portupgrade, from the ports tree. Then you can do "portupgrade imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to see what settings you want to use. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:50:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D2D337B401 for ; Tue, 25 Feb 2003 13:50:11 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF8143FB1 for ; Tue, 25 Feb 2003 13:50:07 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.7/8.12.7) with ESMTP id h1PLo3QI017500 for ; Tue, 25 Feb 2003 16:50:03 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.7/8.12.6/Submit) id h1PLo3kL017497; Tue, 25 Feb 2003 16:50:03 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@FreeBSD.ORG Subject: Re: Input on solution to temporary routing References: <20030223235029.GB9202@deter.dk> From: Lowell Gilbert Date: 25 Feb 2003 16:50:03 -0500 In-Reply-To: <20030223235029.GB9202@deter.dk> Message-ID: <4465r8hvxw.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 Morten Grunnet Buhl writes: > > opensesamy 192.168.0.2 ftp > > which would then temporary route outside ftp connections to 192.168.0.2. You could do something like this, but it wouldn't work for more than one inside box at a time. As far as the rest of the world is concerned, there is only one machine in your network (assuming you only have one global IP address). FTP is particularly hard, because it uses multiple TCP connections, and passes the port number for the data connection *inside* the control connection, so it doesn't mix well with packet-filtering firewalls anyway. Unless you really know what you're doing, I'd advise staying away from FTP with this sort of thing. For protocols that stick to a single port, it's easier. For protocols that can use any port, it's easier yet -- but whoever's connecting from the outside needs to know what it is. For example, you could use natd to redirect external port 8001 to the web server of inside host number 1, 8002 to the web server of inside host number 2, and so on. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:52: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE7137B401 for ; Tue, 25 Feb 2003 13:52:08 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9115643FAF for ; Tue, 25 Feb 2003 13:52:07 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.7/8.12.7) with ESMTP id h1PLq7QI017533; Tue, 25 Feb 2003 16:52:07 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.7/8.12.6/Submit) id h1PLq6wU017530; Tue, 25 Feb 2003 16:52:06 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: "Brian Henning" Cc: "freebsd" Subject: Re: rfd0 fd0 References: From: Lowell Gilbert Date: 25 Feb 2003 16:52:06 -0500 In-Reply-To: Message-ID: <441y1whvuh.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 "Brian Henning" writes: > what is the difference between these two devices? None: $ ls -l /dev/fd0 /dev/rfd0 crw-r----- 18 root operator 9, 0 Feb 13 21:53 /dev/fd0 crw-r----- 18 root operator 9, 0 Feb 13 21:53 /dev/rfd0 $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:52:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9191037B401 for ; Tue, 25 Feb 2003 13:52:18 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C55943FAF for ; Tue, 25 Feb 2003 13:52:16 -0800 (PST) (envelope-from mwm-dated-1046641935.d0c9b7@mired.org) Received: (qmail 21049 invoked from network); 25 Feb 2003 21:52:15 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 21:52:15 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.58767.33461.809290@guru.mired.org> Date: Tue, 25 Feb 2003 15:52:15 -0600 To: Trent Nelson Cc: "Philip M. Gollucci" , synrat , questions@freebsd.org Subject: Re: Oracle on FreeBSD In-Reply-To: <20030225184430.GA73776@limekiln.vcisp.net> References: <1046128729.490.8.camel@dethstar> <200302242321.04463.philip@p6m7g8.com> <20030225091453.GB70361@limekiln.vcisp.net> <15963.38404.257921.610622@guru.mired.org> <20030225184430.GA73776@limekiln.vcisp.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030225184430.GA73776@limekiln.vcisp.net>, Trent Nelson typed: > On Tue, Feb 25, 2003 at 10:12:52AM -0600, Mike Meyer wrote: > > In <20030225091453.GB70361@limekiln.vcisp.net>, Trent Nelson typed: > > > I'm interested in seeing how well something like PostgreSQL can be > > > used as a ``drop-in'' replacement for Oracle. If I have clients > > > connecting via ODBC (Rational ClearQuest), I personally couldn't > > > care what the underlying database is. Now *that* is something I'd > > > be interested in seeing a write up for. > > It's not a drop-in replacement. You have to install the PostgreSQL > > ODBC drivers on all the clients. Any client-side scripts will have to > > be changed to use a PostgreSQL wrappers instead of Oracle > > wrappers. The SQL is probably subtly different as well. > > SQL may be a standard, but you still get locked into the databases > > that you can query with it. > Perhaps I should have been more specific. I'm interested in how far > you can get (i.e. what queries will work, what ones won't) before > you reach a complete road-block. That requires in-depth knowledge of both systems, which I try to avoid having. I try to write plain-jane SQL so it will work on anything, or use standardized wrappers that are available for a number of databases. > With regards to ODBC, changing the > driver being used by the application's '*odbc.ini' configuration fi- > le is sufficient for modifying the database being interfaced to, is > it not? i.e. the application simply calls standard ODBC functions > which the individual database drivers implement. Right. Having to do it on every client means I won't call it a drop-in replacement. Drop-ins should be transparent to the clients. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 13:54:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90E837B401 for ; Tue, 25 Feb 2003 13:54:46 -0800 (PST) Received: from hotmail.com (oe68.law12.hotmail.com [64.4.18.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415DA43FA3 for ; Tue, 25 Feb 2003 13:54:45 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 13:54:45 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: /dev/fd0.1680 Date: Tue, 25 Feb 2003 15:52:57 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 21:54:45.0048 (UTC) FILETIME=[820A9380:01C2DD18] Sender: owner-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, /dev/fd0.1200 /dev/fd0.1440 /dev/fd0.1720 /dev/fd0.640 /dev/fd0.800 /dev/fd0.1232 /dev/fd0.1480 /dev/fd0.360 /dev/fd0.720 /dev/fd0.820 i see all these devices, but i don't see /dev/fd0.1680, is there a way to create this device? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14: 1: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23E537B401 for ; Tue, 25 Feb 2003 14:00:58 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEABA43F93 for ; Tue, 25 Feb 2003 14:00:57 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id A78E2679DC; Tue, 25 Feb 2003 14:00:57 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 8966D124A; Tue, 25 Feb 2003 14:00:57 -0800 (PST) Date: Tue, 25 Feb 2003 14:00:57 -0800 From: Kris Kennaway To: "Nathan J. Yoder" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: majordomo@FreeBSD.org rejecting messages from certain MUAs Message-ID: <20030225220056.GE79776@rot13.obsecurity.org> References: <20030225211919.1A4EE44008@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ieNMXl1Fr3cevapt" Content-Disposition: inline In-Reply-To: <20030225211919.1A4EE44008@mx1.FreeBSD.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ieNMXl1Fr3cevapt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 25, 2003 at 01:19:19PM -0800, Nathan J. Yoder wrote: >=20 > Whenever I send a message to majordomo@FreeBSD.org I get the error: > 550 Error: Message content rejected Problems of this nature should be sent to postmaster@ Kris --ieNMXl1Fr3cevapt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+W+eXWry0BWjoQKURAtu9AKDdwR304h5KJijpI/aTsvyGYvlwHQCgvIFp DP9WmSOMuy1sf0XukdWpou0= =yuqH -----END PGP SIGNATURE----- --ieNMXl1Fr3cevapt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:10:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967C637B401 for ; Tue, 25 Feb 2003 14:10:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFF343FBF for ; Tue, 25 Feb 2003 14:10:09 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b068.otenet.gr [195.167.121.196]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PMA6Os008304 for ; Wed, 26 Feb 2003 00:10:07 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PM9vPa004395 for ; Wed, 26 Feb 2003 00:10:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PJusNo002867; Tue, 25 Feb 2003 21:56:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Feb 2003 21:56:54 +0200 From: Giorgos Keramidas To: Richard morris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd 5.0 + monitor settings Message-ID: <20030225195654.GD980@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-25 13:08, Richard morris wrote: > I was wondering is it possible or if i can change the refresh rate > on XF86Config file. I've seen a line in the file that says > vertrefresh 50 - 120 i was wondering if i can just have one value > there and if that would change my refresh rate on my monitor because > my screen is out of range at certain resolutions. that is why i need > to change my refresh rate. I can assure you that the resolutions i > use are supported by the monitor and video adaptor. I WOULD > APPRECIATE IT IF I CAN GET SOME HELP ON THIS SUBJECT. The X server will use the vertica refresh and horizontal refresh frequncies that you specify in the ModeLine you're using. The two lines shown below are only used as limits that keep your X server from attempting to push the video adapter or monitor too high (possibly causing one of them to have serious problems in the process): HorizSync 30.0 - 70.0 VertRefresh 50.0 - 120.0 The part that tells your X server what horizontal and vertical refresh rate to use is the ModeLine if you have one. If you search in Google for "+x11 +modeline" you will find lots of pages that explain what a ModeLine is, how to set it up, even some links to CGI scripts that will guide you through the process of calculating the proper values for a custom ModeLine of yours. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:10:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E4A37B406 for ; Tue, 25 Feb 2003 14:10:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D863A43FE3 for ; Tue, 25 Feb 2003 14:10:11 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b068.otenet.gr [195.167.121.196]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PMA9Os008362 for ; Wed, 26 Feb 2003 00:10:09 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PM9vPc004395 for ; Wed, 26 Feb 2003 00:10:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PJYnxu001815; Tue, 25 Feb 2003 21:34:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Feb 2003 21:34:49 +0200 From: Giorgos Keramidas To: Willie Viljoen Cc: Wolfpaw - Dale Corse , hhorse@globalnet.co.uk, questions@FreeBSD.ORG Subject: Re: No subject was specified. Message-ID: <20030225193449.GB980@gothmog.gr> References: <200302252041.38712.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302252041.38712.will@unfoldings.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 On 2003-02-25 20:41, Willie Viljoen wrote: >On Tuesday 25 February 2003 20:36, someone, >possibly Wolfpaw - Dale Corse, typed: >> " now that people are making money from letting every Tom, Dick and >> Harry, so to speak, get on " >> >> That sounds dangerously close to the theories of a dictator, or a >> repressive government.. Russia and China come to mind. Why shouldn't they >> get on? It is a public internet after all. I don't know what country your >> in, but here we have something called the "Charter of Rights and >> Freedoms" which is supposed to entail freedom and equality for all. > > Oh don't get me wrong, I don't mind anybody getting on, but it would > be nice if ISPs would atleast take the responsibility to educate > their users before they let them on. That's a bit utopian in nature. ISPs don't care about education of users. They only care about their money, unless they don't work as a business and have other means of getting themselves an income. The Internet culture, if I may use the term, is something that depends on us, the old farts of the place to grow and reach those that you call `uneducated'. Education is not something that ISPs can sell in a package with the `connect fast with FooBar Networks, Inc.' CDROM disk. It's us that have to sit down and write polite replies when someone asks what seems a lot like a troll. The `holier than thou' attitude that is usually the result of what you described above is not going to help anyone. The newcomers to the networked world will quickly run away from anything related to computers and networks, screaming ``Oh, those absolutely mad lunatics are freaks that quickly jump upon anyone who asks honestly a simple question''. The ones left behind will shake their heads in amazement, agreeing that ``This is outrageous! I mean, did that &*^% troll really expect anyone to take her seriously and reply?''. Not good. Definitely not good :-/ Both are right, and at the same time, both are wrong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:10:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA0137B405 for ; Tue, 25 Feb 2003 14:10:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABD143FBD for ; Tue, 25 Feb 2003 14:10:09 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b068.otenet.gr [195.167.121.196]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PMA6Os008303; Wed, 26 Feb 2003 00:10:07 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PM9vPY004395; Wed, 26 Feb 2003 00:10:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PJp6AW002822; Tue, 25 Feb 2003 21:51:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Feb 2003 21:51:06 +0200 From: Giorgos Keramidas To: Antoine Jacoutot Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stupid question Message-ID: <20030225195106.GC980@gothmog.gr> References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046198601.3e5bb9499e7b5@webmail.lphp.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 2003-02-25 19:43, Antoine Jacoutot wrote: > I am sure it is a common question, but I can't find the answer: - > how can I save my defined settings when building a port? > Putting them in /etc/make.conf does not seem to work. Why not? What did you put in /etc/make.conf? I just tried rebuiding textproc/ispell with ISPELL_FR=yes in my make.conf file. Ports correctly tries to build ispell with French support by typing: # cd /usr/ports/txtproc/ispell # make > For exemple, if I want to build imapd with drac support, I go "make > WITH_DRAC=yes install", but I would love to go like "make install", > putting WITH_DRAC=yes in some configuration file somewhere so I > don't have to write nor remember it all the time (especially when > upgrading). > > Is that even possible ? Another possibility is to create a metaport, that depends on other ports. I call mine my-workstation, and I have created it under /usr/ports/misc/my-workstation. The purpose of this port is not to build anything or install anything of its own; just to have proper dependencies for all the programs I usually want around. The Makefile of that port includes: # Feature customization for the `contained' ports. .MAKEFLAGS+= WITHOUT_X11=YES \ ISPELL_FR=YES \ ISPELL_IT=YES \ WITH_SSL=YES These flags are passed down to all the dependencies of the port, when it's installed. This way, all the ports that my-workstation pulls in by dependencies will compile without X11 support, ispell will include both Italian and French support, Pine will have SSL support compiled in by default, etc. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:29:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC8C37B401 for ; Tue, 25 Feb 2003 14:29:34 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-13-35.abo.wanadoo.fr [80.11.65.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2912E43FB1 for ; Tue, 25 Feb 2003 14:29:32 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1PMTTQ2063778 for ; Tue, 25 Feb 2003 23:29:29 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "freebsd-questions@freebsd.org" Subject: Re: saving port settings (Was: stupid question) Date: Tue, 25 Feb 2003 23:29:31 +0100 User-Agent: KMail/1.5 References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> <15963.58608.965159.133416@guru.mired.org> In-Reply-To: <15963.58608.965159.133416@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252329.31019.ajacoutot@lphp.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 > First, next time choose a better subect. Nearly every original post is > a question. Sorry about this. > Use portupgrade, from the ports tree. Then you can do "portupgrade > imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to > see what settings you want to use. Hum I can't find anything to resolve my problem within that file. Thanks anyway. ANTOINE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:31:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894FC37B401 for ; Tue, 25 Feb 2003 14:31:43 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-13-35.abo.wanadoo.fr [80.11.65.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6E343F75 for ; Tue, 25 Feb 2003 14:31:41 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1PMVeQ2063811 for ; Tue, 25 Feb 2003 23:31:40 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@FreeBSD.ORG Subject: Re: stupid question Date: Tue, 25 Feb 2003 23:31:42 +0100 User-Agent: KMail/1.5 References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> <20030225195106.GC980@gothmog.gr> In-Reply-To: <20030225195106.GC980@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252331.42299.ajacoutot@lphp.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 Tuesday 25 February 2003 20:51, Giorgos Keramidas wrote: > > Putting them in /etc/make.conf does not seem to work. > > Why not? What did you put in /etc/make.conf? Well, besides some settings, I put WITH_DRAC=yes... > I just tried rebuiding textproc/ispell with ISPELL_FR=yes in my > make.conf file. Ports correctly tries to build ispell with French OK, I'll give a nother try... > Another possibility is to create a metaport, that depends on other > ports. I call mine my-workstation, and I have created it under > /usr/ports/misc/my-workstation. The purpose of this port is not to > build anything or install anything of its own; just to have proper > dependencies for all the programs I usually want around. The Makefile > of that port includes: Well, this does not sound like an easy solution to deploy. Thanks a lot. ANTOINE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:37:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A71037B401 for ; Tue, 25 Feb 2003 14:37:40 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C36343F85 for ; Tue, 25 Feb 2003 14:37:39 -0800 (PST) (envelope-from mwm-dated-1046644658.41270e@mired.org) Received: (qmail 21753 invoked from network); 25 Feb 2003 22:37:38 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 25 Feb 2003 22:37:38 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15963.61490.1990.432210@guru.mired.org> Date: Tue, 25 Feb 2003 16:37:38 -0600 To: Antoine Jacoutot Cc: "freebsd-questions@freebsd.org" Subject: Re: saving port settings (Was: stupid question) In-Reply-To: <200302252329.31019.ajacoutot@lphp.org> References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> <15963.58608.965159.133416@guru.mired.org> <200302252329.31019.ajacoutot@lphp.org> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <200302252329.31019.ajacoutot@lphp.org>, Antoine Jacoutot typed: > > Use portupgrade, from the ports tree. Then you can do "portupgrade > > imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to > > see what settings you want to use. > Hum I can't find anything to resolve my problem within that file. Quoting the comments in my copy of that file: # MAKE_ARGS: hash # # This is a hash of ports glob => arguments mapping. portupgrade(1) # and portinstall(1) look it up to pick command line arguments to # pass to make(1). You can use wildcards ("ports glob"). If a # port/package matches multiple entries, all the arguments are # joined using the space as separator. # # cf. -m/--make-args of portupgrade(1), ports_glob(1) # # e.g.: # MAKE_ARGS = { # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', # } That looks like exactly what you're looking for. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:42:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E5637B401 for ; Tue, 25 Feb 2003 14:42:09 -0800 (PST) Received: from hotmail.com (oe49.law12.hotmail.com [64.4.18.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370C943FAF for ; Tue, 25 Feb 2003 14:42:09 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 14:42:09 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: cons25 or vt100 Date: Tue, 25 Feb 2003 16:40:21 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 22:42:09.0115 (UTC) FILETIME=[213CC2B0:01C2DD1F] Sender: owner-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 veriable set on login that can tell me weather i am logged in on as vt100 or cons25? is there anyway to tell? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:44:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97DC637B401 for ; Tue, 25 Feb 2003 14:44:47 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-13-35.abo.wanadoo.fr [80.11.65.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBCF43FAF for ; Tue, 25 Feb 2003 14:44:44 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1PMigQ2063972 for ; Tue, 25 Feb 2003 23:44:42 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "freebsd-questions@freebsd.org" Subject: Re: saving port settings (Was: stupid question) Date: Tue, 25 Feb 2003 23:44:44 +0100 User-Agent: KMail/1.5 References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> <200302252329.31019.ajacoutot@lphp.org> <15963.61490.1990.432210@guru.mired.org> In-Reply-To: <15963.61490.1990.432210@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302252344.44110.ajacoutot@lphp.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 Tuesday 25 February 2003 23:37, Mike Meyer wrote: > # e.g.: > # MAKE_ARGS = { > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > # } > That looks like exactly what you're looking for. Sorry, I didn't see it... Well, this is great ;-) It only work for portupgrade though, right ? There's no other place to save those args... like an /etc/make.ports.conf ? Thank you so so much... Regards. ANTOINE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:49:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B806237B401 for ; Tue, 25 Feb 2003 14:49:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864E643FAF for ; Tue, 25 Feb 2003 14:49:13 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b068.otenet.gr [195.167.121.196]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PMnBOs025350; Wed, 26 Feb 2003 00:49:12 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PMnBPU023994; Wed, 26 Feb 2003 00:49:11 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PMnAmI023993; Wed, 26 Feb 2003 00:49:11 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Feb 2003 00:49:10 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cons25 or vt100 Message-ID: <20030225224910.GC1181@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-25 16:40, Brian Henning wrote: > is there a veriable set on login that can tell me weather i am logged in on as > vt100 or cons25? > is there anyway to tell? Try the following shell command: echo $TERM The TERM variable is always[1] set to your current terminal type. [1] Well, almost always... but for your particular question, let's assume that this is indeed 'always'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:54: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3720F37B401 for ; Tue, 25 Feb 2003 14:54:05 -0800 (PST) Received: from hotmail.com (oe60.law12.hotmail.com [64.4.18.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DDF43F3F for ; Tue, 25 Feb 2003 14:54:04 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 14:54:04 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "Giorgos Keramidas" Cc: References: <20030225224910.GC1181@gothmog.gr> Subject: Re: cons25 or vt100 Date: Tue, 25 Feb 2003 16:52: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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 22:54:04.0684 (UTC) FILETIME=[CBBFECC0:01C2DD20] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG here is my result. henninb@trinity ~> echo $TERM xterm i think the term should come up as vt100 not xterm. why does this happen? cheers, brian ----- Original Message ----- From: "Giorgos Keramidas" To: "Brian Henning" Cc: Sent: Tuesday, February 25, 2003 4:49 PM Subject: Re: cons25 or vt100 > On 2003-02-25 16:40, Brian Henning wrote: > > is there a veriable set on login that can tell me weather i am logged in on as > > vt100 or cons25? > > is there anyway to tell? > > Try the following shell command: > > echo $TERM > > The TERM variable is always[1] set to your current terminal type. > > [1] Well, almost always... but for your particular question, let's > assume that this is indeed 'always'. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:55:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA46B37B401 for ; Tue, 25 Feb 2003 14:55:45 -0800 (PST) Received: from ns1.vrx.net (vrx.net [216.13.126.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B776643F93 for ; Tue, 25 Feb 2003 14:55:44 -0800 (PST) (envelope-from bsd@alvarogil.com) Received: from alvarogil.com (pcp01917391pcs.verona01.nj.comcast.net [68.39.190.229]) by ns1.vrx.net (Postfix) with ESMTP id 4E051D293 for ; Tue, 25 Feb 2003 17:55:17 -0500 (EST) Date: Tue, 25 Feb 2003 17:55:16 -0500 Subject: Setting Up an HTTP Proxy Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: Alvaro Gil To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <34E8F766-4914-11D7-ACB3-0030654D3B4A@alvarogil.com> X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Forgive the simple question, but I can't find info on this anywhere. I need to set up an HTTP proxy in order to use aim at fire-walled locations. How can I do this on my freebsd machine? Can someone please point me to the correct location? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:57:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA0E437B401 for ; Tue, 25 Feb 2003 14:57:21 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1B643F93 for ; Tue, 25 Feb 2003 14:57:20 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 95661 invoked from network); 25 Feb 2003 22:57:19 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 25 Feb 2003 22:57:19 -0000 Message-ID: <3E5BF4CE.6050404@liwing.de> Date: Tue, 25 Feb 2003 23:57:18 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: Giorgos Keramidas , freebsd-questions@FreeBSD.ORG Subject: Re: cons25 or vt100 References: <20030225224910.GC1181@gothmog.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Brian Henning wrote: > here is my result. > henninb@trinity ~> echo $TERM > xterm > > i think the term should come up as vt100 not xterm. > why does this happen? 1st: Do not toppost 2nd: There is a file, /etc/termcap, which contains almost each valid terminal type, vt100 as well as cons25 as well as xterm. Maybe the read of termcap(3X) and terminfo(5) may help to get more clearence. Ciao Jens > cheers, > brian > > > ----- Original Message ----- > From: "Giorgos Keramidas" > To: "Brian Henning" > Cc: > Sent: Tuesday, February 25, 2003 4:49 PM > Subject: Re: cons25 or vt100 > > > >>On 2003-02-25 16:40, Brian Henning wrote: >> >>>is there a veriable set on login that can tell me weather i am logged in on >> > as > >>>vt100 or cons25? >>>is there anyway to tell? >> >>Try the following shell command: >> >>echo $TERM >> >>The TERM variable is always[1] set to your current terminal type. >> >>[1] Well, almost always... but for your particular question, let's >>assume that this is indeed 'always'. >> -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:58:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A0537B401 for ; Tue, 25 Feb 2003 14:58:34 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB9043F85 for ; Tue, 25 Feb 2003 14:58:33 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 95962 invoked from network); 25 Feb 2003 22:58:32 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 25 Feb 2003 22:58:32 -0000 Message-ID: <3E5BF518.2040100@liwing.de> Date: Tue, 25 Feb 2003 23:58:32 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alvaro Gil Cc: questions@FreeBSD.ORG Subject: Re: Setting Up an HTTP Proxy References: <34E8F766-4914-11D7-ACB3-0030654D3B4A@alvarogil.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 Alvaro Gil wrote: > Forgive the simple question, but I can't find info on this anywhere. I > need to set up an HTTP proxy in order to use aim at fire-walled locations. > > How can I do this on my freebsd machine? Can someone please point me to > the correct location? > > Thanks > You can use Squid which is a http proxy, located in /usr/ports/www/squid/ Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 14:58:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB43837B401 for ; Tue, 25 Feb 2003 14:58:41 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D2143FBD for ; Tue, 25 Feb 2003 14:58:39 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b068.otenet.gr [195.167.121.196]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1PMwbOs005466; Wed, 26 Feb 2003 00:58:37 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1PMwaPU065358; Wed, 26 Feb 2003 00:58:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1PMwao4065357; Wed, 26 Feb 2003 00:58:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Feb 2003 00:58:36 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cons25 or vt100 Message-ID: <20030225225836.GE1181@gothmog.gr> References: <20030225224910.GC1181@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-25 16:52, Brian Henning wrote: > here is my result. > henninb@trinity ~> echo $TERM > xterm You're obviously using this command in an X11 terminal window. It is correctly set to "xterm". > i think the term should come up as vt100 not xterm. > why does this happen? No, it's correct as it is. Why should it be set to vt100? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 15:31:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9148F37B401 for ; Tue, 25 Feb 2003 15:31:27 -0800 (PST) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5841343FAF for ; Tue, 25 Feb 2003 15:31:26 -0800 (PST) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 18noXk-0002CL-00; Wed, 26 Feb 2003 00:31:24 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.7/8.12.6) with ESMTP id h1PMTL1s024015 for ; Tue, 25 Feb 2003 23:29:21 +0100 (CET) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.7/8.12.7/Submit) id h1PMTLvA024014 for freebsd-questions@freebsd.org; Tue, 25 Feb 2003 23:29:21 +0100 (CET) From: naddy@mips.inka.de (Christian Weisgerber) Subject: dump: skewed I/O, why? Date: Tue, 25 Feb 2003 22:29:17 +0000 (UTC) Message-ID: 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 During a dump(8) of a filesystem on da0 to a holding file on da1, with nothing else going on, iostat(8) reports figures such as these: da0 da1 cd0 cd1 KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s 64.00 148 9.28 64.00 24 1.52 0.00 0 0.00 0.00 0 0.00 64.00 134 8.38 64.00 17 1.07 0.00 0 0.00 0.00 0 0.00 63.63 134 8.32 64.00 18 1.10 0.00 0 0.00 0.00 0 0.00 64.00 143 8.96 60.30 24 1.41 0.00 0 0.00 0.00 0 0.00 64.00 140 8.73 63.85 21 1.33 0.00 0 0.00 0.00 0 0.00 64.00 130 8.14 62.13 15 0.93 0.00 0 0.00 0.00 0 0.00 64.00 138 8.63 64.00 18 1.10 0.00 0 0.00 0.00 0 0.00 63.79 137 8.56 64.00 18 1.10 0.00 0 0.00 0.00 0 0.00 63.82 140 8.74 64.00 18 1.10 0.00 0 0.00 0.00 0 0.00 64.00 138 8.61 61.67 24 1.47 0.00 0 0.00 0.00 0 0.00 Why is the I/O ratio so skewed towards reading? I would have expected the I/O on the reading side to mostly match the writing side. Instead, several times as much data appears to be read as is written. And yes, this uses dump's recently introduced -C cache option. -- 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 Tue Feb 25 15:33:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84CC37B401 for ; Tue, 25 Feb 2003 15:33:17 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADE643FBF for ; Tue, 25 Feb 2003 15:33:17 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id h1PNXGlA041406; Tue, 25 Feb 2003 15:33:16 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id h1PNXGtF041403; Tue, 25 Feb 2003 15:33:16 -0800 (PST) (envelope-from philip@adhesivemedia.com) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Tue, 25 Feb 2003 15:33:16 -0800 (PST) From: Philip Hallstrom To: Antoine Jacoutot Cc: "freebsd-questions@freebsd.org" Subject: Re: saving port settings (Was: stupid question) In-Reply-To: <200302252344.44110.ajacoutot@lphp.org> Message-ID: <20030225153217.M39560-100000@cypress.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 > > # e.g.: > > # MAKE_ARGS = { > > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > > # } > > That looks like exactly what you're looking for. > > Sorry, I didn't see it... Well, this is great ;-) > It only work for portupgrade though, right ? There's no other place to save > those args... like an /etc/make.ports.conf ? > Thank you so so much... /etc/make.conf will work, but it will define whatever you set for *everything* you do with make... works for me though (I set all the various LITE and WITHOUT_X11 stuff that ports seem to check for) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 15:43:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D41537B401; Tue, 25 Feb 2003 15:43:16 -0800 (PST) Received: from grassmarket.ucs.ed.ac.uk (grassmarket.ucs.ed.ac.uk [129.215.166.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9A643FB1; Tue, 25 Feb 2003 15:43:15 -0800 (PST) (envelope-from A.J.Boothman@sms.ed.ac.uk) Received: (from nobody@localhost) by grassmarket.ucs.ed.ac.uk (8.11.6/8.11.6) id h1PNggK28828; Tue, 25 Feb 2003 23:42:42 GMT X-Authentication-Warning: grassmarket.ucs.ed.ac.uk: nobody set sender to A.J.Boothman@sms.ed.ac.uk using -f To: Matt Smith Subject: Re: "NTLDR missing" after 5-RELEASE install Message-ID: <1046216562.3e5bff7214b3b@sms.ed.ac.uk> Date: Tue, 25 Feb 2003 23:42:42 +0000 (GMT) From: Andrew Boothman Cc: Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> <1046193245.97029.12.camel@d80h149.public.uconn.edu> In-Reply-To: <1046193245.97029.12.camel@d80h149.public.uconn.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.8 X-Originating-IP: 62.31.108.189 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Matt Smith : > What does your Drive Layout look like? Is your W2k partition FAT32? > Has it always been the first partition on the drive, or did you move > it, > using something like partition magic? Is freeBSD in the extended > partition? > -Matt > On Tue, 2003-02-25 at 11:58, Andrew Boothman wrote: > > Quoting Lucas Holt : > > > > > It probably is. You need to put in the win 2k CD and do a repair on > > > > your windows install.. unfortunetely this may screw up your freebsd > > > > install. > > > > > > On Tuesday, February 25, 2003, at 05:58 AM, Andrew Boothman wrote: > > > > > > > Hi! > > > > > > > > I've just installed 5-RELEASE, and I asked for the FreeBSD Boot > > > > Manager to be installed on both my HDDs. > > > > > > > > When the machine boots I'm given options for : > > > > > > > > F1 - DOS > > > > F5 - Drive 2 > > > > > > > > Hitting F5 takes me to a second menu, where I can boot FreeBSD no > > > > > problem. My problem is that Win2k will no longer boot.... Hitting > F1 > > > > displays a message that, "NTLDR is missing". I've tried all the > repair > > > > > > > options on the Win2k setup disc to no avail I think. > > > > > > > > I'm sorry this isn't directly FreeBSD related, but I really hope > my > > > > Win2k installation isn't hosed. I didn't really change much about my system when I installed FreeBSD. Windows is installed on the whole of the first HDD, and FreeBSD on the whole of the second. Prior to installing 5.0, the second disc had an old installation of 4.6 that I wasn't using. When installing, I asked sysinstall to install booteasy on the first drive, but otherwise leave it unchanged. I removed the existing slice on the second drive and got sysinstall to create a new slice filling the drive, I then allowed sysinstall to auto-size the partitions and complete the installation. I've tried every repair option that I can find on the Win2k CD. I've tried the "fixboot" and "fixmbr" commands in the recovery console many times, and despite fixmbr complaining about an "unusual" mbr every time, installing a new one apparently makes no difference. I eventually managed to remove booteasy from the first drive so that "NTLDR is missing" appears straight away, but that is hardly a victory. I even followed Microsoft's instructions in knowledgebase article 318728 and performed a brand new installation of windows into c:\tempwin but even this new installation failed to boot with the same problem. Therefore it would seem that whatever the problem is, Win2k's setup prog either can't fix it or is oblivious to it. It's looking more and more like I'm going to have to reformat this drive as I seem to have no way of getting Win2k operating again, but I'd _really_ like to understand what happened here, not least to ensure I don't repeat the same problems when I come to try and dual- boot again! Apologies for this getting increasingly off-topic, but I can't understand what I've done wrong here as I've done this many times before with 4.x. As ever, any light-shedding would be much appricated :) Thanks. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 15:47:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A8037B401 for ; Tue, 25 Feb 2003 15:47:35 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767DA43F3F for ; Tue, 25 Feb 2003 15:47:34 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1PNlYs4071891; Tue, 25 Feb 2003 15:47:34 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1PNlYIB071890; Tue, 25 Feb 2003 15:47:34 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Tue, 25 Feb 2003 15:47:34 -0800 Message-ID: <1046216854.3e5c00960e433@ra.dweebsoft.com> Date: Tue, 25 Feb 2003 15:47:34 -0800 From: Daxbert To: Christian Weisgerber Cc: "" Subject: Re: dump: skewed I/O, why? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Christian Weisgerber : > During a dump(8) of a filesystem on da0 to a holding file on da1, > with nothing else going on, iostat(8) reports figures such as these: > > da0 da1 cd0 cd1 > KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s > 64.00 148 9.28 64.00 24 1.52 0.00 0 0.00 0.00 0 0.00 > 64.00 138 8.61 61.67 24 1.47 0.00 0 0.00 0.00 0 0.00 > > Why is the I/O ratio so skewed towards reading? > > And yes, this uses dump's recently introduced -C cache option. It might be helpful to know what argument you're passing to dump and how you are redirecting the output. I normally redirect the output to a compression utility and then to disk... so, for me what you're seeing is normal. However, I gather from your surprise that you're not using a compression utility? --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 15:51: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC6637B401 for ; Tue, 25 Feb 2003 15:51:03 -0800 (PST) Received: from solomon.io.com (solomon.io.com [199.170.88.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7028C43F93 for ; Tue, 25 Feb 2003 15:51:02 -0800 (PST) (envelope-from eighner@io.com) Received: from io.com (aus-as3-086.io.com [199.170.90.86]) by solomon.io.com (8.11.2/8.11.2) with SMTP id h1PNp1v17686; Tue, 25 Feb 2003 17:51:01 -0600 Date: Tue, 25 Feb 2003 17:50:16 -0600 (CST) From: Lars Eighner X-X-Sender: eighner@dumpster To: Brian Henning Cc: freebsd Subject: Re: cons25 or vt100 In-Reply-To: Message-ID: <20030225174919.S451-100000@dumpster> 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, 25 Feb 2003, Brian Henning wrote: > is there a veriable set on login that can tell me weather i am logged in on as > vt100 or cons25? > is there anyway to tell? > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > echo $TERM (or as may be appropriate in your shell to read the TERM environmental variable.) -- Lars Eighner eighner@io.com -finger for geek code- http://www.io.com/~eighner/index.html 600 E 53RD ST APT 119 AUSTIN TX 78751 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16: 1: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C04137B401; Tue, 25 Feb 2003 16:01:01 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E387443F85; Tue, 25 Feb 2003 16:00:59 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) by kestrel.alerce.com (8.12.4/8.12.4) with ESMTP id h1PNxdk6068854 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 25 Feb 2003 15:59:40 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) X-Authentication-Warning: kestrel.alerce.com: Host rosebud.lbl.gov [131.243.193.115] claimed to be rosebud.alerce.com Received: from rosebud.alerce.com (rosebud.alerce.com [127.0.0.1]) by rosebud.alerce.com (8.12.7/8.12.7) with ESMTP id h1PNxofb050313 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 25 Feb 2003 15:59:51 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.7/8.12.6/Submit) id h1PNxkYu050309; Tue, 25 Feb 2003 15:59:46 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.882.143402.926923@rosebud.alerce.com> Date: Tue, 25 Feb 2003 15:59:46 -0800 To: Andrew Boothman Cc: Matt Smith , Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: "NTLDR missing" after 5-RELEASE install In-Reply-To: <1046216562.3e5bff7214b3b@sms.ed.ac.uk> References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> <1046193245.97029.12.camel@d80h149.public.uconn.edu> <1046216562.3e5bff7214b3b@sms.ed.ac.uk> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: hartzell@kestrel.alerce.com (George Hartzell) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew Boothman writes: > [...] > I didn't really change much about my system when I installed FreeBSD. > > Windows is installed on the whole of the first HDD, and FreeBSD on the whole of > the second. Prior to installing 5.0, the second disc had an old installation of > 4.6 that I wasn't using. > > When installing, I asked sysinstall to install booteasy on the first drive, but > otherwise leave it unchanged. I removed the existing slice on the second drive > and got sysinstall to create a new slice filling the drive, I then allowed > sysinstall to auto-size the partitions and complete the installation. > > I've tried every repair option that I can find on the Win2k CD. I've tried > the "fixboot" and "fixmbr" commands in the recovery console many times, and > despite fixmbr complaining about an "unusual" mbr every time, installing a new > one apparently makes no difference. I eventually managed to remove booteasy > from the first drive so that "NTLDR is missing" appears straight away, but that > is hardly a victory. I even followed Microsoft's instructions in knowledgebase > article 318728 and performed a brand new installation of windows into > c:\tempwin but even this new installation failed to boot with the same problem. > Therefore it would seem that whatever the problem is, Win2k's setup prog either > can't fix it or is oblivious to it. It's looking more and more like I'm going > to have to reformat this drive as I seem to have no way of getting Win2k > operating again, but I'd _really_ like to understand what happened here, not > least to ensure I don't repeat the same problems when I come to try and dual- > boot again! > > Apologies for this getting increasingly off-topic, but I can't understand what > I've done wrong here as I've done this many times before with 4.x. > > As ever, any light-shedding would be much appricated :) I had several problems installing 5.0 release onto my sandbox machine, and the solution might be relevant. My sandbox machine had a single disk, uses a "stock" (what came on the drive) master boot record, and had several primary partitions (aka slices). The first partition/slice contained a windows2000 install, the second partition had a linux installation w/ the GRUB boot loader installed in the beginning of the partition. The linux parition is marked active (using Partition Magic from windows), so the normal boot sequence goes: MBR --> GRUB ---+--> Linux | +--> Windows depending on the choice made in grub. I boot this way because the sandbox machine is a test environment for my laptop, and suspend to disk stuff doesn't seem to work on the laptop unless the vendor's MBR is in place. My intent was to add Freebsd to the third partition. I ran through the install and told the installer to just leave the MBR alone. Among the things that I discovered were: - both the linux partition *AND* the newly installed FreeBSD partition ended up marked active. - There was a problem with data somewhere in the BIOS/DOS partition table concerning CHS values and LBA values for various parts of the partition. (might have the acronym's wrong). Both of these rendered the machine unable to boot, I recovered it once by booting from a floppy, getting into windows, and running partition magic, and on a separate test run by booting from a live linux cd and playing with various fdisk-oid programs available there. So, all that said, maybe your partition table is slightly scrod, not so badly that it won't get through the MBR but badly enough that it can't find the NT partition? It'd be interesting to see what parition magic had to say about it. g. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16: 2:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091B137B401 for ; Tue, 25 Feb 2003 16:02:35 -0800 (PST) Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id A2CA443F93 for ; Tue, 25 Feb 2003 16:02:33 -0800 (PST) (envelope-from kitsune@gmx.co.uk) Received: (qmail 32116 invoked by uid 0); 26 Feb 2003 00:02:32 -0000 Received: from ip68-109-49-234.lu.dl.cox.net (HELO fortytwo) (68.109.49.234) by mail.gmx.net (mp001-rz3) with SMTP; 26 Feb 2003 00:02:32 -0000 Date: Tue, 25 Feb 2003 13:05:50 -0600 From: kitsune To: freebsd-questions@FreeBSD.ORG Subject: video recording Message-Id: <20030225130550.3bc7e592.kitsune@gmx.co.uk> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 any one had any luck at recording video in freebsd? /me has not had any luck with fxtv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16: 6:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D14337B401 for ; Tue, 25 Feb 2003 16:06:30 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A42243FA3 for ; Tue, 25 Feb 2003 16:06:29 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 00:06:22 -0000 To: "Questions" Date: Tue, 25 Feb 2003 16:06:22 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: ipfw rule placement X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: text/plain; charset=us-ascii Content-Language: en 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, Primary harddisk failed on my 4.7-release gateway (ipfw+natd) box last weekend, and I had not backed things up properly. Attached is my ipfw ruleset. After the rebuild, I rewrote things from memory. When I remove the default deny rule from the list, nat works fine, port redirections and all, but with the deny rule in place, nat isn't working, so I'm thinking I have a rule in the wrong place. Can anyone point out any obvious missing/misplaced rules here? Thanks much. --- Joshua Lokken FreeBSD: The Power to Serve! bsdaemon@eudoramail.com --------------------------------> Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16: 9:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA3D37B401 for ; Tue, 25 Feb 2003 16:09:56 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 74CC343FBD for ; Tue, 25 Feb 2003 16:09:56 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 00:09:43 -0000 To: "Questions" Date: Tue, 25 Feb 2003 16:09:43 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: Fwd: ipfw rule placement X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: multipart/mixed; boundary="=_-=_-PNHKHLPGOOMEHBAA" 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 This is a multi-part message in MIME format. You need a MIME compliant mail reader to completely decode it. --=_-=_-PNHKHLPGOOMEHBAA Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 1015 Content-Transfer-Encoding: 7bit --------- Forwarded Message --------- DATE: Tue, 25 Feb 2003 16:06:22 From: "Joshua Lokken" To: "Questions" Hello, Primary harddisk failed on my 4.7-release gateway (ipfw+natd) box last weekend, and I had not backed things up properly. Attached is my ipfw ruleset. After the rebuild, I rewrote things from memory. When I remove the default deny rule from the list, nat works fine, port redirections and all, but with the deny rule in place, nat isn't working, so I'm thinking I have a rule in the wrong place. Can anyone point out any obvious missing/misplaced rules here? Thanks much. --- Joshua Lokken FreeBSD: The Power to Serve! bsdaemon@eudoramail.com --------------------------------> --------- End Forwarded Message --------- My apologies for the missing attachment... and for the M$ formatted file ;( Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com --=_-=_-PNHKHLPGOOMEHBAA Content-Type: text/plain; charset=us-ascii; name="firewall.conf" Content-Language: en Content-Length: 512 Content-Transfer-Encoding: 7bit $fwcmd -f flush $fwcmd add allow all from any to any via lo0 $fwcmd add divert natd all from any to any via $oif $fwcmd add allow tcp from any to $oip 22,80,443,6346,22002,22003,22010 setup $fwcmd add allow tcp from any to any established $fwcmd add allow icmp from any to any icmptypes 3,4,11,12 $fwcmd add check-state $fwcmd add allow ip from $oip to any keep-state out via $oif $fwcmd add allow ip from $inwr to any keep-state via $iif $fwcmd add 65435 deny log ip from any to any --=_-=_-PNHKHLPGOOMEHBAA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16:25:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8862737B401 for ; Tue, 25 Feb 2003 16:25:19 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC8743F3F for ; Tue, 25 Feb 2003 16:25:18 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a167.otenet.gr [212.205.215.167]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1Q0PDOs015383; Wed, 26 Feb 2003 02:25:13 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1Q0PCPU069278; Wed, 26 Feb 2003 02:25:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1Q0PCH4069277; Wed, 26 Feb 2003 02:25:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Feb 2003 02:25:12 +0200 From: Giorgos Keramidas To: Joshua Lokken Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fwd: ipfw rule placement Message-ID: <20030226002512.GD68877@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-25 16:09, Joshua Lokken wrote: > When I remove the default deny rule from the list, nat works fine, > port redirections and all, but with the deny rule in place, nat > isn't working, so I'm thinking I have a rule in the wrong place. > Can anyone point out any obvious missing/misplaced rules here? For NAT to be working, you hav to make sure natd(8) is running and has a proper configuration file. Now, as far as the ipfw(8) rules are concerned, try using the following ruleset: # $fwcmd -f flush # $fwcmd add allow all from any to any via lo0 # $fwcmd add divert natd all from any to any via $oif # $fwcmd add allow icmp from any to any icmptypes 3,4,11,12 # $fwcmd add check-state # $fwcmd add allow udp from $oip to any via $oif keep-state # $fwcmd add allow tcp from any to $oip 22,80,443,6346,22002,22003,22010 setup via $oif keep-state # $fwcmd add allow ip from $oip to any keep-state out via $oif # $fwcmd add allow ip from $inwr to any keep-state via $iif # $fwcmd add 65435 deny log ip from any to any The changes from your own set of rules are summarized below: - moved icmp checking higher, since they're unrelated to tcp or udp and state checking - added a rule for udp packets, since DNS resolving and a few other useful things depend on them - moved check-state higher, to minimise the delay for packets that are parts of an existing connection (ipfw rules are checked sequentially, from start to end) - added keep-state in your 'setup' rule for incoming connections to $oip and 'via $oif' to make sure that packets destined for $oip are only accepted on $oif (good measure against spoofing) Before using this set of rules, make sure you give proper values to $iip, $oip, $iif, $oif and $inwr. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16:29:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF94A37B401 for ; Tue, 25 Feb 2003 16:29:17 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 3562443FA3 for ; Tue, 25 Feb 2003 16:29:17 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 00:29:03 -0000 To: "Joshua Lokken" , "Giorgos Keramidas" Date: Tue, 25 Feb 2003 16:29:03 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: Re: Fwd: ipfw rule placement X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: text/plain; charset=us-ascii Content-Language: en 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 Wed, 26 Feb 2003 02:25:12 Giorgos Keramidas wrote: >On 2003-02-25 16:09, Joshua Lokken wrote: >> When I remove the default deny rule from the list, nat works fine, >> port redirections and all, but with the deny rule in place, nat >> isn't working, so I'm thinking I have a rule in the wrong place. >> Can anyone point out any obvious missing/misplaced rules here? > >For NAT to be working, you hav to make sure natd(8) is running and has >a proper configuration file. > >Now, as far as the ipfw(8) rules are concerned, try using the >following ruleset: > ># $fwcmd -f flush ># $fwcmd add allow all from any to any via lo0 ># $fwcmd add divert natd all from any to any via $oif ># $fwcmd add allow icmp from any to any icmptypes 3,4,11,12 ># $fwcmd add check-state ># $fwcmd add allow udp from $oip to any via $oif keep-state ># $fwcmd add allow tcp from any to $oip 22,80,443,6346,22002,22003,22010 setup via $oif keep-state ># $fwcmd add allow ip from $oip to any keep-state out via $oif ># $fwcmd add allow ip from $inwr to any keep-state via $iif ># $fwcmd add 65435 deny log ip from any to any > >The changes from your own set of rules are summarized below: > > - moved icmp checking higher, since they're unrelated to tcp or udp > and state checking > > - added a rule for udp packets, since DNS resolving and a few other > useful things depend on them > > - moved check-state higher, to minimise the delay for packets that > are parts of an existing connection (ipfw rules are checked > sequentially, from start to end) > > - added keep-state in your 'setup' rule for incoming connections to > $oip and 'via $oif' to make sure that packets destined for $oip > are only accepted on $oif (good measure against spoofing) > >Before using this set of rules, make sure you give proper values to >$iip, $oip, $iif, $oif and $inwr. > >- Giorgos > Indeed! I do have the variables listed defined, and have natd configured and working. Thank you very much--not only did you answer my question, but gave me a better understanding of ipfw! Joshua Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16:30: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AF037B401 for ; Tue, 25 Feb 2003 16:30:05 -0800 (PST) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E78B43FA3 for ; Tue, 25 Feb 2003 16:30:04 -0800 (PST) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h1Q0SsFH054853; Tue, 25 Feb 2003 17:28:54 -0700 (MST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.12.5/8.12.5/Submit) with ESMTP id h1Q0Sp8u054847; Tue, 25 Feb 2003 17:28:54 -0700 (MST) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Tue, 25 Feb 2003 17:28:49 -0700 (MST) From: Nick Rogness To: Krassimir Slavchev Cc: questions@FreeBSD.ORG Subject: Re: gif tunnels? In-Reply-To: <3E55E182.CF53BDCA@bulinfo.net> Message-ID: <20030225172530.E54509-100000@skywalker.rogness.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, 21 Feb 2003, Krassimir Slavchev wrote: > Hello All, > > I have: > > Private Net 1 Firewall 1 Firewall 2 Private Net 2 > --------------- ------------ ------------ --------------- > | 10.1.0.0/24 |----| FBSD 4.7 |--//--| FBSD 4.7 |----| 10.2.0.0/24 | > --------------- ------------ ------------ --------------- > |______tunnel______| > > I want to configure tunnel between "Private Net 1" and "Private Net 2" > and > can not get tunnel to work when Public IP of "Firewall 1" and "Firewall > 2" are > from same subnet. If public IPs of my firewalls are from different > subnets all works fine. > > On "Firewall 1" I do: > # ifconfig gif0 create > # gifconfig gif0 x.y.z.1 x.y.z.2 > # ifconfig gif0 inet 10.255.255.1 10.255.255.2 netmask 255.255.255.252 > # route add -net 10.2.0.0/24 10.255.255.2 > > On "Firewall 2" I do: > # ifconfig gif0 create > # gifconfig gif0 x.y.z.2 x.y.z.1 > # ifconfig gif0 inet 10.255.255.2 10.255.255.1 netmask 255.255.255.252 > # route add -net 10.1.0.0/24 10.255.255.1 > > Is there any way to get this to work? Your concept is right, I think your syntax is wrong. I use this sytnax: # ifconfig gif0 create # gifconfig gif0 tunnel x.y.z.1 x.y.z.2 # ifconfig gif0 10.255.255.1 10.255.255.2 netmask 255.255.255.252 # route add -net 10.2.0.0/24 10.255.255.2 Pay close attention to the "tunnel" keyword on line 2 above. Also, make sure gateway_enable="YES" is in /etc/rc.conf. Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 16:46: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A74C37B401 for ; Tue, 25 Feb 2003 16:45:59 -0800 (PST) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC9843F75 for ; Tue, 25 Feb 2003 16:45:58 -0800 (PST) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 18nphs-0002kq-00; Wed, 26 Feb 2003 01:45:56 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.7/8.12.6) with ESMTP id h1Q0g11s028378 for ; Wed, 26 Feb 2003 01:42:01 +0100 (CET) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.7/8.12.7/Submit) id h1Q0g0qc028377 for freebsd-questions@freebsd.org; Wed, 26 Feb 2003 01:42:00 +0100 (CET) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: dump: skewed I/O, why? Date: Wed, 26 Feb 2003 00:41:57 +0000 (UTC) Message-ID: References: <1046216854.3e5c00960e433@ra.dweebsoft.com> 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 Daxbert wrote: > It might be helpful to know what argument you're passing to dump > and how you are redirecting the output. Nothing exciting there: $ dump -0a -C 8 -f /holding/foo /foo -- 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 Tue Feb 25 16:48:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4047337B401 for ; Tue, 25 Feb 2003 16:48:47 -0800 (PST) Received: from pop.netgate.net (pop.netgate.net [204.145.147.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD25843FB1 for ; Tue, 25 Feb 2003 16:48:46 -0800 (PST) (envelope-from ctodd@netgate.net) Received: from rs.netgate.net (rs.netgate.net [204.145.147.55]) by pop.netgate.net (8.8.5/8.8.8-KB.072299) with ESMTP id QAA00390 for ; Tue, 25 Feb 2003 16:48:46 -0800 (PST) Date: Tue, 25 Feb 2003 16:48:45 -0800 (PST) From: Chris Miller To: freebsd-questions@FreeBSD.ORG Subject: Invalid partition error after install 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 It seems everytime I install on a scsi disk without the "boot manager" option (i.e. it's a single OS machine), I cannot boot the system after install. I have to create a fixit disk and install the boot manager in order to use the system. I've seen various complaints in the email archives about boot problems after install, but no definitive explanation of this specific problem. Am I doing something wrong or is this something that can be fixed. I've had this problem since I started with 4.5, but I suspect it's been around longer. Regards, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17: 4: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824B737B401 for ; Tue, 25 Feb 2003 17:04:01 -0800 (PST) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE93A43FD7 for ; Tue, 25 Feb 2003 17:04:00 -0800 (PST) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h1Q12tFH054918; Tue, 25 Feb 2003 18:02:55 -0700 (MST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.12.5/8.12.5/Submit) with ESMTP id h1Q12tec054915; Tue, 25 Feb 2003 18:02:55 -0700 (MST) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Tue, 25 Feb 2003 18:02:53 -0700 (MST) From: Nick Rogness To: Krassimir Slavchev Cc: questions@FreeBSD.ORG Subject: Re: gif tunnels? In-Reply-To: <20030225172530.E54509-100000@skywalker.rogness.net> Message-ID: <20030225180024.T54509-100000@skywalker.rogness.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, 25 Feb 2003, Nick Rogness wrote: > On Fri, 21 Feb 2003, Krassimir Slavchev wrote: > > > Hello All, > > > > I have: > > > > Private Net 1 Firewall 1 Firewall 2 Private Net 2 > > --------------- ------------ ------------ --------------- > > | 10.1.0.0/24 |----| FBSD 4.7 |--//--| FBSD 4.7 |----| 10.2.0.0/24 | > > --------------- ------------ ------------ --------------- > > |______tunnel______| > > > > I want to configure tunnel between "Private Net 1" and "Private Net 2" > > and > > can not get tunnel to work when Public IP of "Firewall 1" and "Firewall > > 2" are > > from same subnet. If public IPs of my firewalls are from different > > subnets all works fine. > > > > On "Firewall 1" I do: > > # ifconfig gif0 create > > # gifconfig gif0 x.y.z.1 x.y.z.2 > > # ifconfig gif0 inet 10.255.255.1 10.255.255.2 netmask 255.255.255.252 > > # route add -net 10.2.0.0/24 10.255.255.2 > > > > On "Firewall 2" I do: > > # ifconfig gif0 create > > # gifconfig gif0 x.y.z.2 x.y.z.1 > > # ifconfig gif0 inet 10.255.255.2 10.255.255.1 netmask 255.255.255.252 > > # route add -net 10.1.0.0/24 10.255.255.1 > > > > Is there any way to get this to work? > > Your concept is right, I think your syntax is wrong. I use this > sytnax: > > > # ifconfig gif0 create > # gifconfig gif0 tunnel x.y.z.1 x.y.z.2 ^^^^^^^^^^ Sorry this line should be: # ifconfig gif0 tunnel x.y.z.1 x.y.z.2 gifconfig is depreciated. It's features have been built into the 'ifconfig' command. See man ifconfig > # ifconfig gif0 10.255.255.1 10.255.255.2 netmask 255.255.255.252 > # route add -net 10.2.0.0/24 10.255.255.2 > > Pay close attention to the "tunnel" keyword on line 2 above. > > Also, make sure gateway_enable="YES" is in /etc/rc.conf. Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17: 6:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB3237B401 for ; Tue, 25 Feb 2003 17:06:38 -0800 (PST) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F206843FBD for ; Tue, 25 Feb 2003 17:06:36 -0800 (PST) (envelope-from jl@kth.se) Received: from d1o962.telia.com (d1o962.telia.com [213.67.160.241]) by mailb.telia.com (8.12.5/8.12.5) with ESMTP id h1Q16ZjK013397 for ; Wed, 26 Feb 2003 02:06:35 +0100 (CET) X-Original-Recipient: Received: from [192.168.0.50] (h107n2fls32o962.telia.com [217.210.249.107]) by d1o962.telia.com (8.10.2/8.10.1) with ESMTP id h1Q16ZM08957 for ; Wed, 26 Feb 2003 02:06:35 +0100 (CET) Subject: pthreads compile fails on alpha From: Joakim Lundborg To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain Organization: Message-Id: <1046221598.1579.13.camel@cortex> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 26 Feb 2003 02:06:39 +0100 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'm trying to compile pthreads 2.0-0 from ports on an AlphaServer 5/400 running FreeBSD 5.0. (Pthreads is needed for php4) I get this error ./configure:Error: decision on mandatory system headers and functions failed. What should I do to help make decide? -- Joakim Lundborg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17:15:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6601537B401 for ; Tue, 25 Feb 2003 17:15:52 -0800 (PST) Received: from altima.net (mail.altima.net [66.199.144.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AD343F75 for ; Tue, 25 Feb 2003 17:15:51 -0800 (PST) (envelope-from matrix@altima.net) Date: Tue, 25 Feb 2003 20:15:49 -0500 Message-Id: <200302252015.AA88736330@altima.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Reply-To: To: Subject: question X-Mailer: Sender: owner-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 installed the ports with sysinstall but how do I can start them loll thank you for your answer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17:16:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C78D37B401; Tue, 25 Feb 2003 17:16:41 -0800 (PST) Received: from ext-dns.mmu.edu.my (mmu.edu.my [203.106.62.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794C143FB1; Tue, 25 Feb 2003 17:16:38 -0800 (PST) (envelope-from nawfal@mmu.edu.my) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by ext-dns.mmu.edu.my (Postfix) with ESMTP id 4429193368; Wed, 26 Feb 2003 09:11:45 +0800 (MYT) Received: from NMS.cyber.mmu.edu.my (radiocyber [10.100.46.2]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with SMTP id JAA26135; Wed, 26 Feb 2003 09:13:56 +0800 (SGT) Received: from [10.100.11.77] ([10.100.11.77]) by NMS.cyber.mmu.edu.my (NAVGW 2.5 bld 90) with SMTP id M2003022609163521842 ; Wed, 26 Feb 2003 09:16:35 +0800 Subject: Re: "NTLDR missing" after 5-RELEASE install From: Nawfal bin Mohmad Rouyan To: Andrew Boothman Cc: Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> Content-Type: text/plain Organization: Multimedia University Message-Id: <1046222195.2567.9.camel@trainee.cyber.mmu.edu.my> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 26 Feb 2003 09:16:35 +0800 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 also encountered the same problem and I thought it was my own mistake. Attempt to repair the partition failed. Even new installation was failed. I did fdisk /mbr after booting through diskette into dos and then installing fresh windows 2000 also failed. The copy process from cd to hd is okay but when the pc is rebooted to continue installation, nothing happened. It won't boot and there are no messages displayed. My hd layout: first 4G partition was fat32. windows 2000 was on the second partition (6G ntfs) and the last 10G partition was my freebsd 5 release. I've reformatted my hd now and using windows 2000 with freebsd 5 release on another machine. Thanks. On Wed, 2003-02-26 at 00:58, Andrew Boothman wrote: > Quoting Lucas Holt : > > > It probably is. You need to put in the win 2k CD and do a repair on > > your windows install.. unfortunetely this may screw up your freebsd > > install. > > > > On Tuesday, February 25, 2003, at 05:58 AM, Andrew Boothman wrote: > > > > > Hi! > > > > > > I've just installed 5-RELEASE, and I asked for the FreeBSD Boot > > > Manager to be installed on both my HDDs. > > > > > > When the machine boots I'm given options for : > > > > > > F1 - DOS > > > F5 - Drive 2 > > > > > > Hitting F5 takes me to a second menu, where I can boot FreeBSD no > > > problem. My problem is that Win2k will no longer boot.... Hitting F1 > > > displays a message that, "NTLDR is missing". I've tried all the repair > > > > > options on the Win2k setup disc to no avail I think. > > > > > > I'm sorry this isn't directly FreeBSD related, but I really hope my > > > Win2k installation isn't hosed. > > Thanks for replying! > > I can't understand how the 5.x boot manager has managed to break my windows > boot, i've never had any trouble under 3.x or 4.x, both of which played with > windows perfectly nicely. > > I think i've tried all of the various repair options on the Win2k CD, including > getting it to do a fresh installation into a different folder (c:\tempwin), but > even that failed with the "NTLDR missing" message! However you no longer get > the booteasy (F1.... F2) menu anymore, so Windows must have rewritten > something. It still doesn't explain why Win2k still won't boot. > > I'm running out of ideas and I *really* don't want to have to reformat my > windows drive! > > Other than this (fairly major) problem, my 5.0 installation went really well, > even ACPI seems to be working perfectly and I even found a KLD to support my on- > board sound card! :) > > I really want to get windows booting again so I can continue to play with 5.0 > without worrying... > > Any help is much appricated! > > Thanks! > > Andrew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Nawfal bin Mohmad Rouyan. System Engineer, Multimedia University. main(i){(10-putchar(((25208>>3*(i+=3))&7)+(i?i-4?100:65:10)))?main(i-4):i;} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17:16:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583AA37B405 for ; Tue, 25 Feb 2003 17:16:44 -0800 (PST) Received: from mhub-c3.tc.umn.edu (mhub-c3.tc.umn.edu [160.94.128.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDE643F3F for ; Tue, 25 Feb 2003 17:16:43 -0800 (PST) (envelope-from stru0089@tc.umn.edu) Received: from [12.234.24.40] by mhub-c3.tc.umn.edu with ESMTP for questions@freebsd.org; Tue, 25 Feb 2003 19:16:42 -0600 Message-Id: <3E5C16D3.2010209@tc.umn.edu> Date: Tue, 25 Feb 2003 17:22:27 -0800 From: David Struck User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030207 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: Trouble with Mozilla 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 First off - I don't get this error when i run mozilla as root. When I run mozilla as my user I get the little screen telling me to pick a profile. When I do that then click "Start mozilla". I get the following error: Component returned failure code: x80004005 (NS_ERROR_FAILURE) [nsIProfileInternal.statApprunner] Then nothing happens. I have 4.7, mozilla 1.2.1, Java installed, and everything seems to work fine as root, just not as a user. Am I missing some compenent, do I need to upgrade something. Thanks for the help Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 17:57:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AC737B401 for ; Tue, 25 Feb 2003 17:57:34 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7E843F85 for ; Tue, 25 Feb 2003 17:57:33 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-b205.otenet.gr [212.205.244.213]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1Q1vTOs016804; Wed, 26 Feb 2003 03:57:30 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1Q1vTPU070300; Wed, 26 Feb 2003 03:57:29 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1Q1vTnX070299; Wed, 26 Feb 2003 03:57:29 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Wed, 26 Feb 2003 03:57:29 +0200 From: Giorgos Keramidas To: matrix@altima.net Cc: freebsd-questions@FreeBSD.org Subject: Re: question Message-ID: <20030226015729.GA70224@gothmog.gr> References: <200302252015.AA88736330@altima.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302252015.AA88736330@altima.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 On 2003-02-25 20:15, matrix@altima.net wrote: > I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer The FreeBSD Handbook includes a nice chapter that explains how ports and packages are used. Take a look at it: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html If, after reading through this, you still have questions about what ports or what packages are, where to find them, or how to use them for installing your favorite applications, then you're always welcome to post questions here on freebsd-questions. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 18: 8:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE8637B401 for ; Tue, 25 Feb 2003 18:08:29 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 175CD43F75 for ; Tue, 25 Feb 2003 18:08:28 -0800 (PST) (envelope-from mwm-dated-1046657307.581187@mired.org) Received: (qmail 24070 invoked from network); 26 Feb 2003 02:08:27 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 02:08:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.8602.688887.366322@guru.mired.org> Date: Tue, 25 Feb 2003 20:08:26 -0600 To: Antoine Jacoutot Cc: "freebsd-questions@freebsd.org" Subject: Re: saving port settings (Was: stupid question) In-Reply-To: <200302252344.44110.ajacoutot@lphp.org> References: <1046198601.3e5bb9499e7b5@webmail.lphp.org> <200302252329.31019.ajacoutot@lphp.org> <15963.61490.1990.432210@guru.mired.org> <200302252344.44110.ajacoutot@lphp.org> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <200302252344.44110.ajacoutot@lphp.org>, Antoine Jacoutot typed: > On Tuesday 25 February 2003 23:37, Mike Meyer wrote: > > # e.g.: > > # MAKE_ARGS = { > > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > > # } > > That looks like exactly what you're looking for. > Sorry, I didn't see it... Well, this is great ;-) > It only work for portupgrade though, right ? There's no other place to save > those args... like an /etc/make.ports.conf ? Right, it only works for portupgrade. I believe that some of the ports that use interactive settings can't be changed this way as well, though I may be wrong. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 18:10:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBFC37B401 for ; Tue, 25 Feb 2003 18:10:36 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 77F0143F85 for ; Tue, 25 Feb 2003 18:10:35 -0800 (PST) (envelope-from mwm-dated-1046657435.937547@mired.org) Received: (qmail 24138 invoked from network); 26 Feb 2003 02:10:35 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 02:10:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.8730.399828.83228@guru.mired.org> Date: Tue, 25 Feb 2003 20:10:34 -0600 To: kitsune Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording In-Reply-To: <20030225130550.3bc7e592.kitsune@gmx.co.uk> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030225130550.3bc7e592.kitsune@gmx.co.uk>, kitsune typed: > Has any one had any luck at recording video in freebsd? > /me has not had any luck with fxtv fxtv works fine for me. What have you tried, on what hardware, and what kind of problems are you having. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 18:24:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4289137B401 for ; Tue, 25 Feb 2003 18:24:40 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6CC43F75 for ; Tue, 25 Feb 2003 18:24:39 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E54DC679DA; Tue, 25 Feb 2003 18:24:38 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 9F6EC124C; Tue, 25 Feb 2003 18:24:38 -0800 (PST) Date: Tue, 25 Feb 2003 18:24:38 -0800 From: Kris Kennaway To: Joakim Lundborg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pthreads compile fails on alpha Message-ID: <20030226022438.GA81241@rot13.obsecurity.org> References: <1046221598.1579.13.camel@cortex> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <1046221598.1579.13.camel@cortex> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Feb 26, 2003 at 02:06:39AM +0100, Joakim Lundborg wrote: > I'm trying to compile pthreads 2.0-0 from ports on an AlphaServer 5/400 > running FreeBSD 5.0. (Pthreads is needed for php4) I think you're confused about the need for this pthreads port (I can't find a 'pthreads' port anyway).."pthreads" means "posix threads" which are supported by the FreeBSD base system (libc_r). The php4 port should automatically do the right thing. Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XCVmWry0BWjoQKURAqccAJ9HdKVhaDna661MoCvvAeHPljaRUgCg/sLW 7bFo+QM+NUgYIZqjjFH1TTo= =B5Wj -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 18:30:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EBB37B405 for ; Tue, 25 Feb 2003 18:30:30 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE56043F93 for ; Tue, 25 Feb 2003 18:30:28 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1Q2TvZX009129; Tue, 25 Feb 2003 21:29:57 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Trouble with Mozilla From: Joe Marcus Clarke To: David Struck Cc: questions@FreeBSD.ORG In-Reply-To: <3E5C16D3.2010209@tc.umn.edu> References: <3E5C16D3.2010209@tc.umn.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5M/roF1RfcE2somLKzdm" Organization: MarcusCom, Inc. Message-Id: <1046226623.2187.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 25 Feb 2003 21:30:23 -0500 X-Spam-Status: No, hits=-33.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-5M/roF1RfcE2somLKzdm Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-02-25 at 20:22, David Struck wrote: > First off - I don't get this error when i run mozilla as root. >=20 > When I run mozilla as my user I get the little screen telling me to pick > a profile. When I do that then click "Start mozilla". > I get the following error: >=20 > Component returned failure code: x80004005 (NS_ERROR_FAILURE) > [nsIProfileInternal.statApprunner] >=20 > Then nothing happens. >=20 > I have 4.7, mozilla 1.2.1, Java installed, and everything seems to work=20 > fine as root, just not as a user. > Am I missing some compenent, do I need to upgrade something. This is an FAQ. Basically, there are a variety of fixes. You might try: 1. Removing ~/.mozilla, and see if that helps. 2. Do a portupgrade -Rf mozilla (afterwards, run fc-cache -f -v as root before running Mozilla). 3. If you don't mind not having anti-aliased fonts in Mozilla, add WITH_XFT=3Dyes to /etc/make.conf, then rebuild Mozilla. Joe >=20 > Thanks for the help >=20 > Dave >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-5M/roF1RfcE2somLKzdm Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+XCa/b2iPiv4Uz4cRAlkbAKCdB2QVRXtZ+gGN+twTqtQmVQn+aQCdHZci p42U5SubX5xPBJfILM415nE= =O7Qi -----END PGP SIGNATURE----- --=-5M/roF1RfcE2somLKzdm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 19:44:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8FB37B401 for ; Tue, 25 Feb 2003 19:44:17 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DE043F93 for ; Tue, 25 Feb 2003 19:44:16 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id 4D77B76DEC for ; Wed, 26 Feb 2003 03:43:58 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id 687AD1800C0; Wed, 26 Feb 2003 03:43:59 +0000 (UTC) Date: Tue, 25 Feb 2003 16:47:20 -0600 From: kitsune To: Mike Meyer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording Message-Id: <20030225164720.021697c1.kitbsdlists@HotPOP.com> In-Reply-To: <15964.8730.399828.83228@guru.mired.org> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 On Tue, 25 Feb 2003 20:10:34 -0600 Mike Meyer wrote: > In <20030225130550.3bc7e592.kitsune@gmx.co.uk>, kitsune typed: > > Has any one had any luck at recording video in freebsd? > > /me has not had any luck with fxtv > > fxtv works fine for me. What have you tried, on what hardware, and > what kind of problems are you having. I can record video only nicely, but my problem is recording audio... I goto file>save video as... then enter /usr/temp/video target:mpeg audio encode: mp2 now I click record and let the run for awhile... Error: Video conversion failed. CMD = /usr/temp/video.sh STATUS = 0x0100 now I dismis that both the error and record window and go to file>save audio as... filename: /usr/temp/audio file format: mp3 Error: Audio Conversion Failed CMD = mpeg_musicin -l 3 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio STATUS: = 0x0100 then if I goto /usr/temp/ and do... mpeg_musicin /usr/temp/audiocCY5bg /usr/temp/audio I get... >>> Using Audio IFF sound file headers Sound data is not PCM in "/usr/temp/audiocCY5bg". and the commands... mpeg_musicin -l 3 -p 1 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 3 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 2 -p 1 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 2 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio don't work what so ever... a message on usage is just displayed... it will let me record in any other format, excluding mp2/3, but the play back button does not work for those... I have it set on audio-auto on input and am just running a jumper from the audio out on the tv card to the audio in on the sound card. My sound on the system is provided pcm0 which is a VIA VT82C686A using the AC97 codec. The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I am running freebsd 4.7. -kitsune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 19:54:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29E337B401 for ; Tue, 25 Feb 2003 19:54:57 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 024E243F93 for ; Tue, 25 Feb 2003 19:54:57 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 47424212789 for ; Wed, 26 Feb 2003 03:54:54 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-1.hotpop.com (Postfix) with SMTP id A268F1A01D8; Wed, 26 Feb 2003 03:54:42 +0000 (UTC) Date: Tue, 25 Feb 2003 16:58:00 -0600 From: kitsune To: mwm-confirm-1046231060.24917.dac150@mired.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording Message-Id: <20030225165800.6e12f024.kitbsdlists@HotPOP.com> In-Reply-To: <15964.8730.399828.83228@guru.mired.org> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 On Tue, 25 Feb 2003 20:10:34 -0600 Mike Meyer wrote: > In <20030225130550.3bc7e592.kitsune@gmx.co.uk>, kitsune typed: > > Has any one had any luck at recording video in freebsd? > > /me has not had any luck with fxtv > > fxtv works fine for me. What have you tried, on what hardware, and > what kind of problems are you having. I can record video only nicely, but my problem is recording audio... I goto file>save video as... then enter /usr/temp/video target:mpeg audio encode: mp2 now I click record and let the run for awhile... Error: Video conversion failed. CMD = /usr/temp/video.sh STATUS = 0x0100 now I dismis that both the error and record window and go to file>save audio as... filename: /usr/temp/audio file format: mp3 Error: Audio Conversion Failed CMD = mpeg_musicin -l 3 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio STATUS: = 0x0100 then if I goto /usr/temp/ and do... mpeg_musicin /usr/temp/audiocCY5bg /usr/temp/audio I get... >>> Using Audio IFF sound file headers Sound data is not PCM in "/usr/temp/audiocCY5bg". and the commands... mpeg_musicin -l 3 -p 1 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 3 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 2 -p 1 /usr/temp/audiocCY5bg /usr/temp/audio mpeg_musicin -l 2 -p 2 /usr/temp/audiocCY5bg /usr/temp/audio don't work what so ever... a message on usage is just displayed... it will let me record in any other format, excluding mp2/3, but the play back button does not work for those... I have it set on audio-auto on input and am just running a jumper from the audio out on the tv card to the audio in on the sound card. My sound on the system is provided pcm0 which is a VIA VT82C686A using the AC97 codec. The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I am running freebsd 4.7. -kitsune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 19:58:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570BD37B401 for ; Tue, 25 Feb 2003 19:58:08 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E75D43F3F for ; Tue, 25 Feb 2003 19:58:06 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DC71051A3A; Wed, 26 Feb 2003 14:28:01 +1030 (CST) Date: Wed, 26 Feb 2003 14:28:01 +1030 From: Greg 'groggy' Lehey To: Luca Pizzinato Cc: freebsd-questions@freebsd.org Subject: Re: Panic under load? 3 volumes in mirroring Message-ID: <20030226035801.GE66520@wantadilla.lemis.com> References: <64486.217.228.146.197.1046042208.squirrel@www.pizzinato.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BQPnanjtCNWHyqYD" Content-Disposition: inline In-Reply-To: <64486.217.228.146.197.1046042208.squirrel@www.pizzinato.it> User-Agent: Mutt/1.4i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BQPnanjtCNWHyqYD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 24 February 2003 at 0:16:48 +0100, Luca Pizzinato wrote: > Hi Gurus. > > I was setting up this box with FreeBSD 4.8 PRERELEASE. I cvsup'd and > recompiled everything, no problems, then I was configuring volumes with > vinum. The goal was to have 3 volumes mirrored 0+1. > > Well, I attached the mirrors on all the 3 volumes all at once, and after 5 > or 6 minutes (1 volume was already in sync) the box panic'd. I haven't > seen the messages on console though. > I tried again to attach the mirrors to the 2 remaning volumes, 10 minutes > later panic again. It would be nice to know what the panic was about. Take a look at http://www.vinumvm.org/vinum/how-to-debug.html for details. > So when the machine came up, I attached 1 mirror at the time :) no problems. > > I wonder if there could be an issue with the load. On the > /var/log/messages I found quite a few of the following: > > Feb 23 23:00:54 cabomba /kernel: ad2d: UDMA ICRC error writing fsbn 58256191 of 28079488-28079615 (ad2 bn 58256191; cn 3626 tn 71 sn 28) retrying > > I read a mail where a guy blamed the 40 ribbon IDE cable when used with > ATA/66 IDE disks, can anyone confirm? Yes, I've seen something like that. It's difficult to know whether it's the same as your problem, though. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers Please note: we block mail from major spammers, notably yahoo.com. See http://www.lemis.com/yahoospam.html for further details. --BQPnanjtCNWHyqYD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+XDtJIubykFB6QiMRAiyyAKCCP7nbfLqWTtxm3qzYcyMZXBQ+LwCfTCds ZizA2CjHFVzQOs2nxzt1afw= =7/PX -----END PGP SIGNATURE----- --BQPnanjtCNWHyqYD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 20:34:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7653837B401 for ; Tue, 25 Feb 2003 20:34:45 -0800 (PST) Received: from whowhere.com (in02-fes2.whowhere.com [209.202.220.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C41643FE0 for ; Tue, 25 Feb 2003 20:34:44 -0800 (PST) (envelope-from bravo2_0@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 04:34:38 -0000 To: freebsd-questions@freebsd.org Date: Tue, 25 Feb 2003 23:34:38 -0500 From: "b t" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on Reply-To: bravo2_0@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: (No Subject) X-Sender-Ip: 66.130.118.92 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: text/plain; charset=us-ascii Content-Language: en 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 subscribe Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 20:54:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AE137B401 for ; Tue, 25 Feb 2003 20:54:19 -0800 (PST) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD23D43FAF for ; Tue, 25 Feb 2003 20:54:17 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18ntaC-000J2R-00 for freebsd-questions@FreeBSD.org; Wed, 26 Feb 2003 04:54:17 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id CBB9AC6C1 for ; Wed, 26 Feb 2003 05:54:15 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id DC100E79 for ; Wed, 26 Feb 2003 05:54:04 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 5618E225F2; Wed, 26 Feb 2003 05:54:05 +0100 (CET) Date: Wed, 26 Feb 2003 05:54:05 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.org Subject: Re: question [addendum to answer] Message-ID: <20030226045405.GC3571@raggedclown.net> References: <200302252015.AA88736330@altima.net> <20030226015729.GA70224@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226015729.GA70224@gothmog.gr> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 26, 2003 at 03:57:29AM +0200, Giorgos Keramidas wrote: > On 2003-02-25 20:15, matrix@altima.net wrote: > > I had installed the ports with sysinstall > > but how do I can start them loll > > thank you for your answer > > The FreeBSD Handbook includes a nice chapter that explains how ports > and packages are used. Take a look at it: > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > If, after reading through this, you still have questions about what > ports or what packages are, where to find them, or how to use them for > installing your favorite applications, then you're always welcome to > post questions here on freebsd-questions. > One omission from the documentation on ports concerns ports of software that can/should be started at system startup. These create a shell startup script in /usr/local/etc/rc.d .. however sometimes the script has an ".example" suffix to it which means it will get ignored. This suffix has to be removed by renaming the file. Sometimes at the end of the "make" you may see a comment to this effect I think, but not always. Maybe needs a documentation tweak ? -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 21:41:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E086537B401 for ; Tue, 25 Feb 2003 21:41:45 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4754943F3F for ; Tue, 25 Feb 2003 21:41:45 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h1Q5fiN4090107; Tue, 25 Feb 2003 23:41:44 -0600 (CST) (envelope-from dan) Date: Tue, 25 Feb 2003 23:41:44 -0600 From: Dan Nelson To: Adam Lofstedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MRTG and aliased IP's Message-ID: <20030226054144.GA67012@dan.emsphone.com> References: <000b01c2dd03$f14f9480$6401a8c0@5adam5> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c2dd03$f14f9480$6401a8c0@5adam5> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-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 (Feb 25), Adam Lofstedt said: > Hi all. I'm running FreeBSD 4.7 with net-snmp-5.0.3_2. > > I have two NICs, and one of them has several IP's bound to it through > ifconfig alias. When I try to run MRTG, it only gives me the statistics > for one of the aliased IPs (I think). > > System: my.domain.com in > Maintainer: nobody@no.where > Description: xl0 > ifType: ethernetCsmacd (6) > ifName: > Max Speed: 1250.0 kBytes/s > Ip: xxx.xxx.xxx.xxx (xxx-xxx-xxx-xxx.domain.com) > > xxx.xxx.xxx.xxx is the first aliased IP in /etc/rc.conf. Does anyone > know of a way to get statistics for each individual aliased IP? > > With the above output, does anyone know if I am actually getting > statistics for all bound IP's combined, or for just that one single > aliased IP? You're getting stats for the physical interface. I don't think net-snmp lets you get stats for a single IP. One workaround would be a get-alias-stats script that pulls info from netstat for a particular IP: #! /bin/sh # usage: get-alias-stats ip=$1 netstat -ibn -f inet | while read line ; do set -- $line if [ "$4" = "$ip" ] ; then echo $7 echo ${10} uptime | sed -e "s/.*up \(.*\), .*user.*/\1/" hostname fi done Call that in mrtg, and pass it the alias IP you're interested in: Target[alias1]: `get-alias-stats 1.2.3.4` -- 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 Tue Feb 25 21:53:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9756137B401 for ; Tue, 25 Feb 2003 21:53:22 -0800 (PST) Received: from mx20b.rmci.net (mx20b.rmci.net [205.162.184.38]) by mx1.FreeBSD.org (Postfix) with SMTP id EFF6C43F3F for ; Tue, 25 Feb 2003 21:53:21 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 13479 invoked from network); 26 Feb 2003 05:53:21 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 26 Feb 2003 05:53:21 -0000 From: "Mike" To: Subject: Headless Install Date: Tue, 25 Feb 2003 22:56:29 -0700 Message-ID: <002401c2dd5b$cedfa180$0500a8c0@data> 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.2800.1106 In-Reply-To: <20030225165800.6e12f024.kitbsdlists@HotPOP.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 Trying to load 5.0 via headless install onto an IBM ThinkPad 765D (D for damm) Using these instructions. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-advanc ed.html Pretty simple always nice But after booting the IBM get to /boot.config /boot/loader -h BTX Loader 1.0 BTX Version is 1.01 And stays there - Forever The mothership I use the following command # cu -l /dev/cuaa0 as root And it say's connected but I cannot do a CTRL C after it does nothing for 30 minutes or so and I want to end it. I end up rebooting to stop it. Using real null modem cables And I have redid 4 floppies, making sure my media is good, tested another pair of cables to make sure nothing changes and of course nothing does. So I am fully aware of the 5.0 pitfalls and I am only trying to load and test it on the laptop but if anyone has some helpful hints other than cables, disks mojo I would very much appreciate it. Back to the lab M;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 22:33:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D0937B401 for ; Tue, 25 Feb 2003 22:33:23 -0800 (PST) Received: from mail025.syd.optusnet.com.au (mail025.syd.optusnet.com.au [210.49.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA2843FB1 for ; Tue, 25 Feb 2003 22:33:21 -0800 (PST) (envelope-from overclocker@optusnet.com.au) Received: from platypus.freebsd.home (c17282.rivrw2.nsw.optusnet.com.au [211.28.52.142]) by mail025.syd.optusnet.com.au (8.11.6/8.11.6) with SMTP id h1Q6XKl09934 for ; Wed, 26 Feb 2003 17:33:20 +1100 Date: Wed, 26 Feb 2003 17:31:59 +1100 From: matti k To: freebsd-questions@FreeBSD.ORG Subject: Re: Folding@Home install question Message-Id: <20030226173159.2a6b10b0.overclocker@optusnet.com.au> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd5.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 On Tue, 25 Feb 2003 13:43:42 -0600 (CST) Steven Lake wrote: > Hi all. Tried downloading the linux version of Folding@home to > put on one of my servers, but my box won't recognize it. Am I missing > something? It just says "command not recognized". I've downloaded > and I am trying to run this file. > http://www.stanford.edu/group/pandegroup/release/FAH3Console-Linux.exe > > Please don't tell me I'm being an idiot trying to do this. :) > But any help getting this installed and going would be welcome. > Thanks. Hi, try this... brandelf -t Linux FAH3Console-Linux.exe chmod 755 FAH3Console-Linux.exe ./FAH3Console-Linux.exe After the config it'll download a core file. Press CTRL-C and ... brandelf -t Linux FahCore_65.exe ./FAH3Console-Linux.exe That should work. I fold for team 24 :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 23:35: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC32437B401 for ; Tue, 25 Feb 2003 23:34:59 -0800 (PST) Received: from mail.hsbs.mil.no (mail.hsbs.mil.no [62.70.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E6FD43F3F for ; Tue, 25 Feb 2003 23:34:58 -0800 (PST) (envelope-from eskildaas@hsbs.mil.no) Received: from lynx2.hsbs.mil.no by mail.hsbs.mil.no via smtpd (for mx1.freebsd.org [216.136.204.125]) with SMTP; 26 Feb 2003 07:34:58 UT Content-Class: urn:content-classes:message Subject: FreeBSD 4.4 Questions MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 26 Feb 2003 08:34:26 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD 4.4 Questions Thread-Index: AcLdaX2ZFZdcMRuXT7SYMuJvQxylqg== From: "Aas, Eskild" 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 Dear Sirs We are three students attending H=E6rens Ingeni=F8rh=F8gskole (the = norwegian millitary engineering school). We are currently working on an assignment about operating systems. We = are writing about FreeBSD 4.4. We would like to know if you can help us = find , or tell us where we can find information about these following = subjects: * OS structure * Process-handling * CPU-handling * Memory-handling * Filesystem (implementation) * I/O structure * Security We would be very greatfull if we could get this information as soon as = possible, because this assignment is due 03.07.03 (Next Friday) We hope you can help us Yours sincerely Corporal Aas, Eskild=20 Corporal Holth, Per-Christian Corporal Johnsen, Anders =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 25 23:53:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93CE537B401 for ; Tue, 25 Feb 2003 23:53:36 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07C743FB1 for ; Tue, 25 Feb 2003 23:53:34 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nwNI-000PWu-00; Wed, 26 Feb 2003 09:53:08 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nwMv-000PWW-00; Wed, 26 Feb 2003 09:52:46 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nwMr-0005fc-00; Wed, 26 Feb 2003 09:52:41 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nwMq-0004jY-00; Wed, 26 Feb 2003 09:52:40 +0200 From: Willie Viljoen To: "Aas, Eskild" , Subject: Re: FreeBSD 4.4 Questions Date: Wed, 26 Feb 2003 09:52:39 +0200 User-Agent: KMail/1.5 References: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> In-Reply-To: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302260952.39871.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nwMv-000PWW-00*9EkyNmdqRRg* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 9:34, someone, possibly Aas, Eskild, typed: > Dear Sirs > > > We are three students attending H=E6rens Ingeni=F8rh=F8gskole (the norweg= ian > millitary engineering school). We are currently working on an assignment > about operating systems. We are writing about FreeBSD 4.4. We would like > to know if you can help us find , or tell us where we can find > information about these following subjects: > > * OS structure > * Process-handling > * CPU-handling > * Memory-handling > * Filesystem (implementation) > * I/O structure > * Security A good place to start would be the FreeBSD developer's handbook, this is=20 available at=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.= html It is not written specifically about 4.4, which has been deprecated for=20 quite some time now, but focuses on FreeBSD in general, it should get you=20 well on your way there though. Will =2D-=20 Willie Viljoen =46reelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 0:34:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA1F37B401 for ; Wed, 26 Feb 2003 00:34:44 -0800 (PST) Received: from vixen.pragma.no (rudolph.pragma.no [212.20.194.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C52443F75 for ; Wed, 26 Feb 2003 00:34:41 -0800 (PST) (envelope-from awand@pragma.no) Received: from vable.pragma.no (DNSSPOOFER [212.20.194.160]) by vixen.pragma.no (Netscape Messaging Server 4.15) with ESMTP id HAWQH500.4AC for ; Wed, 26 Feb 2003 09:34:17 +0100 Message-Id: <5.2.0.9.0.20030226082140.00b4bdb0@mail.pragma.no> X-Sender: awand@mail.pragma.no X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 26 Feb 2003 09:34:17 +0100 To: freebsd-questions@FreeBSD.ORG From: Andreas =?iso-8859-1?Q?Wider=F8e?= Andersen Subject: proto.m4 file (Sendmail on FreeBSD) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got Sendmail 8.12.6/8.12.7 on my FreeBSD 4.7 STABLE system and I've=20 recently been working with it to stop spam coming through to my email=20 users. I've added several "FEATURES" in the freebsd.mc file and compiled a= =20 new sendmail.cf file which works pretty good. However, I'm seeing more and= =20 more of lines in my maillog like the line below: Feb 26 09:13:00 myserver sendmail[52405]: h1Q8CxZw052405:=20 ... User unknown Feb 26 09:13:00 myserver sendmail[52405]: h1Q8CxZw052405: from=3D<>,=20 size=3D3411, class=3D0, nrcpts=3D0, proto=3DESMTP, daemon=3DMTA,= relay=3Dmxo1.vol.cz=20 [195.250.128.76] The spammer is always using an empty from field and the spammer is=20 obviously trying lots of different combinations just to see if it will=20 match. I read on the sendmail.org site that there is a workaround to=20 prevent spammers do this in 8.12.6. My question is, where should I put this in in my proto.m4 file? The file is= =20 rather large and I really don't know where. Index: proto.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/cf/m4/proto.m4,v retrieving revision 8.649.2.12 retrieving revision 8.649.2.13 diff -u -r8.649.2.12 -r8.649.2.13 --- proto.m4 3 Dec 2002 16:48:37 -0000 8.649.2.12 +++ proto.m4 4 Dec 2002 00:12:18 -0000 8.649.2.13 @@ -1761,6 +1761,9 @@ dnl workspace: {client_name} $| {client_addr} R$+ $| $+ $: $>D < $1 > <+ Connect> < $2 > dnl workspace: <{client_addr}> +dnl OR $| $+ if client_name is empty +R $| $+ $: $>A < $1 > <+ Connect> <> empty=20 client_name +dnl workspace: <{client_addr}> R <$+> $: $>A < $1 > <+ Connect> <> no:=20 another lookup dnl workspace: (<>|<{client_addr}>) R <$*> $: OK found nothing Also, there are 2 proto.m4 files: /usr/share/sendmail/cf/m4/proto.m4 /usr/src/contrib/sendmail/cf/m4/proto.m4 Which one should I edit & use? When I'm compiling up a new sendmail.cf file I do this: cp /etc/mail/sendmail.cf /etc/mail/sendmail.cf.orig cd /usr/src/etc/sendmail cp freebsd.mc freebsd.mc.orig [edit freebsd.mc] make freebsd.cf make freebsd.cf install cd /usr/obj/usr/src/etc/sendmail/ cp freebsd.cf /etc/mail/sendmail.cf killall -1 sendmail Thanks! /Andreas --- Andreas Wider=F8e Andersen Pragma AS http://www.pragma.no=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 0:38: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7642937B401 for ; Wed, 26 Feb 2003 00:37:59 -0800 (PST) Received: from web20108.mail.yahoo.com (web20108.mail.yahoo.com [216.136.226.45]) by mx1.FreeBSD.org (Postfix) with SMTP id 024F443F75 for ; Wed, 26 Feb 2003 00:37:59 -0800 (PST) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030226083758.83888.qmail@web20108.mail.yahoo.com> Received: from [68.66.233.46] by web20108.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 00:37:58 PST Date: Wed, 26 Feb 2003 00:37:58 -0800 (PST) From: Bsd Neophyte Subject: potential bug when creating ssh keypairs? 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 put forward a message on this before, but i received no replies. i wanted to know if this was a bug and where to report it. whenever, and only when, i try to create an ssh keypair, the system reboots. this happens 4/5 times. if someone can help me out on this, i'd appreciate it. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 0:57:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67E937B401 for ; Wed, 26 Feb 2003 00:57:45 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA7343FAF for ; Wed, 26 Feb 2003 00:57:45 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18nxNo-000Pea-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 08:57:44 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 3157FC6C1 for ; Wed, 26 Feb 2003 09:57:43 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 538B4E79 for ; Wed, 26 Feb 2003 09:57:32 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id F09B1225F2; Wed, 26 Feb 2003 09:57:32 +0100 (CET) Date: Wed, 26 Feb 2003 09:57:32 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: potential bug when creating ssh keypairs? Message-ID: <20030226085732.GB6867@raggedclown.net> References: <20030226083758.83888.qmail@web20108.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226083758.83888.qmail@web20108.mail.yahoo.com> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 26, 2003 at 12:37:58AM -0800, Bsd Neophyte wrote: > > i put forward a message on this before, but i received no replies. > > i wanted to know if this was a bug and where to report it. > > whenever, and only when, i try to create an ssh keypair, the system > reboots. > > this happens 4/5 times. > > if someone can help me out on this, i'd appreciate it. > I think it may have been reported by others if it was, but you can of course submit a PR I guess. One thing to note is that the generation of this key is an extremely CPU intensive operation. That may imply something..(too overclocked a CPU..?). -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 0:59:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FBF37B401 for ; Wed, 26 Feb 2003 00:59:31 -0800 (PST) Received: from its-mu-hestia.its.rmit.edu.au (its-mu-hestia.its.rmit.edu.au [131.170.1.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E34343F75 for ; Wed, 26 Feb 2003 00:59:29 -0800 (PST) (envelope-from Neeraj.Arora@ems.rmit.edu.au) Received: from ems.rmit.edu.au (ems.rmit.edu.au [131.170.10.112]) by its-mu-hestia.its.rmit.edu.au (8.10.1/8.10.1/ANTI-SPAM/ANTI-RELAY/HESTIA) with ESMTP id h1Q8xPl12829 for ; Wed, 26 Feb 2003 19:59:25 +1100 (EST) Received: from INET1-MTA by ems.rmit.edu.au with Novell_GroupWise; Wed, 26 Feb 2003 19:59:26 +1100 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.3 Beta Date: Wed, 26 Feb 2003 19:59:13 +1100 From: "Neeraj Arora" To: , , Subject: Re: FreeBSD 4.4 Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 another good place to search for information would be the book the design and implementation of 4.4 bsd regards, neeraj >>> Willie Viljoen 02/26/03 06:52PM >>> On Wednesday 26 February 2003 9:34, someone, possibly Aas, Eskild, typed: > Dear Sirs > > > We are three students attending H=E6rens Ingeni=F8rh=F8gskole (the = norwegian > millitary engineering school). We are currently working on an assignment > about operating systems. We are writing about FreeBSD 4.4. We would like > to know if you can help us find , or tell us where we can find > information about these following subjects: > > * OS structure > * Process-handling > * CPU-handling > * Memory-handling > * Filesystem (implementation) > * I/O structure > * Security A good place to start would be the FreeBSD developer's handbook, this = is=20 available at=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.= html=20 It is not written specifically about 4.4, which has been deprecated for=20 quite some time now, but focuses on FreeBSD in general, it should get = you=20 well on your way there though. Will --=20 Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net=20 To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1: 4:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E27E37B401 for ; Wed, 26 Feb 2003 01:04:48 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EBC243F93 for ; Wed, 26 Feb 2003 01:04:46 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxUU-000PuQ-00; Wed, 26 Feb 2003 11:04:39 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxUC-000PuC-00; Wed, 26 Feb 2003 11:04:21 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nxU8-0005to-00; Wed, 26 Feb 2003 11:04:16 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nxU7-0004oF-00; Wed, 26 Feb 2003 11:04:15 +0200 From: Willie Viljoen To: "Neeraj Arora" , , Subject: Re: FreeBSD 4.4 Questions Date: Wed, 26 Feb 2003 11:04:15 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302261104.15099.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nxUC-000PuC-00*rRQtVHfBwbo* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 10:59, someone, possibly Neeraj Arora, typed: > another good place to search for information would be the book > > the design and implementation of 4.4 bsd Neeraj, I might be completely off, but I think this book goes to 4.4BSD as it was=20 published by UCB. This is very different from FreeBSD 4.4. 4.4BSD is what=20 =46reeBSD 1.0 (and everything following that) was based on :) This would still be a good read to get some historical insights into the=20 architecture of BSD though. Will > >>> Willie Viljoen 02/26/03 06:52PM >>> > > On Wednesday 26 February 2003 9:34, someone, possibly Aas, Eskild, typed: > > Dear Sirs > > > > > > We are three students attending H=E6rens Ingeni=F8rh=F8gskole (the norw= egian > > millitary engineering school). We are currently working on an > > assignment about operating systems. We are writing about FreeBSD 4.4. > > We would like to know if you can help us find , or tell us where we can > > find information about these following subjects: > > > > * OS structure > > * Process-handling > > * CPU-handling > > * Memory-handling > > * Filesystem (implementation) > > * I/O structure > > * Security > > A good place to start would be the FreeBSD developer's handbook, this is > available at > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/inde >x.html > > It is not written specifically about 4.4, which has been deprecated for > quite some time now, but focuses on FreeBSD in general, it should get you > well on your way there though. > > Will =2D-=20 Willie Viljoen =46reelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:10:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BADF37B401 for ; Wed, 26 Feb 2003 01:10:20 -0800 (PST) Received: from sundance.wranglers.com.au (sundance.wranglers.com.au [61.88.122.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A45D43FBD for ; Wed, 26 Feb 2003 01:10:18 -0800 (PST) (envelope-from charles@wranglers.com.au) Received: from [10.10.0.35] (feynman [10.10.0.35]) by sundance.wranglers.com.au (8.12.6/8.12.6) with ESMTP id h1O0rX22037566 for ; Mon, 24 Feb 2003 11:53:33 +1100 (EST) (envelope-from charles@wranglers.com.au) Subject: Re: LAN and sound support in ASUS A7V333-X From: Charles Young Reply-To: charles@wranglers.com.au To: questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Organization: digital Wranglers Message-Id: <1046048200.346.37.camel@feynman> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Feb 2003 11:56:40 +1100 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 Sun, 2003-02-23 at 07:27, questions-digest wrote: > Date: Sat, 22 Feb 2003 14:11:01 +0100 > From: Cliff Sarginson > Subject: Re: LAN and sound support in ASUS A7V333-X > > On Tue, Feb 18, 2003 at 12:21:10PM -0500, Lowell Gilbert wrote: > > Mats Dufberg writes: > > > > > I run FreeBSD 5.0-RELEASE on a ASUS A7V333-X motherboard. On the card > > > there is both LAN and sound card built in, but neither is detected by > > > FreeBSD. Does anyone have any information if it is possible to get that > > > support? > > > > I'm not running 5.0, so I may not have the details exactly right, but > > I think they're similar to 4.x. You'll need to load the pcm module or > > compile it into your kernel. > > > > The ethernet card I'm not sure about, though; I don't know which > > driver is supposed to handle that one. > > > I think you may not have much success with the Ethernet card, I didn't > with both FreeBSD and Linux on a machine with the same motherboard. > A search of the maker's site proved fruitless. I would love to know if > it is possible though, since eventually said machine will need 2 NICS. > > I have not tried the sound, since the machine in question is not > destined for music :) > > - -- > Regards > Cliff Sarginson > The Netherlands > > [ This mail has been checked as virus-free ] Hi, I have the later version of the ASUS MB (A7V8X) with onboard Realtek audio and Broadcom NIC. While not directly applicable, you might find that my experiences are useful for making your h/w operate. The issues that I had were that loading drivers for other devices blocked access to the h/w for the correct drivers. To get both devices working I've done the following: 1. build a new kernel conf file in which I disabled any NIC that was not in my system (if you have a miibus based card such as my broadcom, ensure that you leave the line: 'device miibus' uncommented. 2. disbled all the soundcards that were not in my system. Note that many newer sound cards only need the pcm driver including the Realtek device on my m/b. 3. rebuilt the new kernel (check the handbook for details) and checked to see if it shows up in the boot messages (dmesg | more). 4. if 3, configure the ethernet card using ifconfig, and check out the basic 'using sound on freebsd' article on www.onlamp.com in the bsd section. 5. if not 3, you might check to see that you have the correct device nodes in your /dev directory for the soundcard (assuming you're running under Freebsd 4x and not 5). For me these are /dev/audio* if you still can't get it to work, email me directly and we'll see if we can work though it. regards, Charles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:11:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A10B37B401 for ; Wed, 26 Feb 2003 01:11:58 -0800 (PST) Received: from web13310.mail.yahoo.com (web13310.mail.yahoo.com [216.136.173.222]) by mx1.FreeBSD.org (Postfix) with SMTP id BB25F43F3F for ; Wed, 26 Feb 2003 01:11:57 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030226091156.7914.qmail@web13310.mail.yahoo.com> Received: from [204.213.76.47] by web13310.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 01:11:56 PST Date: Wed, 26 Feb 2003 01:11:56 -0800 (PST) From: Ron Andreasen Subject: Need install help please 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 just recently got FreeBSD 5.0 and I can't get it to install. When it's listing my devices in the very beginning it does fine untill it hits my HP CD-Writer Plus 9100i. Then it just freezes. Not even an error message. If version 4.6 I at least got a "non-ATA66 cable or device" error, and I fixed that by changing the PIO on that drive from Auto to Mode0. This doesn't work for 5.0 though. I have tried the following commands in vain: set hw.ata.ata_dma="1" set hw.ata.atapi_dma="1" and set hint.foo.0.disabled I also tried the other PIO modes with no luck. I tried changing the access mode from Auto to LBA, CHS, and Large. I'm outta ideas now. Here's my ide setup: Primary Master - IBM 40 gb hard drive Primary Slave - Liteon CD-Rom Secondary Master - Maxtor 20 gb hard drive Secondary Slave - HP CD-Writer Plus 9100i My BIOS is "Phoenix-Award BIOS v6.00PG" and my motherboard is a Jetway 603TCFL with Pentium III 1.1 ghz and via chipset. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:20:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8043B37B401 for ; Wed, 26 Feb 2003 01:20:13 -0800 (PST) Received: from hotmail.com (bay1-f118.bay1.hotmail.com [65.54.245.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BE943F3F for ; Wed, 26 Feb 2003 01:20:13 -0800 (PST) (envelope-from tiamkean@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Feb 2003 01:20:13 -0800 Received: from 161.142.100.80 by by1fd.bay1.hotmail.msn.com with HTTP; Wed, 26 Feb 2003 09:20:12 GMT X-Originating-IP: [161.142.100.80] From: "LEE TIAM KEAN" To: freebsd-questions@FreeBSD.ORG Subject: Unable to set virtual screen smaller than physical screen Date: Wed, 26 Feb 2003 09:20:12 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Feb 2003 09:20:13.0000 (UTC) FILETIME=[44360480:01C2DD78] Sender: owner-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 beginner in Freebsd. I've set up x windows successfully but i found that the screen is larger than my monitor. i've tried the xf86config again by answering no when prompted with "Want virtual screen larger than physical screen?". it still unsuccessful. Any other thing that i've missed out? I'm using version 4.7 of the FreeBSD. Thanks _________________________________________________________________ Using a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:23:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47C437B401 for ; Wed, 26 Feb 2003 01:23:32 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAE643F75 for ; Wed, 26 Feb 2003 01:23:31 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxmg-000025-00; Wed, 26 Feb 2003 11:23:26 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxmQ-00001w-00; Wed, 26 Feb 2003 11:23:12 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nxmM-0005xl-00; Wed, 26 Feb 2003 11:23:06 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nxmL-0004qY-00; Wed, 26 Feb 2003 11:23:05 +0200 From: Willie Viljoen To: "LEE TIAM KEAN" , freebsd-questions@FreeBSD.ORG Subject: Re: Unable to set virtual screen smaller than physical screen Date: Wed, 26 Feb 2003 11:23:05 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261123.05318.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nxmQ-00001w-00*7AjUTp0AYX2* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 11:20, someone, possibly LEE TIAM KEAN, typed: > Hi, > i'm a beginner in Freebsd. I've set up x windows successfully but i found > that the screen is larger than my monitor. i've tried the xf86config > again by answering no when prompted with "Want virtual screen larger than > physical screen?". it still unsuccessful. Any other thing that i've > missed out? I'm using version 4.7 of the FreeBSD. Thanks Try configuring it with XFree86 -configure Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:25: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C701D37B401 for ; Wed, 26 Feb 2003 01:25:05 -0800 (PST) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE8D43FBD for ; Wed, 26 Feb 2003 01:25:05 -0800 (PST) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (ninja.terrabionic.com [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id E75C578623; Wed, 26 Feb 2003 10:24:59 +0100 (MET) Date: Wed, 26 Feb 2003 10:24:56 +0100 From: Janine C.Buorditez To: lftp@uniyar.ac.ru Cc: questions@freebsd.org Subject: [lftp] How to make mirror follow symlinks? Message-Id: <20030226102456.6ba049cf.johann@broadpark.no> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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! Can somebody please tell me whether lftp is capable of mirroring symlinks? I'm inside a directory containing hundreds of other symlinked directories. Now, I want to mirror all of that directory so I don't have to enter it and manually mirror each and every symlink there is. I'm running version lftp 2.6.0. Can anyone give me a hand? --johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 1:36:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2F637B401 for ; Wed, 26 Feb 2003 01:36:56 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122F343F93 for ; Wed, 26 Feb 2003 01:36:54 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxzd-00006u-00; Wed, 26 Feb 2003 11:36:49 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nxzL-00006m-00; Wed, 26 Feb 2003 11:36:32 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nxzG-00060O-00; Wed, 26 Feb 2003 11:36:26 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nxzE-0004rI-00; Wed, 26 Feb 2003 11:36:24 +0200 From: Willie Viljoen To: Ron Andreasen , freebsd-questions@freebsd.org Subject: Re: Need install help please Date: Wed, 26 Feb 2003 11:36:24 +0200 User-Agent: KMail/1.5 References: <20030226091156.7914.qmail@web13310.mail.yahoo.com> In-Reply-To: <20030226091156.7914.qmail@web13310.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261136.24862.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nxzL-00006m-00*Ux0x0ZSbQIY* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 11:11, someone, possibly Ron Andreasen, typed: > Primary Master - IBM 40 gb hard drive > Primary Slave - Liteon CD-Rom > Secondary Master - Maxtor 20 gb hard drive > Secondary Slave - HP CD-Writer Plus 9100i The problem here is with the UDMA (Ultra-ATA) standards. Drives that do UDMA above UDMA3 want to use an 80-conductor cable, as opposed to the 40-conductor cable used by standard ATA. Another problem is that UDMA devices (especially UDMA3+) should not be connected together with non-UDMA devices. While this should work according to the standards, many systems and driver/hardware combinations do not support it. According to the standards, these devices should also be willing to work on a 40-conductor cable, albeit at slower speeds. This is also not always the case. I have seen drive/controller combinations where systems refuse to boot if an 80-conductor cable is not used. The best way to solve this would be to make some changes to your configuration, here is a sugestion: On an 80-conductor cable: Pri. Master: IBM 40GB drive, at highest UDMA mode Pri. Slave: Maxtor 20GB drive, at highest UDMA mode On a 40-conductor cable: Sec. Master: HP CD-Writer+ 9100i, PIO4 mode Sec. Slave: Liteon CD-ROM, PIO4 mode Note that while most CD-ROM/R/RW devices claim to support UDMA these days, very few of them actually do, and even with devices that do, PIO4 is still faster in the case of CD-ROMs, because of the way they work. The problem that this set-up creates is that your drives are all still sharing cables. While there is nothing wrong with this, it will degrade performance, as IDE busses do not interleave. For a better solution, I would sugest you add a second ATA controller to your system I have a controller based on the CMD649 chipset. Past CMD chipsets are famous for giving all sorts of trouble, but this one seems to behave, albeit that I need to disable write caching. The CMD649 comes on extremely cheap controllers, most in the sub $25 catagory, but they work just fine for what is needed. If you can get your hands on such a controller, you should use a set-up like this: Motherboard ATA controller: Pri. Master: Liteon CD-ROM (PIO4, 40-c cable) Sec. Master: HP CD-Writer+ 9100i (PIO4, 40-c cable) Here we make the HP secondary, because most boards will want to boot from the first CD-ROM, and you should be saving the writer for writing. The same could apply for my example earlier. Then... Offboard ATA controller: Pri. Master: IBM 40GB (highest UDMA, 80-c cable) Sec. Master: Maxtor 40GB (highest UDMA, 80-c cable) Note that your BIOS will not directly list these drives as bootable. The offboard ATA controller will have its own BIOS. To get your motherboard BIOS to hand booting over, set it to boot from "SCSI Boot Device" or "SCSI". The ATA controller will then grab controle and do the boot. You can also invert the order of devices, and have the CD-ROMs on the offboard controller, but because it is newer, the offboard will most likely support higher UDMA speeds than the onboard one, and only the onboard controller will be able to perform a CD-ROM boot. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2: 0:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67E537B401 for ; Wed, 26 Feb 2003 02:00:47 -0800 (PST) Received: from beachbeest.wizzbit.nl (beachbeest.wizzbit.nl [62.58.54.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A349043FBD for ; Wed, 26 Feb 2003 02:00:46 -0800 (PST) (envelope-from hilmi@wizzbit.nl) Received: from wizzbit.nl (mail.wizzbit.nl [62.58.54.10]) by beachbeest.wizzbit.nl (8.12.6/8.12.6) with SMTP id h1QA0ivS084024 for ; Wed, 26 Feb 2003 11:00:44 +0100 (CET) (envelope-from hilmi@wizzbit.nl) Received: from BRUUTBEEST/SpoolDir by wizzbit.nl (Mercury 1.48); 26 Feb 03 11:00:33 +0200 Received: from SpoolDir by BRUUTBEEST (Mercury 1.48); 26 Feb 03 11:00:32 +0200 Received: from wizzbit.nl (62.58.54.254) by wizzbit.nl (Mercury 1.48) with ESMTP; 26 Feb 03 11:00:16 +0200 Message-ID: <3E5D0F1B.4070503@wizzbit.nl> Date: Wed, 26 Feb 2003 11:01:47 -0800 From: Hilmi Hilmiev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Undefined symbol "__gxx_personality_v0" 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 have FreeBSD 5.0, apache 2.0.43 and php 4.2.3. I need XML support for php. I have compiled with options --with-apxs2 --with-dom, --enable-xslt, --with-xslt-sablot. Compiling process is finished OK, but when I try to start apache server I get next error message:\ name# apachectl start Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/libphp4.so into server: /usr/local/lib/libsablot.so.69: Undefined symbol "__gxx_personality_v0" Where is the problem? Is this bug? How I can solve the problem? 10x in advanced to all! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2: 8:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5B837B401 for ; Wed, 26 Feb 2003 02:08:13 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00C143F3F for ; Wed, 26 Feb 2003 02:08:11 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 58312 invoked from network); 26 Feb 2003 10:08:09 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 26 Feb 2003 10:08:09 -0000 Message-ID: <3E5C9209.3080709@liwing.de> Date: Wed, 26 Feb 2003 11:08:09 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hilmi Hilmiev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Undefined symbol "__gxx_personality_v0" References: <3E5D0F1B.4070503@wizzbit.nl> 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 Hilmi Hilmiev wrote: > I have FreeBSD 5.0, apache 2.0.43 and php 4.2.3. I need XML support for > php. I have compiled with options --with-apxs2 --with-dom, > --enable-xslt, --with-xslt-sablot. Compiling process is finished OK, but > when I try to start apache server I get next error message:\ > name# apachectl start > Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: > Cannot load /usr/local/libexec/apache2/libphp4.so into server: > /usr/local/lib/libsablot.so.69: Undefined symbol "__gxx_personality_v0" > > Where is the problem? Is this bug? How I can solve the problem? > > 10x in advanced to all! > If you just grep the ports-list archives, you'll find at PR/46268 a problem record which describes the problem and provides a fix. Even you recognize that yesterday 2 guys talked about the committing of this patch. Check the PR at http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 and apply the patch. Rebuild sablot and than php compile should work, too. Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:13:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5254E37B401 for ; Wed, 26 Feb 2003 02:13:53 -0800 (PST) Received: from web13501.mail.yahoo.com (web13501.mail.yahoo.com [216.136.175.80]) by mx1.FreeBSD.org (Postfix) with SMTP id F006E43FDD for ; Wed, 26 Feb 2003 02:13:52 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030226101352.58263.qmail@web13501.mail.yahoo.com> Received: from [193.58.186.193] by web13501.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 02:13:52 PST Date: Wed, 26 Feb 2003 02:13:52 -0800 (PST) From: Thanos Tsouanas Subject: xterm + colors just wont splice... 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 everyone! Ive never managed to see colored output on an Xterm on FreeBSD.. i mean, the -bg, -fg switches work fine... but i cant see the colors of vim, nor when i ls -G etc etc. Any ideas? Thanks! __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:17:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E2637B401 for ; Wed, 26 Feb 2003 02:17:16 -0800 (PST) Received: from web13308.mail.yahoo.com (web13308.mail.yahoo.com [216.136.175.44]) by mx1.FreeBSD.org (Postfix) with SMTP id BD43343FBF for ; Wed, 26 Feb 2003 02:17:15 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030226101715.34828.qmail@web13308.mail.yahoo.com> Received: from [204.213.76.47] by web13308.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 02:17:15 PST Date: Wed, 26 Feb 2003 02:17:15 -0800 (PST) From: Ron Andreasen Subject: Re: Need install help please To: freebsd-questions@freebsd.org In-Reply-To: <200302261136.24862.will@unfoldings.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 an 80-conductor cable: > Pri. Master: IBM 40GB drive, at highest UDMA mode > Pri. Slave: Maxtor 20GB drive, at highest > UDMA mode > > On a 40-conductor cable: > Sec. Master: HP CD-Writer+ 9100i, PIO4 mode > Sec. Slave: Liteon CD-ROM, PIO4 mode I was afraid that would be one of the suggestions for my problem. The reason I have it set up the way it is is so I can record from cd to cd on-the-fly. Last time I tried this I had to have the writer/cd-rom on different ide cables. > For a > better solution, I > would sugest you add a second ATA controller to your > system I will definately look into this ATA controller you suggested and see if I can grab one. Will this still allow me to copy cds on-the-fly? I think for now I'll just stick with Redhat Linux since it doesn't seem to have a problem with my current set up. At least until I can get my hands on a second ATA controller. Thanks a bunch for the ideas, I appreciate the time you took to help out. Ron __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:19:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975DE37B401 for ; Wed, 26 Feb 2003 02:19:18 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2081643F75 for ; Wed, 26 Feb 2003 02:19:17 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.100.1]) by energyhq.homeip.net (Postfix) with SMTP id BBE5CAF59B; Wed, 26 Feb 2003 11:19:16 +0100 (CET) Date: Wed, 26 Feb 2003 11:19:44 +0100 From: Miguel Mendez To: Thanos Tsouanas Cc: freebsd-questions@freebsd.org Subject: Re: xterm + colors just wont splice... Message-Id: <20030226111944.6b8dabf9.flynn@energyhq.homeip.net> In-Reply-To: <20030226101352.58263.qmail@web13501.mail.yahoo.com> References: <20030226101352.58263.qmail@web13501.mail.yahoo.com> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.gjpiKQi0xtBQIa Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 26 Feb 2003 02:13:52 -0800 (PST) Thanos Tsouanas wrote: Howdy. > Ive never managed to see colored output on an Xterm on FreeBSD.. > i mean, the -bg, -fg switches work fine... > but i cant see the colors of vim, nor when i ls -G etc etc. If you are using -STABLE, try setting TERM to xterm-color Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! Tired of Spam? -> http://www.trustic.com --=.gjpiKQi0xtBQIa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+XJTAnLctrNyFFPERAgCYAKCg2/kWRkdQGj5MLj/SLqoh+G3kkACeI73r 6HtLU5aX7XurEfJ1bIOrjw4= =cZTu -----END PGP SIGNATURE----- --=.gjpiKQi0xtBQIa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:32:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA6E37B401 for ; Wed, 26 Feb 2003 02:32:16 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58B243FAF for ; Wed, 26 Feb 2003 02:32:13 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nyr9-0000Pb-00; Wed, 26 Feb 2003 12:32:08 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18nyqt-0000PF-00; Wed, 26 Feb 2003 12:31:52 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18nyqo-0006BN-00; Wed, 26 Feb 2003 12:31:46 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18nyqm-0004vS-00; Wed, 26 Feb 2003 12:31:44 +0200 From: Willie Viljoen To: Ron Andreasen , freebsd-questions@freebsd.org Subject: Re: Need install help please Date: Wed, 26 Feb 2003 12:31:44 +0200 User-Agent: KMail/1.5 References: <20030226101715.34828.qmail@web13308.mail.yahoo.com> In-Reply-To: <20030226101715.34828.qmail@web13308.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261231.44384.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18nyqt-0000PF-00*e0zHlOXfsyg* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 12:17, someone, possibly Ron Andreasen, typed: > I will definately look into this ATA controller you > suggested and see if I can grab one. Will this still > allow me to copy cds on-the-fly? Absolutely. In the second set-up I sugested (a second ATA controller), each of your devices will be on its own ATA cable. This will allow you to copy CD-to-CD, get faster hard drive-to-hard drive data transfers, and should also help reduce the ever annoying buffer underrun from hard drive to CD. For a complete list of ATA controllers that will work with 5.0-RELEASE, you can check the hardware notes here: http://www.freebsd.org/releases/5.0R/hardware-i386.html#AEN33 The reason why your drives would previously have had trouble on the same cable is the same reason I always like to have a second ATA controller in any system with more than two ATA devices. IDE busses (as I pointed out in my previous post) do not interleave like SCSI busses do, so connecting two things to one cable, even though it works fine, should not be done unless you absolutely have to :) With each device on its own cable, all your devices can transfer data at the same time and at maximum bus bandwidth, and conflicts that (still) crop up from time to time between two ATA devices will be eliminated. Any ATA controller that is listed as working in the hardware notes will do nicely for this, so you don't specifically need the CMD649, I sugested it because it "works for me (TM)" You should be able to pick any of these up easily from the local shop or any online PC parts store, many of them for under $25 and even the faster ATA133 ones for under $40. I think you'll enjoy FreeBSD once you get to know it, so go get that controller ASAP. As a side note, once you do have FreeBSD, make sure you recompile your kernel with these: device ata device atapicd device atapicam device scbus device pass device cd These will allow you to access your CD-ROM and CD-R/RW as SCSI devices, which has all kinds of stability and performance benifits that you'll quite like. Remember to still compile atadisk, or you might get a nasty surprise form hard disks :) Have fun Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:33:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECF437B401 for ; Wed, 26 Feb 2003 02:33:52 -0800 (PST) Received: from beachbeest.wizzbit.nl (beachbeest.wizzbit.nl [62.58.54.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7028D43F93 for ; Wed, 26 Feb 2003 02:33:50 -0800 (PST) (envelope-from hilmi@wizzbit.nl) Received: from wizzbit.nl (mail.wizzbit.nl [62.58.54.10]) by beachbeest.wizzbit.nl (8.12.6/8.12.6) with SMTP id h1QAXnvS084081 for ; Wed, 26 Feb 2003 11:33:49 +0100 (CET) (envelope-from hilmi@wizzbit.nl) Received: from BRUUTBEEST/SpoolDir by wizzbit.nl (Mercury 1.48); 26 Feb 03 11:33:38 +0200 Received: from SpoolDir by BRUUTBEEST (Mercury 1.48); 26 Feb 03 11:33:34 +0200 Received: from wizzbit.nl (62.58.54.254) by wizzbit.nl (Mercury 1.48) with ESMTP; 26 Feb 03 11:33:21 +0200 Message-ID: <3E5D16DC.1010503@wizzbit.nl> Date: Wed, 26 Feb 2003 11:34:52 -0800 From: Hilmi Hilmiev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Undefined symbol "__gxx_personality_v0" References: <3E5D0F1B.4070503@wizzbit.nl> <3E5C9209.3080709@liwing.de> 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 OK. 10x. But my second problem is that I don't know how to apply this patch :( Have somebody who can help me? 10x again! Jens Rehsack wrote: > Hilmi Hilmiev wrote: > >> I have FreeBSD 5.0, apache 2.0.43 and php 4.2.3. I need XML support >> for php. I have compiled with options --with-apxs2 --with-dom, >> --enable-xslt, --with-xslt-sablot. Compiling process is finished OK, >> but when I try to start apache server I get next error message:\ >> name# apachectl start >> Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: >> Cannot load /usr/local/libexec/apache2/libphp4.so into server: >> /usr/local/lib/libsablot.so.69: Undefined symbol "__gxx_personality_v0" >> >> Where is the problem? Is this bug? How I can solve the problem? >> >> 10x in advanced to all! >> > > If you just grep the ports-list archives, you'll find at PR/46268 a > problem record which describes the problem and provides a fix. Even > you recognize that yesterday 2 guys talked about the committing of > this patch. > > Check the PR at http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 and > apply the patch. Rebuild sablot and than php compile should work, too. > > Jens > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:37:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468BB37B401 for ; Wed, 26 Feb 2003 02:37:56 -0800 (PST) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id C601843FBF for ; Wed, 26 Feb 2003 02:37:55 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030226103755.90403.qmail@web13505.mail.yahoo.com> Received: from [193.58.186.193] by web13505.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 02:37:55 PST Date: Wed, 26 Feb 2003 02:37:55 -0800 (PST) From: Thanos Tsouanas Subject: Re: scroll mouse To: freebsd-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 Hello everyone.. I am having a similar problem which wont fix with those :( Im using 4.7-stable and a logitech usb mouse with wheel... from the XF86Config file... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection from the rc.conf file... moused_enable="NO" moused_type="NO" from ps aux | grep mouse .... root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid I see in /dev that sysmouse is different from ums0... what changes shud i do? why is moused started? Thank you! __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 2:39:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533A237B401 for ; Wed, 26 Feb 2003 02:39:49 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4624443FBF for ; Wed, 26 Feb 2003 02:39:48 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 65898 invoked from network); 26 Feb 2003 10:39:47 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 26 Feb 2003 10:39:47 -0000 Message-ID: <3E5C9972.7010204@liwing.de> Date: Wed, 26 Feb 2003 11:39:46 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hilmi Hilmiev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Undefined symbol "__gxx_personality_v0" References: <3E5D0F1B.4070503@wizzbit.nl> <3E5C9209.3080709@liwing.de> <3E5D16DC.1010503@wizzbit.nl> 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 Hilmi Hilmiev wrote: > OK. 10x. But my second problem is that I don't know how to apply this > patch :( > Have somebody who can help me? > > 10x again! > > Jens Rehsack wrote: > >> Hilmi Hilmiev wrote: >> >>> I have FreeBSD 5.0, apache 2.0.43 and php 4.2.3. I need XML support >>> for php. I have compiled with options --with-apxs2 --with-dom, >>> --enable-xslt, --with-xslt-sablot. Compiling process is finished OK, >>> but when I try to start apache server I get next error message:\ >>> name# apachectl start >>> Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: >>> Cannot load /usr/local/libexec/apache2/libphp4.so into server: >>> /usr/local/lib/libsablot.so.69: Undefined symbol "__gxx_personality_v0" >>> >>> Where is the problem? Is this bug? How I can solve the problem? >>> >>> 10x in advanced to all! >>> >> >> If you just grep the ports-list archives, you'll find at PR/46268 a >> problem record which describes the problem and provides a fix. Even >> you recognize that yesterday 2 guys talked about the committing of >> this patch. >> >> Check the PR at http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 and >> apply the patch. Rebuild sablot and than php compile should work, too. >> >> Jens >> >> 1st: Do not toppost 2nd: try typing 'man patch' Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 3: 3: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2518737B401 for ; Wed, 26 Feb 2003 03:02:59 -0800 (PST) Received: from web20102.mail.yahoo.com (web20102.mail.yahoo.com [216.136.226.39]) by mx1.FreeBSD.org (Postfix) with SMTP id A825E43FA3 for ; Wed, 26 Feb 2003 03:02:58 -0800 (PST) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030226110258.2823.qmail@web20102.mail.yahoo.com> Received: from [68.66.233.46] by web20102.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 03:02:58 PST Date: Wed, 26 Feb 2003 03:02:58 -0800 (PST) From: Bsd Neophyte Subject: Re: potential bug when creating ssh keypairs? To: Cliff Sarginson , freebsd-questions@FreeBSD.ORG In-Reply-To: <20030226085732.GB6867@raggedclown.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 --- Cliff Sarginson wrote: > One thing to note is that the generation of this key is an extremely > CPU intensive operation. That may imply something..(too overclocked a > CPU..?). > > -- > Regards > Cliff Sarginson > The Netherlands hmmm... but would this tax a 633mhz cel w/512mb ram to where it would reboot? the CPU is running normal... no overclocking involved. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 3: 7:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A689D37B401; Wed, 26 Feb 2003 03:07:10 -0800 (PST) Received: from topper.inf.ed.ac.uk (topper.inf.ed.ac.uk [129.215.32.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B2443FCB; Wed, 26 Feb 2003 03:07:09 -0800 (PST) (envelope-from A.J.Boothman@sms.ed.ac.uk) Received: from sms.ed.ac.uk (IDENT:s0094187@veronique.inf.ed.ac.uk [129.215.124.81]) by topper.inf.ed.ac.uk (8.11.6/8.11.6) with ESMTP id h1QB70g08211; Wed, 26 Feb 2003 11:07:00 GMT Message-ID: <3E5C9FD4.4050704@sms.ed.ac.uk> Date: Wed, 26 Feb 2003 11:07:00 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20030204 X-Accept-Language: en-us, en MIME-Version: 1.0 To: George Hartzell Cc: Matt Smith , Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: "NTLDR missing" after 5-RELEASE install References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> <1046193245.97029.12.camel@d80h149.public.uconn.edu> <1046216562.3e5bff7214b3b@sms.ed.ac.uk> <15964.882.143402.926923@rosebud.alerce.com> In-Reply-To: <15964.882.143402.926923@rosebud.alerce.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 George Hartzell wrote: >Andrew Boothman writes: > > [...] > > I didn't really change much about my system when I installed FreeBSD. > > > > Windows is installed on the whole of the first HDD, and FreeBSD on the whole of > > the second. Prior to installing 5.0, the second disc had an old installation of > > 4.6 that I wasn't using. > > > > When installing, I asked sysinstall to install booteasy on the first drive, but > > otherwise leave it unchanged. I removed the existing slice on the second drive > > and got sysinstall to create a new slice filling the drive, I then allowed > > sysinstall to auto-size the partitions and complete the installation. > > > > I've tried every repair option that I can find on the Win2k CD. I've tried > > the "fixboot" and "fixmbr" commands in the recovery console many times, and > > despite fixmbr complaining about an "unusual" mbr every time, installing a new > > one apparently makes no difference. I eventually managed to remove booteasy > > from the first drive so that "NTLDR is missing" appears straight away, but that > > is hardly a victory. I even followed Microsoft's instructions in knowledgebase > > article 318728 and performed a brand new installation of windows into > > c:\tempwin but even this new installation failed to boot with the same problem. > > Therefore it would seem that whatever the problem is, Win2k's setup prog either > > can't fix it or is oblivious to it. It's looking more and more like I'm going > > to have to reformat this drive as I seem to have no way of getting Win2k > > operating again, but I'd _really_ like to understand what happened here, not > > least to ensure I don't repeat the same problems when I come to try and dual- > > boot again! > > > > Apologies for this getting increasingly off-topic, but I can't understand what > > I've done wrong here as I've done this many times before with 4.x. > > > > As ever, any light-shedding would be much appricated :) > >I had several problems installing 5.0 release onto my sandbox machine, >and the solution might be relevant. > >My sandbox machine had a single disk, uses a "stock" (what came on the >drive) master boot record, and had several primary partitions (aka >slices). The first partition/slice contained a windows2000 install, >the second partition had a linux installation w/ the GRUB boot loader >installed in the beginning of the partition. The linux parition is >marked active (using Partition Magic from windows), so the normal boot >sequence goes: > > MBR --> GRUB ---+--> Linux > | > +--> Windows > >depending on the choice made in grub. I boot this way because the >sandbox machine is a test environment for my laptop, and suspend to >disk stuff doesn't seem to work on the laptop unless the vendor's MBR >is in place. > >My intent was to add Freebsd to the third partition. I ran through >the install and told the installer to just leave the MBR alone. > >Among the things that I discovered were: > > - both the linux partition *AND* the newly installed FreeBSD > partition ended up marked active. > > - There was a problem with data somewhere in the BIOS/DOS partition > table concerning CHS values and LBA values for various parts of > the partition. (might have the acronym's wrong). > >Both of these rendered the machine unable to boot, I recovered it once >by booting from a floppy, getting into windows, and running partition >magic, and on a separate test run by booting from a live linux cd and >playing with various fdisk-oid programs available there. > >So, all that said, maybe your partition table is slightly scrod, not >so badly that it won't get through the MBR but badly enough that it >can't find the NT partition? > >It'd be interesting to see what parition magic had to say about it. > It's possible I guess that we both suffered from the same problem. I'd be inclined to think that it must be operator error over something wrong with sysinstall since I've not seen people complaining of these problems before, yet there must be loads of people dual-booting. Having said that, I still can't understand what I did differently or how to prevent the same thing from happening in the future. I guess I'll just use GRUB or something instead. Looks like my Windows drive is heading for a reformat.... :-/ Thanks anyway! :) Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 3:23: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2914F37B401 for ; Wed, 26 Feb 2003 03:23:05 -0800 (PST) Received: from gemini.netis.ru (gemini.yars.free.net [193.233.48.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABABC43F93 for ; Wed, 26 Feb 2003 03:23:00 -0800 (PST) (envelope-from lav@swing.yars.free.net) Received: from swing.yars.free.net (swing.netis.priv [10.0.0.88]) by gemini.netis.ru (8.12.7/8.12.7) with ESMTP id h1QBM27W008776; Wed, 26 Feb 2003 14:22:02 +0300 (MSK) Received: (from lav@localhost) by swing.yars.free.net (8.12.7/8.12.6/Submit) id h1QBLxjj027016; Wed, 26 Feb 2003 14:21:59 +0300 (MSK) Date: Wed, 26 Feb 2003 14:21:59 +0300 From: "Alexander V. Lukyanov" To: "Janine C.Buorditez" Cc: lftp@uniyar.ac.ru, questions@freebsd.org Subject: Re: [lftp] How to make mirror follow symlinks? Message-ID: <20030226112159.GA26540@swing.yars.free.net> Mail-Followup-To: "Janine C.Buorditez" , lftp@uniyar.ac.ru, questions@freebsd.org References: <20030226102456.6ba049cf.johann@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226102456.6ba049cf.johann@broadpark.no> User-Agent: Mutt/1.4i X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.2, required 5, AWL, EMAIL_ATTRIBUTION, IN_REP_TO, REFERENCES, SPAM_PHRASE_00_01, USER_AGENT, USER_AGENT_MUTT) Sender: owner-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, Feb 26, 2003 at 10:24:56AM +0100, Janine C.Buorditez wrote: > Can somebody please tell me whether lftp is capable of mirroring symlinks? > > I'm inside a directory containing hundreds of other symlinked directories. > Now, I want to mirror all of that directory so I don't have to enter it and > manually mirror each and every symlink there is. If the ftp server supports LIST -L option, then do in lftp: set ftp:list-options "-La" BTW, beware of infinite recursion. If the symlinks are to files only, then `mirror -L' will work nicely. -- Alexander. | http://www.yars.free.net/~lav/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 3:56:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994B137B401 for ; Wed, 26 Feb 2003 03:56:45 -0800 (PST) Received: from gicco.homeip.net (17.243.3.213.dial.bluewin.ch [213.3.243.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EA443FBD for ; Wed, 26 Feb 2003 03:56:43 -0800 (PST) (envelope-from hampi@rootshell.be) Received: (from hampi@localhost) by gicco.homeip.net (8.11.6/8.11.6) id h1QBujF00937; Wed, 26 Feb 2003 12:56:45 +0100 (CET) (envelope-from hampi@rootshell.be) Date: Wed, 26 Feb 2003 12:56:45 +0100 From: Hanspeter Roth To: freebsd-questions@freebsd.org Subject: blank_sever doesn't reset from stanby Message-ID: <20030226115645.GA864@gicco.homeip.net> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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, for the text consoles I have setup blank_saver but for X DPMS. The X DPMS values are as follows: DPMS (Energy Star): Standby: 4444 Suspend: 0 Off: 0 DPMS is Enabled Sometimes when I return to the station after X has switched to standby mode I can wake X and start a new session. But when I switch to a text console it is like in standby mode and can't be woken up again even though I have only blank_saver running. Thereafter I can't switch back to the X session on console 9. On the console 9 there is gdm running. Sometimes I have a secondary X session on console 10 launched by startx. The X sessions will be terminated by xautolock. The console sessions have autologout activated. Has anybody an idea why the text consoles can lock in standby mode? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 4: 9:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098C637B401 for ; Wed, 26 Feb 2003 04:09:49 -0800 (PST) Received: from beachbeest.wizzbit.nl (beachbeest.wizzbit.nl [62.58.54.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CDA43FB1 for ; Wed, 26 Feb 2003 04:09:47 -0800 (PST) (envelope-from hilmi@wizzbit.nl) Received: from wizzbit.nl (mail.wizzbit.nl [62.58.54.10]) by beachbeest.wizzbit.nl (8.12.6/8.12.6) with SMTP id h1QC9jvS084275 for ; Wed, 26 Feb 2003 13:09:46 +0100 (CET) (envelope-from hilmi@wizzbit.nl) Received: from BRUUTBEEST/SpoolDir by wizzbit.nl (Mercury 1.48); 26 Feb 03 13:09:35 +0200 Received: from SpoolDir by BRUUTBEEST (Mercury 1.48); 26 Feb 03 13:09:29 +0200 Received: from wizzbit.nl (62.58.54.254) by wizzbit.nl (Mercury 1.48) with ESMTP; 26 Feb 03 13:08:48 +0200 Message-ID: <3E5D2D3D.40900@wizzbit.nl> Date: Wed, 26 Feb 2003 13:10:21 -0800 From: Hilmi Hilmiev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Undefined symbol "__gxx_personality_v0" References: <3E5D0F1B.4070503@wizzbit.nl> <3E5C9209.3080709@liwing.de> <3E5D16DC.1010503@wizzbit.nl> <3E5C9972.7010204@liwing.de> 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 Jens Rehsack wrote: > Hilmi Hilmiev wrote: > >> OK. 10x. But my second problem is that I don't know how to apply this >> patch :( >> Have somebody who can help me? >> >> 10x again! >> >> Jens Rehsack wrote: >> >>> Hilmi Hilmiev wrote: >>> >>>> I have FreeBSD 5.0, apache 2.0.43 and php 4.2.3. I need XML support >>>> for php. I have compiled with options --with-apxs2 --with-dom, >>>> --enable-xslt, --with-xslt-sablot. Compiling process is finished >>>> OK, but when I try to start apache server I get next error message:\ >>>> name# apachectl start >>>> Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: >>>> Cannot load /usr/local/libexec/apache2/libphp4.so into server: >>>> /usr/local/lib/libsablot.so.69: Undefined symbol >>>> "__gxx_personality_v0" >>>> >>>> Where is the problem? Is this bug? How I can solve the problem? >>>> >>>> 10x in advanced to all! >>>> >>> >>> If you just grep the ports-list archives, you'll find at PR/46268 a >>> problem record which describes the problem and provides a fix. Even >>> you recognize that yesterday 2 guys talked about the committing of >>> this patch. >>> >>> Check the PR at http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 and >>> apply the patch. Rebuild sablot and than php compile should work, too. >>> >>> Jens >>> >>> > > 1st: Do not toppost > 2nd: try typing 'man patch' > > Jens name# pwd /usr/ports/textproc/sablotron/work/Sablot-0.96 name# patch -c < sablot-make.diff Hmm... I can't seem to find a patch in there anywhere. name# OR name# patch < sablot-make.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sablot-make.diff begins here --- |--- Makefile.orig Sat Dec 14 10:42:52 2002 |+++ Makefile Sat Dec 14 11:16:05 2002 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 33. 1 out of 1 hunks failed--saving rejects to Makefile.rej Hmm... Ignoring the trailing garbage. done name# Realy I don't know how to do ... What is wrong now? I try to compuile Sablot again with patch, but patch does not applay. Why? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 4:16:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31EF37B401 for ; Wed, 26 Feb 2003 04:16:27 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E500F43F3F for ; Wed, 26 Feb 2003 04:16:26 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QCGNau055005; Wed, 26 Feb 2003 04:16:24 -0800 (PST) From: "Aaron Burke" To: , Subject: RE: question Date: Wed, 26 Feb 2003 04:16:23 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <200302252015.AA88736330@altima.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 > I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer If you installed the ports collection via sysinstall you should have a folder under /usr/ports . For example to install (lets say) "screen" you would type the following as root or super-user: cd /usr/ports/misc/screen make && make install rehash The first two lines install the port, and the rehash line tells your shell to refresh the list of commands. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 4:34:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928DE37B401 for ; Wed, 26 Feb 2003 04:34:39 -0800 (PST) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E25C43F85 for ; Wed, 26 Feb 2003 04:34:38 -0800 (PST) (envelope-from kheuer2@gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.6/8.12.4) with ESMTP id h1QCYbrv043300; Wed, 26 Feb 2003 13:34:37 +0100 (CET) (envelope-from kheuer2@gwdg.de) Received: from localhost (kheuer2@localhost) by gwdu60.gwdg.de (8.12.6/8.12.4/Submit) with ESMTP id h1QCYZc3043297; Wed, 26 Feb 2003 13:34:35 +0100 (CET) X-Authentication-Warning: gwdu60.gwdg.de: kheuer2 owned process doing -bs Date: Wed, 26 Feb 2003 13:34:35 +0100 (CET) From: Konrad Heuer To: Mike Meyer Cc: Brian Henning , freebsd Subject: Re: rfd0 fd0 In-Reply-To: <15963.37824.912975.511372@guru.mired.org> Message-ID: <20030226133214.F29371-100000@gwdu60.gwdg.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 Tue, 25 Feb 2003, Mike Meyer wrote: > In <20030225083805.S29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > > On Mon, 24 Feb 2003, Brian Henning wrote: > > > what is the difference between these two devices? > > fd0 ist a block-oriented device, data are cached in the buffer cache; > > rfd0 is a byte-oriented raw device; data are always read from or > > immediately written to the device. > > This is out-of-date information. Both fd0 and rfd0 are raw character > devices these days. The old names were kept around for backwards > compatability, but there is no difference between them. What does it mean - "these days"? When did the change occur? Konrad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 4:43:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5318937B406 for ; Wed, 26 Feb 2003 04:43:46 -0800 (PST) Received: from 10-4-5-217.kotnet.org (bones2.kulnet.kuleuven.ac.be [134.58.253.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B3D43F75 for ; Wed, 26 Feb 2003 04:43:43 -0800 (PST) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by 10-4-5-217.kotnet.org (8.12.6/8.12.6) with SMTP id h1QChe4m047331 for ; Wed, 26 Feb 2003 13:43:41 +0100 (CET) (envelope-from tijl@ulyssis.org) Date: Wed, 26 Feb 2003 13:43:40 +0100 From: Tijl Coosemans To: freebsd-questions@FreeBSD.ORG Subject: Re: scroll mouse Message-Id: <20030226134340.1ed1f0da.tijl@ulyssis.org> In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com> References: <20030226103755.90403.qmail@web13505.mail.yahoo.com> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Wed, 26 Feb 2003 02:37:55 -0800 (PST), Thanos Tsouanas wrote: > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > > > from the rc.conf file... > > moused_enable="NO" > moused_type="NO" > > > from ps aux | grep mouse .... > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 > /usr/sbin/moused -p /dev/ums0 -I/var/run/moused.ums0.pid > > > I see in /dev that sysmouse is different from ums0... > what changes shud i do? Try with changing "MouseSystems" in your XF86Config to "Auto". > why is moused started? It's started by usbd when you attach the mouse. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 4:54:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A1F137B401 for ; Wed, 26 Feb 2003 04:54:55 -0800 (PST) Received: from fp.mirapoint.com (fp.mirapoint.com [63.107.133.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D428143FA3 for ; Wed, 26 Feb 2003 04:54:54 -0800 (PST) (envelope-from darryl@mirapoint.com) Received: from alpo.mirapoint.com (alpo.mirapoint.com [192.168.0.19]) by fp.mirapoint.com (Mirapoint Messaging Server MOS 3.3.3.HTMLCMPS-4 FastPath queued) with ESMTP id AAM01679; Tue, 25 Feb 2003 23:25:12 -0800 (PST) Received: from mirapoint.com (h-66-166-237-102.SNVACAID.covad.net [66.166.237.102]) by alpo.mirapoint.com (Mirapoint Messaging Server MOS 3.3.3.HTMLCMPS-4) with ESMTP id AHX85281 (AUTH darryl); Tue, 25 Feb 2003 23:25:12 -0800 (PST) Message-ID: <3E5C6BD3.96DD9815@mirapoint.com> Date: Tue, 25 Feb 2003 23:25:07 -0800 From: Darryl C Price X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Question 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 see a lot of message traffic on the net from people, like me, who are having problems with PAM authentication via LDAP. Why don't you guys focus on delivering a pam_ldap module that works without a lot of jumping through hoops? =Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5: 0:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD7137B401 for ; Wed, 26 Feb 2003 05:00:12 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ABF43F93 for ; Wed, 26 Feb 2003 05:00:11 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 11455160019E6; Wed, 26 Feb 2003 13:00:09 +0000 (GMT) Received: from laptop ([192.168.253.2]) by home.irrelevant.org with esmtp (Exim 4.10) id 18o1AO-00019o-00; Wed, 26 Feb 2003 13:00:08 +0000 Subject: Re: CC of message to globalnet (was Re: Concerns about your 403 errors) From: Simon Dick To: Bill Moran Cc: questions@freebsd.org In-Reply-To: <3E5BD21A.6030009@potentialtech.com> References: <3E5BD078.90001@potentialtech.com> <3E5BD21A.6030009@potentialtech.com> Content-Type: text/plain Organization: Message-Id: <1046264518.606.66.camel@laptop.internal.irrelevant.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 26 Feb 2003 13:01:59 +0000 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 Tue, 2003-02-25 at 20:29, Bill Moran wrote: > You know ... I didn't think before I cced the list. *smack* > > I just wanted everyone to know that I had emailed a polite message > to these folks, in case someone else was considering doing it. I'm guessing it's because someone working there likes FreeBSD :) (admittedly if I was them I wouldn't make it that in your face, but each to their own!) -- Simon Dick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5: 9:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346BD37B406 for ; Wed, 26 Feb 2003 05:09:29 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C85B43F93 for ; Wed, 26 Feb 2003 05:09:26 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o1JH-0001IB-00; Wed, 26 Feb 2003 15:09:19 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o1J1-0001I4-00; Wed, 26 Feb 2003 15:09:04 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18o1Ix-0006en-00; Wed, 26 Feb 2003 15:08:59 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18o1Iw-00057h-00; Wed, 26 Feb 2003 15:08:58 +0200 From: Willie Viljoen To: Darryl C Price , questions@FreeBSD.org Subject: Re: Question Date: Wed, 26 Feb 2003 15:08:57 +0200 User-Agent: KMail/1.5 References: <3E5C6BD3.96DD9815@mirapoint.com> In-Reply-To: <3E5C6BD3.96DD9815@mirapoint.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261508.57973.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18o1J1-0001I4-00*.5q33aBEwx.* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 9:25, someone, possibly Darryl C Price, typed: > I see a lot of message traffic on the net from people, like me, who are > having problems with PAM authentication via LDAP. Why don't you guys > focus on delivering a pam_ldap module that works without a lot of > jumping through hoops? > > =Darryl Darryl, I think -dev or one of the more sepcific lists would be a better place to ask your question, -questions is mostly support. The standard answer though is that people can't focus on one thing all the time, I'm very certain somebody is already working on a better pam_ldap module, but since FreeBSD is developed by volunteers in what little free time they have, these things will take time, unfortunately. I think Bill Paul answered this question rather well in -current and -net earlier, Bill writes: > Not unless it's something I can fix using easily available resources. > I can't easily drop everything and slap together a test setup with > exactly the right software and hardware I need to debug everyone's > particular problem. ("This bug only occurs in -CURRENT as of 30 > seconds ago and on an UltraSPARC 10 with 16 if_dc interfaces and > I need you to fix it _NOW_ pleasepleasepleaseI'llevengiveyouahandjob.") While that is a slightly different context, the same principle applies, things take time. :-) Perhaps you should submit this as a PR sothat it can be asigned to a group of developers. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:35:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E98B37B401 for ; Wed, 26 Feb 2003 05:35:47 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D82243FBF for ; Wed, 26 Feb 2003 05:35:46 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1QDZirX011321; Wed, 26 Feb 2003 08:35:44 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5CC2B0.9020708@potentialtech.com> Date: Wed, 26 Feb 2003 08:35:44 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bsd Neophyte Cc: Cliff Sarginson , freebsd-questions@FreeBSD.ORG Subject: Re: potential bug when creating ssh keypairs? References: <20030226110258.2823.qmail@web20102.mail.yahoo.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 Bsd Neophyte wrote: > --- Cliff Sarginson wrote: > >>One thing to note is that the generation of this key is an extremely >>CPU intensive operation. That may imply something..(too overclocked a >>CPU..?). >> >>-- >>Regards >> Cliff Sarginson >> The Netherlands > > > hmmm... but would this tax a 633mhz cel w/512mb ram to where it would > reboot? the CPU is running normal... no overclocking involved. Yes. If your processor is improperly cooled, or your processor, RAM, or motherboard components are buggy, it will cause a crash every single time. It's very common to have buggy hardware that only "seems" to crash under a certain program. The keygen process is very math-intensive, it may overwork math parts of the processor that normally don't get worked out, and those may be the only parts of the processor that are buggy. I would recommend installing memtest and cpuburn from the ports and see if running those applications according to their instructions leads you to any more conclusions. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:36:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DF637B401 for ; Wed, 26 Feb 2003 05:36:29 -0800 (PST) Received: from ns1.vrx.net (ns1.vrx.net [216.13.126.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D346943FAF for ; Wed, 26 Feb 2003 05:36:28 -0800 (PST) (envelope-from bsd@alvarogil.com) Received: from alvarogil.com (pcp01917391pcs.verona01.nj.comcast.net [68.39.190.229]) by ns1.vrx.net (Postfix) with ESMTP id 3E8DCD208 for ; Wed, 26 Feb 2003 08:36:26 -0500 (EST) Date: Wed, 26 Feb 2003 08:36:25 -0500 Subject: setting up proxy question 2, aim behind firewall Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: Alvaro Gil To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> X-Mailer: Apple Mail (2.551) Sender: owner-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 through the squid manuals and it requires a ton of disk space and ram and a moderately fast computer. My server is a wimpy little Pentium 166 with 48 megs of ram and a 6 gig hard drive. Is there a simpler way to set up a method of using AIM behind a firewall? I don't need an industrial strength Proxy, just something so I can use AIM behind a firewall.. Thanks. ________________________________ Alvaro Gil http://www.AlvaroGil.com '84 Volvo 242 Turbo (Silver) '97 Leopard Gecko (White, Yellow, Black) ________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:48:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6896D37B401 for ; Wed, 26 Feb 2003 05:48:28 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D40443F3F for ; Wed, 26 Feb 2003 05:48:25 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 55479 invoked from network); 26 Feb 2003 18:34:31 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 18:34:31 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 13:34:31 -500 X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226134825.6D40443F3F@mx1.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 Hello to all FreeBSD users, supporters, developers. I'm trying to upgrade from FreeBSD 4.6-STABLE #0: Sat Jun 29 to RELENG_4_7 sysctl -a | grep secure -> kern.securelevel: -1 1) rm -rf /usr/src/* (backed up kernel cfg before) 2) rm -rf /usr/obj/* 3) cvsup-ed RELENG_4_7 4) make buildworld -> successfull 5) make buildkernel KERNCONF=MYKERNEL -> successfull 6) make installworld -> following error: mkdir -p /tmp/install.55427 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.55427; done usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory *** Error code 64 Stop in /usr/src. *** Error code 1 Stop in /usr/src. What is wrong? -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:50:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EAAF37B401 for ; Wed, 26 Feb 2003 05:50:15 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C7043F93 for ; Wed, 26 Feb 2003 05:50:13 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1QDo75U075321 for ; Wed, 26 Feb 2003 13:50:07 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1QDo7qK075320 for questions@FreeBSD.ORG; Wed, 26 Feb 2003 13:50:07 GMT Date: Wed, 26 Feb 2003 13:50:07 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: setting up proxy question 2, aim behind firewall Message-ID: <20030226135007.GA75254@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , questions@FreeBSD.ORG References: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 26, 2003 at 08:36:25AM -0500, Alvaro Gil wrote: > I read through the squid manuals and it requires a ton of disk space > and ram and a moderately fast computer. My server is a wimpy little > Pentium 166 with 48 megs of ram and a 6 gig hard drive. Is there a > simpler way to set up a method of using AIM behind a firewall? I don't > need an industrial strength Proxy, just something so I can use AIM > behind a firewall.. Apache has a mod_proxy which might be suitable for your uses. http://httpd.apache.org/docs/mod/mod_proxy.html Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:54:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CF137B401 for ; Wed, 26 Feb 2003 05:54:28 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A47143FAF for ; Wed, 26 Feb 2003 05:54:26 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o20j-0001Wo-00; Wed, 26 Feb 2003 15:54:13 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o20W-0001WT-00; Wed, 26 Feb 2003 15:54:02 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18o20S-0006m7-00; Wed, 26 Feb 2003 15:53:56 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18o20Q-0005Ab-00; Wed, 26 Feb 2003 15:53:54 +0200 From: Willie Viljoen To: Alvaro Gil , questions@FreeBSD.ORG Subject: Re: setting up proxy question 2, aim behind firewall Date: Wed, 26 Feb 2003 15:53:53 +0200 User-Agent: KMail/1.5 References: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> In-Reply-To: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261553.53855.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18o20W-0001WT-00*t0/q5CMOSSs* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 15:36, someone, possibly Alvaro Gil, typed: > I read through the squid manuals and it requires a ton of disk space > and ram and a moderately fast computer. My server is a wimpy little > Pentium 166 with 48 megs of ram and a 6 gig hard drive. Is there a > simpler way to set up a method of using AIM behind a firewall? I don't > need an industrial strength Proxy, just something so I can use AIM > behind a firewall.. Why not just set up a stateful firewall on your server? -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 5:57:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9B537B401 for ; Wed, 26 Feb 2003 05:57:18 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DC343FBF for ; Wed, 26 Feb 2003 05:57:17 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 603754FA7E; Wed, 26 Feb 2003 08:43:09 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 58B3C486A; Wed, 26 Feb 2003 08:43:09 -0500 (EST) Date: Wed, 26 Feb 2003 08:43:09 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Thanos Tsouanas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: scroll mouse In-Reply-To: <20030226103755.90403.qmail@web13505.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 Wed, 26 Feb 2003, Thanos Tsouanas wrote: > > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > > > from the rc.conf file... > > moused_enable="NO" > moused_type="NO" > > > from ps aux | grep mouse .... > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 /usr/sbin/moused -p /dev/ums0 -I > /var/run/moused.ums0.pid > > > I see in /dev that sysmouse is different from ums0... > what changes shud i do? > why is moused started? > > Thank you! > I have the same problem on an ASUS motherboard. See my original post here: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1346948+1349825+/usr/local/www/db/text/2003/freebsd-questions/20030119.freebsd-questions (hopefully that link will work). I never solved it (could never figure out why moused was running) but I did come up with a workaround, as per that post. JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6: 1:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7324437B401 for ; Wed, 26 Feb 2003 06:01:22 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA3043F75 for ; Wed, 26 Feb 2003 06:01:20 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o27U-000EaR-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 14:01:12 +0000 Date: Wed, 26 Feb 2003 14:01:12 +0000 From: Daniel Bye To: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Message-ID: <20030226140112.GB55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: "freebsd-questions@FreeBSD.ORG " References: <20030226134825.6D40443F3F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226134825.6D40443F3F@mx1.FreeBSD.org> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o27U-000EaR-00*Z6qBrrLq5dI* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 01:34:31PM +0000, rew wrote: > > Hello to all FreeBSD users, supporters, developers. > > I'm trying to upgrade from FreeBSD 4.6-STABLE #0: Sat Jun 29 to RELENG_4_7 > > sysctl -a | grep secure -> kern.securelevel: -1 > > 1) rm -rf /usr/src/* (backed up kernel cfg before) > 2) rm -rf /usr/obj/* > 3) cvsup-ed RELENG_4_7 > 4) make buildworld -> successfull > 5) make buildkernel KERNCONF=MYKERNEL -> successfull > 6) make installworld -> following error: > > mkdir -p /tmp/install.55427 > for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.55427; done > usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > What is wrong? You must installkernel and reboot before you can installworld. Read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html for more details. -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6: 3:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C3D37B401; Wed, 26 Feb 2003 06:03:55 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800C143F85; Wed, 26 Feb 2003 06:03:54 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QE3nau083636; Wed, 26 Feb 2003 06:03:53 -0800 (PST) From: "Aaron Burke" To: , "FreeBSD-Stable@freebsd.org" , "User Tysken" Subject: RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) Date: Wed, 26 Feb 2003 06:03:50 -0800 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: <20030226013134.GA66065@dasboot.birch.se> 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 > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of User Tysken > Sent: Tuesday, February 25, 2003 5:32 PM > To: freebsd-stable@FreeBSD.ORG > Subject: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) > > > Hi, > > I have searched some on google and on xfree86.org but I can't > find any usefull information about this mater. > > Honestly I haven't searched that mutch but I haven't found > something usefull yet. > > I want to be able to have multitiple xdm loginscreens on the same > workstation using only one monitor and so on. > > I wounder if this is the right file to edit in: > > /usr/X11R6/lib/X11/xdm/Xservers This is the only file that you have to modify, however you need to make two seperate mods. The default file just says :0 local /usr/X11R6/bin/X Just change it to say the following. :0 local /usr/X11R6/bin/X :0 :1 local /usr/X11R6/bin/X :1 > > The only line that is in there is ":0 local /usr/X11R6/bin/X" > > I have tried to add ":1 local /usr/X11R6/bin/X" but xdm does not > seem to like it. It wound "behave" that I want it to. First i > started xdm and then i just crashed after a few seconds. And then > I tryed to start It again and the it started but I did not get > multitple xdm login screens on ALT-F9... ALT-F10. There are two mods to one file that need to be made. (explained above) After you make them you will have X consoles on F9 and F10. > And I didn't even get a login prompt if you understand what I > mean only a the standar gray and black backgrund with a login screen. (see post above) > > Perhaps I haven't searched thurly enought but perhaps someone can > point me in the right direction of do this. You have searched well enough. I remember playing with this for about a week in the past. (when I first got it working). Its amazing how easy the change is to make though. > > One thing that I perhaps should mention is that im using a > Geforce 3 Ti 200 with the nvidia drv and it seems to be quite > unstable on my system. So sometimes the computer crashes and I > have to reboot it to get it working. This is an unrelated problem. Feel free to ask about it on -questions though. > > Sometimes I can just ssh from an other box and kill and restart > xdm. And some times I can't even ping my workstation and are > forced to do a hard reboot. You should always be able to ssh into your box (provided your running the server, and you are). > It might perhaps be so that I have to do some config changes in > /usr/X11R6/lib/X11/XF86Config but I don't think thats necessery > or am I wrong? Nothing to do there. > > Anyway thanks for reading and perhaps replying to this mail :) Thats what some of us are here for. > > Mvh Mattias Björk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6: 5:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8310437B401 for ; Wed, 26 Feb 2003 06:05:25 -0800 (PST) Received: from web13502.mail.yahoo.com (web13502.mail.yahoo.com [216.136.175.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 08EB543FD7 for ; Wed, 26 Feb 2003 06:05:23 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030226140522.81320.qmail@web13502.mail.yahoo.com> Received: from [194.177.210.230] by web13502.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 06:05:22 PST Date: Wed, 26 Feb 2003 06:05:22 -0800 (PST) From: Thanos Tsouanas Subject: Re: xterm + colors just wont splice... To: Miguel Mendez Cc: freebsd-questions@freebsd.org In-Reply-To: <20030226114118.1572b18a.flynn@energyhq.homeip.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 --- Miguel Mendez wrote: > On Wed, 26 Feb 2003 02:32:33 -0800 (PST) > Thanos Tsouanas wrote: > > Howdy. > > > when i run 'xterm' i still get the same problem... > > btw, i dont have an xterm-color binary or sth like that... > > Okay, so what happens if you do something like: xterm -bg black -fg > white -tn xterm-color and then try ls -G, still no colours? > Superthanks! it works fine.. I also saw on the man xterm that theres something i can add to my (non-existent) ~/.Xdefaults file.. I added it though by default xterm runs colorless... Any ways i can 'embed' the -tn xterm-color into xterm (w/o an alias i mean) or change something that wud mean all similar applications to run in color-mode? Thanks again!!! __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:18: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D808537B401 for ; Wed, 26 Feb 2003 06:18:04 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 28E4043F3F for ; Wed, 26 Feb 2003 06:18:04 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 57116 invoked from network); 26 Feb 2003 19:04:09 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 19:04:09 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 14:04:09 -500 References: 20030226140112.GB55640catflap.home.slightlystrange.org X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226141804.28E4043F3F@mx1.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 I did make installkernel, which was successful but make installworld failed again now, I ended up with a new kernel/old system. -----Original Message----- From: Daniel Bye Sent: Wednesday, February 26, 2003 9:01 AM To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG Subject: Re: 4.7 Upgrade issue On Wed, Feb 26, 2003 at 01:34:31PM +0000, rew wrote: > > Hello to all FreeBSD users, supporters, developers. > > I'm trying to upgrade from FreeBSD 4.6-STABLE #0: Sat Jun 29 to RELENG_4_7 > > sysctl -a | grep secure -> kern.securelevel: -1 > > 1) rm -rf /usr/src/* (backed up kernel cfg before) > 2) rm -rf /usr/obj/* > 3) cvsup-ed RELENG_4_7 > 4) make buildworld -> successfull > 5) make buildkernel KERNCONF=MYKERNEL -> successfull > 6) make installworld -> following error: > > mkdir -p /tmp/install.55427 > for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.55427; done > usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > What is wrong? You must installkernel and reboot before you can installworld. Read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html for more details. -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:23:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8D737B401 for ; Wed, 26 Feb 2003 06:23:32 -0800 (PST) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E10543F3F for ; Wed, 26 Feb 2003 06:23:31 -0800 (PST) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 31670 invoked from network); 26 Feb 2003 14:23:28 -0000 Received: from localhost (127.0.0.1) by server.swissgeeks.com (127.0.0.1) with ESMTP; 26 Feb 2003 14:23:28 -0000 Received: from 195.49.31.34 ( [195.49.31.34]) as user pbrossin@localhost by www.swissgeeks.com with HTTP; Wed, 26 Feb 2003 15:23:28 +0100 Message-ID: <1046269408.3e5ccde03161b@www.swissgeeks.com> Date: Wed, 26 Feb 2003 15:23:28 +0100 From: Pierrick Brossin To: freebsd@doneasy.com Cc: "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue References: 20030226140112.GB55640catflap.home.slightlystrange.org <20030226141804.28E4043F3F@mx1.FreeBSD.org> In-Reply-To: <20030226141804.28E4043F3F@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 195.49.31.34 X-Sent-Via: Mitel Networks SME Server Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting rew : > You must installkernel and reboot before you can installworld. > Read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > for more details. > > Daniel Bye Hi Daniel ! I made/installed kernel and world quite a few times now and never, never, never reboot before installing world ! - make world - install world - make kernel - install kernel -- Pierrick Brossin IT Swiss - QUARK Media House 6a Puits Godet, 2000 Neuchatel, Switzerland Mail Prof: pbrossin@quark.ch Mail Priv: admin@swissgeeks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:25:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C184937B401 for ; Wed, 26 Feb 2003 06:25:46 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02BE43FD7 for ; Wed, 26 Feb 2003 06:25:45 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o2V8-000Ee3-00 for freebsd-questions@freebsd.org; Wed, 26 Feb 2003 14:25:38 +0000 Date: Wed, 26 Feb 2003 14:25:37 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: xterm + colors just wont splice... Message-ID: <20030226142537.GC55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: <20030226114118.1572b18a.flynn@energyhq.homeip.net> <20030226140522.81320.qmail@web13502.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226140522.81320.qmail@web13502.mail.yahoo.com> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o2V8-000Ee3-00*nU4cKY2MKDo* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 06:05:22AM -0800, Thanos Tsouanas wrote: > > --- Miguel Mendez wrote: > > On Wed, 26 Feb 2003 02:32:33 -0800 (PST) > > Thanos Tsouanas wrote: > > > > Howdy. > > > > > when i run 'xterm' i still get the same problem... > > > btw, i dont have an xterm-color binary or sth like that... > > > > Okay, so what happens if you do something like: xterm -bg black -fg > > white -tn xterm-color and then try ls -G, still no colours? > > > > Superthanks! it works fine.. > > I also saw on the man xterm that theres something i can add to my > (non-existent) ~/.Xdefaults file.. > I added it though by default xterm runs colorless... > Any ways i can 'embed' the -tn xterm-color into xterm (w/o an alias i mean) > or change something that wud mean all similar applications to run in color-mode? Add this snippet to your ~/.bashrc (will need a slight rewrite to make it work under csh): if [ $TERM == "xterm" ]; then export TERM=xterm-color fi Since xterm sets TERM when it starts up, this approach is reasonably safe. It will only alter the value of $TERM if it has already been set to xterm. It will leave $TERM as cons25, for example, when you log in to a tty. It works well for me. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:40:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A551037B401 for ; Wed, 26 Feb 2003 06:40:54 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F7743FB1 for ; Wed, 26 Feb 2003 06:40:53 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o2jm-000Eev-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 14:40:46 +0000 Date: Wed, 26 Feb 2003 14:40:46 +0000 From: Daniel Bye To: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Message-ID: <20030226144046.GD55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: "freebsd-questions@FreeBSD.ORG " References: <20030226141804.28E4043F3F@mx1.FreeBSD.org> <1046269408.3e5ccde03161b@www.swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046269408.3e5ccde03161b@www.swissgeeks.com> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o2jm-000Eev-00*F6PNXtcFbnk* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 03:23:28PM +0100, Pierrick Brossin wrote: > Quoting rew : > > > You must installkernel and reboot before you can installworld. > > Read > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > for more details. > > > > Daniel Bye > > Hi Daniel ! > > I made/installed kernel and world quite a few times now and never, never, > never reboot before installing world ! > > - make world > - install world > - make kernel > - install kernel This looks like the old way of doing things. The new way (buildworld, buildkernel etc) is different, and you must boot the new kernel to safely and reliably install the new world. The instructions in the handbook are very explicit in this regard. It is the only supported method of updating your system from source, as it is the only method that is tested. While some variations work, they may create unforeseen problems. -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:41:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ADD437B401 for ; Wed, 26 Feb 2003 06:41:19 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16-srv.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93ABE43FA3 for ; Wed, 26 Feb 2003 06:41:18 -0800 (PST) (envelope-from krockmitaine@sympatico.ca) Received: from [192.168.0.2] ([65.94.193.124]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030226144117.LZIP13046.tomts16-srv.bellnexxia.net@[192.168.0.2]>; Wed, 26 Feb 2003 09:41:17 -0500 From: Marc LeMaire To: John Bleichert , "Freebsd-questions" Subject: Re: scroll mouse Date: Wed, 26 Feb 2003 09:40:16 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: @gryphon.krockmitaine.org Message-Id: <200302260940.16764.krockmitaine@sympatico.ca> Sender: owner-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 February 26, 2003 08:43 am, John Bleichert wrote: > On Wed, 26 Feb 2003, Thanos Tsouanas wrote: > > Hello everyone.. > > I am having a similar problem which wont fix with those :( > > Im using 4.7-stable and a logitech usb mouse with wheel... > > > > from the XF86Config file... > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "MouseSystems" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > > EndSection > > > > > > > > from the rc.conf file... > > > > moused_enable="NO" > > moused_type="NO" > > > > > > from ps aux | grep mouse .... > > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 > > /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid > > > > > > I see in /dev that sysmouse is different from ums0... > > what changes shud i do? > > why is moused started? > > > > Thank you! > > I have the same problem on an ASUS motherboard. See my original post here: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1346948+1349825+/usr/local/www/ >db/text/2003/freebsd-questions/20030119.freebsd-questions > > (hopefully that link will work). I never solved it (could never figure out > why moused was running) but I did come up with a workaround, as per that > post. > > JB > I've just configured my logitech mouse yesterday (same model) and everything is fine here. As I see it, you're almost there. You just have to change to "auto" for the protocol and in the rc.conf moused_type="auto" Worked the first time! BTW, thanks for the infos. It's cool to have a working mouse wheel. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:43:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C3937B401 for ; Wed, 26 Feb 2003 06:43:53 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 5202D43FBD for ; Wed, 26 Feb 2003 06:43:52 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 43395 invoked from network); 26 Feb 2003 19:29:57 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 19:29:57 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 14:29:57 -500 References: 20030226144046.GD55640catflap.home.slightlystrange.org X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226144352.5202D43FBD@mx1.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 So you boot a new kernel with old system? -----Original Message----- From: Daniel Bye Sent: Wednesday, February 26, 2003 9:40 AM To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG Subject: Re: 4.7 Upgrade issue On Wed, Feb 26, 2003 at 03:23:28PM +0100, Pierrick Brossin wrote: > Quoting rew : > > > You must installkernel and reboot before you can installworld. > > Read > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > for more details. > > > > Daniel Bye > > Hi Daniel ! > > I made/installed kernel and world quite a few times now and never, never, > never reboot before installing world ! > > - make world > - install world > - make kernel > - install kernel This looks like the old way of doing things. The new way (buildworld, buildkernel etc) is different, and you must boot the new kernel to safely and reliably install the new world. The instructions in the handbook are very explicit in this regard. It is the only supported method of updating your system from source, as it is the only method that is tested. While some variations work, they may create unforeseen problems. -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:44:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A0A37B401 for ; Wed, 26 Feb 2003 06:44:40 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD9743FA3 for ; Wed, 26 Feb 2003 06:44:39 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1QEiZrX011349; Wed, 26 Feb 2003 09:44:36 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5CD2D3.5020508@potentialtech.com> Date: Wed, 26 Feb 2003 09:44:35 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@doneasy.com Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: 4.7 Upgrade issue References: 20030226140112.GB55640catflap.home.slightlystrange.org <20030226141804.28E4043F3F@mx1.FreeBSD.org> 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 rew wrote: > I did make installkernel, which was successful > > but make installworld failed again now, I ended up with a new kernel/old system. Interrupt the boot process when it counts down and enter 'boot kernel.old' This will boot your previous kernel. Is it failing in the same place every time? If not, it's most likely a hardware problem. If so, you may want to cvsup again. It doesn't happen too often, but it is possible to cvsup exactly in the middle of a series of commits, leaving you with a combination of files that won't build. > > -----Original Message----- > From: Daniel Bye > Sent: Wednesday, February 26, 2003 9:01 AM > To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG > Subject: Re: 4.7 Upgrade issue > > On Wed, Feb 26, 2003 at 01:34:31PM +0000, rew wrote: > >>Hello to all FreeBSD users, supporters, developers. >> >>I'm trying to upgrade from FreeBSD 4.6-STABLE #0: Sat Jun 29 to RELENG_4_7 >> >>sysctl -a | grep secure -> kern.securelevel: -1 >> >>1) rm -rf /usr/src/* (backed up kernel cfg before) >>2) rm -rf /usr/obj/* >>3) cvsup-ed RELENG_4_7 >>4) make buildworld -> successfull >>5) make buildkernel KERNCONF=MYKERNEL -> successfull >>6) make installworld -> following error: >> >>mkdir -p /tmp/install.55427 >>for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.55427; done >>usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target >> cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory >>*** Error code 64 >> >>Stop in /usr/src. >>*** Error code 1 >> >>Stop in /usr/src. >> >> >>What is wrong? > > > You must installkernel and reboot before you can installworld. > Read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > for more details. > -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:44:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9344937B401 for ; Wed, 26 Feb 2003 06:44:50 -0800 (PST) Received: from sol.chel.skbkontur.ru (sol.chel.skbkontur.ru [212.57.175.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4560443FBD for ; Wed, 26 Feb 2003 06:44:46 -0800 (PST) (envelope-from ilia@chel.skbkontur.ru) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru (8.12.6/8.12.6) with ESMTP id h1QEie46082313 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 26 Feb 2003 19:44:42 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Wed, 26 Feb 2003 19:44:40 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Subject: masquerading X.400 by natd ? Message-ID: <20030226194306.N82245-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r 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 Dear Sirs, I'm trying to get working some application, people say it uses X.400, can anyone give me example of what should I type into ipfw rules ? (I tried something already, but that application still doesn't work) Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 6:50:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513ED37B401 for ; Wed, 26 Feb 2003 06:50:33 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2794443FCB for ; Wed, 26 Feb 2003 06:50:32 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o2t6-000EhK-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 14:50:24 +0000 Date: Wed, 26 Feb 2003 14:50:24 +0000 From: Daniel Bye To: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Message-ID: <20030226145024.GE55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: "freebsd-questions@FreeBSD.ORG " References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226144352.5202D43FBD@mx1.FreeBSD.org> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o2t6-000EhK-00*3f0uGxfnTlo* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 02:29:57PM +0000, rew wrote: > > So you boot a new kernel with old system? Yes, but how is that so different from installing a new world for an old kernel? When you have built a new kernel, you must reboot to start using it. After running make installworld with the new kernel, you have the new world installed as well. Your new kernel will only be running for a few minutes with the old world, until the new one is fully installed. > > -----Original Message----- > From: Daniel Bye > Sent: Wednesday, February 26, 2003 9:40 AM > To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG > Subject: Re: 4.7 Upgrade issue > > On Wed, Feb 26, 2003 at 03:23:28PM +0100, Pierrick Brossin wrote: > > Quoting rew : > > > > > You must installkernel and reboot before you can installworld. > > > Read > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > > for more details. > > > > > > Daniel Bye > > > > Hi Daniel ! > > > > I made/installed kernel and world quite a few times now and never, never, > > never reboot before installing world ! > > > > - make world > > - install world > > - make kernel > > - install kernel > > This looks like the old way of doing things. The new way (buildworld, > buildkernel etc) is different, and you must boot the new kernel to safely > and reliably install the new world. > > The instructions in the handbook are very explicit in this regard. It is > the only supported method of updating your system from source, as it is the > only method that is tested. While some variations work, they may create > unforeseen problems. -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7: 0:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA8137B401 for ; Wed, 26 Feb 2003 07:00:31 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD96143F93 for ; Wed, 26 Feb 2003 07:00:26 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o32e-0001uc-00; Wed, 26 Feb 2003 17:00:16 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o32M-0001u1-00; Wed, 26 Feb 2003 16:59:59 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18o32I-0006xS-00; Wed, 26 Feb 2003 16:59:54 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18o32H-0005HH-00; Wed, 26 Feb 2003 16:59:53 +0200 From: Willie Viljoen To: dan@slightlystrange.org, "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 16:59:53 +0200 User-Agent: KMail/1.5 References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> <20030226145024.GE55640@catflap.home.slightlystrange.org> In-Reply-To: <20030226145024.GE55640@catflap.home.slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261659.53407.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18o32M-0001u1-00*MTBNoTmtZaA* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 16:50, someone, possibly Daniel Bye, typed: > Yes, but how is that so different from installing a new world for an old > kernel? The problem with a new world on an old kernel is that libraries in your world may have changed with the upgrade. If a library that interfaces directly with some feature in the kernel is changed, and is expecting the change to be present in the kernel, you will almost certainly have trouble with it. > When you have built a new kernel, you must reboot to start using it. > After running make installworld with the new kernel, you have the new > world installed as well. Your new kernel will only be running for a few > minutes with the old world, until the new one is fully installed. That is exactly how it should be. The tried and trusted method, that works for me, and is the official method listed in the UPDATING file: cd /usr/src/sys/i386/conf && vi YOURCONFIG cd /usr/src/ && make buildworld kernel KERNCONF=YOURCONFIG The kernel target is a combination of buildkernel and installkernel. These targets are built in order and rely on the previous target making it. Thus, buildworld must succeed for buildkernel to begin, and after buildkernel has worked, installkernel will run. Once this is completed, continue with: shutdown now You will now have dropped to single user mode, then, pick /bin/sh for your shell (this is easier to use in single user than csh), and run: cd /usr/src mergemaster -p make installworld mergemaster reboot You will now have a properly functioning and fully upgraded system. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7: 1: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BB737B401 for ; Wed, 26 Feb 2003 07:01:06 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446E643FBF for ; Wed, 26 Feb 2003 07:01:05 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from [192.168.0.25] (dedport-132-157.idealapps.com [64.118.132.157] (may be forged)) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1QFFffX043687; Wed, 26 Feb 2003 10:15:42 -0500 (EST) Subject: Re: scroll mouse From: Asenchi To: Thanos Tsouanas Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com> References: <20030226103755.90403.qmail@web13505.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Feb 2003 10:01:46 -0500 Message-Id: <1046271712.29654.14.camel@palea.attbi.com> Mime-Version: 1.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 On Wed, 2003-02-26 at 05:37, Thanos Tsouanas wrote: > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > > > from the rc.conf file... > > moused_enable="NO" > moused_type="NO" To add on to what everyone else said, I would do this also: > Option "Protocol" "auto" > Option "Device" "/dev/ums0" This should fix your problem. I would take moused_enable="NO" completely out of rc.conf or comment it. This way it doesn't run. Granted "NO" should work, but... > > > from ps aux | grep mouse .... > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 /usr/sbin/moused -p /dev/ums0 -I > /var/run/moused.ums0.pid > > > I see in /dev that sysmouse is different from ums0... > what changes shud i do? > why is moused started? > > Thank you! Good luck! Curt > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.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 Feb 26 7: 8:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA5C737B401 for ; Wed, 26 Feb 2003 07:08:29 -0800 (PST) Received: from hotmail.com (oe18.law12.hotmail.com [64.4.18.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3DB43FB1 for ; Wed, 26 Feb 2003 07:08:29 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Feb 2003 07:08:29 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" References: <200302252118.42307.will@unfoldings.net> Subject: Re: scroll mouse Date: Wed, 26 Feb 2003 09:06: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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 26 Feb 2003 15:08:29.0237 (UTC) FILETIME=[EB56BE50:01C2DDA8] Sender: owner-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: "Willie Viljoen" To: ; "freebsd" ; "Brian Henning" Sent: Tuesday, February 25, 2003 1:18 PM Subject: Re: scroll mouse > On Tuesday 25 February 2003 21:11, someone, possibly joshua lokken, typed: > > >/usr/X11R6/lib/X11/XF86Config > > >... > > >Section "InputDevice" > > > Identifier "Mouse0" > > > Driver "mouse" > > > Option "Protocol" "MouseSystems" > > > Option "Device" "/dev/sysmouse" > > > Option "Buttons" "5" > > > Option "ZAxisMapping" "4 5" > > >EndSection > > > You can try using the "Auto" protocol, that's always worked for me. I > > don't spot any [obvious] problems... > > > > Joshua > > Joshua is spot on. With any PS/2 mouse that is properly supported by moused, > you should use the auto protocol in your XF86Config. The reason for this > specific problem is that the MouseSystems protocol (which is the obsolete > protocol that used to be used for 3 button mice) does not have a Z axis. > The auto protocol will work just fine though. > > Will > > -- > Willie Viljoen > Freelance IT Consultant > > 214 Paul Kruger Avenue, Universitas > Bloemfontein > 9321 > South Africa > > +27 51 522 15 60 > +27 51 522 44 36 (after hours) > +27 82 404 03 27 (mobile) > > will@unfoldings.net > Since my mouse is a logitech 2 button mouse with a scroll wheel i was thinking this should be my config in my XF86Config. i will comment all the entries for moused in my rc.conf. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "4" Option "ZAxisMapping" "3 4" EndSection does this seem correct? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:14:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6E037B401 for ; Wed, 26 Feb 2003 07:14:22 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A55443FBD for ; Wed, 26 Feb 2003 07:14:20 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1QFEFrX011362; Wed, 26 Feb 2003 10:14:15 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5CD9C7.3060302@potentialtech.com> Date: Wed, 26 Feb 2003 10:14:15 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: freebsd Subject: Re: scroll mouse References: <200302252118.42307.will@unfoldings.net> 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 Brian Henning wrote: > Since my mouse is a logitech 2 button mouse with a scroll wheel i was thinking > this should be my config > in my XF86Config. i will comment all the entries for moused in my rc.conf. > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > Option "Buttons" "4" > Option "ZAxisMapping" "3 4" > EndSection > > does this seem correct? Looks good. I can't verify the "ZAxisMapping" setting for your particular mouse, but if it's wrong, you'll find that the wrong buttons cause scrolling, and you should be able to logically determine what the values should be with a few guesses. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:16:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EA437B401 for ; Wed, 26 Feb 2003 07:16:30 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1F043FA3 for ; Wed, 26 Feb 2003 07:16:29 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o3IE-000Evf-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 15:16:22 +0000 Date: Wed, 26 Feb 2003 15:16:22 +0000 From: Daniel Bye To: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Message-ID: <20030226151622.GF55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: "freebsd-questions@FreeBSD.ORG " References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> <20030226145024.GE55640@catflap.home.slightlystrange.org> <200302261659.53407.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302261659.53407.will@unfoldings.net> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o3IE-000Evf-00*K0TMBm3.Bd2* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 04:59:53PM +0200, Willie Viljoen wrote: > On Wednesday 26 February 2003 16:50, someone, possibly Daniel Bye, typed: > > Yes, but how is that so different from installing a new world for an old > > kernel? > > The problem with a new world on an old kernel is that libraries in your > world may have changed with the upgrade. If a library that interfaces > directly with some feature in the kernel is changed, and is expecting the > change to be present in the kernel, you will almost certainly have trouble > with it. Agreed, but in this context, I think we are talking about running the disparate kernel and world, in either event, only as long as it takes to get both parts, the new kernel and the new world, installed. Surely, an old world on a new kernel will have the exact same problems (or the exact opposite problems?), in that newly-built programs such as ps and top may have been altered to take account of new kernel memory structures etc, which won't be available until the new kernel is installed and booted. Anyone who is up to using buildworld should have enough understanding to know that you have to build and install both parts for your system to work properly. > > When you have built a new kernel, you must reboot to start using it. > > After running make installworld with the new kernel, you have the new > > world installed as well. Your new kernel will only be running for a few > > minutes with the old world, until the new one is fully installed. > > That is exactly how it should be. > > The tried and trusted method, that works for me, and is the official method > listed in the UPDATING file: > > cd /usr/src/sys/i386/conf && vi YOURCONFIG > cd /usr/src/ && make buildworld kernel KERNCONF=YOURCONFIG > > The kernel target is a combination of buildkernel and installkernel. These > targets are built in order and rely on the previous target making it. Thus, > buildworld must succeed for buildkernel to begin, and after buildkernel has > worked, installkernel will run. Once this is completed, continue with: > > shutdown now > > You will now have dropped to single user mode, then, pick /bin/sh for your > shell (this is easier to use in single user than csh), and run: > > cd /usr/src > mergemaster -p > make installworld > mergemaster > reboot > > You will now have a properly functioning and fully upgraded system. But even then, there will be some disparity between the running kernel and the running world, no? This will only be resolved once all steps are complete, whichever particular sequence of events you follow. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:27:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070F737B401 for ; Wed, 26 Feb 2003 07:27:26 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B4EB43F3F for ; Wed, 26 Feb 2003 07:27:25 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 8007 invoked from network); 26 Feb 2003 20:13:30 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 20:13:30 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue - Daniel Bye Date: Wed, 26 Feb 2003 15:13:30 -500 References: 20030226151622.GF55640catflap.home.slightlystrange.org X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226152725.0B4EB43F3F@mx1.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 I upgraded my system several times before, are you saying that one is unable to run successfuly 'make installworld' until the new kernel is booted? has anyone even try to look at the error? -----Original Message----- From: Daniel Bye Sent: Wednesday, February 26, 2003 10:16 AM To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG Subject: Re: 4.7 Upgrade issue On Wed, Feb 26, 2003 at 04:59:53PM +0200, Willie Viljoen wrote: > On Wednesday 26 February 2003 16:50, someone, possibly Daniel Bye, typed: > > Yes, but how is that so different from installing a new world for an old > > kernel? > > The problem with a new world on an old kernel is that libraries in your > world may have changed with the upgrade. If a library that interfaces > directly with some feature in the kernel is changed, and is expecting the > change to be present in the kernel, you will almost certainly have trouble > with it. Agreed, but in this context, I think we are talking about running the disparate kernel and world, in either event, only as long as it takes to get both parts, the new kernel and the new world, installed. Surely, an old world on a new kernel will have the exact same problems (or the exact opposite problems?), in that newly-built programs such as ps and top may have been altered to take account of new kernel memory structures etc, which won't be available until the new kernel is installed and booted. Anyone who is up to using buildworld should have enough understanding to know that you have to build and install both parts for your system to work properly. > > When you have built a new kernel, you must reboot to start using it. > > After running make installworld with the new kernel, you have the new > > world installed as well. Your new kernel will only be running for a few > > minutes with the old world, until the new one is fully installed. > > That is exactly how it should be. > > The tried and trusted method, that works for me, and is the official method > listed in the UPDATING file: > > cd /usr/src/sys/i386/conf && vi YOURCONFIG > cd /usr/src/ && make buildworld kernel KERNCONF=YOURCONFIG > > The kernel target is a combination of buildkernel and installkernel. These > targets are built in order and rely on the previous target making it. Thus, > buildworld must succeed for buildkernel to begin, and after buildkernel has > worked, installkernel will run. Once this is completed, continue with: > > shutdown now > > You will now have dropped to single user mode, then, pick /bin/sh for your > shell (this is easier to use in single user than csh), and run: > > cd /usr/src > mergemaster -p > make installworld > mergemaster > reboot > > You will now have a properly functioning and fully upgraded system. But even then, there will be some disparity between the running kernel and the running world, no? This will only be resolved once all steps are complete, whichever particular sequence of events you follow. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:28:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF2D37B401 for ; Wed, 26 Feb 2003 07:28:51 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C192643FE3 for ; Wed, 26 Feb 2003 07:28:47 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 0F7884FA7E; Wed, 26 Feb 2003 10:14:39 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 0A053486A; Wed, 26 Feb 2003 10:14:39 -0500 (EST) Date: Wed, 26 Feb 2003 10:14:39 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Bill Moran Cc: Brian Henning , freebsd Subject: Re: scroll mouse In-Reply-To: <3E5CD9C7.3060302@potentialtech.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 Wed, 26 Feb 2003, Bill Moran wrote: > Brian Henning wrote: > > Since my mouse is a logitech 2 button mouse with a scroll wheel i was thinking > > this should be my config > > in my XF86Config. i will comment all the entries for moused in my rc.conf. > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/psm0" > > Option "Buttons" "4" > > Option "ZAxisMapping" "3 4" > > EndSection > > > > does this seem correct? > > Looks good. I can't verify the "ZAxisMapping" setting for your particular mouse, > but if it's wrong, you'll find that the wrong buttons cause scrolling, and you > should be able to logically determine what the values should be with a few guesses. > For my Logitech 2-button/wheel mouse it's Option ZAxisMapping "4 5" JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:29:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F3A337B401 for ; Wed, 26 Feb 2003 07:29:18 -0800 (PST) Received: from server1.whtech.net (server1.whtech.net [63.165.21.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD6C44015 for ; Wed, 26 Feb 2003 07:29:09 -0800 (PST) (envelope-from mike@whtech.net) Received: from m-internal.whtech.net (internal68 [192.168.0.68]) by server1.whtech.net (8.9.3/8.9.3) with ESMTP id KAA94240 for ; Wed, 26 Feb 2003 10:30:18 -0500 (EST) (envelope-from mike@whtech.net) Message-Id: <5.2.0.9.2.20030226102309.02a46fb8@mail.whtech.net> X-Sender: mailmike@mail.whtech.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 26 Feb 2003 10:30:46 -0500 To: freebsd-questions@FreeBSD.ORG From: Mike Alich Subject: SCSI Devices Delay 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 use to run an ABIT Dual Processor board with 2 1 gig processors on it and recently upgraded to a single Titan P4 2GIG Celeron single processor board and I am now having a weird problem and I hope you can help. With the old board on boot up the system would say Waiting for SCSI Devices to Settle before the OS probed out the devices. Now after the new board was installed the OS decides to Wait for the SCSI Devices to settle after all the devices are probed and about 50% of the time the SCSI devices time out and we have to do another reboot. We are running FreeBSD 3.3-RELEASE. The SCSI devices I have been referring to are our Raid 5 drives. We have 4 Cheetah 10K drive on a DPT Raid card. I have recompiled the kernel and this has not helped either. Thank you in advance. Mike Alich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:37:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D6F37B406 for ; Wed, 26 Feb 2003 07:37:13 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B753F43F93 for ; Wed, 26 Feb 2003 07:37:11 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1QFb9xc078255 for ; Wed, 26 Feb 2003 09:37:09 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: setting up proxy question 2, aim behind firewall From: Kirk Strauser Date: Wed, 26 Feb 2003 09:37:05 -0600 In-Reply-To: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> (Alvaro Gil's message of "Wed, 26 Feb 2003 08:36:25 -0500") Message-ID: <87fzqbhx3y.fsf@strauser.com> Lines: 15 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <4D39F861-498F-11D7-ACB3-0030654D3B4A@alvarogil.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-26T13:36:25Z, Alvaro Gil writes: > I read through the squid manuals and it requires a ton of disk space and > ram and a moderately fast computer. It does if you're using it as a transparent cache for a large ISP. For your purposes, your P166 will be plenty sufficient. If you do install Squid, you can also install AdZap, which works as a plugin to remove advertisements From=20pages that Squid sends to clients. Configure your browser to use yo= ur new cache, and welcome to the world of no (ok, less) banner ads! Kill two birds with one stone! =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+XN8l5sRg+Y0CpvERAgEIAJ9UjDKBjhnpRQq0Zp2rveuA/UwMKQCfXLgT exaowLQ+LMZ/eyHoohpLX6g= =IgOk -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:42:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69C237B401 for ; Wed, 26 Feb 2003 07:42:18 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668E943FA3 for ; Wed, 26 Feb 2003 07:42:17 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.85.236]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 26 Feb 2003 10:42:19 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: "Bobb Shires" , questions@freebsd.org Subject: Re: Fatal trap 12: page fault while in kernel mode Date: Wed, 26 Feb 2003 10:44:57 +0100 User-Agent: KMail/1.4.3 References: <20030225165751.234ED24CAF@www.fastmail.fm> In-Reply-To: <20030225165751.234ED24CAF@www.fastmail.fm> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302260841.46486.taxman@acd.net> X-OriginalArrivalTime: 26 Feb 2003 15:42:19.0730 (UTC) FILETIME=[A59B6320:01C2DDAD] Sender: owner-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 25 February 2003 05:57 pm, Bobb Shires wrote: > I'm trying to install 5.0-RELEASE on a Gateway Solo 5150 laptop > (PII-366/128M), can't seem to get past this situation while > booting from the CD: > Terminate ACPI > ata1-slave: ATAPI identify retries exceeded > Automatic reboot in 15 seconds - press a key on the console to abort >=20 > Can anyone decipher this for me and suggest a course of action? I'm not of the guru status where I could read what that problem is, but h= ere=20 are some general common (once you know it :) sense ideas. 1) read the Early adopter's guide on the freebsd page. 5.0 is not produc= tion=20 code yet. 2) Try installing 4.7Rel on the machine. If that is successfull, the out= put=20 of dmesg could be instructive in helping you get 5.0 installed. man dmes= g. 3) if you really want to get 5 on the machine another shot is to try -cur= rent. =20 The 5.x development track is moving quickly and your problem may have bee= n=20 solved. You can do that by downloading -current boot floppies, or=20 downloading a -current snapshot from the japanese site (in english don't=20 worry). Google for FreeBSD snapshots 4) disable ACPI, though I have no idea if that is possible to do before=20 installing. after all those, and getting 4.x installed, if you still get the same pro= blem=20 with -current, then send an email with as much info as you can to the=20 -current mailing list. that is where you should be with 5.x issues. Include the output of boot -v from the initial prompt (hit a key to get t= o=20 it). my .02 euro,drachma,$,etc. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:46: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 910DA37B401 for ; Wed, 26 Feb 2003 07:45:59 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 77F0F43FBD for ; Wed, 26 Feb 2003 07:45:58 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 8288 invoked from network); 26 Feb 2003 20:32:03 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 20:32:03 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue - Kent Stewart Date: Wed, 26 Feb 2003 15:32:03 -500 References: 200302260742.25317.kstewartowt.com X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226154558.77F0F43FBD@mx1.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 Hi, This is a remote box, with noone around. Dan -----Original Message----- From: Kent Stewart Sent: Wednesday, February 26, 2003 10:42 AM To: freebsd@doneasy.com Subject: Re: 4.7 Upgrade issue - Daniel Bye On Wednesday 26 February 2003 12:13 pm, rew wrote: > I upgraded my system several times before, > > are you saying that one is unable to run successfuly 'make > installworld' until the new kernel is booted? > > has anyone even try to look at the error? I have gone off list because it is rehasing old subjects. That isn't what he was saying. You boot to single user mode on the new kernel to test it. If something bad happens, re-booting using kernel.old is really easy. Reinstalling an old version is frequently called doing a clean install. Single user mode doesn't start any processes. There isn't a problem with the mixed up user world until you start running in multi-user mode. A shutdown now is not the same as booting in single user mode. I did all 4 in multi-user mode for a long time. It always worked but then, one day, there was a problem with the kernel and I realized that my method was dangerous to my systems operational health. In my mind, doing a make world is even more dangerous to your system operation health. Have a good day, Kent > > -----Original Message----- > From: Daniel Bye > Sent: Wednesday, February 26, 2003 10:16 AM > To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG > Subject: Re: 4.7 Upgrade issue > > On Wed, Feb 26, 2003 at 04:59:53PM +0200, Willie Viljoen wrote: > > On Wednesday 26 February 2003 16:50, someone, possibly Daniel Bye, typed: > > > Yes, but how is that so different from installing a new world for > > > an old kernel? > > > > The problem with a new world on an old kernel is that libraries in > > your world may have changed with the upgrade. If a library that > > interfaces directly with some feature in the kernel is changed, and > > is expecting the change to be present in the kernel, you will > > almost certainly have trouble with it. > > Agreed, but in this context, I think we are talking about running the > disparate kernel and world, in either event, only as long as it takes > to get both parts, the new kernel and the new world, installed. > Surely, an old world on a new kernel will have the exact same > problems (or the exact opposite problems?), in that newly-built > programs such as ps and top may have been altered to take account of > new kernel memory structures etc, which won't be available until the > new kernel is installed and booted. > > Anyone who is up to using buildworld should have enough understanding > to know that you have to build and install both parts for your system > to work properly. > > > > When you have built a new kernel, you must reboot to start using > > > it. After running make installworld with the new kernel, you have > > > the new world installed as well. Your new kernel will only be > > > running for a few minutes with the old world, until the new one > > > is fully installed. > > > > That is exactly how it should be. > > > > The tried and trusted method, that works for me, and is the > > official method listed in the UPDATING file: > > > > cd /usr/src/sys/i386/conf && vi YOURCONFIG > > cd /usr/src/ && make buildworld kernel KERNCONF=YOURCONFIG > > > > The kernel target is a combination of buildkernel and > > installkernel. These targets are built in order and rely on the > > previous target making it. Thus, buildworld must succeed for > > buildkernel to begin, and after buildkernel has worked, > > installkernel will run. Once this is completed, continue with: > > > > shutdown now > > > > You will now have dropped to single user mode, then, pick /bin/sh > > for your shell (this is easier to use in single user than csh), and > > run: > > > > cd /usr/src > > mergemaster -p > > make installworld > > mergemaster > > reboot > > > > You will now have a properly functioning and fully upgraded system. > > But even then, there will be some disparity between the running > kernel and the running world, no? This will only be resolved once > all steps are complete, whichever particular sequence of events you > follow. > > Dan -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 7:46:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE19C37B401 for ; Wed, 26 Feb 2003 07:46:44 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B95943F85 for ; Wed, 26 Feb 2003 07:46:43 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18o3lT-000EzI-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 15:46:35 +0000 Date: Wed, 26 Feb 2003 15:46:35 +0000 From: Daniel Bye To: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue - Daniel Bye Message-ID: <20030226154635.GG55640@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: "freebsd-questions@FreeBSD.ORG " References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> User-Agent: Mutt/1.4i X-Scanner: exiscan *18o3lT-000EzI-00*AUtbtet6Vmw* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Wed, Feb 26, 2003 at 03:13:30PM +0000, rew wrote: > > I upgraded my system several times before, > > are you saying that one is unable to run successfuly 'make installworld' until the new kernel is booted? I am saying that according to the authors of the handbook, there is a particular order to follow when upgrading your system. Any deviation away from this procedure is likely to lead to problems. > > has anyone even try to look at the error? Yes, and the suggestions have been to follow the procedure in the handbook or the UPDATING file, as the buildworld process is carefully crafted to be done in that order. > > -----Original Message----- > From: Daniel Bye > Sent: Wednesday, February 26, 2003 10:16 AM > To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG > Subject: Re: 4.7 Upgrade issue > > On Wed, Feb 26, 2003 at 04:59:53PM +0200, Willie Viljoen wrote: > > On Wednesday 26 February 2003 16:50, someone, possibly Daniel Bye, typed: > > > Yes, but how is that so different from installing a new world for an old > > > kernel? > > > > The problem with a new world on an old kernel is that libraries in your > > world may have changed with the upgrade. If a library that interfaces > > directly with some feature in the kernel is changed, and is expecting the > > change to be present in the kernel, you will almost certainly have trouble > > with it. > > Agreed, but in this context, I think we are talking about running the > disparate kernel and world, in either event, only as long as it takes to get > both parts, the new kernel and the new world, installed. Surely, an old > world on a new kernel will have the exact same problems (or the exact > opposite problems?), in that newly-built programs such as ps and top may > have been altered to take account of new kernel memory structures etc, which > won't be available until the new kernel is installed and booted. > > Anyone who is up to using buildworld should have enough understanding to > know that you have to build and install both parts for your system to work > properly. > > > > When you have built a new kernel, you must reboot to start using it. > > > After running make installworld with the new kernel, you have the new > > > world installed as well. Your new kernel will only be running for a few > > > minutes with the old world, until the new one is fully installed. > > > > That is exactly how it should be. > > > > The tried and trusted method, that works for me, and is the official method > > listed in the UPDATING file: > > > > cd /usr/src/sys/i386/conf && vi YOURCONFIG > > cd /usr/src/ && make buildworld kernel KERNCONF=YOURCONFIG > > > > The kernel target is a combination of buildkernel and installkernel. These > > targets are built in order and rely on the previous target making it. Thus, > > buildworld must succeed for buildkernel to begin, and after buildkernel has > > worked, installkernel will run. Once this is completed, continue with: > > > > shutdown now > > > > You will now have dropped to single user mode, then, pick /bin/sh for your > > shell (this is easier to use in single user than csh), and run: > > > > cd /usr/src > > mergemaster -p > > make installworld > > mergemaster > > reboot > > > > You will now have a properly functioning and fully upgraded system. > > But even then, there will be some disparity between the running kernel and > the running world, no? This will only be resolved once all steps are > complete, whichever particular sequence of events you follow. > > Dan > > -- > Daniel Bye > > PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc > PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC > _ > ASCII ribbon campaign ( ) > - against HTML, vCards and X > - proprietary attachments in e-mail / \ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > -------------------------------------------------------------------------------------- > Get your FREE email, calendar, file storage, bookmarks, and other great services at > http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" > -------------------------------------------------------------------------------------- > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:19:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 387F937B401 for ; Wed, 26 Feb 2003 08:19:56 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DD343F93 for ; Wed, 26 Feb 2003 08:19:55 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from lannas5modem31.acd.net ([207.179.65.31]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 26 Feb 2003 11:19:57 -0500 From: taxman To: dan@slightlystrange.org, "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 11:10:27 -0500 User-Agent: KMail/1.5 References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> <20030226145024.GE55640@catflap.home.slightlystrange.org> In-Reply-To: <20030226145024.GE55640@catflap.home.slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261110.27531.taxman@acd.net> X-OriginalArrivalTime: 26 Feb 2003 16:19:57.0985 (UTC) FILETIME=[E7A1C110:01C2DDB2] Sender: owner-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 Wednesday 26 February 2003 09:50 am, Daniel Bye wrote: > On Wed, Feb 26, 2003 at 02:29:57PM +0000, rew wrote: > > So you boot a new kernel with old system? > > Yes, but how is that so different from installing a new world for an old > kernel? And it's really usually not that big of a deal anyway. I successfully ran a 4.3 kernel on a 4.7 system. I could only make a few problems occur even when trying. top and ps worked just fine. Besides, when you installworld, you should be booting straight to single user mode, so not much is going on to cause problems in installworld. Of course don't try to do anything else when world and kernel are out of sync. Problems come in especially when trying to run a 3.x kernel on a 4.x system and some other cases. Tim > > When you have built a new kernel, you must reboot to start using it. After > running make installworld with the new kernel, you have the new world > installed as well. Your new kernel will only be running for a few minutes > with the old world, until the new one is fully installed. > > > -----Original Message----- > > From: Daniel Bye > > Sent: Wednesday, February 26, 2003 9:40 AM > > To: freebsd-questions@FreeBSD.ORG freebsd-questions@FreeBSD.ORG > > Subject: Re: 4.7 Upgrade issue > > > > On Wed, Feb 26, 2003 at 03:23:28PM +0100, Pierrick Brossin wrote: > > > Quoting rew : > > > > You must installkernel and reboot before you can installworld. > > > > Read > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.h > > > >tml for more details. > > > > > > > > Daniel Bye > > > > > > Hi Daniel ! > > > > > > I made/installed kernel and world quite a few times now and never, > > > never, never reboot before installing world ! > > > > > > - make world > > > - install world > > > - make kernel > > > - install kernel > > > > This looks like the old way of doing things. The new way (buildworld, > > buildkernel etc) is different, and you must boot the new kernel to safely > > and reliably install the new world. > > > > The instructions in the handbook are very explicit in this regard. It is > > the only supported method of updating your system from source, as it is > > the only method that is tested. While some variations work, they may > > create unforeseen problems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:20: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D3A37B405 for ; Wed, 26 Feb 2003 08:19:58 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E31B43F93 for ; Wed, 26 Feb 2003 08:19:57 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from lannas5modem31.acd.net ([207.179.65.31]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 26 Feb 2003 11:20:00 -0500 From: taxman To: Pierrick Brossin , freebsd@doneasy.com Subject: Re: 4.7 Upgrade issue Date: Wed, 26 Feb 2003 11:22:15 -0500 User-Agent: KMail/1.5 Cc: "freebsd-questions@FreeBSD.ORG " References: <20030226141804.28E4043F3F@mx1.FreeBSD.org> <1046269408.3e5ccde03161b@www.swissgeeks.com> In-Reply-To: <1046269408.3e5ccde03161b@www.swissgeeks.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200302261103.48588.taxman@acd.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Feb 2003 16:20:00.0532 (UTC) FILETIME=[E9266540:01C2DDB2] Sender: owner-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 Wednesday 26 February 2003 09:23 am, Pierrick Brossin wrote: > Quoting rew : > > You must installkernel and reboot before you can installworld. > > Read > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > for more details. > > > > Daniel Bye > > Hi Daniel ! > > I made/installed kernel and world quite a few times now and never, never, > never reboot before installing world ! > > - make world > - install world > - make kernel > - install kernel Agreed with Daniel. Pierrick, this is an incorrect method. the world target has been deprecated. Really, read the handbook and UPDATING for more info. To the OP, now that you borked your install by trying to installworld before you did installkernel, you may be in an indeterminate state that you can't get out of without a lot of work by hand sorting out the files. You may need to backup and start over (fresh install) Though possibly you can get it working with Bill's method of booting the old kernel and trying again. But if you've done buildworld buildkernel installworld installkernel installworld you may be up a creek without a paddle. (like I said not that you couldn't swim, but in this case it could be like swimming with a weight belt on) Always read UPDATING and the handook. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:25:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909D237B401 for ; Wed, 26 Feb 2003 08:25:57 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0943C43FE1 for ; Wed, 26 Feb 2003 08:25:55 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h1QGPeFU099519; Wed, 26 Feb 2003 10:25:40 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030226102540.01df1238@sage-one.net> X-Sender: jackstone@sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 26 Feb 2003 10:25:40 -0600 To: dan@slightlystrange.org, "freebsd-questions@FreeBSD.ORG " From: "Jack L. Stone" Subject: Re: 4.7 Upgrade issue - Daniel Bye In-Reply-To: <20030226154635.GG55640@catflap.home.slightlystrange.org> References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=0.3 required=4.5 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_05_08 version=2.44-sageamerules_v1 Sender: owner-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 03:46 PM 2.26.2003 +0000, Daniel Bye wrote: >On Wed, Feb 26, 2003 at 03:13:30PM +0000, rew wrote: >> >> I upgraded my system several times before, >> >> are you saying that one is unable to run successfuly 'make installworld' until the new kernel is booted? > >I am saying that according to the authors of the handbook, there is a >particular order to follow when upgrading your system. Any deviation away >from this procedure is likely to lead to problems. > You do NOT have to boot the new kernel before running "make installworld" HOWEVER, it is recommended that you do boot the new kernel before proceding just to test it. If there is a problem with the new kernel, you can still revert back to the old and start over. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:47:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A932337B401 for ; Wed, 26 Feb 2003 08:47:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075043F75 for ; Wed, 26 Feb 2003 08:47:12 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a231.otenet.gr [212.205.215.231]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1QGl7AC029347; Wed, 26 Feb 2003 18:47:10 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1QGl8dg003736; Wed, 26 Feb 2003 18:47:08 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1QGl002003735; Wed, 26 Feb 2003 18:47:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Feb 2003 18:47:00 +0200 From: Giorgos Keramidas To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.org Subject: Re: question [addendum to answer] Message-ID: <20030226164700.GA3651@gothmog.gr> References: <200302252015.AA88736330@altima.net> <20030226015729.GA70224@gothmog.gr> <20030226045405.GC3571@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226045405.GC3571@raggedclown.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 On 2003-02-26 05:54, Cliff Sarginson wrote: > On Wed, Feb 26, 2003 at 03:57:29AM +0200, Giorgos Keramidas wrote: > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > > > If, after reading through this, you still have questions about what > > ports or what packages are, where to find them, or how to use them for > > installing your favorite applications, then you're always welcome to > > post questions here on freebsd-questions. > > One omission from the documentation on ports concerns ports of software > that can/should be started at system startup. These create a shell > startup script in /usr/local/etc/rc.d .. however sometimes the script > has an ".example" suffix to it which means it will get ignored. This > suffix has to be removed by renaming the file. Sometimes at the end of > the "make" you may see a comment to this effect I think, but not always. > > Maybe needs a documentation tweak ? No, this is a bug of the ports that don't mention explicitly that you need to copy and edit the .sample configs before running the software. The ports should be fixed instead. BTW, what ports did you have in mind whenn writing this? - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:48:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4AB37B401 for ; Wed, 26 Feb 2003 08:48:25 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id AFA3143F85 for ; Wed, 26 Feb 2003 08:48:23 -0800 (PST) (envelope-from mwm-dated-1046710102.65f571@mired.org) Received: (qmail 31657 invoked from network); 26 Feb 2003 16:48:22 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 16:48:22 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.61397.904986.726598@guru.mired.org> Date: Wed, 26 Feb 2003 10:48:21 -0600 To: Konrad Heuer Cc: Brian Henning , freebsd Subject: Re: rfd0 fd0 In-Reply-To: <20030226133214.F29371-100000@gwdu60.gwdg.de> References: <15963.37824.912975.511372@guru.mired.org> <20030226133214.F29371-100000@gwdu60.gwdg.de> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030226133214.F29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > On Tue, 25 Feb 2003, Mike Meyer wrote: > > In <20030225083805.S29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > > > On Mon, 24 Feb 2003, Brian Henning wrote: > > > > what is the difference between these two devices? > > > fd0 ist a block-oriented device, data are cached in the buffer cache; > > > rfd0 is a byte-oriented raw device; data are always read from or > > > immediately written to the device. > > This is out-of-date information. Both fd0 and rfd0 are raw character > > devices these days. The old names were kept around for backwards > > compatability, but there is no difference between them. > What does it mean - "these days"? When did the change occur? I'm not sure. 4.6 sounds right, but might not be. To get exact details, check the CVS logs. I'd check /dev/MAKEDEV. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:56:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A33737B401 for ; Wed, 26 Feb 2003 08:56:18 -0800 (PST) Received: from 10-4-5-217.kotnet.org (bones2.kulnet.kuleuven.ac.be [134.58.253.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E25243FB1 for ; Wed, 26 Feb 2003 08:56:16 -0800 (PST) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by 10-4-5-217.kotnet.org (8.12.6/8.12.6) with SMTP id h1QGuE4m061462 for ; Wed, 26 Feb 2003 17:56:14 +0100 (CET) (envelope-from tijl@ulyssis.org) Date: Wed, 26 Feb 2003 17:56:13 +0100 From: Tijl Coosemans To: freebsd-questions@freebsd.org Subject: cat Message-Id: <20030226175613.5e61f45e.tijl@ulyssis.org> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 want to remove CRs from text files so what I did is this: cat filename | tr -d '\r' > filename However, I often end up with an empty file. Just out of interest, somebody who knows why that is? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 8:56:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB59637B401 for ; Wed, 26 Feb 2003 08:56:55 -0800 (PST) Received: from hotmail.com (oe17.law12.hotmail.com [64.4.18.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FB143F3F for ; Wed, 26 Feb 2003 08:56:55 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Feb 2003 08:56:54 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" References: <3E5B9189.1060300@potentialtech.com> <3E5BA4E7.4070001@potentialtech.com> Subject: Re: isp connection woes Date: Wed, 26 Feb 2003 10:54: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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 26 Feb 2003 16:56:54.0434 (UTC) FILETIME=[10BD0820:01C2DDB8] Sender: owner-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: "Bill Moran" To: "Brian Henning" Cc: "freebsd" Sent: Tuesday, February 25, 2003 11:16 AM Subject: Re: isp connection woes > Brian Henning wrote: > > ----- Original Message ----- > > From: "Bill Moran" > >>Brian Henning wrote: > >> > >>> Their network design supports no more than 16 hops on the > >>> way to > >>>a DHCP server, > >>>but increasing the (hard-coded) TTL > >>>(at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) can help fix the > >>>problem. > >>>I would like to manually try to connect to my isp before i try changing the > >>> code > >>>for DHCP. > >>>I got my network info from my lrp operating system. I would like to switch > >>> that > >>>to bsd. > >>>can i use traceroute to find out the number of hops i am currently taking to > >>> get > >>>to my isp's dhcp server? > Ok, i am able to connect to my isp via a manual configuration of my network. i set my ip address and my default route in rc.conf and i set my dns in resolv.conf i now know that i am having problems connecting to my dhcp server. i am in the process of changing the dhcp code (at line 159 in /usr/src/contrib/isc-dhcp/common/packet.c) i changed this to 128. Then i am going to rebuild everything. i was not able to find out the ip address of the dhcp server that my isp uses so i hope this solves the problem. any other suggestions? it seems odd that i would have to make this kind of a change to get dhcp to work.. do i need to add anything to my rc.conf to enable dhcp? rebuild everything ------------------ cd /usr/src && make buildworld cd /usr/src && make buildkernel cd /usr/src && make installkernel < reboot into single user mode > boot -s fsck -p mount -a cd /usr/src && mergemaster -p cd /usr/src && make installworld cd /usr/src && mergemaster reboot Thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 1:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7375337B401 for ; Wed, 26 Feb 2003 09:01:33 -0800 (PST) Received: from arcturus.student.iastate.edu (arcturus.student.iastate.edu [64.113.65.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8841743FBD for ; Wed, 26 Feb 2003 09:01:30 -0800 (PST) (envelope-from kparz@arcturus.student.iastate.edu) Received: from arcturus.student.iastate.edu (localhost [127.0.0.1]) by arcturus.student.iastate.edu (8.12.7/8.12.7) with ESMTP id h1QH1MQd005047; Wed, 26 Feb 2003 11:01:22 -0600 (CST) (envelope-from kparz@arcturus.student.iastate.edu) Received: (from kparz@localhost) by arcturus.student.iastate.edu (8.12.7/8.12.7/Submit) id h1QH1Dtc005046; Wed, 26 Feb 2003 11:01:13 -0600 (CST) Date: Wed, 26 Feb 2003 11:01:13 -0600 From: Krzysztof Parzyszek To: Tijl Coosemans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cat Message-ID: <20030226170113.GA5008@arcturus.student.iastate.edu> Reply-To: kristof@swissmail.org References: <20030226175613.5e61f45e.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20030226175613.5e61f45e.tijl@ulyssis.org> User-Agent: Mutt/1.4i Sender: owner-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, Feb 26, 2003 at 05:56:13PM +0100, Tijl Coosemans wrote: > I want to remove CRs from text files so what I did is this: > > cat filename | tr -d '\r' > filename > > However, I often end up with an empty file. Just out of > interest, somebody who knows why that is? Because the shell can open `filename' for writing (because of output redirection) and thus truncate it to 0 bytes before cat opens it for reading. Try cat filename | tr -d '\r' > filename.new instead. -- <>> kristof@swissmail.org 9/2/2002 <<> "If you can't convince them, confuse them" -- HS Truman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 1:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431BF37B401 for ; Wed, 26 Feb 2003 09:01:48 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB6243FDD for ; Wed, 26 Feb 2003 09:01:44 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o4w3-0002a5-00; Wed, 26 Feb 2003 19:01:35 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o4vq-0002Zx-00; Wed, 26 Feb 2003 19:01:23 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18o4vl-0007I6-00; Wed, 26 Feb 2003 19:01:17 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18o4vk-0005PR-00; Wed, 26 Feb 2003 19:01:16 +0200 From: Willie Viljoen To: Tijl Coosemans , freebsd-questions@freebsd.org Subject: Re: cat Date: Wed, 26 Feb 2003 19:01:15 +0200 User-Agent: KMail/1.5 References: <20030226175613.5e61f45e.tijl@ulyssis.org> In-Reply-To: <20030226175613.5e61f45e.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261901.15799.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18o4vq-0002Zx-00*HuT4Fd1XhbE* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 18:56, someone, possibly Tijl Coosemans, typed: > I want to remove CRs from text files so what I did is this: > > cat filename | tr -d '\r' > filename > > However, I often end up with an empty file. Just out of > interest, somebody who knows why that is? Not a clue, but a tool to do this safely called dosunix is available in ports :) -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 4:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BD937B401 for ; Wed, 26 Feb 2003 09:04:13 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2054E43FB1 for ; Wed, 26 Feb 2003 09:04:00 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18o4yI-0003Kk-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 09:03:54 -0800 Date: Wed, 26 Feb 2003 09:03:54 -0800 From: Nathan Kinkade To: freebsd-questions@FreeBSD.ORG Subject: Re: Unable to set virtual screen smaller than physical screen Message-ID: <20030226170354.GU280@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200302261123.05318.will@unfoldings.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="juwRYO7N74otsfNI" Content-Disposition: inline In-Reply-To: <200302261123.05318.will@unfoldings.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --juwRYO7N74otsfNI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2003 at 11:23:05AM +0200, Willie Viljoen wrote: > On Wednesday 26 February 2003 11:20, someone, possibly LEE TIAM KEAN, typ= ed: > > Hi, > > i'm a beginner in Freebsd. I've set up x windows successfully but i fou= nd > > that the screen is larger than my monitor. i've tried the xf86config > > again by answering no when prompted with "Want virtual screen larger th= an > > physical screen?". it still unsuccessful. Any other thing that i've > > missed out? I'm using version 4.7 of the FreeBSD. Thanks >=20 > Try configuring it with XFree86 -configure >=20 > Will Or you could manually edit your XF86Config file (probably at /etc/X11/XF86Config). Look for the section labeled "Screen". If you have a default color depth specified then jump down to the subsection for that color depth and add a 'Virtual' directive. Such as: Virtual 1024 768 See the XF86Config(5) manpage for more info. By default, X will give you a virtual screen as large as the largest 'Mode' you have listed - even if that Mode is not the one currently in use. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --juwRYO7N74otsfNI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XPN6WZYS9EJQoEwRAkU/AJ964FYA2oRbsLRxEdN2igVf84frngCghkb+ ntbIUsrHsVLa3pqvnblIxHA= =IcdF -----END PGP SIGNATURE----- --juwRYO7N74otsfNI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 4:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9109E37B405 for ; Wed, 26 Feb 2003 09:04:51 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id EC28643F3F for ; Wed, 26 Feb 2003 09:04:49 -0800 (PST) (envelope-from mwm-dated-1046711089.46b29c@mired.org) Received: (qmail 31933 invoked from network); 26 Feb 2003 17:04:49 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 17:04:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.62384.536656.478057@guru.mired.org> Date: Wed, 26 Feb 2003 11:04:48 -0600 To: Pierrick Brossin , dan@slightlystrange.org Cc: freebsd@doneasy.com, "freebsd-questions@FreeBSD.ORG " Subject: RE: 4.7 Upgrade issue In-Reply-To: <1046269408.3e5ccde03161b@www.swissgeeks.com> References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> <20030226145024.GE55640@catflap.home.slightlystrange.org> <20030226141804.28E4043F3F@mx1.FreeBSD.org> <1046269408.3e5ccde03161b@www.swissgeeks.com> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <1046269408.3e5ccde03161b@www.swissgeeks.com>, Pierrick Brossin typed: > I made/installed kernel and world quite a few times now and never, never, > never reboot before installing world ! The reason for installing the kernel and rebooting it is so you can easily go back to a known good system if the kernel fails to boot. Just boot kernel.old, and back out the kernel. If you install the world, you need to back it out, or run with the kernel and world out of sync. The latter may work fine - but it can have problems. In <20030226145024.GE55640@catflap.home.slightlystrange.org>, Daniel Bye typed: > On Wed, Feb 26, 2003 at 02:29:57PM +0000, rew wrote: > > So you boot a new kernel with old system? > Yes, but how is that so different from installing a new world for an old > kernel? The new kernel has to be backwards compatible for binaries other than those in the system. The new world doesn't have to run on the old kernel - and may have problems. Installing the world without running the new kernel will work most of the time. Sometimes it may break. I'd say that's that's probably not the problem in this case, but lets make sure before we try other things. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 6:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD9837B401 for ; Wed, 26 Feb 2003 09:06:47 -0800 (PST) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id EB73D43FBD for ; Wed, 26 Feb 2003 09:06:45 -0800 (PST) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 8033 invoked from network); 26 Feb 2003 17:06:42 -0000 Received: from pc-00020 (HELO swissgeeks.com) (10.0.0.20) by server.swissgeeks.com (10.0.0.1) with ESMTP; 26 Feb 2003 17:06:42 -0000 Message-ID: <3E5CF472.1010504@swissgeeks.com> Date: Wed, 26 Feb 2003 18:08:02 +0100 From: Pierrick Brossin Organization: SwissGeeks - http://www.swissgeeks.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030221 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Bleichert Cc: Bill Moran , Brian Henning , freebsd Subject: Re: scroll mouse References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 John Bleichert wrote: > For my Logitech 2-button/wheel mouse it's > > Option ZAxisMapping "4 5" Logical since you probably have a button on the scroll itself then it's a 3 buttons and not 2 buttons mouse -- Pierrick Brossin IT Employee 15, Ch. du Château, 1422 Grandson, Switzerland Mail Prof: pbrossin@quark.ch Mail Priv: admin@swissgeeks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 8: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC8537B401 for ; Wed, 26 Feb 2003 09:07:59 -0800 (PST) Received: from aibo.runbox.com (snoopy.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1187B43F85 for ; Wed, 26 Feb 2003 09:07:58 -0800 (PST) (envelope-from klimenta@runbox.com) Received: from [10.9.9.110] (helo=snoopy.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.12) id 18o52B-0001EV-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 18:07:55 +0100 Received: from [12.33.76.83] (helo=bigbeat) (Authenticated Sender=klimenta@runbox.com) by snoopy.runbox.com with asmtp (Exim 4.12) id 18o513-0007mH-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 18:06:45 +0100 Message-ID: <001601c2ddb9$ce9e14f0$ca0110ac@vinyl.tkvbp.com> Reply-To: "Kliment Andreev" From: "Kliment Andreev" To: References: <20030226175613.5e61f45e.tijl@ulyssis.org> <200302261901.15799.will@unfoldings.net> Subject: Re: cat Date: Wed, 26 Feb 2003 12:09:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender: 202020 Sender: owner-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 remove CRs from text files so what I did is this: > > > > cat filename | tr -d '\r' > filename > > It's easier with 'tr' but you can also use vi. # vi text.txt :1,$s/^M//g where ^M means that you need to hit Ctrl-V. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9: 8:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB2B37B401 for ; Wed, 26 Feb 2003 09:08:39 -0800 (PST) Received: from osm.michaelines.net (osm.michaelines.net [66.238.77.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C3443FBD for ; Wed, 26 Feb 2003 09:08:38 -0800 (PST) (envelope-from jtrigg@spamcop.net) Received: by osm.michaelines.net (Postfix, from userid 1002) id 2D01E20D16; Wed, 26 Feb 2003 12:09:22 -0500 (EST) Date: Wed, 26 Feb 2003 12:09:22 -0500 From: Jim Trigg To: questions@freebsd.org Subject: Re: 4.7 Upgrade issue - Daniel Bye Message-ID: <20030226170922.GG46587@scadian.net> Mail-Followup-To: questions@freebsd.org References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> <20030226154635.GG55640@catflap.home.slightlystrange.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226154635.GG55640@catflap.home.slightlystrange.org> User-Agent: Mutt/1.4i Sender: owner-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, Feb 26, 2003 at 03:46:35PM +0000, Daniel Bye wrote: > Yes, and the suggestions have been to follow the procedure in the handbook > or the UPDATING file, as the buildworld process is carefully crafted to be > done in that order. I'm trying to minimize the amount that has to be done in single-user mode (I don't have console access; I have to trust my hosting company's tech support for that part). Is there any serious reason that mergemaster needs to be run in single-user mode? Ideally, I'm trying to get something that needs no operator intervention during single-user mode. Currently, if mergemaster can be run just before booting into single-user mode, the operator needs to type one command ("upgrade", a shell script in /root/bin which runs the fsck, mount, swapon, cd, make installworld, and fastboot commands). Thanks, Jim Trigg -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:13:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6943637B405 for ; Wed, 26 Feb 2003 09:13:18 -0800 (PST) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC3643FCB for ; Wed, 26 Feb 2003 09:13:16 -0800 (PST) (envelope-from kline@thought.org) Received: from thought.org (root@tao [10.0.0.247]) by sage.thought.org (8.11.4/8.11.4) with ESMTP id h1QHDEm04517; Wed, 26 Feb 2003 09:13:15 -0800 (PST) (envelope-from kline@thought.org) Received: (from kline@localhost) by thought.org (8.12.6/8.11.3) id h1QHDB8c004342; Wed, 26 Feb 2003 09:13:11 -0800 (PST) (envelope-from kline) Date: Wed, 26 Feb 2003 09:13:09 -0800 From: Gary D Kline To: "Aas, Eskild" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.4 Questions Message-ID: <20030226171309.GA4267@tao.thought.org> References: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 16 years of service to the Unix community User-Agent: Mutt/1.5.3i Sender: owner-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, Feb 26, 2003 at 08:34:26AM +0100, Aas, Eskild wrote: > > > Dear Sirs > > > We are three students attending Hærens Ingeniørhøgskole (the norwegian millitary engineering school). > We are currently working on an assignment about operating systems. We are writing about FreeBSD 4.4. We would like to know if you can help us find , or tell us where we can find information about these following subjects: > > * OS structure > * Process-handling > * CPU-handling > * Memory-handling > * Filesystem (implementation) > * I/O structure > * Security > > > We would be very greatfull if we could get this information as soon as possible, because this assignment is due 03.07.03 (Next Friday) > > For an in-depth view of most of your topics you might want to study "The Design and Implementation of the 4.3BSD UNIX Operating System" by Kirk McKusick et al. (There is probably a "4.4BSD" version by now; you'll need to google around.) You guys are going to be busy, wow! gary kline > -- 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 Wed Feb 26 9:15: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6704E37B401 for ; Wed, 26 Feb 2003 09:14:59 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 0678343FB1 for ; Wed, 26 Feb 2003 09:14:58 -0800 (PST) (envelope-from mwm-dated-1046711697.1ee00d@mired.org) Received: (qmail 32152 invoked from network); 26 Feb 2003 17:14:57 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 17:14:57 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.62992.928552.950327@guru.mired.org> Date: Wed, 26 Feb 2003 11:14:56 -0600 To: questions@freebsd.org Subject: Online intro to FreeBSD/Unix X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 client that wants to start using FreeBSD, because he wants to get back into programming and wants to use the free compilers on FreeBSD. However, he hasn't used Unix in 10 years or more, and has forgotten all of it. Is there a PS or PDF document somewhere that serves as an introduction to Unix/FreeBSD I can point him at for documentation? Thanks, http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:15:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9665137B401 for ; Wed, 26 Feb 2003 09:15:08 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B32043FB1 for ; Wed, 26 Feb 2003 09:15:05 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1QHEu5U078203 for ; Wed, 26 Feb 2003 17:14:56 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1QHEuQO078198 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 17:14:56 GMT Date: Wed, 26 Feb 2003 17:14:56 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: cat Message-ID: <20030226171456.GA77795@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030226175613.5e61f45e.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030226175613.5e61f45e.tijl@ulyssis.org> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 26, 2003 at 05:56:13PM +0100, Tijl Coosemans wrote: > I want to remove CRs from text files so what I did is this: >=20 > cat filename | tr -d '\r' > filename >=20 > However, I often end up with an empty file. Just out of > interest, somebody who knows why that is? Hmmm... That's a nasty race condition. In my experience of accidentally doing something like that, it has *always* ended up with an empty file. The problem is that you are attempting both to read =66rom and write to the same file simultaneously. Any shell pipeline of the form: command > filename implies that the shell is going to open 'filename' O_TRUNC (see open(2)) -- hence shortening the file to zero length, before forking and exec'ing the command with its stdout redirected to that filename. Much the same sort of thing can happen when you supply the filename on the command line rather than using the shell redirection operators to supply the data on stdin or stdout. There are commands that can do in-place edits, eg 'perl -i', 'sed -i' (in recent versions of FreeBSD), but these do some sleight of hand behind the scenes to arrange that opening the file for output does not trash it for input, and they certainly won't do in-place edits when used with the shell's redirection operators. The general solution to your problem is always to write to a different file than what you read: tr -d '\r' < filename > filename.n && mv filename.n filename (Note too the influence of the Society for the Suppression of Stray Cats -- save a process today!) Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:21:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98E537B406 for ; Wed, 26 Feb 2003 09:21:35 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id C4FAA43FA3 for ; Wed, 26 Feb 2003 09:21:33 -0800 (PST) (envelope-from mwm-dated-1046712093.e6e46f@mired.org) Received: (qmail 32290 invoked from network); 26 Feb 2003 17:21:33 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 17:21:33 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.63388.651459.922165@guru.mired.org> Date: Wed, 26 Feb 2003 11:21:32 -0600 To: kitsune Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording In-Reply-To: <20030225164720.021697c1.kitbsdlists@HotPOP.com> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> <20030225164720.021697c1.kitbsdlists@HotPOP.com> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 future, could you please insert newlines every 70 characters or so? In <20030225164720.021697c1.kitbsdlists@HotPOP.com>, kitsune typed: > now I dismis that both the error and record window and go to file>save audio as... Why are you diong the video save before trying the audio save. > >>> Using Audio IFF sound file headers > Sound data is not PCM in "/usr/temp/audiocCY5bg". Have you tried playing back that file? Have you checked to see what is in the file in any way? > it will let me record in any other format, excluding mp2/3, but the > play back button does not work for those... You just lost me. > I have it set on audio-auto on input and am just running a jumper > from the audio out on the tv card to the audio in on the sound card. > My sound on the system is provided pcm0 which is a VIA VT82C686A > using the AC97 codec. > The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I > am running freebsd 4.7. Is the mixer set up properly? fxtv doesn't fool with the mixer, but assumes you've set it up right. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:22:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D2A37B401; Wed, 26 Feb 2003 09:22:16 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D767143FA3; Wed, 26 Feb 2003 09:22:12 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (bios-2101-104.LIPS.Berkeley.EDU [128.32.96.42]) by kestrel.alerce.com (8.12.4/8.12.4) with ESMTP id h1QHLrk6073207 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 26 Feb 2003 09:21:54 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) X-Authentication-Warning: kestrel.alerce.com: Host bios-2101-104.LIPS.Berkeley.EDU [128.32.96.42] claimed to be rosebud.alerce.com Received: from rosebud.alerce.com (rosebud.alerce.com [127.0.0.1]) by rosebud.alerce.com (8.12.7/8.12.7) with ESMTP id h1QHM1fb050922 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 26 Feb 2003 09:22:01 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.7/8.12.6/Submit) id h1QHM0PY050919; Wed, 26 Feb 2003 09:22:00 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.63416.595988.941311@rosebud.alerce.com> Date: Wed, 26 Feb 2003 09:22:00 -0800 To: Andrew Boothman Cc: George Hartzell , Matt Smith , Lucas Holt , questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: "NTLDR missing" after 5-RELEASE install In-Reply-To: <3E5C9FD4.4050704@sms.ed.ac.uk> References: <9F67035A-48C9-11D7-8C19-0030656DD690@foolishgames.com> <1046192310.3e5ba0b6aa039@sms.ed.ac.uk> <1046193245.97029.12.camel@d80h149.public.uconn.edu> <1046216562.3e5bff7214b3b@sms.ed.ac.uk> <15964.882.143402.926923@rosebud.alerce.com> <3E5C9FD4.4050704@sms.ed.ac.uk> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: hartzell@kestrel.alerce.com (George Hartzell) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew Boothman writes: > [...] > It's possible I guess that we both suffered from the same problem. I'd > be inclined to think that it must be operator error over something wrong > with sysinstall since I've not seen people complaining of these problems > before, yet there must be loads of people dual-booting. Having said > that, I still can't understand what I did differently or how to prevent > the same thing from happening in the future. > > I guess I'll just use GRUB or something instead. > > Looks like my Windows drive is heading for a reformat.... :-/ I'm pretty sure that it's not operator error on my part, since it happened several times. I suspect that there aren't that many people playing with 5.0 that don't install the standard boot stuff, and so that path isn't exercised too much. It happened repeatedly for me, and one of the things that's on my list of things to do is to recreate it and file a PR, but it hasn't risen to the top of the queue yet. It's a bit problematic because I don't really want to loose the contents of that drive (it takes *forever* to get windows and office updated after the intial installs: reboot, reboot, reboot...) and it's not hard to imagine that whatever's bitten me the past few times might get me irrecoverably the next time... GRUB is cool. Backup's of your partition/slice/disklabel info are extra cool. g. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:24: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA41C37B401 for ; Wed, 26 Feb 2003 09:24:01 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id A3CEB43FA3 for ; Wed, 26 Feb 2003 09:23:58 -0800 (PST) (envelope-from mwm-dated-1046712238.199f47@mired.org) Received: (qmail 32357 invoked from network); 26 Feb 2003 17:23:58 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 17:23:58 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.63533.520513.93985@guru.mired.org> Date: Wed, 26 Feb 2003 11:23:57 -0600 To: Jim Trigg Cc: questions@freebsd.org Subject: Re: 4.7 Upgrade issue - Daniel Bye In-Reply-To: <20030226170922.GG46587@scadian.net> References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> <20030226154635.GG55640@catflap.home.slightlystrange.org> <20030226170922.GG46587@scadian.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030226170922.GG46587@scadian.net>, Jim Trigg typed: > On Wed, Feb 26, 2003 at 03:46:35PM +0000, Daniel Bye wrote: > > Yes, and the suggestions have been to follow the procedure in the handbook > > or the UPDATING file, as the buildworld process is carefully crafted to be > > done in that order. > I'm trying to minimize the amount that has to be done in single-user > mode (I don't have console access; I have to trust my hosting company's > tech support for that part). Is there any serious reason that mergemaster > needs to be run in single-user mode? No, there isn't. > Ideally, I'm trying to get something that needs no operator intervention > during single-user mode. Currently, if mergemaster can be run just > before booting into single-user mode, the operator needs to type one > command ("upgrade", a shell script in /root/bin which runs the fsck, > mount, swapon, cd, make installworld, and fastboot commands). If you really want, you can reboot multiuser on the new kernel, and run make installworld there. It's not tested, but I've done it successfully. I regularly boot multi-user, then drop back to single user to do installs from NFS-mounted /usr/src and /usr/obj. In fact, that's recommended at one place in the handbook. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:26:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2AE137B401 for ; Wed, 26 Feb 2003 09:26:42 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF2F43F75 for ; Wed, 26 Feb 2003 09:26:40 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1QHQcrX011416; Wed, 26 Feb 2003 12:26:38 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5CF8CE.6030209@potentialtech.com> Date: Wed, 26 Feb 2003 12:26:38 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Trigg Cc: questions@freebsd.org Subject: Re: 4.7 Upgrade issue - Daniel Bye References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> <20030226154635.GG55640@catflap.home.slightlystrange.org> <20030226170922.GG46587@scadian.net> 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 Jim Trigg wrote: > On Wed, Feb 26, 2003 at 03:46:35PM +0000, Daniel Bye wrote: > >>Yes, and the suggestions have been to follow the procedure in the handbook >>or the UPDATING file, as the buildworld process is carefully crafted to be >>done in that order. > > I'm trying to minimize the amount that has to be done in single-user > mode (I don't have console access; I have to trust my hosting company's > tech support for that part). Is there any serious reason that mergemaster > needs to be run in single-user mode? The canonical answer is "mergemaster can not update files that are in use" You'll need to trust your own judgement here ... but if you're sure that nobody is altering the files that mergemaster is updating, it will work fine. Depending on your system, it could be possible that while you're merging in new user/groups, some other user is running adduser, and one or the other of your changes will be lost (or worse). This is just an example of what could go wrong. As you go through mergemaster, think logically about your system's setup and whether or not it's safe to update that file. Obviously, "single- user mode" ensures that there's only a single user on the system, and guarantees this, but it's possible (if you know your system and the other potential users) to get away with it. Keep in mind that mergemaster is just a shell script. There's nothing to stop you from reading through it and determining what your risk factor is prior to trying it. (Hopefully Doug Barton won't take this the wrong way, as mergemaster is an _excellent_ shell script) And _always_ back up /etc before running mergemaster. It only has to save you from a stupid mistake 1 time to be worth it! (I know) > Ideally, I'm trying to get something that needs no operator intervention > during single-user mode. Currently, if mergemaster can be run just > before booting into single-user mode, the operator needs to type one > command ("upgrade", a shell script in /root/bin which runs the fsck, > mount, swapon, cd, make installworld, and fastboot commands). That sounds like a pretty good setup! -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:30:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C759937B401 for ; Wed, 26 Feb 2003 09:30:30 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B27B43FA3 for ; Wed, 26 Feb 2003 09:30:29 -0800 (PST) (envelope-from mwm-dated-1046712626.3125cc@mired.org) Received: (qmail 32602 invoked from network); 26 Feb 2003 17:30:26 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 17:30:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.63921.392773.786794@guru.mired.org> Date: Wed, 26 Feb 2003 11:30:25 -0600 To: Bill Moran Cc: Jim Trigg , questions@freebsd.org Subject: Re: 4.7 Upgrade issue - Daniel Bye In-Reply-To: <3E5CF8CE.6030209@potentialtech.com> References: <20030226152725.0B4EB43F3F@mx1.FreeBSD.org> <20030226154635.GG55640@catflap.home.slightlystrange.org> <20030226170922.GG46587@scadian.net> <3E5CF8CE.6030209@potentialtech.com> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <3E5CF8CE.6030209@potentialtech.com>, Bill Moran typed: > And _always_ back up /etc before running mergemaster. It only has to > save you from a stupid mistake 1 time to be worth it! (I know) This has worked so well for me, I'm going to suggest it to everyone here. Don't back up /etc. Store the files you modify in a source code control system. Use rcs, as that's part of the base system. Use cvs if you prefer it. Personally, I use perforce. That means you have backups of all the files you've changed. It also means you can get change histories for the files. It beats the dickens out of umpteen files called foo-back, foo-old, and etc. It works better than dated backups as well. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:32:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F8C37B401 for ; Wed, 26 Feb 2003 09:32:53 -0800 (PST) Received: from probsd.org (cpe-066-056-233-145.ec.rr.com [66.56.233.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A2643F3F for ; Wed, 26 Feb 2003 09:32:53 -0800 (PST) (envelope-from ms@probsd.org) Received: from probsd.org (probsd.org [192.168.1.4]) by probsd.org (Postfix) with SMTP id DC4D14657A for ; Wed, 26 Feb 2003 12:42:30 -0500 (EST) Received: from 192.168.1.4 (SquirrelMail authenticated user ms) by webmail.probsd.org with HTTP; Wed, 26 Feb 2003 12:42:30 -0500 (EST) Message-ID: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Date: Wed, 26 Feb 2003 12:42:30 -0500 (EST) Subject: IDE LiteON CD-RW supported by burncd? From: "Michael Sharp" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) 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 understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess with it under burncd? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:39:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A064D37B401 for ; Wed, 26 Feb 2003 09:39:27 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 856CD43F85 for ; Wed, 26 Feb 2003 09:39:22 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 19950 invoked from network); 26 Feb 2003 17:36:29 -0000 Received: from ticking.explosive.mail.net (HELO ticking) (205.205.25.116) by empire.explosive.mail.net with SMTP; 26 Feb 2003 17:36:29 -0000 Message-ID: <029901c2ddbe$1ff1f2f0$7419cdcd@ticking> From: "Adam Maas" To: , "Mike Meyer" References: <15964.62992.928552.950327@guru.mired.org> Subject: Re: Online intro to FreeBSD/Unix Date: Wed, 26 Feb 2003 12:40:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 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 Try the Handbook at www.freebsd.org It's HTML, but it's a good into, as well as a lot of FreeBSD specific stuff. The Crazy Finn ----- Original Message ----- From: "Mike Meyer" To: Sent: Wednesday, February 26, 2003 12:14 PM Subject: Online intro to FreeBSD/Unix > I have a client that wants to start using FreeBSD, because he wants to > get back into programming and wants to use the free compilers on > FreeBSD. However, he hasn't used Unix in 10 years or more, and has > forgotten all of it. > > Is there a PS or PDF document somewhere that serves as an introduction > to Unix/FreeBSD I can point him at for documentation? > > Thanks, > -- > Mike Meyer http://www.mired.org/consulting.html > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 9:46:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AFA237B401 for ; Wed, 26 Feb 2003 09:46:22 -0800 (PST) Received: from tina.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB2943F93 for ; Wed, 26 Feb 2003 09:46:21 -0800 (PST) (envelope-from tina@la3sg.net) Received: by tina.la3sg.net (Postfix, from userid 1001) id 7A56F14A68; Wed, 26 Feb 2003 18:46:22 +0100 (CET) Date: Wed, 26 Feb 2003 18:46:22 +0100 From: Kjell Midtseter To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IDE LiteON CD-RW supported by burncd? Message-ID: <20030226174622.GM243@tina.la3sg.net> Reply-To: junkmail@sensewave.com References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> User-Agent: Mutt/1.4i Sender: owner-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 Wednesday, 26 February 2003 at 12:42:30 -0500, Michael Sharp wrote: > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess > with it under burncd? > Yes, I am using one, 48x12x48x. Works fine. Kjell > Michael > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 10:13:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B26537B401 for ; Wed, 26 Feb 2003 10:13:32 -0800 (PST) Received: from doneasy.com (doneasy.com [207.106.112.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 2703443F3F for ; Wed, 26 Feb 2003 10:13:31 -0800 (PST) (envelope-from freebsd@doneasy.com) Received: (qmail 15660 invoked from network); 26 Feb 2003 22:59:36 -0000 Received: from unknown (HELO ) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 22:59:36 -0000 Reply-To: freebsd@doneasy.com From: "rew" To: "freebsd-questions@FreeBSD.ORG " Subject: upgrade issue RESOLUTION Date: Wed, 26 Feb 2003 17:59:36 -500 X-Authenticated-IP: [195.80.168.145] X-Sender: freebsd@doneasy.com X-Mailer: doneasy.com mailer ( http://www.doneasy.com ) MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Message-Id: <20030226181331.2703443F3F@mx1.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 Hi all, for prog in [ awk cat chflags chmod chown date echo egrep find grep \ ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl \ test true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done in Makefile.inc1 was failing because /bin/[ was nonexistent and Now I know it is a hard link to /bin/test Thanks for help. -------------------------------------------------------------------------------------- Get your FREE email, calendar, file storage, bookmarks, and other great services at http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!" -------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 10:17:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8F737B401 for ; Wed, 26 Feb 2003 10:17:17 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-7-73.abo.wanadoo.fr [217.128.208.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0756543FBF for ; Wed, 26 Feb 2003 10:17:13 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1QIH8Q2071379 for ; Wed, 26 Feb 2003 19:17:08 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "freebsd-questions@FreeBSD.ORG " Subject: antialiasing Date: Wed, 26 Feb 2003 19:17:07 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261917.07280.ajacoutot@lphp.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 Hi ! I have just upgraded to XFree86-libraries-4.2.1_7 and Xft-2.1_2 by the ports, and now I can't get antialiasing to work anymore. The file /usr/X11R6/lib/X11/XftConfig is gone. Do I miss something here... ? Thanks. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 10:19:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B52D37B401 for ; Wed, 26 Feb 2003 10:19:13 -0800 (PST) Received: from mail.hitmedia.com (mail.hitmedia.com [205.162.11.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 120FE43FA3 for ; Wed, 26 Feb 2003 10:19:13 -0800 (PST) (envelope-from bsd@hitmedia.com) Received: (qmail 24405 invoked by uid 0); 26 Feb 2003 18:19:12 -0000 Date: Wed, 26 Feb 2003 10:19:12 -0800 From: BSD baby To: Michael Sharp Cc: freebsd-questions@freebsd.org Subject: Re: IDE LiteON CD-RW supported by burncd? Message-ID: <20030226101912.A17325@mail.hitmedia.com> References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org>; from ms@probsd.org on Wed, Feb 26, 2003 at 12:42:30PM -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 > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess > with it under burncd? Yes actually it works GREAT! Use the -s 40 setting and it really does burn at 40x : burncd -f /dev/acd0c -s 40 data MYISO.iso fixate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 10:29:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B483137B401 for ; Wed, 26 Feb 2003 10:29:24 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8F43F75 for ; Wed, 26 Feb 2003 10:29:14 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18o6Im-00057P-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 10:29:08 -0800 Date: Wed, 26 Feb 2003 10:29:08 -0800 From: Nathan Kinkade To: freebsd-questions@FreeBSD.ORG Subject: Re: IDE LiteON CD-RW supported by burncd? Message-ID: <20030226182908.GW280@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gvPGo+RAdjC9O5ul" Content-Disposition: inline In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gvPGo+RAdjC9O5ul Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2003 at 12:42:30PM -0500, Michael Sharp wrote: > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess > with it under burncd? >=20 > Michael I'm using a 8x4x32 Liteon CD-RW ... it works fine with burncd. No special configuration needed. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --gvPGo+RAdjC9O5ul Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XQd0WZYS9EJQoEwRAvLXAKC54jdwnYcY4So8ttC2jF3vqQOp7wCdHM89 xBiGSF5vDsr8fihk3ONYmvM= =NsTG -----END PGP SIGNATURE----- --gvPGo+RAdjC9O5ul-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 10:50:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A043837B401 for ; Wed, 26 Feb 2003 10:50:44 -0800 (PST) Received: from hermes.fm.intel.com (fmr01.intel.com [192.55.52.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC7A43FB1 for ; Wed, 26 Feb 2003 10:50:43 -0800 (PST) (envelope-from william.f.hunt@intel.com) Received: from talaria.fm.intel.com (talaria.fm.intel.com [10.1.192.39]) by hermes.fm.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.51 2002/09/23 20:43:23 dmccart Exp $) with ESMTP id h1QIlLn02301 for ; Wed, 26 Feb 2003 18:47:26 GMT Received: from fmsmsxv040-1.fm.intel.com (fmsmsxvs040.fm.intel.com [132.233.42.124]) by talaria.fm.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.28 2003/01/13 19:44:39 dmccart Exp $) with SMTP id h1QIq1c09406 for ; Wed, 26 Feb 2003 18:52:04 GMT Received: from fmsmsx331-2.fm.intel.com ([132.233.42.156]) by fmsmsxv040-1.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2003022610504126902 for ; Wed, 26 Feb 2003 10:50:41 -0800 Received: from fmsmsx404.amr.corp.intel.com ([132.233.42.208]) by fmsmsx331-2.fm.intel.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 26 Feb 2003 10:50:23 -0800 content-class: urn:content-classes:message Subject: Networking Drivers Date: Wed, 26 Feb 2003 10:50:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <348846432D5298448844D13BE8C9636A82D3EA@fmsmsx404.fm.intel.com> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6334.0 X-MS-TNEF-Correlator: Thread-Topic: Networking Drivers Thread-Index: AcLdx+rmq9rUfETxQUiYD4C1jKM64Q== From: "Hunt, William F" To: X-OriginalArrivalTime: 26 Feb 2003 18:50:23.0996 (UTC) FILETIME=[EB8DBBC0:01C2DDC7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Where can I find networking drivers for Intel silicon? Bill Hunt Technical Marketing Engineer PNG Networking Components Application Design In Center Intel Americas Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 11: 4:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DAE37B401 for ; Wed, 26 Feb 2003 11:04:32 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120E543FAF for ; Wed, 26 Feb 2003 11:04:31 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <2003022619043005300oi7p0e>; Wed, 26 Feb 2003 19:04:30 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.7/8.12.7) with ESMTP id h1QJ4T0l065005 for ; Wed, 26 Feb 2003 14:04:29 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.7/8.12.6/Submit) id h1QJ4SA7065002; Wed, 26 Feb 2003 14:04:28 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: 4.7 Upgrade issue References: <20030226144352.5202D43FBD@mx1.FreeBSD.org> <20030226145024.GE55640@catflap.home.slightlystrange.org> <200302261659.53407.will@unfoldings.net> <20030226151622.GF55640@catflap.home.slightlystrange.org> From: Lowell Gilbert Date: 26 Feb 2003 14:04:28 -0500 In-Reply-To: <20030226151622.GF55640@catflap.home.slightlystrange.org> Message-ID: <44lm02kgn7.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 Daniel Bye writes: > Agreed, but in this context, I think we are talking about running the > disparate kernel and world, in either event, only as long as it takes to get > both parts, the new kernel and the new world, installed. Surely, an old > world on a new kernel will have the exact same problems (or the exact > opposite problems?), in that newly-built programs such as ps and top may > have been altered to take account of new kernel memory structures etc, which > won't be available until the new kernel is installed and booted. > > Anyone who is up to using buildworld should have enough understanding to > know that you have to build and install both parts for your system to work > properly. Yes, *assuming* everything goes fine, either method works equally well. The difference is what you can do if something goes wrong. If you are running a new kernel on an old world, you can reboot with your old kernel, but if you're running an old kernel on a new world when things blow up, you're hosed, and have to start installing from clean media. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 11:25:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4964E37B401 for ; Wed, 26 Feb 2003 11:25:07 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id BBCC243F85 for ; Wed, 26 Feb 2003 11:25:06 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 19:25:02 -0000 To: "Questions" Date: Wed, 26 Feb 2003 11:25:02 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 Reply-To: bsdaemon@eudoramail.com X-Sent-Mail: on X-Mailer: MailCity Service Subject: ipfw troubleshooting (was ipfw rule placement) X-Priority: 3 X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: multipart/mixed; boundary="=_-=_-OFJHBOEFHNKIHBAA" 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 This is a multi-part message in MIME format. You need a MIME compliant mail reader to completely decode it. --=_-=_-OFJHBOEFHNKIHBAA Content-Language: en Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 1029 Content-Transfer-Encoding: 7bit Hello I am running 4.7-release p6 as a gateway (ipfw+natd). Thanks to those of you who helped me firm up my ruleset. Natd is running and configured, however, I am not able to do port redirection or http from the outside. (Firewall disk crashed over the weekend, and I didn't have things properly backed up). My firewall log is flooded with this message: [date and time]churgeon /kernel: ipfw: Deny UDP 10.142.240.1:67 255.255.255.255:68 in via ed1 When I run sockstat, I see that dhclient is listening for udp packets on port 68: root dhclient 62 4 udp4 *:68 *:* Attached is my ipfw ruleset. I'd like to know if I need to allow these packets (if they're required by dhclient, etc.). Just in case, I've attached natd.conf and rc.conf, as well. Thanks for any help. --- Joshua Lokken FreeBSD: The Power to Serve! bsdaemon@eudoramail.com --------------------------------> Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com --=_-=_-OFJHBOEFHNKIHBAA Content-Type: text/plain; charset=us-ascii; name="firewall.conf" Content-Language: en Content-Length: 753 Content-Transfer-Encoding: 7bit #!/bin/sh fwcmd="/sbin/ipfw" oif="ed1" oip="xxx.xxx.xxx.xxx" iif="rl0" inwr="10.0.0.0/8" iip="10.0.0.1" ns1="204.127.198.4" ns2="216.148.227.68" ns3="207.228.252.107" ns4="64.246.26.64" $fwcmd -f flush $fwcmd add allow all from any to any via lo0 $fwcmd add divert natd all from any to any via $oif $fwcmd add allow icmp from any to any icmptypes 3,4,11,12 $fwcmd add check-state $fwcmd add allow udp from $oip to any via $oif keep-state $fwcmd add allow tcp from any to $oip 22,25,80,110,443,6346,22002,22003,22010 setup via $oif keep-state $fwcmd add allow ip from $oip to any keep-state out via $oif $fwcmd add allow ip from $inwr to any keep-state via $iif $fwcmd add 65435 deny log ip from any to any --=_-=_-OFJHBOEFHNKIHBAA Content-Type: text/plain; charset=us-ascii; name="natd.conf" Content-Language: en Content-Length: 581 Content-Transfer-Encoding: 7bit # natd.conf # flags interface ed1 dynamic yes unregistered_only yes # Web and mail redirect_port tcp 10.0.0.10:8080 80 redirect_port udp 10.0.0.10:8080 80 redirect_port tcp 10.0.0.10:443 443 redirect_port udp 10.0.0.10:443 443 # SSH redirect_port tcp 10.0.0.2:22 22002 redirect_port udp 10.0.0.2:22 22002 redirect_port tcp 10.0.0.3:22 22003 redirect_port udp 10.0.0.3:22 22003 redirect_port tcp 10.0.0.10:22 22010 redirect_port udp 10.0.0.10:22 22010 # VNC redirect_port tcp 10.0.0.2:5900-5910 5900-5910 redirect_port udp 10.0.0.2:5900-5910 5900-5910 --=_-=_-OFJHBOEFHNKIHBAA Content-Type: text/plain; charset=us-ascii; name="rc.conf" Content-Language: en Content-Length: 645 Content-Transfer-Encoding: 7bit # -- sysinstall generated deltas -- # Sat Feb 15 13:14:18 2003 # Created: Sat Feb 15 13:14:18 2003 network_interfaces="lo0 ed1 rl0" hostname="churgeon.joshualokken.com" ifconfig_ed1="DHCP" ifconfig_rl0="inet 10.0.0.1 netmask 255.0.0.0" inetd_enable="NO" kern_securelevel_enable="YES" kern_securelevel="1" nfs_reserved_port_only="YES" sendmail_enable="NONE" sshd_enable="YES" syslogd_enable="YES" syslogd_flags="-ss" gateway_enable="YES" firewall_enable="YES" natd_enable="YES" natd_interface="ed1" natd_flags="-f /etc/natd.conf" firewall_script="/etc/firewall.conf" tcp_extensions="YES" icmp_drop_redirect="YES" --=_-=_-OFJHBOEFHNKIHBAA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 11:32:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBF737B401 for ; Wed, 26 Feb 2003 11:32:22 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98F943FA3 for ; Wed, 26 Feb 2003 11:32:20 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o7Hs-0003Qu-00; Wed, 26 Feb 2003 21:32:16 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18o7He-0003Qn-00; Wed, 26 Feb 2003 21:32:04 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18o7Ha-0007he-00; Wed, 26 Feb 2003 21:31:58 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18o7HZ-0005YI-00; Wed, 26 Feb 2003 21:31:57 +0200 From: Willie Viljoen To: "Michael Sharp" , Subject: Re: IDE LiteON CD-RW supported by burncd? Date: Wed, 26 Feb 2003 21:31:57 +0200 User-Agent: KMail/1.5 References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302262131.57369.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18o7He-0003Qn-00*NqCxf1LgDd2* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 Wednesday 26 February 2003 19:42, someone, possibly Michael Sharp, typed: > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess > with it under burncd? In addition to working with burncd, you can also get this drive to work with cdrtools if you want by making it appear to be a SCSI device. You will need a 4.7-RELEASE or newer system (check the Handbook for upgrading instructions) and you will need to recompile your kernel with atleast: device ata device atapicd device atapicam device scbus device pass device cd Some IDE CD-R/RW devices will only work this way... those that do not implement the standards that SS adheres strictly to in the burncd code. However, this drive, according to numerous posts, will work fine, and does implement those standards (which is rather impressive) The advantage to using it with ATAPICAM rather than burncd is that you will also be able to use the other tools from the cdrtools package, cdrecord, cdda2wav, etc, and the numerous front ends that have been designed for them. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 11:39:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F04437B401 for ; Wed, 26 Feb 2003 11:39:40 -0800 (PST) Received: from samson.sentinelchicken.net (h-64-105-205-76.CMBRMAOR.covad.net [64.105.205.76]) by mx1.FreeBSD.org (Postfix) with SMTP id AC6E143FF3 for ; Wed, 26 Feb 2003 11:39:37 -0800 (PST) (envelope-from jwm@sentinelchicken.net) Received: (qmail 58016 invoked by uid 1000); 26 Feb 2003 19:41:01 -0000 Date: Wed, 26 Feb 2003 14:41:01 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Subject: Adobe fonts (installed in Win2k) use Message-ID: <20030226194101.GA58000@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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 several Adobe fonts that I would like to use in FreeBSD. It appears that by their extensions (.pfb, .pfm) that they are postscript fonts. Can I use these in X? Thanks, Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 11:46:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986A737B401 for ; Wed, 26 Feb 2003 11:46:12 -0800 (PST) Received: from whowhere.com (in02-fes1.whowhere.com [209.202.220.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A00243FA3 for ; Wed, 26 Feb 2003 11:46:12 -0800 (PST) (envelope-from bsdaemon@eudoramail.com) Received: from Unknown/Local ([?.?.?.?]) by whowhere.com; Wed, 26 Feb 2003 19:45:51 -0000 To: "Questions" Date: Wed, 26 Feb 2003 11:45:51 -0800 From: "Joshua Lokken" Message-ID: Mime-Version: 1.0 X-Sent-Mail: on Reply-To: bsdaemon@eudoramail.com X-Mailer: MailCity Service X-Priority: 3 Subject: ipfw troubleshooting (was ipfw rule placement) X-Sender-Ip: 130.94.160.46 Organization: Lycos Mail (http://www.mail.eudoramail.com) Content-Type: multipart/mixed; boundary="=_-=_-CBPKHBAMMBNIHBAA" 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 This is a multi-part message in MIME format. You need a MIME compliant mail reader to completely decode it. --=_-=_-CBPKHBAMMBNIHBAA Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 1043 Content-Transfer-Encoding: 7bit Hello I am running 4.7-release p6 as a gateway (ipfw+natd). Thanks to those of you who helped me firm up my ruleset. Natd is running and configured, however, I am not able to do port redirection or http from the outside. (Firewall disk crashed over the weekend, and I didn't have things properly backed up). My firewall log is flooded with this message: [date and time]churgeon /kernel: ipfw: Deny UDP 10.142.240.1:67 255.255.255.255:68 in via ed1 When I run sockstat, I see that dhclient is listening for udp packets on port 68: root dhclient 62 4 udp4 *:68 *:* Attached is my ipfw ruleset. I'd like to know if I need to allow these packets (if they're required by dhclient, etc.). Just in case, I've attached natd.conf and rc.conf, as well. Thanks for any help. --- Joshua Lokken FreeBSD: The Power to Serve! bsdaemon@eudoramail.com --------------------------------> Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com --=_-=_-CBPKHBAMMBNIHBAA Content-Type: text/plain; charset=us-ascii; name="firewall.conf" Content-Language: en Content-Length: 742 Content-Transfer-Encoding: 7bit fwcmd="/sbin/ipfw" oif="ed1" oip="xxx.xxx.xxx.xxx" iif="rl0" inwr="10.0.0.0/8" iip="10.0.0.1" ns1="204.127.198.4" ns2="216.148.227.68" ns3="207.228.252.107" ns4="64.246.26.64" $fwcmd -f flush $fwcmd add allow all from any to any via lo0 $fwcmd add divert natd all from any to any via $oif $fwcmd add allow icmp from any to any icmptypes 3,4,11,12 $fwcmd add check-state $fwcmd add allow udp from $oip to any via $oif keep-state $fwcmd add allow tcp from any to $oip 22,25,80,110,443,6346,22002,22003,22010 setup via $oif keep-state $fwcmd add allow ip from $oip to any keep-state out via $oif $fwcmd add allow ip from $inwr to any keep-state via $iif $fwcmd add 65435 deny log ip from any to any --=_-=_-CBPKHBAMMBNIHBAA Content-Type: text/plain; charset=us-ascii; name="natd.conf" Content-Language: en Content-Length: 581 Content-Transfer-Encoding: 7bit # natd.conf # flags interface ed1 dynamic yes unregistered_only yes # Web and mail redirect_port tcp 10.0.0.10:8080 80 redirect_port udp 10.0.0.10:8080 80 redirect_port tcp 10.0.0.10:443 443 redirect_port udp 10.0.0.10:443 443 # SSH redirect_port tcp 10.0.0.2:22 22002 redirect_port udp 10.0.0.2:22 22002 redirect_port tcp 10.0.0.3:22 22003 redirect_port udp 10.0.0.3:22 22003 redirect_port tcp 10.0.0.10:22 22010 redirect_port udp 10.0.0.10:22 22010 # VNC redirect_port tcp 10.0.0.2:5900-5910 5900-5910 redirect_port udp 10.0.0.2:5900-5910 5900-5910 --=_-=_-CBPKHBAMMBNIHBAA Content-Type: text/plain; charset=us-ascii; name="rc.conf" Content-Language: en Content-Length: 645 Content-Transfer-Encoding: 7bit # -- sysinstall generated deltas -- # Sat Feb 15 13:14:18 2003 # Created: Sat Feb 15 13:14:18 2003 network_interfaces="lo0 ed1 rl0" hostname="churgeon.joshualokken.com" ifconfig_ed1="DHCP" ifconfig_rl0="inet 10.0.0.1 netmask 255.0.0.0" inetd_enable="NO" kern_securelevel_enable="YES" kern_securelevel="1" nfs_reserved_port_only="YES" sendmail_enable="NONE" sshd_enable="YES" syslogd_enable="YES" syslogd_flags="-ss" gateway_enable="YES" firewall_enable="YES" natd_enable="YES" natd_interface="ed1" natd_flags="-f /etc/natd.conf" firewall_script="/etc/firewall.conf" tcp_extensions="YES" icmp_drop_redirect="YES" --=_-=_-CBPKHBAMMBNIHBAA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12: 6:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0630E37B401 for ; Wed, 26 Feb 2003 12:06:50 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5F343F3F for ; Wed, 26 Feb 2003 12:06:48 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1QK6g5U079851 for ; Wed, 26 Feb 2003 20:06:42 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1QK6fnk079850 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 20:06:41 GMT Date: Wed, 26 Feb 2003 20:06:41 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Networking Drivers Message-ID: <20030226200641.GA79612@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <348846432D5298448844D13BE8C9636A82D3EA@fmsmsx404.fm.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <348846432D5298448844D13BE8C9636A82D3EA@fmsmsx404.fm.intel.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 26, 2003 at 10:50:23AM -0800, Hunt, William F wrote: > Where can I find networking drivers for Intel silicon? Source code for most current networking chipsets can be found in http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/ With very few exceptions drivers for all devices supported under FreeBSD are included with the system source code. As far as I know, none of the externally supplied drivers are for network interfaces. See also: http://www.freebsd.org/releases/5.0R/hardware-i386.html http://www.freebsd.org/releases/4.7R/hardware-i386.html Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12: 7:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C0F37B406 for ; Wed, 26 Feb 2003 12:07:43 -0800 (PST) Received: from grassmarket.ucs.ed.ac.uk (grassmarket.ucs.ed.ac.uk [129.215.166.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C3343FBD for ; Wed, 26 Feb 2003 12:07:41 -0800 (PST) (envelope-from bruce@cran.org.uk) Received: from fourtytwo.brucec.backnet (12266209.resnet.ed.ac.uk [10.6.0.100] (may be forged)) by grassmarket.ucs.ed.ac.uk (8.11.6/8.11.6) with ESMTP id h1QK7Qh05783 for ; Wed, 26 Feb 2003 20:07:40 GMT Received: from fourtytwo.brucec.backnet (localhost.fourtytwo.brucec.backnet [127.0.0.1]) by fourtytwo.brucec.backnet (8.12.6/8.12.6) with ESMTP id h1QK7Ob1004230 for ; Wed, 26 Feb 2003 20:07:24 GMT (envelope-from bruce@fourtytwo.brucec.backnet) Received: (from bruce@localhost) by fourtytwo.brucec.backnet (8.12.6/8.12.6/Submit) id h1QK7Oxn004229 for freebsd-questions@freebsd.org; Wed, 26 Feb 2003 20:07:24 GMT Date: Wed, 26 Feb 2003 20:07:24 +0000 From: Bruce Cran To: freebsd-questions@freebsd.org Subject: where is gated? Message-ID: <20030226200724.GA4208@fourtytwo.brucec.backnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-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 just setup a network, and have been thinking about configuring the routing. I've seen various references to gated in the documentation, which seems to suggest that it's part of the base FreeBSD installation. I've found /usr/src/etc/rc.d/gated on my -current box, but there doesn't appear to be any corresponding source code or binary. There also doesn't appear to be a port for gated - has it been removed from FreeBSD, or am I just missing something? Bruce Cran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:10: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7160337B401 for ; Wed, 26 Feb 2003 12:10:02 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10BC43F93 for ; Wed, 26 Feb 2003 12:10:01 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 6CAA33D28; Wed, 26 Feb 2003 15:10:19 -0500 (EST) From: "Dan Langille" To: freebsd-questions@FreeBSD.org Date: Wed, 26 Feb 2003 15:13:22 -0500 MIME-Version: 1.0 Subject: Compaq laptop CDROM troubles Cc: dan@langille.org Message-ID: <3E5CD992.26785.38A2B4EF@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT 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 I am trying to mount the CD on on Compaq Presario 1620 running 4.6- STABLE (1 Aug 2002). FWIW, I do not know if this CD drive is in operating condition and have never used the CD drive. dmesg shows this: acd0: CDROM at ata1-master PIO4 Attempts to mount give this error: # mount /dev/acd0a /cdrom acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 mount: /dev/acd0a: Input/output error # mount -t cd9660 -o ro /dev/acd0c /cdrom acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 cd9660: /dev/acd0c: Input/output error If I don't have a CD in the drive, I get this error: # mount -t cd9660 -o ro /dev/acd0c /cdrom cd9660: /dev/acd0c: Input/output error Is this an indication that the drive is functional Clues? Thank you. -- Dan Langille : http://www.langille.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:11:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD5F037B401 for ; Wed, 26 Feb 2003 12:11:15 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564AE43FAF for ; Wed, 26 Feb 2003 12:11:14 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1QKB65U079937 for ; Wed, 26 Feb 2003 20:11:06 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1QKB6fK079936 for freebsd-questions@FreeBSD.ORG; Wed, 26 Feb 2003 20:11:06 GMT Date: Wed, 26 Feb 2003 20:11:06 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: where is gated? Message-ID: <20030226201106.GB79612@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030226200724.GA4208@fourtytwo.brucec.backnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226200724.GA4208@fourtytwo.brucec.backnet> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 26, 2003 at 08:07:24PM +0000, Bruce Cran wrote: > I've just setup a network, and have been thinking about configuring the > routing. I've seen various references to gated in the documentation, > which seems to suggest that it's part of the base FreeBSD installation. > I've found /usr/src/etc/rc.d/gated on my -current box, but there doesn't > appear to be any corresponding source code or binary. There also doesn't > appear to be a port for gated - has it been removed from FreeBSD, or am > I just missing something? Nope. gated has been removed from the ports collection: happy-idiot-talk:/usr/ports:% grep -i gated MOVED net/gated||2002-12-13|no longer distributed by vendor Try GNU zebra instead. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:11:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5190A37B401; Wed, 26 Feb 2003 12:11:17 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E7543FBD; Wed, 26 Feb 2003 12:11:15 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QKBCb0085110; Wed, 26 Feb 2003 12:11:14 -0800 (PST) From: "Aaron Burke" To: , "FreeBSD-Stable@freebsd.org" Subject: Networking Drivers for Intel Silicon Date: Wed, 26 Feb 2003 12:11:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE 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 Forwarded to these lists on behalf of William F Hunt. > > > Where can I find networking drivers for Intel silicon? > > There are a few available. Which card(s) do you need to > > support? > > http://developer.intel.com/design/network/drivers/index.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:11:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD2A37B40A for ; Wed, 26 Feb 2003 12:11:21 -0800 (PST) Received: from bellsouth.net (adsl-156-148-140.owb.bellsouth.net [66.156.148.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D9A43FBF for ; Wed, 26 Feb 2003 12:11:20 -0800 (PST) (envelope-from c_bryan@bellsouth.net) Received: from bellsouth.net (localhost [127.0.0.1]) by bellsouth.net (8.12.6/8.12.6) with ESMTP id h1QKCCN1040917 for ; Wed, 26 Feb 2003 14:12:12 -0600 (CST) (envelope-from c_bryan@bellsouth.net) Received: (from c_bryan@localhost) by bellsouth.net (8.12.6/8.12.6/Submit) id h1QKCBe5040897 for freebsd-questions@freebsd.org; Wed, 26 Feb 2003 14:12:11 -0600 (CST) Date: Wed, 26 Feb 2003 14:10:51 -0600 From: Bryan Cassidy To: freebsd-questions@freebsd.org Subject: mac file to unix format Message-ID: <20030226201051.GA40880@bellsouth.net> Reply-To: Bryan Cassidy Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-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 many Mac wallpapers online that are in .sit format and I was wondering if there was a way I could convert a .sit file to say a .png file so I could use the image on freebsd 5? thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:11:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0C737B401 for ; Wed, 26 Feb 2003 12:11:27 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E5443FBF for ; Wed, 26 Feb 2003 12:11:25 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QKBCb2085110; Wed, 26 Feb 2003 12:11:15 -0800 (PST) From: "Aaron Burke" To: , Subject: RE: ipfw troubleshooting (was ipfw rule placement) Date: Wed, 26 Feb 2003 12:11:12 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) 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 (snip) > My firewall log is flooded with this message: > > [date and time]churgeon /kernel: ipfw: Deny UDP 10.142.240.1:67 > 255.255.255.255:68 in via ed1 Ports 67 and 68 are used by DHCP. If you get your IP address from a DHCP server, or you are serving or using DHCP on this interface, you will need to leave them open. > > When I run sockstat, I see that dhclient is listening for udp > packets on port 68: > > root dhclient 62 4 udp4 *:68 *:* > > Attached is my ipfw ruleset. I'd like to know if I need to allow > these packets (if they're required by dhclient, etc.). > Just in case, I've attached natd.conf and rc.conf, as well. > Thanks for any help. Thats what we are here for. > --- > Joshua Lokken > FreeBSD: The Power to Serve! > bsdaemon@eudoramail.com > --------------------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:15: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87CB137B401 for ; Wed, 26 Feb 2003 12:15:06 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18E143FA3 for ; Wed, 26 Feb 2003 12:15:05 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id EB695210A7C for ; Wed, 26 Feb 2003 20:14:33 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id 10C461800CA for ; Wed, 26 Feb 2003 20:14:30 +0000 (UTC) Date: Wed, 26 Feb 2003 09:17:57 -0600 From: kitsune To: freebsd-questions@FreeBSD.ORG Subject: Re: video recording Message-Id: <20030226091757.00c3f0f8.kitbsdlists@HotPOP.com> In-Reply-To: <15964.63388.651459.922165@guru.mired.org> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> <20030225164720.021697c1.kitbsdlists@HotPOP.com> <15964.63388.651459.922165@guru.mired.org> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 On Wed, 26 Feb 2003 11:21:32 -0600 Mike Meyer wrote: > In the future, could you please insert newlines every 70 characters or > so? Cool. > In <20030225164720.021697c1.kitbsdlists@HotPOP.com>, kitsune typed: > > now I dismis that both the error and record window and go to file>save audio as... > > Why are you diong the video save before trying the audio save. Becuase it is the exact same problem. This way it easyier to test multilple settings under. > > >>> Using Audio IFF sound file headers > > Sound data is not PCM in "/usr/temp/audiocCY5bg". > > Have you tried playing back that file? Have you checked to see what is > in the file in any way? > > > it will let me record in any other format, excluding mp2/3, but the > > play back button does not work for those... > > You just lost me. Exactly what is says... it will record in other formats with out producing a error message but the button marked playback does nothing. > > I have it set on audio-auto on input and am just running a jumper > > from the audio out on the tv card to the audio in on the sound card. > > My sound on the system is provided pcm0 which is a VIA VT82C686A > > using the AC97 codec. > > The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I > > am running freebsd 4.7. > > Is the mixer set up properly? fxtv doesn't fool with the mixer, but > assumes you've set it up right. Afaik the mixer is fine. I have never really messed with it for recording thought To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:16:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9CB37B401 for ; Wed, 26 Feb 2003 12:16:15 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAEA43FA3 for ; Wed, 26 Feb 2003 12:16:13 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.100.1]) by energyhq.homeip.net (Postfix) with SMTP id 542E7AF59B; Wed, 26 Feb 2003 21:16:14 +0100 (CET) Date: Wed, 26 Feb 2003 21:16:39 +0100 From: Miguel Mendez To: Bryan Cassidy Cc: freebsd-questions@freebsd.org Subject: Re: mac file to unix format Message-Id: <20030226211639.22dc418b.flynn@energyhq.homeip.net> In-Reply-To: <20030226201051.GA40880@bellsouth.net> References: <20030226201051.GA40880@bellsouth.net> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=..Rxlb_gVLuMS_r Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 26 Feb 2003 14:10:51 -0600 Bryan Cassidy wrote: Howdy, > I have found many Mac wallpapers online that are in .sit format and I > was wondering if there was a way I could convert a .sit file to say a > .png file so I could use the image on freebsd 5? .sit files are compressed with StuffIt, a very common compression program for Mac. You can use archivers/stuffit to expand them. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! Tired of Spam? -> http://www.trustic.com --=..Rxlb_gVLuMS_r Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+XSCrnLctrNyFFPERApdCAJ9MIHY4F84IcyMZEadgI2k0N3fPYACgk3+f mYtTPxtWfZuZUUVrnfbMnUw= =/EMo -----END PGP SIGNATURE----- --=..Rxlb_gVLuMS_r-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:17: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C8337B408 for ; Wed, 26 Feb 2003 12:17:05 -0800 (PST) Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.103.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BA543FB1 for ; Wed, 26 Feb 2003 12:17:05 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: from wopr.caltech.edu (localhost.caltech.edu [127.0.0.1]) by wopr.caltech.edu (8.12.3/8.12.3) with ESMTP id h1QKH33v031791; Wed, 26 Feb 2003 12:17:03 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.12.3/8.12.3/Submit) id h1QKH3dr031790; Wed, 26 Feb 2003 12:17:03 -0800 (PST) Date: Wed, 26 Feb 2003 12:17:02 -0800 From: Matthew Hunt To: Bryan Cassidy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mac file to unix format Message-ID: <20030226201702.GA31750@wopr.caltech.edu> References: <20030226201051.GA40880@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226201051.GA40880@bellsouth.net> User-Agent: Mutt/1.5.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 Wed, Feb 26, 2003 at 02:10:51PM -0600, Bryan Cassidy wrote: > I have found many Mac wallpapers online that are in .sit format and I > was wondering if there was a way I could convert a .sit file to say a > .png file so I could use the image on freebsd 5? .sit is Stuffit, an archiver/compressor similar to zip, or tar+gzip. You'll need to extract the file(s) in the archive and see what graphics format they're really in. Take a look at /usr/ports/archivers/stuffit. I don't know if it works with all Stuffit files or not (e.g. it may be outdated). -- Matthew Hunt * Eight lanes of shimmering cement from http://www.pobox.com/~mph/ * here to Pasadena! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:24: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC86B37B401 for ; Wed, 26 Feb 2003 12:24:07 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id AAECC43FB1 for ; Wed, 26 Feb 2003 12:24:06 -0800 (PST) (envelope-from mwm-dated-1046723046.430f72@mired.org) Received: (qmail 34758 invoked from network); 26 Feb 2003 20:24:06 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Feb 2003 20:24:06 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15965.8805.400069.125441@guru.mired.org> Date: Wed, 26 Feb 2003 14:24:05 -0600 To: Jason Morgan Cc: freebsd-questions@freebsd.org Subject: Re: Adobe fonts (installed in Win2k) use In-Reply-To: <20030226194101.GA58000@sentinelchicken.net> References: <20030226194101.GA58000@sentinelchicken.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030226194101.GA58000@sentinelchicken.net>, Jason Morgan typed: > I have several Adobe fonts that I would like to use in FreeBSD. It > appears that by their extensions (.pfb, .pfm) that they are postscript > fonts. Can I use these in X? Yup, those are postscript, and you can use them with X. Walk through the fonts & Freebsd article at for instructions on how to set that up. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:26: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D560437B401 for ; Wed, 26 Feb 2003 12:26:05 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F3343F93 for ; Wed, 26 Feb 2003 12:26:05 -0800 (PST) (envelope-from ukla@attbi.com) Received: from [192.168.1.100] (c-66-229-208-206.we.client2.attbi.com[66.229.208.206]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2003022620260400100a6c3ve>; Wed, 26 Feb 2003 20:26:04 +0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Wed, 26 Feb 2003 12:26:05 -0800 Subject: Deleting a soft link that points to a directory - how? From: Steve Warwick To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey All, I cannot seem to delete a soft link (ln -s) that is pointing to a directory without renaming the directory first. If I try to delete the link it complains that the link is a directory (which it is pointing to). If I delete using rm -rf, it deletes the directory that is pointed to but not the link -- I have been burned by that one! FreeBSD 4.3 Here is a little test: %pwd /tmp %mkdir me %cd /root %ln -s /tmp/me MyTmp %rm -f MyTmp/ rm: MyTmp/: is a directory % %rm -rf MyTmp/ (deletes the directory it points to) %rm -f MyTmp (deletes the link) % Help, suggestions, magic? Thanks Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:31:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A17137B401 for ; Wed, 26 Feb 2003 12:31:19 -0800 (PST) Received: from 12-229-238-38.client.attbi.com (12-229-238-38.client.attbi.com [12.229.238.38]) by mx1.FreeBSD.org (Postfix) with SMTP id BA7B243F93 for ; Wed, 26 Feb 2003 12:31:18 -0800 (PST) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 38641 invoked from network); 27 Feb 2003 20:29:50 -0000 Received: from unknown (HELO bartxp) (192.168.0.2) by 12-229-238-38.client.attbi.com with SMTP; 27 Feb 2003 20:29:49 -0000 From: "Derrick Ryalls" To: "'Steve Warwick'" , Subject: RE: Deleting a soft link that points to a directory - how? Date: Wed, 26 Feb 2003 12:29:04 -0800 Message-ID: <00f001c2ddd5$b72df490$0200a8c0@bartxp> 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.4024 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 cannot seem to delete a soft link (ln -s) that is pointing > to a directory without renaming the directory first. If I try > to delete the link it complains that the link is a directory > (which it is pointing to). If I delete using rm -rf, it > deletes the directory that is pointed to but not the link -- > I have been burned by that one! > > FreeBSD 4.3 > > Here is a little test: > > %pwd > /tmp > %mkdir me > %cd /root > %ln -s /tmp/me MyTmp > %rm -f MyTmp/ > rm: MyTmp/: is a directory > % > %rm -rf MyTmp/ (deletes the directory it points to) > %rm -f MyTmp (deletes the link) > % Try not using the trailing slash: ===[root] /data/test # ls ===[root] /data/test # ln -s /tmp/me MyTmp ===[root] /data/test # ls MyTmp@ ===[root] /data/test # rm -f MyTmp/ ===[root] /data/test # ls MyTmp@ ===[root] /data/test # rm MyTmp ===[root] /data/test # ls ===[root] /data/test # Also, don't do is as root like me :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:31:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0175837B401 for ; Wed, 26 Feb 2003 12:31:47 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB2843F75 for ; Wed, 26 Feb 2003 12:31:45 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.7/8.12.7) with ESMTP id h1QKVhxc087325 for ; Wed, 26 Feb 2003 14:31:44 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: Deleting a soft link that points to a directory - how? From: Kirk Strauser Date: Wed, 26 Feb 2003 14:31:43 -0600 In-Reply-To: (Steve Warwick's message of "Wed, 26 Feb 2003 12:26:05 -0800") Message-ID: <87smuahjgw.fsf@strauser.com> Lines: 17 X-Mailer: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-26T20:26:05Z, Steve Warwick writes: > %rm -f MyTmp/ > rm: MyTmp/: is a directory > % > %rm -rf MyTmp/ (deletes the directory it points to) > %rm -f MyTmp (deletes the link) > % > Help, suggestions, magic? `MyTmp/' reference to the target. `MyTmp' (without the slash) refers to the link. Abracadabra! =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+XSQv5sRg+Y0CpvERAjFAAJ0XnJfUnBPStcKySR0pqOf7658JwwCfWank uLMDtalPhDYB5XWkzPaka6o= =Fi0Z -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:45:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C7837B401 for ; Wed, 26 Feb 2003 12:45:56 -0800 (PST) Received: from hermes.pressenter.com (hermes.pressenter.com [209.224.20.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8329243F85 for ; Wed, 26 Feb 2003 12:45:54 -0800 (PST) (envelope-from nospam@hiltonbsd.com) Received: from [209.224.35.110] (helo=daggar.sbgnet.net) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 18o8R6-00008z-00; Wed, 26 Feb 2003 14:45:53 -0600 Date: Wed, 26 Feb 2003 14:46:04 -0600 From: Stephen Hilton To: Mike Alich Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Devices Delay Message-Id: <20030226144604.3a26e284.nospam@hiltonbsd.com> In-Reply-To: <5.2.0.9.2.20030226102309.02a46fb8@mail.whtech.net> References: <5.2.0.9.2.20030226102309.02a46fb8@mail.whtech.net> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Wed, 26 Feb 2003 10:30:46 -0500 Mike Alich wrote: > I use to run an ABIT Dual Processor board with 2 1 gig processors on it and > recently upgraded to a single Titan P4 2GIG Celeron single processor board > and I am now having a weird problem and I hope you can help. > > With the old board on boot up the system would say Waiting for SCSI Devices > to Settle before the OS probed out the devices. > > Now after the new board was installed the OS decides to Wait for the SCSI > Devices to settle after all the devices are probed and about 50% of the > time the SCSI devices time out and we have to do another reboot. > > We are running FreeBSD 3.3-RELEASE. The SCSI devices I have been referring > to are our Raid 5 drives. We have 4 Cheetah 10K drive on a DPT Raid card. > > I have recompiled the kernel and this has not helped either. Mike, You can control the settle time with this kernel config option: options SCSI_DELAY=3000 #Delay (in ms) before probing SCSI Add this line to your kernel config and set the SCSI_DELAY= to a reasonable option, then rebuild and install the new kernel. HTH Stephen Hilton nospam@hiltonbsd.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 12:49:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2D8837B401 for ; Wed, 26 Feb 2003 12:49:32 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 5612B43F85 for ; Wed, 26 Feb 2003 12:49:30 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 91794 invoked by uid 1001); 26 Feb 2003 20:49:28 -0000 Date: Wed, 26 Feb 2003 21:49:28 +0100 From: Erik Trulsson To: Mike Meyer Cc: Konrad Heuer , Brian Henning , freebsd Subject: Re: rfd0 fd0 Message-ID: <20030226204928.GA91744@falcon.midgard.homeip.net> Mail-Followup-To: Mike Meyer , Konrad Heuer , Brian Henning , freebsd References: <15963.37824.912975.511372@guru.mired.org> <20030226133214.F29371-100000@gwdu60.gwdg.de> <15964.61397.904986.726598@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15964.61397.904986.726598@guru.mired.org> User-Agent: Mutt/1.5.3i Sender: owner-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, Feb 26, 2003 at 10:48:21AM -0600, Mike Meyer wrote: > In <20030226133214.F29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > > On Tue, 25 Feb 2003, Mike Meyer wrote: > > > In <20030225083805.S29371-100000@gwdu60.gwdg.de>, Konrad Heuer typed: > > > > On Mon, 24 Feb 2003, Brian Henning wrote: > > > > > what is the difference between these two devices? > > > > fd0 ist a block-oriented device, data are cached in the buffer cache; > > > > rfd0 is a byte-oriented raw device; data are always read from or > > > > immediately written to the device. > > > This is out-of-date information. Both fd0 and rfd0 are raw character > > > devices these days. The old names were kept around for backwards > > > compatability, but there is no difference between them. > > What does it mean - "these days"? When did the change occur? > > I'm not sure. 4.6 sounds right, but might not be. To get exact > details, check the CVS logs. I'd check /dev/MAKEDEV. A bit earlier than that. The change occured in Nov/Dec 1999, a couple of months before the RELENG_4 branch was created, so all of the 4.x releases have been without block devices. -- 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 Feb 26 12:56:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8989F37B401 for ; Wed, 26 Feb 2003 12:56:53 -0800 (PST) Received: from smartwall.thebeaconjournal.com (smartwall.thebeaconjournal.com [67.17.216.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6881B43FBD for ; Wed, 26 Feb 2003 12:56:51 -0800 (PST) (envelope-from jarnold@knightridder.com) Received: by smartwall.thebeaconjournal.com; id PAA02556; Wed, 26 Feb 2003 15:48:29 -0500 (EST) Received: from unknown(166.108.139.19) by smartwall.thebeaconjournal.com via smap (V4.2) id xma002524; Wed, 26 Feb 03 15:48:03 -0500 Received: from bea-mx.thebeaconjournal.com ([166.108.139.2]) by navgw-abj.thebeaconjournal.com (NAVGW 2.5.2.17) with SMTP id M2003022615552929159 for ; Wed, 26 Feb 2003 15:55:29 -0500 Received: from spike ([206.128.102.241]) by bea-mx.thebeaconjournal.com (Netscape Messaging Server 4.15) with ESMTP id HAXOX600.OL2 for ; Wed, 26 Feb 2003 15:58:18 -0500 Received: from [192.168.0.3] (jim_dsl [192.168.0.3]) by spike (Postfix) with ESMTP id 9DBED2054 for ; Wed, 26 Feb 2003 15:56:22 -0500 (EST) Mime-Version: 1.0 X-Sender: jim@192.168.0.7 Message-Id: Date: Wed, 26 Feb 2003 15:56:17 -0500 To: questions@freebsd.org From: "James A. Arnold" Subject: OpenSSL problem 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 now get this error when trying to run a shell program using wget /usr/libexec/ld-elf.so.1: /usr/local/bin/wget: Undefined symbol "OpenSSL_add_all_algorithms" any idea how to fix this? must have started when I update OpenSSL or some such nonsense. Please also reply to me email address as I can no longer subscribe to the list. Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 13: 2: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA5E37B401 for ; Wed, 26 Feb 2003 13:01:59 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 63DF843F85 for ; Wed, 26 Feb 2003 13:01:58 -0800 (PST) (envelope-from kitsune@gmx.co.uk) Received: (qmail 13905 invoked by uid 0); 26 Feb 2003 21:01:56 -0000 Received: from ip68-109-49-234.lu.dl.cox.net (HELO fortytwo) (68.109.49.234) by mail.gmx.net (mp001-rz3) with SMTP; 26 Feb 2003 21:01:56 -0000 Date: Wed, 26 Feb 2003 10:05:20 -0600 From: kitsune To: kitsune Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording.... some what working now Message-Id: <20030226100520.7bba73e2.kitsune@gmx.co.uk> In-Reply-To: <20030226091757.00c3f0f8.kitbsdlists@HotPOP.com> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> <20030225164720.021697c1.kitbsdlists@HotPOP.com> <15964.63388.651459.922165@guru.mired.org> <20030226091757.00c3f0f8.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Wed, 26 Feb 2003 09:17:57 -0600 kitsune wrote: > On Wed, 26 Feb 2003 11:21:32 -0600 > Mike Meyer wrote: > > > In the future, could you please insert newlines every 70 characters or > > so? > > Cool. > > > In <20030225164720.021697c1.kitbsdlists@HotPOP.com>, kitsune typed: > > > now I dismis that both the error and record window and go to file>save audio as... > > > > Why are you diong the video save before trying the audio save. > > Becuase it is the exact same problem. This way it easyier to test multilple settings under. > > > > >>> Using Audio IFF sound file headers > > > Sound data is not PCM in "/usr/temp/audiocCY5bg". > > > > Have you tried playing back that file? Have you checked to see what is > > in the file in any way? > > > > > it will let me record in any other format, excluding mp2/3, but the > > > play back button does not work for those... > > > > You just lost me. > > Exactly what is says... it will record in other formats with out producing a error message but the button marked playback does nothing. > > > > I have it set on audio-auto on input and am just running a jumper > > > from the audio out on the tv card to the audio in on the sound card. > > > My sound on the system is provided pcm0 which is a VIA VT82C686A > > > using the AC97 codec. > > > The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I > > > am running freebsd 4.7. > > > > Is the mixer set up properly? fxtv doesn't fool with the mixer, but > > assumes you've set it up right. > > Afaik the mixer is fine. I have never really messed with it for recording thought got messing with the mixer and I am now getting sound... and I noticed something wierd... There are two temp files generated for audio and only one will encode to mp2 or mp3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 13: 2:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C6537B405 for ; Wed, 26 Feb 2003 13:02:27 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D89043F85 for ; Wed, 26 Feb 2003 13:02:26 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id CEC577455E for ; Wed, 26 Feb 2003 21:02:08 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-1.hotpop.com (Postfix) with SMTP id 35DC41A01C0; Wed, 26 Feb 2003 21:02:08 +0000 (UTC) Date: Wed, 26 Feb 2003 10:05:35 -0600 From: kitsune To: kitsune Cc: freebsd-questions@FreeBSD.ORG Subject: Re: video recording.... some what working now Message-Id: <20030226100535.08016fca.kitbsdlists@HotPOP.com> In-Reply-To: <20030226091757.00c3f0f8.kitbsdlists@HotPOP.com> References: <20030225130550.3bc7e592.kitsune@gmx.co.uk> <15964.8730.399828.83228@guru.mired.org> <20030225164720.021697c1.kitbsdlists@HotPOP.com> <15964.63388.651459.922165@guru.mired.org> <20030226091757.00c3f0f8.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 On Wed, 26 Feb 2003 09:17:57 -0600 kitsune wrote: > On Wed, 26 Feb 2003 11:21:32 -0600 > Mike Meyer wrote: > > > In the future, could you please insert newlines every 70 characters or > > so? > > Cool. > > > In <20030225164720.021697c1.kitbsdlists@HotPOP.com>, kitsune typed: > > > now I dismis that both the error and record window and go to file>save audio as... > > > > Why are you diong the video save before trying the audio save. > > Becuase it is the exact same problem. This way it easyier to test multilple settings under. > > > > >>> Using Audio IFF sound file headers > > > Sound data is not PCM in "/usr/temp/audiocCY5bg". > > > > Have you tried playing back that file? Have you checked to see what is > > in the file in any way? > > > > > it will let me record in any other format, excluding mp2/3, but the > > > play back button does not work for those... > > > > You just lost me. > > Exactly what is says... it will record in other formats with out producing a error message but the button marked playback does nothing. > > > > I have it set on audio-auto on input and am just running a jumper > > > from the audio out on the tv card to the audio in on the sound card. > > > My sound on the system is provided pcm0 which is a VIA VT82C686A > > > using the AC97 codec. > > > The version of fxtv is 1.03, the version of mpegaudio is 3.9, and I > > > am running freebsd 4.7. > > > > Is the mixer set up properly? fxtv doesn't fool with the mixer, but > > assumes you've set it up right. > > Afaik the mixer is fine. I have never really messed with it for recording thought got messing with the mixer and I am now getting sound... and I noticed something wierd... There are two temp files generated for audio and only one will encode to mp2 or mp3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 13:45:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6466837B401 for ; Wed, 26 Feb 2003 13:45:44 -0800 (PST) Received: from grassmarket.ucs.ed.ac.uk (grassmarket.ucs.ed.ac.uk [129.215.166.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFD843F75 for ; Wed, 26 Feb 2003 13:45:42 -0800 (PST) (envelope-from bruce@cran.org.uk) Received: from fourtytwo.brucec.backnet (12266209.resnet.ed.ac.uk [10.6.0.100] (may be forged)) by grassmarket.ucs.ed.ac.uk (8.11.6/8.11.6) with ESMTP id h1QLjMh03213; Wed, 26 Feb 2003 21:45:35 GMT Received: from fourtytwo.brucec.backnet (localhost.fourtytwo.brucec.backnet [127.0.0.1]) by fourtytwo.brucec.backnet (8.12.6/8.12.6) with ESMTP id h1QLjKb1039643; Wed, 26 Feb 2003 21:45:20 GMT (envelope-from bruce@fourtytwo.brucec.backnet) Received: (from bruce@localhost) by fourtytwo.brucec.backnet (8.12.6/8.12.6/Submit) id h1QLjKmK039642; Wed, 26 Feb 2003 21:45:20 GMT Date: Wed, 26 Feb 2003 21:45:20 +0000 From: Bruce Cran To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: where is gated? Message-ID: <20030226214520.GA39579@fourtytwo.brucec.backnet> References: <20030226200724.GA4208@fourtytwo.brucec.backnet> <20030226201106.GB79612@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226201106.GB79612@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.5.3i Sender: owner-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, Feb 26, 2003 at 08:11:06PM +0000, Matthew Seaman wrote: > On Wed, Feb 26, 2003 at 08:07:24PM +0000, Bruce Cran wrote: > > I've just setup a network, and have been thinking about configuring the > > routing. I've seen various references to gated in the documentation, > > which seems to suggest that it's part of the base FreeBSD installation. > > I've found /usr/src/etc/rc.d/gated on my -current box, but there doesn't > > appear to be any corresponding source code or binary. There also doesn't > > appear to be a port for gated - has it been removed from FreeBSD, or am > > I just missing something? > > Nope. gated has been removed from the ports collection: > > happy-idiot-talk:/usr/ports:% grep -i gated MOVED > net/gated||2002-12-13|no longer distributed by vendor > > Try GNU zebra instead. > Thanks. Should this be submitted as a PR so that the handbook page about routing can be updated to remove references to gated? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 13:54:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798F437B401 for ; Wed, 26 Feb 2003 13:54:20 -0800 (PST) Received: from mail.digitaldeck.com (twindolphin-xo.digitaldeck.com [66.237.41.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED20C43FBD for ; Wed, 26 Feb 2003 13:54:19 -0800 (PST) (envelope-from chris@digitaldeck.com) Received: from luna (luna.office-ca1.digitaldeck.com [192.168.1.132]) by mail.digitaldeck.com (8.12.6/8.12.6) with SMTP id h1QLsJA1091610 for ; Wed, 26 Feb 2003 13:54:19 -0800 (PST) (envelope-from chris@digitaldeck.com) From: "Chris McCluskey" To: Subject: Sendmail and MSP issues Date: Thu, 27 Feb 2003 03:46:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 having some issues with Sendmail with the MSP, and I have read so many docs I have confused myself! My issue is the following. I'm running 4.7p4 with the 8.12.x Sendmail. I want to route all local mail to a central mail hub (I'm doing this somewhat successfully with LOCAL_RELAY and MAIL_HUB). But I'm hitting a wall with the new MSP (the submit.cf stuff) and mail. When I try to write an e-mail message using the local mail from a localhost user to an outside address, the message isn't transferred to the mail hub, but gets stored in the clientmqueue for processing, and just sits there. I get the following log entry: Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: from=chris, size=42, class=0, nrcpts=1, msgid=<200302210706.h1L76tFs016892@server.company.com>, relay=chris@localhost Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: to=chris@outsideaddress.com, delay=00:00:00, mailer=esmtp, pri=30041, dsn=4.4.3, stat=queued I thought that LOCAL_RELAY was supposed to relay stuff like this and send it on -- but I don't think that the normal sendmail daemon is looking at this queue (that's what the MSP is for after all, right?!). I thought about using genericstable to rewrite the base domain of the local users, but it doesn't look like MSP would even look at it to do the domain rewrite anyway. Any help would be appreciated. My assumption riding though all of this is that on a normal system, the only thing that uses the LOCAL mailer part of Sendmail (and now the MSP mailer) is the CLI mailer "mail". Most other programs use SMTP to talk directly with a local mail relay. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14: 1:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C7B37B401 for ; Wed, 26 Feb 2003 14:01:09 -0800 (PST) Received: from mail2.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9580743FB1 for ; Wed, 26 Feb 2003 14:01:03 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by mail2.clubplus.net (8.12.7/8.12.7) with ESMTP id h1QM14H5001518 for ; Wed, 26 Feb 2003 17:01:08 -0500 Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h1QM0ad4000372 for questions@freebsd.org; Wed, 26 Feb 2003 17:00:36 -0500 (EST) (envelope-from david) Date: Wed, 26 Feb 2003 17:00:31 -0500 From: David Banning To: questions@freebsd.org Subject: apache - php problem Message-ID: <20030226170031.A342@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-RAVMilter-Version: 8.4.2(snapshot 20021217) (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 My apache and php has been working fine for some time. All of a sudden it gives me this error in the log; [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) and php scripts will not execute. I have deleted and reinstalled apache13-ssl with no change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14:20:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EC237B401 for ; Wed, 26 Feb 2003 14:20:56 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E5443F85 for ; Wed, 26 Feb 2003 14:20:50 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b176.otenet.gr [212.205.244.184]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1QMKgAC005727; Thu, 27 Feb 2003 00:20:44 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1QMKYON090022; Thu, 27 Feb 2003 00:20:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1QMK92J090005; Thu, 27 Feb 2003 00:20:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 27 Feb 2003 00:20:09 +0200 From: Giorgos Keramidas To: Tijl Coosemans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cat Message-ID: <20030226222009.GB78804@gothmog.gr> References: <20030226175613.5e61f45e.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030226175613.5e61f45e.tijl@ulyssis.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 2003-02-26 17:56, Tijl Coosemans wrote: > I want to remove CRs from text files so what I did is this: > > cat filename | tr -d '\r' > filename > > However, I often end up with an empty file. Just out of > interest, somebody who knows why that is? The shell opens filename for input and then attempts to reopen it once more for output, at the same time. The '>' operator truncates the file. You will get much better and more predictable results if you use a temporary file to store the intermediate result of tr(1): $ tr -d '\r' < filename > filename.tmp $ mv filename.tmp filename - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14:22: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3BA37B401 for ; Wed, 26 Feb 2003 14:21:58 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38F943FCB for ; Wed, 26 Feb 2003 14:21:56 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b176.otenet.gr [212.205.244.184]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1QMLoAC006993; Thu, 27 Feb 2003 00:21:51 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1QMLkON090038; Thu, 27 Feb 2003 00:21:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1QMBOmW089956; Thu, 27 Feb 2003 00:11:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 27 Feb 2003 00:11:24 +0200 From: Giorgos Keramidas To: Andreas Wider?e Andersen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: proto.m4 file (Sendmail on FreeBSD) Message-ID: <20030226221124.GA78804@gothmog.gr> References: <5.2.0.9.0.20030226082140.00b4bdb0@mail.pragma.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20030226082140.00b4bdb0@mail.pragma.no> Sender: owner-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 2003-02-26 09:34, Andreas Wider?e Andersen wrote: > I got Sendmail 8.12.6/8.12.7 on my FreeBSD 4.7 STABLE system and > I've recently been working with it to stop spam coming through to my > email users. I've added several "FEATURES" in the freebsd.mc file > and compiled a new sendmail.cf file which works pretty > good. However, I'm seeing more and more of lines in my maillog like > the line below: > > Feb 26 09:13:00 myserver sendmail[52405]: h1Q8CxZw052405: > ... User unknown > Feb 26 09:13:00 myserver sendmail[52405]: h1Q8CxZw052405: > from=<>, size=3411, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, > relay=mxo1.vol.cz [195.250.128.76] What you're seeing is okay. Spammers try to harvest addresses by connecting to your mail server and testing if delivery to certain usernames is allowed, or even if the can relay mail through you. I'd block them with FEATURE(access_db) if I were you. You should read the file /usr/share/sendmail/cf/README. Especially the part that describes "access_db" and "confPRIVACY_FLAGS". > My question is, where should I put this in in my proto.m4 file? The > file is rather large and I really don't know where. Nowhere. Don't blindly make changes to .m4 files, without understanding what's going on. You'll break your mail server, very very soon. > Also, there are 2 proto.m4 files: > > /usr/share/sendmail/cf/m4/proto.m4 > /usr/src/contrib/sendmail/cf/m4/proto.m4 > > Which one should I edit & use? None of these. Leave them be. > When I'm compiling up a new sendmail.cf file I do this: > > cp /etc/mail/sendmail.cf /etc/mail/sendmail.cf.orig > cd /usr/src/etc/sendmail > cp freebsd.mc freebsd.mc.orig > [edit freebsd.mc] > make freebsd.cf > make freebsd.cf install > cd /usr/obj/usr/src/etc/sendmail/ > cp freebsd.cf /etc/mail/sendmail.cf > killall -1 sendmail You should use the rules of the /etc/mail/Makefile. Just copy /etc/mail/freebsd.org to /etc/mail/myhostname.mc and make your local changes ONLY to myhostname.mc. Then generate myhostname.cf and submit.cf: # make Then savee a backup copy of your existing sendmail.cf file and install the new files as sendmail.cf and submit.cf in /etc/mail: # cp sendmail.cf sendmail.cf.bak # make install and restart Sendmail. # make restart . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14:39: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D96B37B401 for ; Wed, 26 Feb 2003 14:38:58 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1407C43F75 for ; Wed, 26 Feb 2003 14:38:58 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1QMcuCF016548; Wed, 26 Feb 2003 14:38:56 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1QMcuD4016547; Wed, 26 Feb 2003 14:38:56 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Wed, 26 Feb 2003 14:38:56 -0800 Message-ID: <1046299136.3e5d420041291@ra.dweebsoft.com> Date: Wed, 26 Feb 2003 14:38:56 -0800 From: Daxbert To: "" , rew Cc: "freebsd-questions@FreeBSD.ORG " Subject: Re: 4.7 Upgrade issue MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting rew : > I'm trying to upgrade from FreeBSD 4.6-STABLE #0: Sat Jun 29 to RELENG_4_7 > > mkdir -p /tmp/install.55427 > for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make > makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; > do cp `which $prog` /tmp/install.55427; done > usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > If the install is still failing for you... It looks as if the 'which' command is failing to find the executables listed. Could root's path be improperly set? Since you mentioned that this host was remote. Did you 'su' to root or 'su -'? Just a thought. BTW, to find out which binary is missing, or can't be foundin the path, run this script. It will tell you what executable(s) is(are) the problem. -------------------------------- #!/bin/sh for prog in [ awk cat chflags chmod chown date \ echo egrep find grep ln make makewhatis mtree \ mv perl pwd_mkdb rm sed sh sysctl test true \ uname wc zic; do echo "WHICH $prog: ::`which $prog`::"; done -------------------------------- just look for the one with the empty value '::::' --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14:49:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF1537B405 for ; Wed, 26 Feb 2003 14:49:40 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA6E43FB1 for ; Wed, 26 Feb 2003 14:49:39 -0800 (PST) (envelope-from list@museum.rain.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.6/8.12.6) with ESMTP id h1QMna15035165; Wed, 26 Feb 2003 14:49:37 -0800 (PST) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.6/8.12.6/Submit) id h1QMnWuF035164; Wed, 26 Feb 2003 14:49:32 -0800 (PST) (envelope-from list) Date: Wed, 26 Feb 2003 14:49:32 -0800 From: James Long To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Re: Online intro to FreeBSD/Unix Message-ID: <20030226144932.A35147@ns.museum.rain.com> Reply-To: james_mapson@museum.rain.com References: <15964.62992.928552.950327@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15964.62992.928552.950327@guru.mired.org>; from mwm-dated-1046711697.1ee00d@mired.org on Wed, Feb 26, 2003 at 11:14:56AM -0600 X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-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, Feb 26, 2003 at 11:14:56AM -0600, Mike Meyer wrote: > I have a client that wants to start using FreeBSD, because he wants to > get back into programming and wants to use the free compilers on > FreeBSD. However, he hasn't used Unix in 10 years or more, and has > forgotten all of it. > > Is there a PS or PDF document somewhere that serves as an introduction > to Unix/FreeBSD I can point him at for documentation? For the bare basics, I like: http://wks.uts.ohio-state.edu/unix_course/unix.html There's html, pdf and postscript available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 14:55:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE6C37B401 for ; Wed, 26 Feb 2003 14:55:14 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032F543F85 for ; Wed, 26 Feb 2003 14:55:14 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 7B54F1600062A for ; Wed, 26 Feb 2003 22:55:11 +0000 (GMT) Subject: send-pr fails with error: 554 Service unavailable; blocked using relays.osirusoft.com From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: FreeBSD Questions Content-Type: text/plain Organization: Message-Id: <1046300115.42770.220.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 26 Feb 2003 22:55:16 +0000 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, Has something changed with the send-pr procedure lately? I used to be able to use the cmdline send-pr in the recent past, but today, this is failing for me with the above error provided in the returned mail. Regards, Stacey -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15: 1:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA04337B401; Wed, 26 Feb 2003 15:01:41 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1F543FAF; Wed, 26 Feb 2003 15:01:40 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id BD700EF6AA; Wed, 26 Feb 2003 23:49:16 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 4CE305D009; Thu, 27 Feb 2003 00:04:46 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id D69975D008; Thu, 27 Feb 2003 00:04:45 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AB56EF0150; Thu, 27 Feb 2003 00:18:46 +0100 Message-Id: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 26 Feb 2003 17:01:18 -0600 To: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org, Hardware List From: Len Conrad Subject: can't get to ATA133 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 FreeBSD 4.7R Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE cables that came with the TX2000. dmesg shows: ad4: DMA limited to UDMA33, non-ATA66 cable or device ad6: DMA limited to UDMA33, non-ATA66 cable or device ar0: 39083MB [4982/255/63] status: READY subdisks: 0 READY ad4: 39083MB [79408/16/63] at ata2-master UDMA33 ar1: 39083MB [4982/255/63] status: READY subdisks: 0 READY ad6: 39083MB [79408/16/63] at ata3-master UDMA33 Anybody know why TX sees only 33? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15: 5:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC3B37B405 for ; Wed, 26 Feb 2003 15:05:13 -0800 (PST) Received: from labyrinth.cs.rogers.wave.ca (labyrinth.cs.rogers.wave.ca [24.112.32.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 8227D43FBD for ; Wed, 26 Feb 2003 15:05:10 -0800 (PST) (envelope-from auslander@unloved.org) Received: (qmail 43165 invoked by uid 1001); 26 Feb 2003 23:05:10 -0000 Date: Wed, 26 Feb 2003 18:05:10 -0500 From: Charlie Livingston To: freebsd-questions@freebsd.org Subject: Unable to ping from one of my Bridged Interfaces Message-ID: <20030226230510.GC42418@labyrinth.cs.rogers.wave.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-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 issues with bridging in FreeBSD - I can't ping the machine from anything connected to one of the bridged interfaces. My configuration is as follows: Internet | | fxp0 --------------------------- | FreeBSD 4-Stable Router | --------------------------- xl0 wi0 | | | | Wired Nodes Wireless Nodes fxp0 has the ip xx.xx.166.214 (first 2 octets blanked for privacy) xl0 has the ip xx.xx.167.233 netmask 255.255.255.248 (same) The other nodes have ips assigned out of the 167.232/28 subnet. The problem is, none of the nodes connected to wi0 can ping the router. But traffic is passed freely from xl0 to wi0 and vice versa. Nodes connected via xl0 work perfectly. The commands I used to configure the bridge are: kldload bridge sysctl net.link.ether.bridge=1 sysctl net.link.ether.bridge_cfg="wi0 xl0" sysctl net.inet.ip.forwarding=1 wicontrol -s "FreeBSD AP" -t 3 -n "HomeNetwork" ifconfig wi0 inet up ssid HomeNetwork mediaopt hostap wicontrol -p 6 What am I doing wrong? Thanks; Charlie Livingston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15: 5:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C571137B401 for ; Wed, 26 Feb 2003 15:05:30 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE47543FBF for ; Wed, 26 Feb 2003 15:05:29 -0800 (PST) (envelope-from list@museum.rain.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.6/8.12.6) with ESMTP id h1QN5H15035275; Wed, 26 Feb 2003 15:05:27 -0800 (PST) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.6/8.12.6/Submit) id h1QN5Gxq035274; Wed, 26 Feb 2003 15:05:16 -0800 (PST) (envelope-from list) Date: Wed, 26 Feb 2003 15:05:16 -0800 From: James Long To: Stacey Roberts Cc: FreeBSD Questions Subject: Re: send-pr fails with error: 554 Service unavailable; blocked using relays.osirusoft.com Message-ID: <20030226150516.A35238@ns.museum.rain.com> Reply-To: james_mapson@museum.rain.com References: <1046300115.42770.220.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1046300115.42770.220.camel@localhost>; from stacey@vickiandstacey.com on Wed, Feb 26, 2003 at 10:55:16PM +0000 X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-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, Feb 26, 2003 at 10:55:16PM +0000, Stacey Roberts wrote: > > I used to be able to use the cmdline send-pr in the recent past, but > today, this is failing for me with the above error provided in the > returned mail. Pretty much as it says, your mail server (81.86.129.77) is listed in one or more of the anti-spam databases at osirusoft.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:17:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B172537B401 for ; Wed, 26 Feb 2003 15:17:54 -0800 (PST) Received: from linux.nu (md46920ee.utfors.se [212.105.32.238]) by mx1.FreeBSD.org (Postfix) with SMTP id 563A843FA3 for ; Wed, 26 Feb 2003 15:17:52 -0800 (PST) (envelope-from tysken@post.utfors.se) Received: (qmail 72727 invoked by uid 1023); 27 Feb 2003 00:16:29 -0000 Date: Thu, 27 Feb 2003 00:16:29 +0000 From: User Tysken To: Aaron Burke Cc: freebsd-questions@freebsd.org Subject: Re: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) Message-ID: <20030227001629.GA72621@dasboot.birch.se> References: <20030226013134.GA66065@dasboot.birch.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-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, Feb 26, 2003 at 06:03:50AM -0800, Aaron Burke wrote: > This is the only file that you have to modify, however you need > to make two seperate mods. > > The default file just says > :0 local /usr/X11R6/bin/X > > Just change it to say the following. > :0 local /usr/X11R6/bin/X :0 > :1 local /usr/X11R6/bin/X :1 > > The only line that is in there is ":0 local /usr/X11R6/bin/X" Okej, then I "almost" did right. > You have searched well enough. I remember playing with this > for about a week in the past. (when I first got it working). > Its amazing how easy the change is to make though. Perhaps folk does not like to run it for some reasons. But If i want it to get it running on diffrent screens I have to edit /usr/X11R6/lib/X11/XF86Config I guess and add the other graphic card there, and so forth. > This is an unrelated problem. Feel free to ask about it on > -questions though. I thinking of it. > You should always be able to ssh into your box (provided your > running the server, and you are). I know I do that, but the computer real crashes hard. > Nothing to do there. Okie dokie > > Anyway thanks for reading and perhaps replying to this mail :) > Thats what some of us are here for. I might not answer any mails on the list but I help my friends IRL istead. But I don't know that many IRL that runs FreeBSD. Any way this is getting of topic. Expect me to write more mail on other subjects. > > > > Mvh Mattias Bj?rk > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:22:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C11D37B401 for ; Wed, 26 Feb 2003 15:22:13 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E030F43F93 for ; Wed, 26 Feb 2003 15:22:12 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 86EFE160000C4; Wed, 26 Feb 2003 23:22:10 +0000 (GMT) Subject: Re: send-pr fails with error: 554 Service unavailable; blocked using relays.osirusoft.com From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: james_mapson@museum.rain.com Cc: FreeBSD Questions In-Reply-To: <20030226150516.A35238@ns.museum.rain.com> References: <1046300115.42770.220.camel@localhost> <20030226150516.A35238@ns.museum.rain.com> Content-Type: text/plain Organization: Message-Id: <1046301735.42770.224.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 26 Feb 2003 23:22:15 +0000 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, On Wed, 2003-02-26 at 23:05, James Long wrote: > On Wed, Feb 26, 2003 at 10:55:16PM +0000, Stacey Roberts wrote: > > > > I used to be able to use the cmdline send-pr in the recent past, but > > today, this is failing for me with the above error provided in the > > returned mail. > > Pretty much as it says, your mail server (81.86.129.77) is listed in one > or more of the anti-spam databases at osirusoft.com. > Cheer for this, I'm looking into this now. Thanks again. Regards, Stacey > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:34:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from soupnazi.org (hub.freebsd.org [216.136.204.18]) by hub.freebsd.org (Postfix) with ESMTP id 6343E37B401; Wed, 26 Feb 2003 15:34:51 -0800 (PST) Date: Wed, 26 Feb 2003 15:35:13 -0800 Subject: Re: FreeBSD 4.8 Release Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: freebsd-questions@FreeBSD.ORG To: hilbert@yandex.ru From: Jim Mock In-Reply-To: <3E5AC8EE.000013.21292@soapbox.yandex.ru> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-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, February 24, 2003, at 05:37 PM, demon wrote: > When will FreeBSD 4.8 release? > It was declared 01.02.2003, but ... http://www.FreeBSD.org/releng/ Keep in mind that the dates are *extremely* flexible. - jim -- jim mock jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:52:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E5237B401 for ; Wed, 26 Feb 2003 15:52:34 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 873C043FAF for ; Wed, 26 Feb 2003 15:52:33 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.85.34 ([207.179.85.34]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 26 Feb 2003 18:52:35 -0500 From: taxman To: Gary D Kline , "Aas, Eskild" Subject: Re: FreeBSD 4.4 Questions Date: Wed, 26 Feb 2003 18:55:15 -0500 User-Agent: KMail/1.5 Cc: freebsd-questions@FreeBSD.ORG References: <0BC954BA439C984BAFB0045A4CD880900AF61B@lynx2.HIS-J> <20030226171309.GA4267@tao.thought.org> In-Reply-To: <20030226171309.GA4267@tao.thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200302261855.15495.taxman@acd.net> X-OriginalArrivalTime: 26 Feb 2003 23:52:36.0123 (UTC) FILETIME=[2324BEB0:01C2DDF2] Sender: owner-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 Wednesday 26 February 2003 12:13 pm, Gary D Kline wrote: > On Wed, Feb 26, 2003 at 08:34:26AM +0100, Aas, Eskild wrote: > > Dear Sirs > > > > > > We are three students attending Hærens Ingeniørhøgskole (the norwegian > > millitary engineering school). We are currently working on an assignment > > about operating systems. We are writing about FreeBSD 4.4. We would like > > to know if you can help us find , or tell us where we can find > > information about these following subjects: > > > > * OS structure > > * Process-handling > > * CPU-handling > > * Memory-handling > > * Filesystem (implementation) > > * I/O structure > > * Security Uh, hi. You're asking someone else to do your work for you. An online tradition, but a questionable one in terms of what you'll learn. There is a lot of information on that in the FreeBSD Handbook and the developers handbook, both available from the FreeBSD.org site. The real details of that information exists only in the brains of the developers and to an extent in the mailing list archives. The -hackers and -current mailing lists are especially know for the detailed conerstions on topics like those. > > We would be very greatfull if we could get this information as soon as > > possible, because this assignment is due 03.07.03 (Next Friday) > > For an in-depth view of most of your topics you might want to > study "The Design and Implementation of the 4.3BSD UNIX > Operating System" by Kirk McKusick et al. (There is probably > a "4.4BSD" version by now; you'll need to google around.) Gary is this a joke? "The Design and Implementation of the 4.4BSD Operating System" by McKusik et al. was published in 1996. 4.4BSD is what FreeBSD 1.0 and later (along with NetBSD, and therefore later OpenBSD) were based on. The 4.3BSD version of the book came out a year or so before that. Though much in FreeBSD has changed since those books were published, they remain an excellent introduction to the concepts that underly FreeBSD. The implementations have nearly all changed. There were rumors that Kirk was writing an updated FreeBSD version of the book, but my guess was the profitability of it was questioned. Kirk sells courses and tapes, and I'm sure does well with them. http://www.mckusick.com/courses/index.html with among other things a course on "FreeBSD Kernel Internals: An Intensive Code Walkthrough" tm Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:55:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE5BF37B41D for ; Wed, 26 Feb 2003 15:55:13 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E592043F3F for ; Wed, 26 Feb 2003 15:55:12 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QNt9aw045759; Wed, 26 Feb 2003 15:55:11 -0800 (PST) From: "Aaron Burke" To: , "User Tysken" Subject: RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) Date: Wed, 26 Feb 2003 15:55:08 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20030227001629.GA72621@dasboot.birch.se> 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 (snip) > > You have searched well enough. I remember playing with this > > for about a week in the past. (when I first got it working). > > Its amazing how easy the change is to make though. There are a few good reasons I can think of. Simply running an other instance of X-Windows takes up more resources. Most just run virtual-desktops to get around problems like this. > > Perhaps folk does not like to run it for some reasons. But If i want it to > get it running on diffrent screens I have to edit > /usr/X11R6/lib/X11/XF86Config I guess and add the other graphic > card there, and so forth. Adding the other entry to XServers does not have anything to do with running it on multiple monitors. There are three connectivity sections to every X window. Adding a line to Xservers (to my knowlege) does not have anything to do with running on two different monitors in a dual-head'd configuration. A second monitor/display would show up as :0.1, :1.1, etc. A third monitor would be :0.2 or :1.2, etc. Also note that the lack of a host name tells the X-Windows system to find the best way of communicating with the localhost. There are several other ways of communicating with the X-Server including UNIX sockets, IPX, etc. A simple way to remember it is Hostname:Window:Screen. (snip) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 15:55:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D09937B477 for ; Wed, 26 Feb 2003 15:55:14 -0800 (PST) Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F17843F85 for ; Wed, 26 Feb 2003 15:55:13 -0800 (PST) (envelope-from aburke@nullplusone.com) Received: from thebe (evrtwa1-ar10-4-40-153-150.evrtwa1.dsl-verizon.net [4.40.153.150]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id h1QNt9ax045759; Wed, 26 Feb 2003 15:55:12 -0800 (PST) From: "Aaron Burke" To: "Len Conrad" , Subject: RE: can't get to ATA133 Date: Wed, 26 Feb 2003 15:55:08 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.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 (snip) > Subject: can't get to ATA133 > FreeBSD 4.7R > > Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE > cables that came with the TX2000. > > dmesg shows: > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > ad6: DMA limited to UDMA33, non-ATA66 cable or device > ar0: 39083MB [4982/255/63] status: READY subdisks: > 0 READY ad4: 39083MB [79408/16/63] at > ata2-master UDMA33 > ar1: 39083MB [4982/255/63] status: READY subdisks: > 0 READY ad6: 39083MB [79408/16/63] at > ata3-master UDMA33 > > Anybody know why TX sees only 33? Seems that you are running 40 conductor IDE cables. In order to get anything higher than UDMA33, you will need to have an 80 conductor cable. These cables run dual conductors to help reduce noise generated on the cable itself. > > Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 16: 3:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8BF37B401 for ; Wed, 26 Feb 2003 16:03:38 -0800 (PST) Received: from web14307.mail.yahoo.com (web14307.mail.yahoo.com [216.136.173.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 83B8C43F3F for ; Wed, 26 Feb 2003 16:03:38 -0800 (PST) (envelope-from muratremix@yahoo.com) Message-ID: <20030227000338.26030.qmail@web14307.mail.yahoo.com> Received: from [195.174.193.147] by web14307.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 16:03:38 PST Date: Wed, 26 Feb 2003 16:03:38 -0800 (PST) From: Murat Subject: I need big Help! (Not yet another newbie question!) 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'm using freebsd 4.7 release with IBM dedicated server (P3-1133, 512 ram, 36 gigs hdd etc) I was happy with freebsd, before that I was using Linux redhat as server OS. Everything started at, when I want to install eDonkey client. It asked for Linux-Base package, and installed automatically (/usr/ports collection) Because eDonkey didn't work usual, and crashes, I de-installed linux-base with eDonkey. Everything was normal at this moment. When I try to upgrade my apache, with compiling PHP, Php-Accelerator, I noticed my Apache is using 150Mb ram from now on! Like this (a line from "top" command) 38016 nobody 2 0 145M 8308K sbwait 0:04 0.00% 0.00% httpd it should use 10-12 Mb usually, and increase when child proccess number increase. But Apache start with 145-150Mb ram usage, this stays exactly like that in top command But when proccess increase, my swap ram getting filled, and server slowdowns a lot I asked for a freebsd upgrade (to my host) and they installed freebsd 4.7 (it was 4.5 release, when things happened) After that, I recompiled apache-php (with php-accelerator) again. Nothing was changed, it still uses 145-150Mb ram I am sure linux-base is responsible for that. Because when I use linux-sun-java-1.4.1 (a simple link checker with 20 threads) I see 200Mb ram usage. What can I do? Please help PS: Apache / Php compile configurations below Apache Step 1: with bash: EAPI_MM="/usr/local/mm-1.2.1" \ ./configure \ --enable-module=rewrite \ --enable-module=speling \ --enable-module=expires \ --enable-module=info \ --enable-module=log_agent \ --enable-module=log_referer \ --enable-module=usertrack \ --enable-module=proxy \ --enable-module=userdir \ --enable-module=so \ --activate-module=src/modules/perl/libperl.a \ --enable-module=perl make make install Apache Step 2: With BASH EAPI_MM="/usr/local/mm-1.2.1" \ ./configure \ --enable-module=rewrite \ --enable-module=log_agent \ --enable-module=log_referer \ --enable-module=log_config \ --enable-module=auth \ --enable-module=digest \ --enable-module=autoindex \ --enable-module=cgi \ --enable-module=dir \ --enable-module=env \ --enable-module=include \ --enable-module=mime \ --enable-module=so \ --activate-module=src/modules/perl/libperl.a \ --activate-module=src/modules/php4/libphp4.a \ --enable-module=perl Php 4.3.0: Deleted: --with-apxs=/usr/local/apache/bin/apxs \ ./configure \ --with-apache=/usr/local/apache_1.3.27/ \ --with-mysql=/usr/local/mysql \ --enable-track-vars \ --with-gd --with-freetype-dir=/usr/local/include/freetype2 \ --enable-ftp \ --enable-sysvsem \ --enable-sysvshm \ --enable-sockets \ --with-mm=/usr/local/mm-1.2.1 \ --with-jpeg-dir=/usr/lib \ --with-zlib-dir=/usr/local cp php.ini-dist /usr/local/lib/php.ini Add: zend_extension="/usr/local/phpa-1.3.3r2/php_accelerator_1.3.3r2.so" Fix: register_globals = On; __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 16:10:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B766737B406 for ; Wed, 26 Feb 2003 16:10:27 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6850943F85 for ; Wed, 26 Feb 2003 16:10:26 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 45B0FEF69E for ; Thu, 27 Feb 2003 00:58:02 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 58EC75D009 for ; Thu, 27 Feb 2003 01:13:32 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id ECC835D008 for ; Thu, 27 Feb 2003 01:13:31 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AB817350130; Thu, 27 Feb 2003 01:27:45 +0100 Message-Id: <5.2.0.9.0.20030226180736.01e379d8@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 26 Feb 2003 18:10:20 -0600 To: From: Len Conrad Subject: RE: can't get to ATA133 In-Reply-To: References: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.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 >Seems that you are running 40 conductor IDE cables. no, the tx2000 is running the tx2000 ata133 cables. the tx2000 on-board setup util is reporting mode "U6", ata133 it seems that the hardware is actually running ata133 but FreeBSD is seeing it a udma33. mx# atacontrol mode 2 Master = UDMA33 Slave = ??? mx# atacontrol mode 3 Master = UDMA33 Slave = ??? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 16:14:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE5037B401 for ; Wed, 26 Feb 2003 16:14:10 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC31343F3F for ; Wed, 26 Feb 2003 16:14:09 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.6/8.12.6) with ESMTP id h1R0E61Y069998; Wed, 26 Feb 2003 17:14:06 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.6/8.12.6/Submit) with ESMTP id h1R0E41b069995; Wed, 26 Feb 2003 17:14:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 26 Feb 2003 17:14:04 -0700 (MST) From: Warren Block To: Odhiambo Washington Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Map backspace key to backspace, not delete In-Reply-To: <20030225083605.GB24223@ns2.wananchi.com> Message-ID: <20030226171229.R69929@wonkity.com> References: <20030225083605.GB24223@ns2.wananchi.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, 25 Feb 2003, Odhiambo Washington wrote: > I just installed KDE3.1 and although it looks good, I am annoyed with one > thing I cannot figure out. When I ssh to a remote box from a terminal of > my box, I get the backspace key doing DELETE instead of BACKSPACE. > How do I fix this? This may help (no line wrap): http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1467030+0+archive/2003/freebsd-questions/20030202.freebsd-questions -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 16:23: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB91E37B401 for ; Wed, 26 Feb 2003 16:23:01 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171CE43F75 for ; Wed, 26 Feb 2003 16:23:01 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.6/8.12.6) with ESMTP id h1R0N01Y070024; Wed, 26 Feb 2003 17:23:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.6/8.12.6/Submit) with ESMTP id h1R0N0v7070021; Wed, 26 Feb 2003 17:23:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 26 Feb 2003 17:22:59 -0700 (MST) From: Warren Block To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IDE LiteON CD-RW supported by burncd? In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Message-ID: <20030226172010.V69929@wonkity.com> References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.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 Wed, 26 Feb 2003, Michael Sharp wrote: > I understand ALL IDE CD-RWs are supported under FreeBSD, Some IDE drives are not supported, or only partly supported. For example, I've got an 8X LG drive that will burn ISO-9660 CDs, but not music CDs. Some brands may not work at all. > but has anyone actually used a CD-RW by LiteON ( http://liteonit.com ) > and had sucess with it under burncd? I've used several of the 48X and 52X LiteOns sold as Sony drives. They work well. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 16:56:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33ED37B401 for ; Wed, 26 Feb 2003 16:56:52 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F3B343FA3 for ; Wed, 26 Feb 2003 16:56:50 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b179.otenet.gr [212.205.244.187]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1R0ulAC016296; Thu, 27 Feb 2003 02:56:48 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1R0ukON007380; Thu, 27 Feb 2003 02:56:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1R0ujFm007379; Thu, 27 Feb 2003 02:56:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 27 Feb 2003 02:56:44 +0200 From: Giorgos Keramidas To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Re: Online intro to FreeBSD/Unix Message-ID: <20030227005644.GC6416@gothmog.gr> References: <15964.62992.928552.950327@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15964.62992.928552.950327@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 On 2003-02-26 11:14, Mike Meyer wrote: > I have a client that wants to start using FreeBSD, because he wants to > get back into programming and wants to use the free compilers on > FreeBSD. However, he hasn't used Unix in 10 years or more, and has > forgotten all of it. > > Is there a PS or PDF document somewhere that serves as an introduction > to Unix/FreeBSD I can point him at for documentation? If the documentation you have to provide is not required to be specific to FreeBSD and only to FreeBSD, you could always use the classic Linux book for newbies: Welsh, Matt. "Linux Installation and Getting Started" http://metalab.unc.edu/mdw/LDP/gs/gs.html I rather liked it back when I read it. I still do. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 17: 6:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7EEA37B401 for ; Wed, 26 Feb 2003 17:06:50 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CABA43FAF for ; Wed, 26 Feb 2003 17:06:50 -0800 (PST) (envelope-from roddierod@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id 7D61976953 for ; Thu, 27 Feb 2003 01:06:21 +0000 (UTC) Received: from DURANGO_II (pool-151-201-48-161.pitt.east.verizon.net [151.201.48.161]) by smtp-1.hotpop.com (Postfix) with SMTP id 46C0D1A01B8; Thu, 27 Feb 2003 01:06:17 +0000 (UTC) Date: Wed, 26 Feb 2003 20:06:19 -0500 From: Rod Person To: "Michael Sharp" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IDE LiteON CD-RW supported by burncd? Message-Id: <20030226200619.4505049a.roddierod@hotpop.com> In-Reply-To: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> References: <2584.192.168.1.4.1046281350.squirrel@webmail.probsd.org> Organization: Open Source Beef X-Mailer: Sylpheed version 0.8.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) 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 On Wed, 26 Feb 2003 12:42:30 -0500 (EST) "Michael Sharp" wrote: > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess > with it under burncd? > I have the a 32x RW and it works great with FreeBSD 5.0, you have to use the camcontrol. Rod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 17:10:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F2037B401 for ; Wed, 26 Feb 2003 17:10:58 -0800 (PST) Received: from server2.fastmail.fm (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE3943FBF for ; Wed, 26 Feb 2003 17:10:56 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by fastmail.fm (Postfix) with ESMTP id 341C141991; Wed, 26 Feb 2003 20:10:53 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Wed, 26 Feb 2003 20:10:52 -0500 X-Epoch: 1046308252 X-Sasl-enc: Ep3M14VJrA4lJL/WjtE3Ow Received: from sparky (dialup-63.214.195.207.Dial1.Philadelphia1.Level3.net [63.214.195.207]) by www.fastmail.fm (Postfix) with ESMTP id 35B541F8A7; Wed, 26 Feb 2003 20:10:51 -0500 (EST) MIME-Version: 1.0 To: Mike Meyer , questions@freebsd.org Subject: Re: Online intro to FreeBSD/Unix References: <15964.62992.928552.950327@guru.mired.org> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jud Date: Wed, 26 Feb 2003 20:10:53 -0500 In-Reply-To: <15964.62992.928552.950327@guru.mired.org> User-Agent: Opera7.02/Win32 M2 build 2668 Sender: owner-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, 26 Feb 2003 11:14:56 -0600, Mike Meyer wrote: > I have a client that wants to start using FreeBSD, because he wants to > get back into programming and wants to use the free compilers on > FreeBSD. However, he hasn't used Unix in 10 years or more, and has > forgotten all of it. > > Is there a PS or PDF document somewhere that serves as an introduction > to Unix/FreeBSD I can point him at for documentation? I don't know if this is precisely what your client wants or needs (and they are HTML rather than PS or PDF, though perhaps they can be converted), but the FreeBSD Basics articles by Dru Lavigne have been a great help to me from the time I started FreeBSD (my first Unix) right through the present day. http://www.onlamp.com/pub/ct/15 Jud P.S. Thanks, Dru. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 17:11:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D56737B401 for ; Wed, 26 Feb 2003 17:11:28 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DDD43FBF for ; Wed, 26 Feb 2003 17:11:27 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1R1BRCF020062; Wed, 26 Feb 2003 17:11:27 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1R1BRai020061; Wed, 26 Feb 2003 17:11:27 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Wed, 26 Feb 2003 17:11:26 -0800 Message-ID: <1046308286.3e5d65bee9298@ra.dweebsoft.com> Date: Wed, 26 Feb 2003 17:11:26 -0800 From: Daxbert To: Murat Cc: "" Subject: Re: I need big Help! (Not yet another newbie question!) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Murat : > I'm using freebsd 4.7 release with IBM dedicated server (P3-1133, 512 ram, > 36 gigs hdd etc) > > Everything was normal at this moment. > When I try to upgrade my apache, with compiling PHP, Php-Accelerator, I > noticed my Apache is using 150Mb ram from now on! > Like this (a line from "top" command) > 38016 nobody 2 0 145M 8308K sbwait 0:04 0.00% 0.00% > httpd > > it should use 10-12 Mb usually, and increase when child proccess number > increase. > But Apache start with 145-150Mb ram usage, this stays exactly like that in > top command > But when proccess increase, my swap ram getting filled, and server > slowdowns > a lot Can you show us the output of following commands both before and after starting apache: vmstat swapinfo top I ask because, I too am running apache and see the same large memory consumption reported by SIZE (in top). However, it's *not* caused me any problems, and even with 60 processes all reporting 145MB (145MB x 60 = 8.7GB) I use no swap. --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 17:21:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E3E37B401 for ; Wed, 26 Feb 2003 17:21:41 -0800 (PST) Received: from smtp-relay.omnis.com (smtp-relay.omnis.com [216.239.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCFE43FDD for ; Wed, 26 Feb 2003 17:21:38 -0800 (PST) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (corp-2.ipinc.com [199.245.188.2]) by smtp-relay.omnis.com (Postfix) with ESMTP id BBE53430A2 for ; Wed, 26 Feb 2003 17:21:36 -0800 (PST) From: Wes Peters Organization: Softweyr.com To: freebsd-questions@freebsd.org Subject: crazy sendmail problem Date: Wed, 26 Feb 2003 17:21:35 -0800 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261721.35109.wes@softweyr.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 FreeBSD 4.6.2 system that has a strange mis-feature. This machine is the primary MX for 2 domains; the "other" domain is configured in the mailertable. When I start sendmail, everything works fine, but after a while (not quantified yet, more than a few minutes but less than a few hours) sendmail will claim it cannot relay for the "other" domain. This is whatever sendmail came with 4.6.2. We could upgrade the machine without too much heartburn, but would like to know why this is happening first. Thanks in advance for any wisdom you can share. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 17:27:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8B537B401 for ; Wed, 26 Feb 2003 17:27:16 -0800 (PST) Received: from c-24-98-145-3.atl.client2.attbi.com (c-24-98-145-3.atl.client2.attbi.com [24.98.145.3]) by mx1.FreeBSD.org (Postfix) with SMTP id F3C8B43F3F for ; Wed, 26 Feb 2003 17:27:14 -0800 (PST) (envelope-from hththr@pisem.net) From: Admin To: Freebsd-questions Subject: Òåëåèìèäæ êîìïàíèè. Ïðîäàæè ïî òåëåôîíó dRrNg MIME-Version: 1.0 Content-type: text/html; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20030227012715.F3C8B43F3F@mx1.FreeBSD.org> Date: Wed, 26 Feb 2003 17:27:15 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Post Message
Ïðèãëàøàåì ñîòðóäíèêîâ îòäåëîâ ïðîäàæ ïðèíÿòü ó÷àñòèå â òðåíèíãå:
 
ÒÅËÅÈÌÈÄÆ ÊÎÌÏÀÍÈÈ. ÏÐÎÄÀÆÈ ÏÎ ÒÅËÅÔÎÍÓ
11-12  ìàðòà 2003 ã.
 
Âû óçíàåòå:
 
o        Îñíîâíûå ïðàâèëà îáùåíèÿ ïî òåëåôîíó, êîòîðûå íàðóøàòü çàïðåùåíî!
o        Ïðèåìû óñòàíîâëåíèÿ êîíòàêòà ñ êëèåíòîì ïî òåëåôîíó.
o        Òèïè÷íûå îøèáêè â ðàçãîâîðå ïî òåëåôîíó.
o        Êàê ðàçãîâàðèâàòü ñ áóäóùèì êëèåíòîì.
o        ×òî äåëàòü, ÷òîáû ñîîòâåòñòâîâàòü ðàöèîíàëüíûì çàïðîñàì ñâîèõ êëèåíòîâ?
o        ×òî äåëàòü, ÷òîáû ñîîòâåòñòâîâàòü ýìîöèîíàëüíûì çàïðîñàì ñâîèõ êëèåíòîâ?
o        Êàê ïðàâèëüíî íà÷àòü ðàçãîâîð ïî òåëåôîíó?
o        Êàê ñîçíàòåëüíî âëàäåòü ãîëîñîì, ÷òîáû ïðîèçâåñòè õîðîøåå âïå÷àòëåíèå è óáåäèòü ñîáåñåäíèêà?        
o        Ñëîâà «ðàçäðàæèòåëè», êîòîðûå çàïðåùåíî óïîòðåáëÿòü.
o        Êàê èçáåæàòü íà÷àëà, çàâîäÿùåãî áåñåäó â òóïèê.
o        ×òî âàæíî êëèåíòó óñëûøàòü îò Âàñ, ÷òîáû îí ñäåëàë ñâîé âûáîð â âàøó ïîëüçó?
o        Êàê ñòðîèòü ñâîå îáùåíèå, ÷òîáû ïîêàçàòü êëèåíòó ïðåèìóùåñòâà Âàøåãî òîâàðà èëè óñëóã?
o        Êàê âûÿñíèòü ìîòèâû ïîêóïêè, ïðèíÿòèÿ ðåøåíèÿ?
o        Êàê ìîòèâèðîâàòü êëèåíòà ê ïîêóïêå?
o        Ïðàêòè÷åñêèå ïðèåìû «êàê ñíÿòü âîçðàæåíèå è îñòàâèòü õîðîøåå âïå÷àòëåíèå».
o        ×òî ñêðûâàåòñÿ çà âîçðàæåíèåì?
o        Ñàìîå âàæíîå ïðè îòâåòå íà âîçðàæåíèÿ.
o        Êà÷åñòâåííûé ñåðâèñ.
o        Ïðàâèëà, êîòîðûå äåëàþò êëèåíòîâ ïîñòîÿííûìè.
o        Ïðåçåíòàöèÿ êîììåð÷åñêîãî ïðåäëîæåíèÿ.
o        Êàê ñïðàâëÿòüñÿ ñ íåóäà÷àìè è îòêàçàìè?
 
         Âñå ïðèåìû è òåõíèêè áóäóò îòðàáîòàíû  íà òðåíèíãå ïîä íåïîñðåäñòâåííûì ðóêîâîäñòâîì îïûòíîãî òðåíåðà. Ïîñëå îêîí÷àíèÿ ó Âàñ è Âàøèõ ìåíåäæåðîâ ïîÿâÿòñÿ ïðàêòè÷åñêèå íàâûêè ýôôåêòèâíûõ ïðîäàæ è êîììóíèêàöèé ïî òåëåôîíó.
Àâòîð è âåäóùèé: Ñàëòóíîâ Àëåêñåé - Òðåíåð-êîíñóëüòàíò, äåéñòâèòåëüíûé ÷ëåí ìåæäóíàðîäíîé àññîöèàöèè ïåðñîíàëüíûõ òðåíåðîâ (Personal coaches), èìååò ìåæäóíàðîäíûé àòòåñòàò UNESCO, àâòîð êíèãè "Ìîãóùåñòâî ðàçóìà" (ãîòîâèòñÿ ê ïå÷àòè), à òàêæå êóðñîâ íà CD. Àëåêñåé ÿâëÿåòñÿ îäíèì èç ïåðâûõ â Ðîññèè ó÷åíèêîâ çíàìåíèòîé Ìåðèëèí Àòêèíñîí (Êàíàäà). Ñ 1994 ãîäà âåäåò àêòèâíóþ ïðàêòèêó è â íàñòîÿùåå âðåìÿ ÿâëÿåòñÿ àâòîðîì áîëåå äâàäöàòè ïðîãðàìì. Ðàçðàáàòûâàë è ïðîâîäèë äîëãîñðî÷íóþ ïðîãðàììó ïî ïîäãîòîâêå îïåðàòîðîâ call-öåíòðà îäíîãî èç êðóïíåéøèõ îôèöèàëüíûõ äèëåðîâ ÀÎ "ÀâòîÂÀÇ". Ñðåäè åãî êëèåíòîâ òàêèå êîìïàíèè êàê: "ÌÒÓ-Èíôîðì", "Ñîíåò", àâòîñàëîíû Volvo, Audi, Ford, "Èíòåðïî÷òà" è ìíîãèå äð.
 
Ñòîèìîñòü ñåìèíàðà 220 ó.å. (ñ ó÷åòîì ÍÄÑ).  ñòîèìîñòü âêëþ÷åíû êîôå-ïàóçû è ìåòîäè÷åñêèé ìàòåðèàë.
Çàðåãèñòðèðîâàòüñÿ íà ñåìèíàð è ïîëó÷èòü ëþáóþ äîïîëíèòåëüíóþ èíôîðìàöèþ Âû ìîæåòå ïî òåë. (095) 250-76-39, 748-19-62
 
P.S. ÏÐÈÍÎÑÈÌ ÑÂÎÈ ÈÇÂÈÍÅÍÈß, ÅÑËÈ ÄÀÍÍÀß ÈÍÔÎÐÌÀÖÈß ÍÅ ÏÐÅÄÑÒÀÂËßÅÒ ÄËß ÂÀÑ ÈÍÒÅÐÅÑÀ.
 
Âíèìàíèå! Îòïèñàòüñÿ îò ðàññûëêè ìîæíî çäåñü.
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 18:15: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1461937B401 for ; Wed, 26 Feb 2003 18:15:08 -0800 (PST) Received: from mx1.arffet.com (mx1.arffet.com [216.126.46.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F19343F85 for ; Wed, 26 Feb 2003 18:15:07 -0800 (PST) (envelope-from mail@bounce.arffot.com) Received: from arffet.com (localhost [127.0.0.1]) by mx1.arffet.com (Postfix) with ESMTP id CFB024A23E for ; Wed, 26 Feb 2003 20:30:47 -0500 (EST) To: FREEBSD-QUESTIONS@FREEBSD.ORG From: "Ahab" Subject: You know who wants to meet you?!! X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Ahab@arffot.com Content-type: text/html Message-Id: <20030227013047.CFB024A23E@mx1.arffet.com> Date: Wed, 26 Feb 2003 20:30:47 -0500 (EST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Win Mail

click here for contest rules



We appreciate your patronage, and thank you for opting in To cancel your subscription to this newsletter, click here.
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 19: 4:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D8137B401; Wed, 26 Feb 2003 19:02:33 -0800 (PST) Received: from notes-relay.monroe.edu (notes-relay.monroe.edu [199.190.222.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDFCA43FAF; Wed, 26 Feb 2003 19:02:30 -0800 (PST) (envelope-from vortex_nismo@mail.ru) Received: from mail.greece.k12.ny.us (greece-notes1.greece.k12.ny.us [207.10.14.202]) by notes-relay.monroe.edu (8.12.1/8.12.1) with ESMTP id h1R2wgB8085308; Wed, 26 Feb 2003 21:58:43 -0500 (EST) Received: from hotmail.com ([64.2.84.131]) by mail.greece.k12.ny.us (Lotus Domino Release 5.0.10) with SMTP id 2003022622004652:3595 ; Wed, 26 Feb 2003 22:00:46 -0500 Reply-To: vortex_nismo@mail.ru From: Ï*Î*Ë*È*Ã*Ð*À*Ô*È*ß Subject: -=Îïåðàòèâíàÿ ïîëèãðàôèÿ ïî îòëè÷íûì öåíàì!=- Date: Thu, 27 Feb 2003 04:59:03 +0200 MIME-Version: 1.0 X-Priority: 1 (High) X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MIMETrack: Itemize by SMTP Server on Greece-Notes1/Greece(Release 5.0.10 |March 22, 2002) at 02/26/2003 10:00:58 PM, Serialize by Router on Greece-Notes1/Greece(Release 5.0.10 |March 22, 2002) at 02/26/2003 10:02:21 PM, Serialize complete at 02/26/2003 10:02:21 PM Message-ID: Content-Transfer-Encoding: 7bit Content-Type: text/html; charset="Windows-1251" To: undisclosed-recipients: ; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG
 

Íàøà òèïîãðàôèÿ ïðåäëàãàåì Âàì óñëóãè îïåðàòèâíîé ïîëèãðàôèè ïî ïåðåäîâîé òåõíîëîãèè öèôðîâîé ïîëíîöâåòíîé ïå÷àòè (ðàçðåøåíèå äî 1200dpi) íà ñàìîì ñîâðåìåííîì îáîðóäîâàíèè ïî ÎÒËÈ×ÍÛÌ öåíàì! Öâåòíûå è ÷åðíî-áåëûå âèçèòíûå êàðòî÷êè, áëàíêè, ðåêëàìíûå ëèñòîâêè, êàëåíäàðè, ïëàêàòû - ëþáûå âèäû ïå÷àòíîé ïðîäóêöèè â ñàìûå êðàò÷àéøèå ñðîêè.  îôèñå ðàáîòàåò ïðîôåññèîíàëüíûé äèçàéíåð, êîòîðûé ïîìîæåò Âàì ñîçäàòü íåïîâòîðèìûé ñòèëü è îðèãèíàëüíûé äèçàéí-ìàêåò áóäóùåé ïðîäóêöèè â ïåðèîä Âàøåãî ïðèñóòñòâèÿ (îò 15 ìèí äî 1,5 ÷àñîâ). Äèçàéí è èçãîòîâëåíèå ìàêåòà - áåñïëàòíî!


Ïðàéñ-ëèñò íà óñëóãè:

Âèçèòíûå êàðòî÷êè !!!ïîëíîöâåò!!! (öèôðîâàÿ öâåòíàÿ ïå÷àòü):

 

Òèðàæ

Ñòîèìîñòü òèðàæà ($)

50

7,5

100

9

200

19

500

40

1000

75

* áóìàãà ïëîòíîñòüþ äî 300 ã/ì2

Âèçèòíûå êàðòî÷êè (öèôðîâàÿ ÷åðíî-áåëàÿ ïå÷àòü):

 

Òèðàæ

Ñòîèìîñòü òèðàæà ($)

50

5

100

7

200

15

500

25

1000

40

* áóìàãà ïëîòíîñòüþ äî 300 ã/ì2

Ïëàêàòû À3:

 

Òèðàæ

Ñòîèìîñòü òèðàæà ($)

1

5

5

20

10

35

50

150


Äâóñòîðîííèå êàëåíäàðè:

 

Òèðàæ

Ñòîèìîñòü òèðàæà ($)

50

20

100

35

300

80

 

Öèôðîâàÿ ïå÷àòü ëþáûõ ôàéëîâ:

 

Ïî äîãîâîðåííîñòè

 

Èçãîòîâëåíèå óïàêîâêè ëþáûõ ôîðìàòîâ :

Ïî äîãîâîðåííîñòè 

   

Äèñêîíòíûå êàðòû:

 

Òèðàæ

Ñòîèìîñòü òèðàæà ($)

50

30

100

38

200

50,7

500

110

1000

195

 


Äîñòàâêà ïðîäóêöèè, à òàêæå âûåçä êóðüåðà - 100 ðóáëåé â ïðåäåëàõ ÌÊÀÄ!

Íàäååìñÿ íà äàëüíåéøåå äîëãîñðî÷íîå ñîòðóäíè÷åñòâî!

Ïî âñåì âîçíèêàþùèì âîïðîñàì è ïðåäëîæåíèÿì î ñîòðóäíè÷åñòâå Âû ìîæåòå îáðàòèòüñÿ ïî òåëåôîíó:
(095) 275-24-50 (ìíîãîêàíàëüíûé).

 

JVBTOWNFXFGPGSJIQCRXPSDMWBJBDNCPBKRKLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 19:17:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA75B37B401 for ; Wed, 26 Feb 2003 19:17:12 -0800 (PST) Received: from yahoo.com.tw (TC210-202-217-157.adsl.pl.ebtnet.net [210.202.217.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAE043F3F for ; Wed, 26 Feb 2003 19:17:10 -0800 (PST) (envelope-from lowfat1010@yahoo.com.tw) From: hoho@hotmail.com To: freebsd-questions@FreeBSD.org Subject: =?ISO-8859-1?B?pHCuya3Us1ykVaq6xECx5rnqsnukRrbcPw==?= Reply-To: lowfat1010@yahoo.com.tw Date: 27 Feb 2003 11:20:14 +0800 MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030227031710.CCAE043F3F@mx1.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 ´º®ð¤£¦n

½Ö»¡´º®ð¤£¦n¡H
´x´¤¥Í©R¤¤¨C¤@­ÓÁÈ¿ú«´¾÷
±zªº©m¦W¡G¡@
¥X¥Í¦~¤ë¡G¡@
¥Á°ê ¦~ ¤ë ¤é
Ápµ¸¹q¸Ü¡G
±zªº¦a§}¡G¡@
¹q¤l«H½c¡G¡@

¡@§Ú­n¶i¤@¨B¤F¸Ñ
§Ú·Q¨£³o¨Ç¤ë¤J¤Q¸U©±ªø
§Ú·Q¤F¸Ñºô¸ô¦æ¾Pµ¹§Úªº¤ä´©
¥J²Ó¤F¸Ñ¼úÀy¨î«×ªºÀu¶Õ
§Ú·Q°Ñ¥[¥[·ù»¡©ú·|
  

¥Ø«e¥xÆW²£·~¥~²¾ÄY­«¡B¥¢·~²v¹ð³Ð·s°ª¡B¥Á²³µh­W«ü¼Æ°ª¤É¡B±zº¡·N²{¶¥¬q¤u§@¤Î¥Í¬¡¶Ü¡H±z·Q¹L¬°¦Û¤v¬°®a®x·Ç³Æ¤@¥÷¨Æ·~³Æ­L¥H¤Î°µ¦n¥¢·~¡BÂà·~ªº·Ç³Æ¶Ü¡H

¦b¨D¾¤£©ö¡A³Ð·~¤S¯Ê¥F¸êª÷ªº±¡ªp¤U¡A±z±N¶V¨Ó¶V®ø¨H ¡C

§Ú­Ìªº¥[·ù³Ð·~¨t²Î¡A¥i¥H§â§A±q¥Ø«e§x¹Ò¤¤©Ô¥X¡A±z±N¦³¾÷·|¹ê²{³Ð·~ªº¹Ú·Q ¡A¦b¤£´º®ð¥¢·~¼é¤¤ ¡A³Ð³y¥Í¾÷¡C

§Ú­Ì¤v¸g·Ç³Æ¦n©Ò¦³ªº¦æ¾P¤u¨ã¡A¥¿µ¥«Ý±z¤@°_¨Ó«Ø¥ß21¥@¬ö¥D¬y¨Æ·~¡I¤@°_¥´«÷¡A¶}³Ð­Ó¤H¨Æ·~ªº¤ÑªÅ¡I

§K±À¾P¡B§K°e³f¡B§KÅv§Qª÷
¡C²{¦¨¨Æ·~¡A¤½¥q©Ó¾á©Ò¦³­·ÀI¡A­°§C¦Û³Ð¨Æ·~­·ÀI¡A¤½¥q´£¨Ñª÷¬y¡Bª«¬y¡Aµ¹±z«~µP¡A¦Û¤v¦¬¨ú¥[·ùª÷¡I

Åý±z¨É¨ü°µ¥Í·N·í¦ÑÁ󪺧ַP¡A¦Ó¨S¦³¥ô¦ó°]°È¤Wªº­·ÀI¡C¤u§@¤è¦¡Â²³æ¡B¹s­·ÀI¡A¬ü°ê¥¿¦b¬y¦æ¡A¥xÆW¥¿§j°_³o¼Ëªº­·¼é¡C
¡C·Qª¾¹D§ó¦h



..............................................................

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 20:59:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1DE37B401 for ; Wed, 26 Feb 2003 20:59:13 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-66-25.maa.sify.net [210.214.66.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4492643F75 for ; Wed, 26 Feb 2003 20:59:07 -0800 (PST) (envelope-from shantanoo+fbsd@ieee.org) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id AF0E03B0; Thu, 27 Feb 2003 10:31:24 +0530 (IST) Date: Thu, 27 Feb 2003 10:31:24 +0530 From: Shantanu Mahajan To: Steven Lake Cc: freebsd-questions@freebsd.org Subject: Re: Windows and Dos apps in Freebsd Console Message-ID: <20030227050124.GA209@dhumketu.homeunix.net> Mail-Followup-To: Steven Lake , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.7-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 +++ Steven Lake [freebsd] [25-02-03 13:44 -0600]: | HI all. Curiousity question. Is there a tool similar to Wine | that will run windows and dos based console apps under freebsd? I think I | saw something like that not too long ago, so I just wanted to ask to be | sure. Thanks. | /usr/ports/emulators/wine Regards, Shantanu -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID : 137AFD9E PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 21: 5: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A01D37B401 for ; Wed, 26 Feb 2003 21:05:06 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CB543FAF for ; Wed, 26 Feb 2003 21:05:05 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 750EE679DC; Wed, 26 Feb 2003 21:05:02 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 209221241; Wed, 26 Feb 2003 21:05:02 -0800 (PST) Date: Wed, 26 Feb 2003 21:05:02 -0800 From: Kris Kennaway To: Bruce Cran Cc: Matthew Seaman , freebsd-questions@freebsd.org Subject: Re: where is gated? Message-ID: <20030227050500.GA87660@rot13.obsecurity.org> References: <20030226200724.GA4208@fourtytwo.brucec.backnet> <20030226201106.GB79612@happy-idiot-talk.infracaninophi> <20030226214520.GA39579@fourtytwo.brucec.backnet> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20030226214520.GA39579@fourtytwo.brucec.backnet> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2003 at 09:45:20PM +0000, Bruce Cran wrote: > Thanks. Should this be submitted as a PR so that the handbook page abou= t routing=20 > can be updated to remove references to gated? Yes. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XZx8Wry0BWjoQKURAkCwAJ9x5FBjNjzGZCNn1qKUfVnaqS4IhgCeO6Qf 1hkF4fDbS2gvqvBUtYMasOg= =XtnP -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 21:37:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CBE37B401 for ; Wed, 26 Feb 2003 21:37:34 -0800 (PST) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5330C43F93 for ; Wed, 26 Feb 2003 21:37:33 -0800 (PST) (envelope-from justin@shiningsilence.com) Received: from 192.168.0.254 (rrcs-nys-24-169-96-227.biz.rr.com [24.169.96.227]) by ms-smtp-02.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h1R5bVxF013134 for ; Thu, 27 Feb 2003 00:37:31 -0500 (EST) From: "Justin C. Sherrill" To: questions@freebsd.org Subject: simcity 3000 - anyone playing on 5.0-R? Date: Thu, 27 Feb 2003 00:41:18 -0500 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270041.18634.justin@shiningsilence.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 picked up Loki's Simcity 3000 recently, and installed it on my FreeBSD 5.0-R system. The installation seems to go OK, but the game crashes on start with a Segmentation Fault message. I've tried updating the game using the most recent patch from Loki, but after I supply the patching script with the path ( /usr/local/games/SC3U ), it stops with: Computing MD5 sums for new uninstaller, this may take a while... ERROR: No matching delta for /usr/local/games/SC3U/sc3u.dynamic My hunch is that the update is needed for it to run, but I can't get the update working. Has anyone else done this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 21:49:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A6637B401 for ; Wed, 26 Feb 2003 21:49:38 -0800 (PST) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 244A143F75 for ; Wed, 26 Feb 2003 21:49:38 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 26746 invoked from network); 27 Feb 2003 05:49:37 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 27 Feb 2003 05:49:37 -0000 From: "Mike" To: Subject: Floppy install Date: Wed, 26 Feb 2003 22:52:50 -0700 Message-ID: <002d01c2de24$764f90b0$0500a8c0@data> 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.2800.1106 In-Reply-To: <1046271712.29654.14.camel@palea.attbi.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 call me crazy but all else has failed so I am down to floppies. In the 4.7 release there is a /bin in 5.0 there is a /base will the instructions from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-m edia.html Still work? If there was a way to install minimum from floppies then use the CD ROM that would also be great! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:17:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8D237B401; Wed, 26 Feb 2003 22:17:50 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B953643FDD; Wed, 26 Feb 2003 22:17:48 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oHMO-0006wI-00; Thu, 27 Feb 2003 08:17:36 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oHM9-0006wA-00; Thu, 27 Feb 2003 08:17:23 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oHM5-0009VW-00; Thu, 27 Feb 2003 08:17:18 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oHM4-00067a-00; Thu, 27 Feb 2003 08:17:16 +0200 From: Willie Viljoen To: Len Conrad , freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org, Hardware List Subject: Re: can't get to ATA133 Date: Thu, 27 Feb 2003 08:17:16 +0200 User-Agent: KMail/1.5 References: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> In-Reply-To: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270817.16648.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oHM9-0006wA-00*b2IWtTjA8qk* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 1:01, someone, possibly Len Conrad, typed: > FreeBSD 4.7R > > Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE > cables that came with the TX2000. > > dmesg shows: > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > ad6: DMA limited to UDMA33, non-ATA66 cable or device > ar0: 39083MB [4982/255/63] status: READY subdisks: > 0 READY ad4: 39083MB [79408/16/63] at ata2-master > UDMA33 ar1: 39083MB [4982/255/63] status: READY > subdisks: 0 READY ad6: 39083MB [79408/16/63] at > ata3-master UDMA33 > > Anybody know why TX sees only 33? The ata driver is quite strict on standards implementation. It could be that the promise cables may not comply as strictly with the standard as it would prefer. Try getting 80-conductor cables from a third party. Generally speaking, buying your own cables is better than using the ones that came with the controller anyway, as those are usually el-cheapos, even with the most expensive controllers. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:21:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C526237B401 for ; Wed, 26 Feb 2003 22:21:10 -0800 (PST) Received: from subliminal.tekrealm.net (subliminal.tekrealm.net [64.81.247.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE4243FB1 for ; Wed, 26 Feb 2003 22:21:09 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: from subliminal.tekrealm.net (whoami@localhost [127.0.0.1]) by subliminal.tekrealm.net (8.12.6/8.12.6) with ESMTP id h1R6L7Di095561; Wed, 26 Feb 2003 22:21:07 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by subliminal.tekrealm.net (8.12.6/8.12.6/Submit) id h1R6Jq31095551; Wed, 26 Feb 2003 22:19:52 -0800 (PST) X-Authentication-Warning: subliminal.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Wed, 26 Feb 2003 22:19:52 -0800 From: Andrew Stuart To: matti k Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Folding@Home install question Message-ID: <20030227061952.GA95432@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <20030226173159.2a6b10b0.overclocker@optusnet.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20030226173159.2a6b10b0.overclocker@optusnet.com.au> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.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 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 26 Feb 2003 at 17:31:59 +1100, matti k wrote: --Snip-- > chmod 755 FAH3Console-Linux.exe > ./FAH3Console-Linux.exe >=20 > After the config it'll download a core file. Press CTRL-C and ... >=20 > brandelf -t Linux FahCore_65.exe > ./FAH3Console-Linux.exe >=20 > That should work. I fold for team 24 :) >=20 just to insert a foot note, with the newer versions of folding at home your downloading the core and hitting CTRL-C is no longer needed. see FAH3Console-Linux.exe --help which includes: -freeBSD Make brandelf system call on downloaded cores. running ./FAH3Console-Linux.exe -freeBSD removes that step, also makes it nice so you dont have to keep an eye on folding@home to see if it tried getting a new core after the work unit. -Andrew --=20 Andrew Stuart http://www.tekrealm.net --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Xa4ISLAP4zYxy3URAuFTAJ95YuGjygEqSTsiwleqy+NfT6oqHQCeKbWt innHAv/XhPN1S4qv6KhVdUw= =LA8g -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:22:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A986F37B401 for ; Wed, 26 Feb 2003 22:22:31 -0800 (PST) Received: from web14606.mail.yahoo.com (web14606.mail.yahoo.com [216.136.224.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C26443FDD for ; Wed, 26 Feb 2003 22:22:31 -0800 (PST) (envelope-from chrisreps@yahoo.com) Message-ID: <20030227062231.55054.qmail@web14606.mail.yahoo.com> Received: from [66.94.200.187] by web14606.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 22:22:31 PST Date: Wed, 26 Feb 2003 22:22:31 -0800 (PST) From: ChRis Subject: i got a problem 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'm a big fan of FreeBSD and have been using it for a while, well my 4.0 software CD got messed up so I had a friend get me 4.7, the installation went well it's all installed, my problem is with the X interface. When I start X my mouse icon dissappears when I touch my mouse. And then it ends up in the top right corner of the screen. I have tried various ways to fix the problem but none have worked. I was wondering if you knew what the problem was, or if anyone else has reported this with the 4.7 realease. Please write me back and let me in on what you think is going on. Thanks alot. Proud FreeBSD user Chris __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:33:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C89C37B401 for ; Wed, 26 Feb 2003 22:33:34 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E2543F75 for ; Wed, 26 Feb 2003 22:33:25 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oHba-000727-00; Thu, 27 Feb 2003 08:33:18 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oHbI-00071m-00; Thu, 27 Feb 2003 08:33:01 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oHbE-0009YD-00; Thu, 27 Feb 2003 08:32:56 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oHbD-00069N-00; Thu, 27 Feb 2003 08:32:55 +0200 From: Willie Viljoen To: ChRis , freebsd-questions@FreeBSD.ORG Subject: Re: i got a problem Date: Thu, 27 Feb 2003 08:32:55 +0200 User-Agent: KMail/1.5 References: <20030227062231.55054.qmail@web14606.mail.yahoo.com> In-Reply-To: <20030227062231.55054.qmail@web14606.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270832.55234.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oHbI-00071m-00*rS4KmjdyPo6* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 8:22, someone, possibly ChRis, typed: > Hi, I'm a big fan of FreeBSD and have been using it > for a while, well my 4.0 software CD got messed up so > I had a friend get me 4.7, the installation went well > it's all installed, my problem is with the X > interface. When I start X my mouse icon dissappears > when I touch my mouse. And then it ends up in the top > right corner of the screen. I have tried various ways > to fix the problem but none have worked. I was > wondering if you knew what the problem was, or if > anyone else has reported this with the 4.7 realease. > Please write me back and let me in on what you think > is going on. Thanks alot. Chris, This is usually an error with the protocol of the mouse. Try reconfiguring XFree86 with XFree86 -configure. Then make sure that the mouse is set up properly. If it was working correctly when you checked it in sysinstall (if you enabled mouse support there), you can make X use that pipe by connecting it to moused. To do this, set: Option "Protocol" "auto" Option "Device" "/dev/sysmouse" In your /etc/X11/XF86Config. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:44:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C557C37B401 for ; Wed, 26 Feb 2003 22:44:50 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B9343FAF for ; Wed, 26 Feb 2003 22:44:47 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from 12-210-74-212.client.attbi.com (12-210-74-212.client.attbi.com [12.210.74.212]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1R6xPfX052014; Thu, 27 Feb 2003 01:59:25 -0500 (EST) Subject: Re: Floppy install From: Asenchi To: Mike Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <002d01c2de24$764f90b0$0500a8c0@data> References: <002d01c2de24$764f90b0$0500a8c0@data> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 27 Feb 2003 01:44:35 -0500 Message-Id: <1046328275.11005.3.camel@pale.attbi.com> Mime-Version: 1.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 On Thu, 2003-02-27 at 00:52, Mike wrote: > In the 4.7 release there is a /bin in 5.0 there is a /base will the > instructions from > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-m > edia.html > Still work? What version do you want to install? > If there was a way to install minimum from floppies then use the CD ROM > that would also be great! I think more information is needed... Curt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 22:54:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5257637B401 for ; Wed, 26 Feb 2003 22:54:43 -0800 (PST) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id A943243F3F for ; Wed, 26 Feb 2003 22:54:42 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 3812 invoked from network); 27 Feb 2003 06:54:42 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 27 Feb 2003 06:54:42 -0000 From: "Mike" To: "'Asenchi'" Cc: Subject: RE: Floppy install Date: Wed, 26 Feb 2003 23:57:55 -0700 Message-ID: <003401c2de2d$8db55100$0500a8c0@data> 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.2800.1106 In-Reply-To: <1046328275.11005.3.camel@pale.attbi.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 I am stuck having to install FreeBSD via floppies. I would like to install 5.0. can I use the same way the handbook shows for 4.7? Or is there a way I can do a mini install and get the rest from my CD ROM. My CD wont boot, the headless install failed the ftp failed the lap link failed the BackPack CDROM failed. It's an IBM ThinkPad 765D. So now I am down to this. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Asenchi Sent: Wednesday, February 26, 2003 11:45 PM To: Mike Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Floppy install On Thu, 2003-02-27 at 00:52, Mike wrote: > In the 4.7 release there is a /bin in 5.0 there is a /base will the > instructions from > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff > -m > edia.html > Still work? What version do you want to install? > If there was a way to install minimum from floppies then use the CD > ROM that would also be great! I think more information is needed... Curt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23: 2:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F313537B401 for ; Wed, 26 Feb 2003 23:02:57 -0800 (PST) Received: from web13308.mail.yahoo.com (web13308.mail.yahoo.com [216.136.175.44]) by mx1.FreeBSD.org (Postfix) with SMTP id A6CFA43FAF for ; Wed, 26 Feb 2003 23:02:57 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030227070257.81994.qmail@web13308.mail.yahoo.com> Received: from [204.213.76.82] by web13308.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 23:02:57 PST Date: Wed, 26 Feb 2003 23:02:57 -0800 (PST) From: Ron Andreasen Subject: ATA/IDE Controller question To: freebsd-questions@freebsd.org In-Reply-To: <200302261136.24862.will@unfoldings.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 just looked at the FreeBSD hardware list and saw all those contollers there. Are any of those ISA devices or are they all PCI? I only have 3 PCI slots and they're all being used by stuff I can't give up (video card, sound card, and modem). So if they are all PCI devices will ISA contollers still get the job done? I'd be using it in FreeBSD 5.0. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23: 3:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D67CD37B401 for ; Wed, 26 Feb 2003 23:03:54 -0800 (PST) Received: from freebsd.rf0.com (ns.rf0.com [198.78.66.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EC443FA3 for ; Wed, 26 Feb 2003 23:03:54 -0800 (PST) (envelope-from rghf@fsck.me.uk) Received: from freebsd ([198.78.66.18] helo=localhost) by freebsd.rf0.com with esmtp (Exim 4.12) id 18oI5B-0003kH-00 for questions@freebsd.org; Thu, 27 Feb 2003 07:03:53 +0000 Date: Thu, 27 Feb 2003 07:03:53 +0000 (GMT) From: Rus Foster X-X-Sender: rghf@freebsd.rf0.com To: questions@freebsd.org Subject: Perl 5.8 from ports Message-ID: <20030227070307.X13355-100000@freebsd.rf0.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've installed perl 5.8 and I know to get the system to use it I have to run something like useport perl but I can't remeber the exact command. Could someone remind me please Rgds Rus -- http://www.65535.net | MSN: support@65535.net "More bits for your bite" Email - Web Space - Custom Solutions - Shell Accounts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23: 8:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2785D37B405 for ; Wed, 26 Feb 2003 23:08:41 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C73F43FAF for ; Wed, 26 Feb 2003 23:08:40 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from 12-210-74-212.client.attbi.com (12-210-74-212.client.attbi.com [12.210.74.212]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1R7NIfX052205; Thu, 27 Feb 2003 02:23:18 -0500 (EST) Subject: RE: Floppy install From: Asenchi To: Mike Cc: freebsd-questions@freebsd.org In-Reply-To: <003401c2de2d$8db55100$0500a8c0@data> References: <003401c2de2d$8db55100$0500a8c0@data> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 27 Feb 2003 02:08:27 -0500 Message-Id: <1046329708.11005.10.camel@pale.attbi.com> Mime-Version: 1.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 On Thu, 2003-02-27 at 01:57, Mike wrote: > I am stuck having to install FreeBSD via floppies. I would like to > install 5.0. can I use the same way the handbook shows for 4.7? > Or is there a way I can do a mini install and get the rest from my CD > ROM. My CD wont boot, the headless install failed the ftp failed the lap > link failed the BackPack CDROM failed. It's an IBM ThinkPad 765D. So now > I am down to this. What version of floppies do you have? If you have 5.0, you can boot with them, then select as you installation media the CD-Rom (if you have 5.0). If you don't have 5.0 floppies, it might be easier to install 4.7 then update from a full install with cvsup. Curt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:12:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAF437B401 for ; Wed, 26 Feb 2003 23:12:22 -0800 (PST) Received: from flock1.newmail.ru (flock1.newmail.ru [212.48.140.157]) by mx1.FreeBSD.org (Postfix) with SMTP id 94FC943FCB for ; Wed, 26 Feb 2003 23:12:20 -0800 (PST) (envelope-from lial@newmail.ru) Received: (qmail 10902 invoked from network); 27 Feb 2003 07:12:17 -0000 Received: from unknown (HELO lial) (lial@217.106.186.116) by smtpd.newmail.ru with SMTP; 27 Feb 2003 07:12:17 -0000 Message-ID: <001201c2de2f$8daf72b0$0e05a8c0@lial> From: "Alexey V. Litvinov" To: Subject: fm801 & FreeBSD5.0-RELEASE Date: Thu, 27 Feb 2003 17:12:10 +1000 Organization: Administration of Khabarovsk city 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 Hi All! I have installed 5.0-RELEASE and have a trouble to configure my Genius Sound Maker Live soundcard based on ForteMedia 801 chip I'm added next line to KERNELCONFIG file: device pcm and... and nothing changed... when booting it just saying: pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 pci2: at device 11.0 (no driver attached) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pci2: at device 11.1 (no driver attached) than I added next line to loader.conf snd_pcm_load="YES" snd_fm801_load="YES" result was the same.... And I tried to switch off PNP OS Installed in BIOS... What i'm doing wrong? The card is worked fine under 4.5-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:21:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F8D737B401 for ; Wed, 26 Feb 2003 23:21:40 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4AF43F3F for ; Wed, 26 Feb 2003 23:21:37 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oIMA-0007Ia-00; Thu, 27 Feb 2003 09:21:26 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oILt-0007IT-00; Thu, 27 Feb 2003 09:21:10 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oILp-0009gP-00; Thu, 27 Feb 2003 09:21:05 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oILo-0006D6-00; Thu, 27 Feb 2003 09:21:04 +0200 From: Willie Viljoen To: Ron Andreasen , freebsd-questions@freebsd.org Subject: Re: ATA/IDE Controller question Date: Thu, 27 Feb 2003 09:21:03 +0200 User-Agent: KMail/1.5 References: <20030227070257.81994.qmail@web13308.mail.yahoo.com> In-Reply-To: <20030227070257.81994.qmail@web13308.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270921.03843.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oILt-0007IT-00*6GOzt5hy6FU* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 9:02, someone, possibly Ron Andreasen, typed: > I just looked at the FreeBSD hardware list and saw all > those contollers there. Are any of those ISA devices > or are they all PCI? > > I only have 3 PCI slots and they're all being used by > stuff I can't give up (video card, sound card, and > modem). So if they are all PCI devices will ISA > contollers still get the job done? I'd be using it in > FreeBSD 5.0. I think most of these devices will be PCI, and some of them, chipsets of integrated devices on the motherboard. The problem with an offboard ISA controller, even though you could theoretically add one, is that it would clash with the I/O ranges of the on-board controller, and you will still only be able to use two channels. ISA offboard controllers were phased out years ago, even finding one would be an achievement in its own. Seriously though, I would take out the PCI modem, if it's an analogue anyway, those are known to cause trouble and chew up CPU time, an external modem would be a much better option, and you'd have a free slot. The same goes for ISDN modems actually. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:23: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D595B37B401 for ; Wed, 26 Feb 2003 23:23:06 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575F443F93 for ; Wed, 26 Feb 2003 23:23:04 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oINb-0007JE-00; Thu, 27 Feb 2003 09:22:55 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oINK-0007J6-00; Thu, 27 Feb 2003 09:22:39 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oING-0009gb-00; Thu, 27 Feb 2003 09:22:34 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oINF-0006D9-00; Thu, 27 Feb 2003 09:22:33 +0200 From: Willie Viljoen To: "Alexey V. Litvinov" , Subject: Re: fm801 & FreeBSD5.0-RELEASE Date: Thu, 27 Feb 2003 09:22:33 +0200 User-Agent: KMail/1.5 References: <001201c2de2f$8daf72b0$0e05a8c0@lial> In-Reply-To: <001201c2de2f$8daf72b0$0e05a8c0@lial> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270922.33221.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oINK-0007J6-00*GFPhmkE5h6E* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 9:12, someone, possibly Alexey V. Litvinov, typed: > Hi All! > > I have installed 5.0-RELEASE and have a trouble to configure my Genius > Sound Maker Live soundcard based on ForteMedia 801 chip > I'm added next line to KERNELCONFIG file: > device pcm I have the same card, it hasn't worked since some time during 4.6. I've been hoping somebody else would send a PR, but it doesn't seem to have happened, I've been happily using my old SB16 in the mean time. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:30: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8703337B401 for ; Wed, 26 Feb 2003 23:30:04 -0800 (PST) Received: from tina.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38DC43FBD for ; Wed, 26 Feb 2003 23:30:03 -0800 (PST) (envelope-from tina@la3sg.net) Received: by tina.la3sg.net (Postfix, from userid 1001) id DA62F14A2D; Thu, 27 Feb 2003 08:30:02 +0100 (CET) Date: Thu, 27 Feb 2003 08:30:02 +0100 From: Kjell Midtseter To: Ron Andreasen Cc: freebsd-questions@freebsd.org Subject: Re: ATA/IDE Controller question Message-ID: <20030227073002.GD242@tina.la3sg.net> Reply-To: junkmail@sensewave.com References: <200302261136.24862.will@unfoldings.net> <20030227070257.81994.qmail@web13308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227070257.81994.qmail@web13308.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-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 Wednesday, 26 February 2003 at 23:02:57 -0800, Ron Andreasen wrote: > I just looked at the FreeBSD hardware list and saw all > those contollers there. Are any of those ISA devices > or are they all PCI? > > I only have 3 PCI slots and they're all being used by > stuff I can't give up (video card, sound card, and > modem). So if they are all PCI devices will ISA > contollers still get the job done? I'd be using it in > FreeBSD 5.0. > I am sorry, but your question does not make sense, and I doubt that anyone will be able to give you an answer that will be meaningful to you based on your question. Seems like you have gotten mixed up on some basics. Suggest you google around to find out more about ISA and PCI, then return with a restated question. Cheers from Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:37:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2746D37B401 for ; Wed, 26 Feb 2003 23:37:38 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4472143FDD for ; Wed, 26 Feb 2003 23:37:34 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1R7bU5U084872 for ; Thu, 27 Feb 2003 07:37:30 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1R7bUNW084871 for questions@FreeBSD.ORG; Thu, 27 Feb 2003 07:37:30 GMT Date: Thu, 27 Feb 2003 07:37:30 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: Perl 5.8 from ports Message-ID: <20030227073730.GA84546@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , questions@FreeBSD.ORG References: <20030227070307.X13355-100000@freebsd.rf0.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227070307.X13355-100000@freebsd.rf0.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 27, 2003 at 07:03:53AM +0000, Rus Foster wrote: > I've installed perl 5.8 and I know to get the system to use it I have to > run something like useport perl but I can't remeber the exact command. > Could someone remind me please # use.perl port Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:38:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3158A37B401 for ; Wed, 26 Feb 2003 23:38:15 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A478043FDF for ; Wed, 26 Feb 2003 23:38:13 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oIcM-0007PT-00; Thu, 27 Feb 2003 09:38:10 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oIc7-0007Oz-00; Thu, 27 Feb 2003 09:37:56 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oIc3-0009jO-00; Thu, 27 Feb 2003 09:37:51 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oIc2-0006HM-00; Thu, 27 Feb 2003 09:37:50 +0200 From: Willie Viljoen To: "Alexey V. Litvinov" , Subject: Re: fm801 & FreeBSD5.0-RELEASE Date: Thu, 27 Feb 2003 09:37:50 +0200 User-Agent: KMail/1.5 References: <001201c2de2f$8daf72b0$0e05a8c0@lial> <200302270922.33221.will@unfoldings.net> In-Reply-To: <200302270922.33221.will@unfoldings.net> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302270937.50439.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oIc7-0007Oz-00*LVXLV2h8j72* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 9:22, someone, possibly Willie Viljoen, typed: > On Thursday 27 February 2003 9:12, someone, possibly Alexey V. Litvinov, > > typed: > > Hi All! > > > > I have installed 5.0-RELEASE and have a trouble to configure my Genius > > Sound Maker Live soundcard based on ForteMedia 801 chip > > I'm added next line to KERNELCONFIG file: > > device pcm > > I have the same card, it hasn't worked since some time during 4.6. I've > been hoping somebody else would send a PR, but it doesn't seem to have > happened, I've been happily using my old SB16 in the mean time. PR has been sent. -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:47:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CF737B401 for ; Wed, 26 Feb 2003 23:47:50 -0800 (PST) Received: from web80312.mail.yahoo.com (web80312.mail.yahoo.com [66.218.79.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FBEC43F85 for ; Wed, 26 Feb 2003 23:47:50 -0800 (PST) (envelope-from mikemcmillan@sbcglobal.net) Message-ID: <20030227074749.69102.qmail@web80312.mail.yahoo.com> Received: from [67.122.248.47] by web80312.mail.yahoo.com via HTTP; Wed, 26 Feb 2003 23:47:49 PST Date: Wed, 26 Feb 2003 23:47:49 -0800 (PST) From: Fozzy the Bear Subject: Savemail problem 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 Everytime Cron tries to send me the results of the daily output I get: sendmail(24163]: h1QB4MMr024163: losing ./qfh1QB4MMr024163: savemail panic sendmail(24163]: h1QB4MMr024163: SYSERR(root): savemail: cannot save rejected email anywhere I get that error from a fresh FreeBSD 5.0-release install, any ideas how to fix it? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:56:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C4EC37B401 for ; Wed, 26 Feb 2003 23:56:17 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-66-134.maa.sify.net [210.214.66.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55B643F3F for ; Wed, 26 Feb 2003 23:56:12 -0800 (PST) (envelope-from shantanoo+fbsd@ieee.org) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id 1111945A; Thu, 27 Feb 2003 11:05:27 +0530 (IST) Date: Thu, 27 Feb 2003 11:05:27 +0530 From: Shantanu Mahajan To: Tijl Coosemans Cc: freebsd-questions@freebsd.org Subject: Re: cat Message-ID: <20030227053526.GB439@dhumketu.homeunix.net> Mail-Followup-To: Tijl Coosemans , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.7-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 +++ Tijl Coosemans [freebsd] [26-02-03 17:56 +0100]: | I want to remove CRs from text files so what I did is this: | | cat filename | tr -d '\r' > filename | | However, I often end up with an empty file. Just out of | interest, somebody who knows why that is? | | ------------------------------ col -bx < filenam > filenam.new Regards, Shantanu -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID : 137AFD9E PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 26 23:56:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A57937B405 for ; Wed, 26 Feb 2003 23:56:18 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-66-134.maa.sify.net [210.214.66.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85C343FBD for ; Wed, 26 Feb 2003 23:56:12 -0800 (PST) (envelope-from shantanoo+fbsd@ieee.org) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id ABCB4462; Thu, 27 Feb 2003 11:29:12 +0530 (IST) Date: Thu, 27 Feb 2003 11:29:12 +0530 From: Shantanu Mahajan To: Willie Viljoen Cc: freebsd-questions@freebsd.org Subject: SCSI emulation of ATAPI CDROM {was [Re: IDE LiteON CD-RW supported by burncd?]} Message-ID: <20030227055912.GA601@dhumketu.homeunix.net> Mail-Followup-To: Willie Viljoen , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Eh? Whats that? X-OS: FreeBSD 4.7-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 +++ Willie Viljoen [26-02-03 21:31 +0200]: | On Wednesday 26 February 2003 19:42, someone, possibly Michael Sharp, typed: | > I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone | > actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess | > with it under burncd? | | In addition to working with burncd, you can also get this drive to work with | cdrtools if you want by making it appear to be a SCSI device. You will need | a 4.7-RELEASE or newer system (check the Handbook for upgrading | instructions) and you will need to recompile your kernel with atleast: | | device ata | device atapicd | device atapicam | device scbus | device pass | device cd | | Some IDE CD-R/RW devices will only work this way... those that do not | implement the standards that SS adheres strictly to in the burncd code. | However, this drive, according to numerous posts, will work fine, and does | implement those standards (which is rather impressive) | | The advantage to using it with ATAPICAM rather than burncd is that you will | also be able to use the other tools from the cdrtools package, cdrecord, | cdda2wav, etc, and the numerous front ends that have been designed for | them. | | Will | | - -- | ------------------------------ I tried to compile the kernel with above options. But for device atapicam it says Warning: device "atapicam" is unknown also tried ATAPICAM > uname -rs FreeBSD 4.7-RELEASE Regards, Shantanu -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID : 137AFD9E PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:20:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1727737B401 for ; Thu, 27 Feb 2003 00:20:55 -0800 (PST) Received: from mail.broadpark.no (mail2.broadpark.no [217.13.4.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5D043FB1 for ; Thu, 27 Feb 2003 00:20:54 -0800 (PST) (envelope-from junkmail@sensewave.com) Received: from tove (la3sg.net [217.13.29.172]) by mail.broadpark.no (Postfix) with ESMTP id A4CB9787F9 for ; Thu, 27 Feb 2003 09:20:52 +0100 (MET) From: "Kjell" To: questions@FreeBSD.ORG Date: Thu, 27 Feb 2003 09:20:58 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Sendmail refuses incoming mail Reply-To: junkmail@sensewave.com Message-ID: <3E5DD87A.23836.607BC6@localhost> 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 I am trying to set up my mail system. I am running a network with a R4.6-RELEASE gateway (sexy.la3sg.net) with Sendmail and ipf, and a R4.7- RELEASE workstation (syvert.la3sg.net) with postfix, fetchmail and mutt. I can exchange mail between the boxes on my LAN, send mail to the outside world and participate on this list from my workstation. When I send a mail intended for the workstation (syvert@la3sg.net) from an external webmail account, the mail is returned because my gateway 'refuses to connect' ========================================== Return-Path: Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by tre.server.freewave.no (Postfix) with ESMTP id 860F2146B8B for ; Wed, 19 Feb 2003 11:07:27 +0100 (CET) Received: by mail.broadpark.no (Postfix) id 0C2BC785D9; Wed, 19 Feb 2003 11:07:27 +0100 (MET) Date: Wed, 19 Feb 2003 11:07:27 +0100 (MET) From: MAILER-DAEMON@broadpark.no (Mail Delivery System) Subject: Undelivered Mail Returned to Sender To: me@sensewave.com MIME-Version: 1.0 Message-Id: <20030219100727.0C2BC785D9@mail.broadpark.no> X-PMFLAGS: 570949760 0 1 P2DA30.CNM Content-Description: Notification Content-Type: text/plain This is the Postfix program at host mail.broadpark.no. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program : connect to sexy.la3sg.net[217.13.29.172]: Connection refused ============================================== I am using zoneedit.com where I have set up "A records" pointing to la3sg.net, sexy.la3sg.net and syvert.la3sg.net The "MX record" points to sexy.la3sg.net as my mail server. My ISP has set up my domain so that a reverse lookup should resolve. I have read Ch. 20.3 in the handbook and populated the files /etc/mail/access aliases local-host.names and virtusertable for Sendmail on the gateway to the best of my understanding. Help appreciated! I found postfix easier to set up. Is it advisable to switch to postfix on my gateway also? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:24: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FE037B401 for ; Thu, 27 Feb 2003 00:24:05 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53B643FA3 for ; Thu, 27 Feb 2003 00:24:03 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJKf-0007eP-00; Thu, 27 Feb 2003 10:23:57 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJKR-0007eG-00; Thu, 27 Feb 2003 10:23:45 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oJKN-0009r5-00; Thu, 27 Feb 2003 10:23:39 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oJKM-0006K8-00; Thu, 27 Feb 2003 10:23:38 +0200 From: Willie Viljoen To: Shantanu Mahajan Subject: Re: SCSI emulation of ATAPI CDROM {was [Re: IDE LiteON CD-RW supported by burncd?]} Date: Thu, 27 Feb 2003 10:23:38 +0200 User-Agent: KMail/1.5 Cc: freebsd-questions@freebsd.org References: <20030227055912.GA601@dhumketu.homeunix.net> In-Reply-To: <20030227055912.GA601@dhumketu.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302271023.38363.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oJKR-0007eG-00*Y23NsYVM0iI* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 7:59, someone, possibly Shantanu Mahajan, typed: > I tried to compile the kernel with above options. But for > device atapicam > it says > Warning: device "atapicam" is unknown > also tried ATAPICAM > > > uname -rs > > FreeBSD 4.7-RELEASE The ATAPICAM code was not merged by the time 4.7-RELEASE was frozen. It was only introduced shortly afterward during early post-release development of 4.7-STABLE on 1 November 2002. In order to get it on your system, you will need to follow upgrade instructions in Chapter 21, The Cutting Edge, of the Handbook, available online at http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html or on your local system (if you have installed the doc distribution) in /usr/share/doc/handbook/cutting-edge.html. The Handbook has also been translated into many languages, if you prefer, a version in your native language should also be available on-line and on your local system. You may also with to patch your present system with the historical ATAPICAM patches available from http://www.cuivre.fr.eu.org/~thomas/atapicam/. This will still require a rebuild though, and upgraing is highly recommended. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:24:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB9437B401 for ; Thu, 27 Feb 2003 00:24:49 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5344A43F93 for ; Thu, 27 Feb 2003 00:24:48 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1R8Oh5U085284 for ; Thu, 27 Feb 2003 08:24:43 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1R8Ohi0085283 for freebsd-questions@FreeBSD.ORG; Thu, 27 Feb 2003 08:24:43 GMT Date: Thu, 27 Feb 2003 08:24:42 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail and MSP issues Message-ID: <20030227082442.GA85097@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , 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.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.44 Sender: owner-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, Feb 27, 2003 at 03:46:11AM -0800, Chris McCluskey wrote: > > I'm having some issues with Sendmail with the MSP, and I have read so > many docs I have confused myself! > > My issue is the following. I'm running 4.7p4 with the 8.12.x Sendmail. > I want to route all local mail to a central mail hub (I'm doing this > somewhat successfully with LOCAL_RELAY and MAIL_HUB). But I'm hitting > a wall with the new MSP (the submit.cf stuff) and mail. When I try to > write an e-mail message using the local mail from a localhost user to > an outside address, the message isn't transferred to the mail hub, but > gets stored in the clientmqueue for processing, and just sits there. I > get the following log entry: > > Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: from=chris, > size=42, class=0, nrcpts=1, > msgid=<200302210706.h1L76tFs016892@server.company.com>, > relay=chris@localhost > Feb 20 23:06:55 server sendmail[16892]: h1L76tFs016892: > to=chris@outsideaddress.com, delay=00:00:00, mailer=esmtp, pri=30041, > dsn=4.4.3, stat=queued > > I thought that LOCAL_RELAY was supposed to relay stuff like this and > send it on -- but I don't think that the normal sendmail daemon is > looking at this queue (that's what the MSP is for after all, right?!). > I thought about using genericstable to rewrite the base domain of the > local users, but it doesn't look like MSP would even look at it to do > the domain rewrite anyway. Any help would be appreciated. > > My assumption riding though all of this is that on a normal system, > the only thing that uses the LOCAL mailer part of Sendmail (and now > the MSP mailer) is the CLI mailer "mail". Most other programs use SMTP > to talk directly with a local mail relay. Try this: On each of your client machines (not you mail server), set up the sm-msp process to submit the e-mail directly to the sm-mta on your mail server. This means you don't need to run a sm-mta process on each of your client machines, and just the sm-msp process to check and flush the queue occasionally. In /etc/rc.conf sendmail_msp_queue_enable="YES" sendmail_enable="NO" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" In /etc/mail/submit.mc, modify the last line that says FEATURE(`msp'... so that it directs the e-mail directly to the mail submission port (587) on your mail server: FEATURE(`msp', `[smtp.your.domain]', `MSA')dnl The square brackets act to suppress the normal MX lookups sendmail does --- usually you don't want that with this sort of mail submission setup. Rebuild submit.cf and restart the sm-msp daemon: # cd /et/mail # make install-submit-cf # make restart-mspq Now, all new mail submissions should be routed through the central mail server. You'll need to ensure the central server will handle the mail for machines in your domain, which usually entails entering all of the names of all your hosts into the /etc/mail/local-host-names file. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:31:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367CE37B401 for ; Thu, 27 Feb 2003 00:31:58 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F96743F85 for ; Thu, 27 Feb 2003 00:31:57 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 8949CEF6A6 for ; Thu, 27 Feb 2003 09:19:29 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id A72EB5D009 for ; Thu, 27 Feb 2003 09:35:03 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 5D2315D008 for ; Thu, 27 Feb 2003 09:35:03 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A10B9DC00A4; Thu, 27 Feb 2003 09:49:15 +0100 Message-Id: <5.2.0.9.0.20030227022946.07db1e40@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 27 Feb 2003 02:31:52 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: can't get to ATA133 In-Reply-To: <200302270817.16648.will@unfoldings.net> References: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.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 > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > > ad6: DMA limited to UDMA33, non-ATA66 cable or device > > ar0: 39083MB [4982/255/63] status: READY subdisks: > > 0 READY ad4: 39083MB [79408/16/63] at ata2-master > > UDMA33 ar1: 39083MB [4982/255/63] status: READY > > subdisks: 0 READY ad6: 39083MB [79408/16/63] at > > ata3-master UDMA33 > > > > Anybody know why TX sees only 33? > >The ata driver is quite strict on standards implementation. It could be that >the promise cables may not comply as strictly with the standard as it would >prefer. Try getting 80-conductor cables from a third party. Generally >speaking, buying your own cables is better than using the ones that came >with the controller anyway, as those are usually el-cheapos, even with the >most expensive controllers. One unreported point we later verified was in the TX2000 on-board setup util, "Show Drive Status" shows both drives as mode "U6" (is ATA133). Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:43:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FAD37B489 for ; Thu, 27 Feb 2003 00:43:31 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B029743F85 for ; Thu, 27 Feb 2003 00:43:29 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJdW-0007kt-00; Thu, 27 Feb 2003 10:43:26 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJdH-0007km-00; Thu, 27 Feb 2003 10:43:12 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oJdD-0009uL-00; Thu, 27 Feb 2003 10:43:07 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oJdC-0006Ln-00; Thu, 27 Feb 2003 10:43:06 +0200 From: Willie Viljoen To: Len Conrad , freebsd-questions@freebsd.org Subject: Re: can't get to ATA133 Date: Thu, 27 Feb 2003 10:43:05 +0200 User-Agent: KMail/1.5 References: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> <5.2.0.9.0.20030227022946.07db1e40@mail.go2france.com> In-Reply-To: <5.2.0.9.0.20030227022946.07db1e40@mail.go2france.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302271043.05919.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oJdH-0007km-00*WGCNfyRgMDQ* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 10:31, someone, possibly Len Conrad, typed: > >The ata driver is quite strict on standards implementation. It could be > > that the promise cables may not comply as strictly with the standard as > > it would prefer. Try getting 80-conductor cables from a third party. > > Generally speaking, buying your own cables is better than using the > > ones that came with the controller anyway, as those are usually > > el-cheapos, even with the most expensive controllers. > > One unreported point we later verified was in the TX2000 on-board setup > util, "Show Drive Status" shows both drives as mode "U6" (is ATA133). Won't matter to ata(4), if it doesn't like your cables, it will force your drives down to UDMA2 at boot time. It could be that the cables still have abit more noise than the driver is willing to tolerate. A new set of cables won't cost you more than $5 each, try replacing the cables first. The 80-conductor cables that came with my sister's motherboard and with my offboard ATA controller (CMD 649 variant) were both 80-conductor cables by the manufacturors' claims, but ata(4) was not interested. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:54:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCD537B401 for ; Thu, 27 Feb 2003 00:54:20 -0800 (PST) Received: from mail.ceca.es (mail.ceca.es [80.68.128.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E9E43FCB for ; Thu, 27 Feb 2003 00:54:18 -0800 (PST) (envelope-from JMegias@caja-granada.es) Received: from mulhacen.caja-granada.es ([192.168.25.2]) by mail.ceca.es (8.8.8+Sun/8.8.8) with ESMTP id JAA05645 for ; Thu, 27 Feb 2003 09:54:12 +0100 (MET) Received: from CORREOEX.caja-granada.es (sccpd00 [130.130.7.3]) by mulhacen.caja-granada.es (8.12.6/8.12.6) with ESMTP id h1R8s5qM025855 for ; Thu, 27 Feb 2003 09:54:08 +0100 (CET) (envelope-from JMegias@caja-granada.es) Received: by correoex.caja-granada.es with Internet Mail Service (5.5.2653.19) id ; Thu, 27 Feb 2003 09:52:40 +0100 Message-ID: <1A4723CDE42AD611B61200A0C9AA5F3729C486@correoex.caja-granada.es> From: "Megias Sanchez, Jose Manuel" To: freebsd-questions@FreeBSD.ORG Subject: Make buildworld brake in rmail Date: Thu, 27 Feb 2003 09:52:39 +0100 X-Mailer: Internet Mail Service (5.5.2653.19) X-RAVMilter-Version: 8.4.2(snapshot 20021212) (mulhacen.caja-granada.es) Sender: owner-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 after update FreeBSD to 4.7 stable and prepare the file /etc/make.conf with the following lines: SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl and make buildworld breakes with the following error: ===> bin/rmail cc -O -pipe -I/usr/src/bin/rmail/../../contrib/sendmail/include -I. -I/usr/loca l/include/sasl -DSASL -Wall -Wformat -c /usr/src/bin/rmail/../../contrib/send mail/rmail/rmail.c cc -O -pipe -I/usr/src/bin/rmail/../../contrib/sendmail/include -I. -I/usr/loca l/include/sasl -DSASL -Wall -Wformat -L/usr/local/lib -o rmail rmail.o /usr/ obj/usr/src/bin/rmail/../../lib/libsm/libsm.a -lsasl /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lsasl *** Error code 1 Stop in /usr/src/bin/rmail. *** Error code 1 Stop in /usr/src/bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I need to include sasl support in sendmail, where is the problem?. Greetings. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:55: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9589837B401 for ; Thu, 27 Feb 2003 00:55:05 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B0643F75 for ; Thu, 27 Feb 2003 00:55:03 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJoj-0007om-00; Thu, 27 Feb 2003 10:55:01 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oJoS-0007oW-00; Thu, 27 Feb 2003 10:54:46 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oJoO-0009wB-00; Thu, 27 Feb 2003 10:54:40 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oJoN-0006N5-00; Thu, 27 Feb 2003 10:54:39 +0200 From: Willie Viljoen To: Len Conrad , freebsd-questions@freebsd.org Subject: Re: can't get to ATA133 (Addendum to previous post) Date: Thu, 27 Feb 2003 10:54:39 +0200 User-Agent: KMail/1.5 References: <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> <5.2.0.9.0.20030227022946.07db1e40@mail.go2france.com> <200302271043.05919.will@unfoldings.net> In-Reply-To: <200302271043.05919.will@unfoldings.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302271054.39505.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oJoS-0007oW-00*Ntz73QYNCy6* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 10:43, someone, possibly Willie Viljoen, typed: > On Thursday 27 February 2003 10:31, someone, possibly Len Conrad, typed: > > >The ata driver is quite strict on standards implementation. It could > > > be that the promise cables may not comply as strictly with the > > > standard as it would prefer. Try getting 80-conductor cables from a > > > third party. Generally speaking, buying your own cables is better > > > than using the ones that came with the controller anyway, as those > > > are usually el-cheapos, even with the most expensive controllers. > > > > One unreported point we later verified was in the TX2000 on-board setup > > util, "Show Drive Status" shows both drives as mode "U6" (is ATA133). > > Won't matter to ata(4), if it doesn't like your cables, it will force > your drives down to UDMA2 at boot time. It could be that the cables still > have abit more noise than the driver is willing to tolerate. A new set of > cables won't cost you more than $5 each, try replacing the cables first. > The 80-conductor cables that came with my sister's motherboard and with > my offboard ATA controller (CMD 649 variant) were both 80-conductor > cables by the manufacturors' claims, but ata(4) was not interested. There are two things you might want to look at. First it trying to set the modes manually after boot. This is not recommended, and I would not do it unless on a read only file system, if setting the higher mode fails, or fails partially, you might be in for a world of trouble. To do this, you can try: atacontrol mode ata4 udma6 --- atacontrol mode ata6 udma6 --- Also, you might want to look at the length of the cables. According to the Ultra-ATA (UDMA) standards, an 80-conductor cable must be no longer than 30cm, or about 12". Cables of longer length begin to build up too much noise, even for the double-conductor design to combat. While Promise's BIOS and their own drivers (as seen on Windows) might tolerate these noise levels, I'm very sure ata(4) will not. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 0:56:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAE237B401 for ; Thu, 27 Feb 2003 00:56:16 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id A411443F75 for ; Thu, 27 Feb 2003 00:56:15 -0800 (PST) (envelope-from alhakeem@softhome.net) Received: (qmail 2371 invoked by uid 417); 27 Feb 2003 08:56:15 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 27 Feb 2003 08:56:15 -0000 Received: from laptop ([62.30.181.37]) by softhome.net with esmtp; Thu, 27 Feb 2003 01:56:12 -0700 From: "Abdul Hakeem" To: freebsd-questions@FreeBSD.ORG Subject: IPFW and IPFiLTER commands Date: Thu, 27 Feb 2003 08:56:04 -0000 Message-ID: <006f01c2de3e$1103de40$25b51e3e@laptop> 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 Hello, Can anyone direct me to the source of commands and documentations for setting up Vlan, Switching, Policy based routing commands and documentations ? Regards, A. Hakeem, esq. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1: 6: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D5537B401 for ; Thu, 27 Feb 2003 01:06:00 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555FC43F75 for ; Thu, 27 Feb 2003 01:05:59 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id D8E6BEF6A6; Thu, 27 Feb 2003 09:53:30 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 311035D009; Thu, 27 Feb 2003 10:09:05 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 9A2015D008; Thu, 27 Feb 2003 10:09:04 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A904AFA00BC; Thu, 27 Feb 2003 10:23:16 +0100 Message-Id: <5.2.0.9.0.20030227025914.07dc69e8@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 27 Feb 2003 03:05:53 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: can't get to ATA133 (Addendum to previous post) In-Reply-To: <200302271054.39505.will@unfoldings.net> References: <200302271043.05919.will@unfoldings.net> <5.2.0.9.0.20030226165710.028ad2f0@mail.go2france.com> <5.2.0.9.0.20030227022946.07db1e40@mail.go2france.com> <200302271043.05919.will@unfoldings.net> 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 >There are two things you might want to look at. First it trying to set the >modes manually after boot. This is not recommended, and I would not do it >unless on a read only file system, if setting the higher mode fails, or >fails partially, you might be in for a world of trouble. To do this, you >can try: > >atacontrol mode ata4 udma6 --- >atacontrol mode ata6 udma6 --- mx# atacontrol mode ata2 udma6 --- Master = UDMA33 Slave = ??? mx# atacontrol mode ata3 udma6 --- Master = UDMA33 Slave = ??? >Also, you might want to look at the length of the cables. According to the >Ultra-ATA (UDMA) standards, an 80-conductor cable must be no longer than >30cm, or about 12". Cables of longer length begin to build up too much >noise, even for the double-conductor design to combat. While Promise's BIOS >and their own drivers (as seen on Windows) might tolerate these noise >levels, I'm very sure ata(4) will not. I've already thought of that and the guy on site says the Promise cables are 18 inches. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1: 7:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D079A37B401 for ; Thu, 27 Feb 2003 01:07:35 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CC843FBF for ; Thu, 27 Feb 2003 01:07:33 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h1R93SP04427; Thu, 27 Feb 2003 11:03:28 +0200 Message-Id: <200302270903.h1R93SP04427@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 27 Feb 03 11:03:04 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 27 Feb 03 11:02:58 +0200 From: "Toomas Aas" Organization: Tartu City Government To: David Banning , questions@freebsd.org Date: Thu, 27 Feb 2003 11:02:54 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: apache - php problem In-reply-to: <20030226170031.A342@skytrackercanada.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! > My apache and php has been working fine for some time. > All of a sudden it gives me this error in the log; > > [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) > > and php scripts will not execute. Whatever the problem is, this is not it. Starting with I-dont-remember-exactly-which version of Apache it always gives this message. All my Apache 1.3.27 servers do it and PHP works just fine. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * This would easier understand fewer had omitted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1: 8:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6CB37B401 for ; Thu, 27 Feb 2003 01:08:51 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A3343FA3 for ; Thu, 27 Feb 2003 01:08:50 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h1R98n4c083623; Thu, 27 Feb 2003 10:08:49 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200302270908.h1R98n4c083623@spider.deepcore.dk> Subject: Re: can't get to ATA133 (Addendum to previous post) In-Reply-To: <5.2.0.9.0.20030227025914.07dc69e8@mail.go2france.com> To: Len Conrad Date: Thu, 27 Feb 2003 10:08:48 +0100 (CET) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 It seems Len Conrad wrote: > > >There are two things you might want to look at. First it trying to set the > >modes manually after boot. This is not recommended, and I would not do it > >unless on a read only file system, if setting the higher mode fails, or > >fails partially, you might be in for a world of trouble. To do this, you > >can try: > > > >atacontrol mode ata4 udma6 --- > >atacontrol mode ata6 udma6 --- That wont change anything at all... > >Also, you might want to look at the length of the cables. According to the > >Ultra-ATA (UDMA) standards, an 80-conductor cable must be no longer than > >30cm, or about 12". Cables of longer length begin to build up too much > >noise, even for the double-conductor design to combat. While Promise's BIOS > >and their own drivers (as seen on Windows) might tolerate these noise > >levels, I'm very sure ata(4) will not. ATA cables for UDMA > 2 can be up to 45cm long according to spec. > I've already thought of that and the guy on site says the Promise cables > are 18 inches. Which is just about right... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:16:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D3637B401 for ; Thu, 27 Feb 2003 01:16:18 -0800 (PST) Received: from tina.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 571C343FB1 for ; Thu, 27 Feb 2003 01:16:17 -0800 (PST) (envelope-from tina@la3sg.net) Received: by tina.la3sg.net (Postfix, from userid 1001) id DC69F14A2D; Thu, 27 Feb 2003 10:16:16 +0100 (CET) Date: Thu, 27 Feb 2003 10:16:16 +0100 From: Kjell Midtseter To: Abdul Hakeem Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW and IPFiLTER commands Message-ID: <20030227091616.GE242@tina.la3sg.net> Reply-To: junkmail@sensewave.com References: <006f01c2de3e$1103de40$25b51e3e@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006f01c2de3e$1103de40$25b51e3e@laptop> User-Agent: Mutt/1.4i Sender: owner-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, 27 February 2003 at 8:56:04 -0000, Abdul Hakeem wrote: > Hello, > Can anyone direct me to the source of commands and documentations for > setting up Vlan, Switching, Policy based routing commands and > documentations ? For ipfilter look at http://www.pir.net/pir/ipf/ipf-howto.html Kjell > Regards, > A. Hakeem, esq. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:27:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D452737B401 for ; Thu, 27 Feb 2003 01:27:37 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA4143FCB for ; Thu, 27 Feb 2003 01:27:35 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oKJn-000815-00; Thu, 27 Feb 2003 11:27:07 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oKJX-00080i-00; Thu, 27 Feb 2003 11:26:52 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oKJT-000A22-00; Thu, 27 Feb 2003 11:26:47 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oKJQ-0006QI-00; Thu, 27 Feb 2003 11:26:44 +0200 From: Willie Viljoen To: Soeren Schmidt , Len Conrad Subject: Re: can't get to ATA133 (Addendum to previous post) Date: Thu, 27 Feb 2003 11:26:44 +0200 User-Agent: KMail/1.5 Cc: freebsd-questions@freebsd.org References: <200302270908.h1R98n4c083623@spider.deepcore.dk> In-Reply-To: <200302270908.h1R98n4c083623@spider.deepcore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302271126.44164.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oKJX-00080i-00*bqTvZzZhpA.* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 11:08, someone, possibly Soeren Schmidt, typed: > > I've already thought of that and the guy on site says the Promise > > cables are 18 inches. > > Which is just about right... > > -S=F8ren Strange, I was told 30cm emphatically by our local techie, but S=F8ren did= =20 write the driver, so he's probably more correct than my techie. My mistake= =20 :) S=F8ren, what else could be causing this? On bootup, Len's system complains: > ad4: DMA limited to UDMA33, non-ATA66 cable or device > ad6: DMA limited to UDMA33, non-ATA66 cable or device Yet the controller's BIOS is satisfied with the cables, and they are within= =20 the length boundaries as you have correctly pointed out. Any ideas? Will =2D-=20 Willie Viljoen =46reelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:28:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFEFD37B401 for ; Thu, 27 Feb 2003 01:28:29 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 1212F43FA3 for ; Thu, 27 Feb 2003 01:28:29 -0800 (PST) (envelope-from franklin_pierce@operamail.com) Received: (qmail 29442 invoked from network); 27 Feb 2003 09:28:28 -0000 Received: from unknown (205.158.62.146) by spf1.us.outblaze.com with QMQP; 27 Feb 2003 09:28:28 -0000 Received: (qmail 10361 invoked from network); 27 Feb 2003 09:25:50 -0000 Received: from unknown (HELO ws5-2.us4.outblaze.com) (205.158.62.133) by 205-158-62-146.outblaze.com with SMTP; 27 Feb 2003 09:25:50 -0000 Received: (qmail 18873 invoked by uid 1001); 27 Feb 2003 09:28:20 -0000 Message-ID: <20030227092820.18872.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.28.11.36] by ws5-3.us4.outblaze.com with http for franklin_pierce@operamail.com; Thu, 27 Feb 2003 03:28:20 -0600 From: "Franklin Pierce" To: freebsd-questions@freebsd.org Date: Thu, 27 Feb 2003 03:28:20 -0600 Subject: Re: cat X-Originating-Ip: 65.28.11.36 X-Originating-Server: ws5-3.us4.outblaze.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 ----- Original Message ----- From: Shantanu Mahajan Date: Thu, 27 Feb 2003 11:05:27 +0530 To: Tijl Coosemans Subject: Re: cat > +++ Tijl Coosemans [freebsd] [26-02-03 17:56 +0100]: > | I want to remove CRs from text files so what I did is this: > | > | cat filename | tr -d '\r' > filename Meow. cat is short for concatenate, that is, to combine sequantially. if you are not combining, if you are, in fact, just pumping a file through a command (as "tr -d '\r'") try "<", it saves a processor cycle or twenty and it's syntactically correct, AND ------->>> ----->>> i mean, why not? cat "filename" && grep "freaky deaky" >> quack-quack.txt && page "filename" >> bark-bark.txt && tr -d '\r' < filename > neue-filename && cd /usr/src && make buildworld && rm -r / > | > | However, I often end up with an empty file. Just out of > | interest, somebody who knows why that is? > | > | ------------------------------ > col -bx < filenam > filenam.new > or that, yes. love, Franklin Pierce -- _______________________________________________ http://www.operamail.com Now with OperaMail Premium for only US$29.99/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:30:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD4237B401 for ; Thu, 27 Feb 2003 01:30:54 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD3343FA3 for ; Thu, 27 Feb 2003 01:30:53 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h1R9UqOc087155; Thu, 27 Feb 2003 10:30:52 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200302270930.h1R9UqOc087155@spider.deepcore.dk> Subject: Re: can't get to ATA133 (Addendum to previous post) In-Reply-To: <200302271126.44164.will@unfoldings.net> To: Willie Viljoen Date: Thu, 27 Feb 2003 10:30:52 +0100 (CET) Cc: Len Conrad , freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 It seems Willie Viljoen wrote: > On Thursday 27 February 2003 11:08, someone, possibly Soeren Schmidt, typed: > > > I've already thought of that and the guy on site says the Promise > > > cables are 18 inches. > > > > Which is just about right... > > > > -Søren > > Strange, I was told 30cm emphatically by our local techie, but Søren did > write the driver, so he's probably more correct than my techie. My mistake > :) Well, point him at the ATA specs :) > Søren, what else could be causing this? On bootup, Len's system complains: > > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > > ad6: DMA limited to UDMA33, non-ATA66 cable or device This is because the cblid bit in the disks indicate that the disk doesn't see the right cable (or rather the right signals it tests for). Since I dont have a dmesg from the system I dont know if there are other devices on the cable than the disks, as the most usual culprit here is an ATAPI device that doesn't like UDMA. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:36:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A2E37B401 for ; Thu, 27 Feb 2003 01:36:43 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C802543FB1 for ; Thu, 27 Feb 2003 01:36:41 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oKSr-00084t-00; Thu, 27 Feb 2003 11:36:29 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oKSb-00084m-00; Thu, 27 Feb 2003 11:36:14 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oKSX-000A3x-00; Thu, 27 Feb 2003 11:36:09 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oKSW-0006Rl-00; Thu, 27 Feb 2003 11:36:08 +0200 From: Willie Viljoen To: Soeren Schmidt Subject: Re: can't get to ATA133 (Addendum to previous post) Date: Thu, 27 Feb 2003 11:36:08 +0200 User-Agent: KMail/1.5 Cc: Len Conrad , freebsd-questions@freebsd.org References: <200302270930.h1R9UqOc087155@spider.deepcore.dk> In-Reply-To: <200302270930.h1R9UqOc087155@spider.deepcore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302271136.08077.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oKSb-00084m-00*W6BHVtKZGPg* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 27 February 2003 11:30, someone, possibly Soeren Schmidt, typed: > > Strange, I was told 30cm emphatically by our local techie, but S=F8ren > > did write the driver, so he's probably more correct than my techie. My > > mistake > > > > :) > > Well, point him at the ATA specs :) It seems he was reading some manufacturor's "own version" of the specs, we= =20 just checked the official specs and you are right :) > > S=F8ren, what else could be causing this? On bootup, Len's system=20 complains: > > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > > > ad6: DMA limited to UDMA33, non-ATA66 cable or device > > This is because the cblid bit in the disks indicate that the disk doesn't > see the right cable (or rather the right signals it tests for). > Since I dont have a dmesg from the system I dont know if there are other > devices on the cable than the disks, as the most usual culprit here is > an ATAPI device that doesn't like UDMA. Len, post dmesg? :) =2D-=20 Willie Viljoen =46reelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:37:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF9937B401 for ; Thu, 27 Feb 2003 01:37:50 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-52.dsl.lsan03.pacbell.net [63.207.60.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE7843FAF for ; Thu, 27 Feb 2003 01:37:49 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 01036679DA; Thu, 27 Feb 2003 01:37:49 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id DED96124A; Thu, 27 Feb 2003 01:37:48 -0800 (PST) Date: Thu, 27 Feb 2003 01:37:48 -0800 From: Kris Kennaway To: "Megias Sanchez, Jose Manuel" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Make buildworld brake in rmail Message-ID: <20030227093748.GB89005@rot13.obsecurity.org> References: <1A4723CDE42AD611B61200A0C9AA5F3729C486@correoex.caja-granada.es> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline In-Reply-To: <1A4723CDE42AD611B61200A0C9AA5F3729C486@correoex.caja-granada.es> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 27, 2003 at 09:52:39AM +0100, Megias Sanchez, Jose Manuel wrote: > Hello after update FreeBSD to 4.7 stable and prepare the file > /etc/make.conf with the following lines: > SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lsasl Well, do you have libsasl installed? Kris --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XdxsWry0BWjoQKURAmJHAKCMgRiehJG/hPVfBI3juldl3KD1vQCg+vkx 6OcEd4hqDcxi86CO7nsWU58= =ULYF -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:39:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0C437B401 for ; Thu, 27 Feb 2003 01:39:45 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 474C043F75 for ; Thu, 27 Feb 2003 01:39:44 -0800 (PST) (envelope-from franklin_pierce@operamail.com) Received: (qmail 11038 invoked from network); 27 Feb 2003 09:39:36 -0000 Received: from unknown (205.158.62.146) by spf1.us.outblaze.com with QMQP; 27 Feb 2003 09:39:36 -0000 Received: (qmail 17769 invoked from network); 27 Feb 2003 09:37:01 -0000 Received: from unknown (HELO ws5-2.us4.outblaze.com) (205.158.62.133) by 205-158-62-146.outblaze.com with SMTP; 27 Feb 2003 09:37:01 -0000 Received: (qmail 30084 invoked by uid 1001); 27 Feb 2003 09:39:31 -0000 Message-ID: <20030227093931.30083.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.28.11.36] by ws5-3.us4.outblaze.com with http for franklin_pierce@operamail.com; Thu, 27 Feb 2003 03:39:31 -0600 From: "Franklin Pierce" To: freebsd-questions@FreeBSD.ORG Date: Thu, 27 Feb 2003 03:39:31 -0600 Subject: Re: cat X-Originating-Ip: 65.28.11.36 X-Originating-Server: ws5-3.us4.outblaze.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 ----- Original Message ----- From: Matthew Seaman Date: Wed, 26 Feb 2003 17:14:56 +0000 To: freebsd-questions@FreeBSD.ORG Subject: Re: cat > On Wed, Feb 26, 2003 at 05:56:13PM +0100, Tijl Coosemans wrote: > > I want Snnnnnnnnip > (Note too the influence of the Society for the Suppression of Stray > Cats -- save a process today!) > And the seven programmers did say, "Amen and amen." And the 60 managers of IT did say, "Blessed be the name of the process!" And the kernel did execute fewer instructions in the midst of its manifold tasks. And the 400 blessed hackers did give glory unto the command (with flags) and the PID of the grep which did confound Him Who Sloppily Abused His Terminal. And the 924 sang, "Glory everlasting, alleluia!" And the VAXen did open and from them poured myriads of myriads of SIGHUP and SIGCONT, in alternating order, but staggered slightly, to give it that two-layered effect. -- _______________________________________________ http://www.operamail.com Now with OperaMail Premium for only US$29.99/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:44:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4DE37B401 for ; Thu, 27 Feb 2003 01:44:50 -0800 (PST) Received: from c3po.barnesos.net (c3po.LPL.Arizona.EDU [128.196.64.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EDF43FBF for ; Thu, 27 Feb 2003 01:44:49 -0800 (PST) (envelope-from jbarnes@c3po.barnesos.net) Received: by c3po.barnesos.net (Postfix, from userid 1001) id 1714F3367; Thu, 27 Feb 2003 02:44:49 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by c3po.barnesos.net (Postfix) with ESMTP id 096533365 for ; Thu, 27 Feb 2003 02:44:49 -0700 (MST) Date: Thu, 27 Feb 2003 02:44:48 -0700 (MST) From: Jason Barnes To: freebsd-questions@freebsd.org Subject: CUPS server-error-service-unavailable error Message-ID: <20030227024053.B69633-100000@c3po.barnesos.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 Greetings -questioneers. I am having trouble getting started with cups. It seems to install okay. lpstat and lpinfo can be induced to give the expected results, i.e.: root@barnesos:/usr/local/sbin>lpinfo -v network socket network http network ipp network lpd direct parallel:/dev/lpt0 serial serial:/dev/ttyd0?baud=115200 direct usb:/dev/ulpt0 direct usb:/dev/unlpt0 root@barnesos:/usr/local/sbin> However, when I try to add a printer: root@barnesos:/usr/local/sbin>!lpadm lpadmin -p wa7 -E -v parallel:/dev/lpt0 -m stphoto.ppd lpadmin: add-printer (enable) failed: server-error-service-unavailable root@barnesos:/usr/local/sbin> This happens with the web-based interface as well. Does anyone have any idea what the problem might be? I can furnish my /etc/cups/cupsd.conf file upon request. Thanks for your help, - Jason Barnes **** Jason Wayne Barnes **** -- "Active on the internet." **** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:53:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85CD637B401 for ; Thu, 27 Feb 2003 01:53:34 -0800 (PST) Received: from cadillac.meteo.fr (cadillac.meteo.fr [137.129.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD9B43FAF for ; Thu, 27 Feb 2003 01:53:29 -0800 (PST) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) by cadillac.meteo.fr (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA10734 for ; Thu, 27 Feb 2003 09:53:16 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) by cti825.cnrm.meteo.fr (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id KAA29729 for ; Thu, 27 Feb 2003 10:53:08 +0100 (MET) Received: from cnrm.meteo.fr (mai3.cnrm.meteo.fr [137.129.157.34]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_18546)/8.7.1) id KAA29581 for ; Thu, 27 Feb 2003 10:53:08 +0100 (MET) Message-ID: <3E5DE003.C9CFF6D9@cnrm.meteo.fr> Date: Thu, 27 Feb 2003 10:53:07 +0100 From: Igor Pokrovsky X-Mailer: Mozilla 4.06 [en] (X11; I; HP-UX B.10.20 9000/780) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: font problems References: <3E5DDE6D.37A162C8@cnrm.meteo.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) Sender: owner-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 tried to set up French locale and console character set on the latest stable, but some character after configuration look like they should not (for example pseudo graphic characters in sysinstall). Here is what I have done: Added to rc.conf: font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-8x16" keymap=fr.iso.acc I also changed console names in ttys from cons25 to cons25l1, and added entry to login.conf for french users like this: charset=ISO8859-1 lang=fr_FR.ISO8859-1 Maybe somebody also has the same problem. P.S. I'm not subscribed to -questions. -Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 1:54:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8023F37B401 for ; Thu, 27 Feb 2003 01:54:26 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0BC43F75 for ; Thu, 27 Feb 2003 01:54:25 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 265E2EF9C4 for ; Thu, 27 Feb 2003 10:41:57 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 972B65D00A for ; Thu, 27 Feb 2003 10:57:31 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 316425D009 for ; Thu, 27 Feb 2003 10:57:31 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A45D286014E; Thu, 27 Feb 2003 11:11:41 +0100 Message-Id: <5.2.0.9.0.20030227035343.01d967b8@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 27 Feb 2003 03:54:19 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: can't get to ATA133 (Addendum to previous post) In-Reply-To: <200302271136.08077.will@unfoldings.net> References: <200302270930.h1R9UqOc087155@spider.deepcore.dk> <200302270930.h1R9UqOc087155@spider.deepcore.dk> 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 mx# dmesg Copyright (c) 1992-2002 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.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium 4 (1716.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf13 Stepping = 3 Features=0x3febfbff,AC C> real memory = 1065287680 (1040320K bytes) avail memory = 1031696384 (1007516K bytes) Preloaded elf kernel "kernel" at 0xc050f000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 8 entries at 0xc00fded0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 2.0 irq 5 pcib1: at device 30.0 on pci0 pci1: on pcib1 atapci0: port 0xa000-0xa00f,0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007 mem 0xed000000-0xed00fff f irq 11 at device 0.0 on pci1 ata2: at 0x9000 on atapci0 ata3: at 0x9800 on atapci0 rl0: port 0xa400-0xa4ff mem 0xed010000-0xed0100ff irq 10 at device 4.0 on pci1 rl0: Ethernet address: 00:04:61:44:cf:0a miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 pci0: (vendor=0x8086, dev=0x24c3) at 31.3 irq 7 pci0: (vendor=0x8086, dev=0x24c5) at 31.5 irq 7 orm0: T I T L E
Èíòåíñèâíûé 2 ìåñÿ÷íûé áèçíåñ ñóïåð-êóðñ 2003 American Business Center     238-3386 / 778-9894 Moscow

Íàâåðíîå íå ñòîèò ãîâîðèòü î òîì, íàñêîëüêî âàæíî äëÿ ïóòåøåñòâóþùåãî áèçíåñìåíà çíàòü åæåäíåâíî èñïîëüçóåìûé ÿçûê äåëîâîãî ìèðà òîé ñòðàíû, â êîòîðóþ îí ïðèåõàë, èíà÷å äîáèòüñÿ óñïåõà ïðàêòè÷åñêè íåâîçìîæíî.

Ïðåäëàãàåì âàøåìó âíèìàíèþ ñóïåð áèçíåñ ïðîãðàììó!
  • Êóðñ ïðîôåññèîíàëüíîãî äåëîâîãî ÿçûêà (3 óðîâíÿ)
  • (äëÿ íà÷èíàþùèõ (1+), ñðåäíèé è ïðîäâèíóòûé óðîâíè)
  • Ìåíåäæìåíò
  • Áèçíåñ þðèñïðóäåíöèÿ
  • Ôèíàíñû
Çàíÿòèÿ ïðîõîäÿò â äåëîâûõ ãðóïïàõ, âîçìîæíû òàêæå ÷àñòíûå óðîêè ñ âûåçäîì â îôèñ èëè äîìîé.

Íàø íàèáîëåå ïîïóëÿðíûé êóðñ äåëîâîãî ÿçûêà ïðåäëàãàåò øèðî÷àéøèé ñïåêòð ñàìûõ ñâåæèõ è àêòóàëüíûõ ýêîíîìè÷åñêèõ òåìàòèê. Ïåðâîî÷åðåäíàÿ çàäà÷à îáó÷åíèÿ îðèåíòèðîâàíà, ãëàâíûì îáðàçîì, íà ðàçâèòèå ðàçãîâîðíûõ íàâûêîâ, óìåíèÿ îáùàòüñÿ è îñóùåñòâëÿòü ïåðåãîâîðû ñ èíîñòðàííûìè ïàðòíåðàìè íà ïðîôåññèîíàëüíîì óðîâíå.

Ãèáêèé òðàôèê çàíÿòèé ïî äâà, òðè ðàçà â íåäåëþ ïî äâà àñòðîíîìè÷åñêèõ ÷àñà íà âàø âûáîð.

Òàêæå ïðîâîäèì áåñïëàòíîå òåñòèðîâàíèå çàèíòåðåñîâàííûõ ëèö è ïîäðîáíî çíàêîìèì èõ ñ íàøåé ïðîãðàììîé.
ÓÍÈÂÅÐÑÀËÜÍÛÉ ÄÅËÎÂÎÉ ßÇÛÊ, ÈÄÈÎÌÛ È ËÅÊÑÈÊÀ:
0101 Êàæäàÿ îáùåñòâåííàÿ ãðóïïà ðàçãîâàðèâàåò íà ñâîåì óíèêàëüíîì ÿçûêå (íàïðèìåð, ëêñèêà, èñïîëüçóåìàÿ âðà÷àìè, òåõíèêàìè, þðèñòàìè, ïîëèòèêàìè, ðàáîòíèêàìè ðåñòîðàíîâ è ò.ä.), êîòîðûé ïåðåñåêàåò ÿçûêîâûå áàðüåðû è øèðîêî èñïîëüçóåòñÿ ïî÷òè â êàæäîé àìåðèêàíñêîé ôèðìå. Ëþáîé, êòî çàíèìàåòñÿ áèçíåñîì â ÑØÀ äîëæåí çíàòü èëè èçó÷èòü ïðèâåäåííûå íèæå òåðìèíû, ïîñêîëüêó ñ íèìè åìó ïðèäåòñÿ âñòðåòèòüñÿ ñðàçó æå, êàê òîëüêî îí íà÷íåò ðàçãîâàðèâàòü ñ ïåðâûì, âñòðåòèâøèì åãî â ôèðìå, ñîòðóäíèêîì.
ËÅÊÑÈÊÀ ÎÔÈÖÈÀËÜÍÛÕ ÄÅËÎÂÛÕ ÂÑÒÐÅ×:
0202 Ìíîãèå ôèðìû, êàê ïðàâèëî, óñòðàèâàþò îôèöèàëüíûå âñòðå÷è, âå÷åðà, óæèíû, êîòîðûå èìåþò ñâîåé öåëüþ îáùåíèå ñ êëèåíòóðîé, ïîâûøåíèå ìîðàëüíîãî äóõà ñîòðóäíèêîâ è óñòàíîâëåíèå íîâûõ äåëîâûõ êîíòàêòîâ. Ïîñêîëüêó ïîäîáíûå ìåðîïðèÿòèÿ ïðåñëåäóþò íå òîëüêî äåëîâûå öåëè, íî è ÿâëÿþòñÿ ñðåäñòâîì îòäûõà è ðàçâëå÷åíèÿ, ñóùåñòâóþò äâà âèäà ÿçûêà, èñïîëüçóþùèõñÿ íà ýòèõ âñòðå÷àõ.
ÔÈÍÀÍÑÎÂÛÉ ßÇÛÊ È ËÅÊÑÈÊÀ:
0303 Ñóùåñòâóåò ìíîãî òåðìèíîâ è âûðàæåíèé, îòíîñÿùèõñÿ ê äåíåæíîìó îáðàùåíè. è ôèíàíñàì, ïðè÷åì ýòè âûðàæåíèÿ øèðîêî èñïîëüçóþòñÿ âñåìè ãðóïïàìè íàñåëåíèÿ. Îäíàêî, ñóùåñòâóåò è äîïîëíèòåëüíàÿ, íå âñåãäà äîñòóïíàÿ äëÿ ïîíèìàíèÿ ëåêñèêà, èñïîëüçóåìàÿ ãëàâíûì îáðàçîì ïðîôåññèîíàëàìè â îáëàñòè ôèíàíñîâ, ýêîíîìèêè, áàíêîâñêîãî äåëà è áóõãàëòåðèè.
ßÇÛÊ, ÈÑÏÎËÜÇÓÅÌÛÉ Â ÎÒÄÅËÜÍÛÕ ÂÈÄÀÕ ÑÏÎÐÒÀ È ÂÑÒÐÅ×ÀÞÙÈÉÑß Â ÐÀÇÃÎÂÎÐÅ ÀÌÅÐÈÊÀÍÑÊÈÕ ÁÈÇÍÅÑÌÅÍÎÂ:
0404 Áåéñáîë, áàñêåòáîë, áîêñ, ôóòáîë (àìåðèêàíñêèé), ñêà÷êè, ïàðóñíûé ñïîðò, ïëàâàíèå, òåííèñ è ëåãêàÿ àòëåòèêà. Ñïîðò äàë ðîæäåíèå áîëüøëìó êîëè÷åñòâó ÿçûêîâûõ âûðàæåíèé íå òîëüêî â îáëàñòè ñàìîãî ñïîðòà, íî è â ïîâñåäíåâíîì ðàçãîâîðå ëþäåé, êîòîðûå íå èìåþò ê ñïîðòó íèêàêîãî îòíîøåíèÿ.
ØÈÐÎÊÎ ÐÀÑÏÐÎÑÒÐÀÍÅÍÍÛÅ ÀÁÁÐÅÂÈÀÒÓÐÛ, ÎÒÍÎÑßÙÈÅÑß Ê ÔÈÍÀÍÑÀÌ:
0505 Íàèáîëåå ðàñïðîñòðàííåííûõ èíèöèàë è àááðåâèàòóð, èçâåñòíûõ ïðàêòè÷åñêè âñåì, êòî èìååò äåëî ñ äåíüãàìè è ôèíàíñàìè.
ÐÅÊËÀÌÍÀß ËÅÊÑÈÊÀ È ßÇÛÊ:
0606 Ïîñêîëüêó ðåêëàìà ñòàíîâèòñÿ âñå áîëåå òâîð÷åñêîé, óìíîé è íåïîâòîðèìîé, ìîæíî ïðåäïîëîæèòü, ÷òî è ëåêñèêà â ýòîé îáëàñòè ÿâëÿåòñÿ äîâîëüíî âûðàçèòåëüíîé. Ïðèâîäÿòñÿ íàèáîëåå ðàñïðîñòðàíåííûå òåðìèíû èçâåñòíûå âñåì, êòî áûâàåò íà Ìýäèñîí Àâåíþ.
ËÅÊÑÈÊÀ ÌÀÐÊÅÒÈÍÃÀ:
0707 Ïî÷òè ÷òî âñå òåðìèíû, êîòîðûå âàì ïîíàäîáÿòñÿ, äëÿ âñòóïëåíèÿ â ìèð ìàðêåòèíãà. Êóäà áû ìû íå ïîøëè, ìû ïîâñþäó îêðóæåíû ðàçëè÷íûìè ôîðìàìè ìàðêåòèíãà, îò ëèñòîâîê äî ïëàêàòîâ íà óëèöàõ, îò áëàãîäàðñòâåííûõ ïèñåì äî çâîíêèõ ñòèøêîâ, îò ðàçãîâîðíûõ ôðàç äî òåêñòîâ, âûïèñûâàåìûõ â íåáå ñàìîëåòàìè. Èìåííî ïîòîìó, ÷òî êàæäûé ïðèåì â ìàðêåòèíãå èìååò ñâîå îáîçíà÷åíèå, äëÿ íåïîñâÿùåííîãî â ýòî ìíîãîå êàæåòñÿ ïî÷òè íå èìåþùèì ñìûñëà è èçëèøíèì. Ìíîãèå èç òåðìèíîâ îáðàçîâàíû îò ÿðêèõ õóäîæåñòâåííûõ îáðàçîâ. ×òî, íàïðèìåð, ìîæåò îçíà÷àòü òàêîå âûðàæåíèå, êàê "êîðîâà ñ êîëîêîëü÷èêîì", "îòçâóê âûñòðåëà" èëè "áîêîâèê"?
ßÇÛÊ È ËÅÊÑÈÊÀ ÄÅËÎÂÛÕ ÏÎÅÇÄÎÊ:
0808 Òåðìèíû ÿâëÿþòñÿ çíàêîìûìè íå òîëüêî ëþáîìó àìåðèêàíñêîìó áèçíåñìåíó-ïóòåøåñòâåííèêó, íî è êàæäîìó. êòî åäåò â îòïóñê, ïëàíèðóåò ïóòåøåñòâèå èëè ïðîñòî ïðîâîæàåò êîãî-íèáóäü â àýðîïîðòó.
ËÅÊÑÈÊÀ, ÎÒÍÎÑßÙÀßÑß Ê ÏÅÐÅÃÎÂÎÐÀÌ:
0909 Íå ñëåäóåò, âåðîÿòíî, îñîáåííî ïîä÷åðêèâàòü òîò ôàêò, ÷òî âñÿêèé, äëÿ êîòîðîãî íåçíàêîì ÿçûê ïåðåãîâîðîâ, âñåãäà îêàçûâàåòñÿ â íåîáû÷íîì, çà÷àñòóþ âåñüìà òÿæåëîì ïîëîæåíèè. Áåç ïîíèìàíèÿ îñîáîãî ÿçûêà ïåðåãîâîðîâ âàæíûå äèñêóññèè è ñîãëàøåíèÿ ìîãóò ïîíÿòû ïðåâðàòíî.
ÑËÎÂÀ ÌÈÒÈÍÃÎÂ È ÂÑÒÐÅ×:
1010 Ñóùåñòâóåò ðÿä òåðìèíîâ è èäèîì, êîòîðûå îáû÷íî èñïîëüçóþòñÿ íà ìèòèíãàõ è âñòðå÷àõ.
ÊÎÌÏÜÞÒÅÐÍÛÉ ßÇÛÊ È ËÅÊÑÈÊÀ:
1111 Êàæäûé, êòî êîãäà-íèáóäü ïðèíèìàë ðåøåíèå î ïîêóïêå ïåðñîíàëüíîãî êîìïüþòåðà, íåïðåðûâíî ïîïàäàë â ñðåäó ðåêëàìíûõ îáúÿâëåíèé, êîìïüþòåðíûõ ôàíàòîâ, òîðãîâöåâ è äðóãèõ ëè÷íîñòåé, êîòîðûå ãîâîðèëè íà ìàëîïîíÿòíîì òåõíè÷åñêîì ÿçûêå, êàæóùèìñÿ êàêèì-òî äðóãèì ÿçûêîì. Íà ñàìîì æå äåëå, ýòî òàéíûé ÿçûê, ëèíãî, ÿâëÿåòñÿ ïðîäóêòîì òåõ, êòî ïðîèçâîäèò êîìïüþòåðíóþ òåõíèêó è êòî ïîëàãàåò, ÷òî ÷åì áîëåå ñëîæíà êîìïüþòåðíàÿ òåðìèíîëîãèÿ, òåì æåëàííåå áóäåò âûãëÿäåòü èõ ïðîäóêöèÿ â ãëàçàõ ïîêóïàòåëÿ.
ÈÍÒÅÍÑÈÂÍÛÉ 2 ÌÅÑß×ÍÛÉ TOEFL ÊÓÐÑ:
1212 Ìû ïîìîãàåì ñòóäåíòàì ýôôåêòèâíî ñäàòü ýêçàìåí TOEFL, ïðîéòè ñîáåñåäîâàíèå â èíîñòðàííîé êîìïàíèè èëè äëÿ ýìèãðàöèè â ÑØÀ, Êàíàäó, Àâñòðàëèþ.
   ÍÎÂÈÍÊÀ!
Íàòóðàëèçàöèÿ òåêñòîâ íà àíãëèéñêîì è äåëîâàÿ ïåðåïèñêà, ïîäáîð ýêñïåðòîâ/èìïîðòåðîâ äëÿ Ðîññèéñêèõ êîìïàíèé, ïåðåâîä è âåäåíèå äåëîâûõ ïåðåãîâîðîâ. AMERICAN BUSINESS CENTER238-3386/778-9894 Moscow
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:29:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A3737B401 for ; Thu, 27 Feb 2003 14:29:38 -0800 (PST) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 0518243F93 for ; Thu, 27 Feb 2003 14:29:37 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 7916 invoked from network); 27 Feb 2003 22:29:36 -0000 Received: from webmaila.rmci.net (HELO rmci.net) (205.162.184.92) by mx20.rmci.net with SMTP; 27 Feb 2003 22:29:36 -0000 Received: from 216.222.104.2 (proxying for unknown) (SquirrelMail authenticated user massey@rmci.net) by webmail.velocitus.net with HTTP; Thu, 27 Feb 2003 15:29:36 -0700 (MST) Message-ID: <3712.216.222.104.2.1046384976.squirrel@webmail.velocitus.net> Date: Thu, 27 Feb 2003 15:29:36 -0700 (MST) Subject: Re: Floppy installalation - But From: To: In-Reply-To: References: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: , Reply-To: massey@rmci.net X-Mailer: SquirrelMail (version 1.2.7) 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 My CD ROM and Floppy drive are in the same spot. FTP , CABLE , HEADLESS will not Work. 4 sets of cables, 20 disks later nothing has changed, cept my grey hair. So Floppy is the ONLY way possible to do any kind of install so far as I can see. No CD No CABLE No Nothing but floppies So I need to know is the /BASE in 5.0 the same as /BIN in 4.7 so I can start rolling out floppies. Once I have an install I am sure the cd and all the rest will be fine since it worked fine with RH. > On Thu, 27 Feb 2003 14:16:16 > massey wrote: > >> Is there a way to do a min install with floppies and then > use >> /stand/sysinstall to finish it off? > > I know this isn't _specifically_ what you're asking, but I thought I saw > a previous reply that was similar. > > When I have a machine that won't boot to cdrom, I download > boot floppy images for the latest release (in your case that > would be 5.0r), and the first iso image for that release. > > I would then boot from the kern.flp disk, and when prompted, > proceed to the mfsroot.flp disk. > > That gets me through the kernel config and into sysinstall. > Via sysinstall, I can chose the media from which the rest of > the install will be retrieved, ie ftp, cdrom, etc. I then > choose cdrom, making sure the cdrom is in the drive, and... > > I'm not an expert, but I don't know of another way to do a > minimum install "from floppies", unless you're looking for > picobsd or something. That does not, however, mean that > there is no other way to do it, I just don't know about it. > I truly hope that this helps. Good luck. > > > Joshua Lokken > > > Need a new email address that people can remember > Check out the new EudoraMail at > http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:33:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DAD37B401 for ; Thu, 27 Feb 2003 14:33:21 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id F275A43FAF for ; Thu, 27 Feb 2003 14:33:19 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 9661 invoked from network); 27 Feb 2003 22:33:17 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 27 Feb 2003 22:33:17 -0000 Date: Thu, 27 Feb 2003 23:33:15 +0100 From: Clement Laforet To: Peter Elsner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HA project Message-Id: <20030227233315.435adad1.sheepkiller@cultdeadsheep.org> In-Reply-To: <5.2.0.9.2.20030227155526.02460008@mail.servplex.com> References: <5.2.0.9.2.20030227155526.02460008@mail.servplex.com> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO 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 peter, > > Any advice would be greatly appreciated. > Have a look at HUT (High Uptime Project) : http://www.bsdshell.net and http://www.aims.com.au/chris/cluster/ and http://sporner.dyndns.org/freebsdcluster/ (sometimes down ;)) regards, clem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:36:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE5837B401 for ; Thu, 27 Feb 2003 14:36:17 -0800 (PST) Received: from web10207.mail.yahoo.com (web10207.mail.yahoo.com [216.136.130.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 275A743FB1 for ; Thu, 27 Feb 2003 14:36:16 -0800 (PST) (envelope-from sordonline@yahoo.com) Message-ID: <20030227223616.50731.qmail@web10207.mail.yahoo.com> Received: from [24.145.144.241] by web10207.mail.yahoo.com via HTTP; Thu, 27 Feb 2003 14:36:16 PST Date: Thu, 27 Feb 2003 14:36:16 -0800 (PST) From: "Craig St. Jean" Subject: Siemens USB Wireless Internet 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 have a Siemens USB Wireless SS1022 but haven't seemed to get it to work with FreeBSD. Is USB Wireless supported or unsupported but possible in FreeBSD? Dought if the following will be of any use, but I took it from the SS1022 Datasheet. Details on the SS1022: WLAN Type:802.11b USB Type:v1.0/v1.1 Radio Technology: Direct Sequence Spread Spectrum (QPSK, BPSK, CCK) Frequency Band: ISM Band, 2.412~2.462 GHz (for US, Canada) __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:43:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6B737B401 for ; Thu, 27 Feb 2003 14:43:44 -0800 (PST) Received: from koa.aloha.com (koa.aloha.com [206.127.224.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C98D643F85 for ; Thu, 27 Feb 2003 14:43:43 -0800 (PST) (envelope-from knowtree@aloha.com) Received: from leahi (leahi.aloha.com [206.127.224.84]) by koa.aloha.com (8.12.2/8.12.2) with ESMTP id h1RMfiiU021989; Thu, 27 Feb 2003 12:41:45 -1000 (HST) Date: Thu, 27 Feb 2003 12:40:09 -1000 (HST) From: Gary Dunn X-Sender: knowtree@leahi To: "Craig St. Jean" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Siemens USB Wireless Internet In-Reply-To: <20030227223616.50731.qmail@web10207.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 Thu, 27 Feb 2003, Craig St. Jean wrote: > Hi, I have a Siemens USB Wireless SS1022 but haven't > seemed to get it to work with FreeBSD. Is USB Wireless > supported or unsupported but possible in FreeBSD? You might do better posting this on the freebsd-mobile list. Lots of discussion of wireless over there. I get the impression that USB anything is not 100% yet. Godd luck! -- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Gary Dunn _/ _/ Open Slate Project _/ _/ http://openslate.sourceforge.net/ _/ _/ http://www.aloha.com/~knowtree/ _/ _/ Honolulu _/ _/ registered Linux user #273809 _/ _/ _/ _/ This tagline is umop apisdn. _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:46: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4113837B401 for ; Thu, 27 Feb 2003 14:45:59 -0800 (PST) Received: from user30.net072.fl.sprint-hsd.net (user30.net072.fl.sprint-hsd.net [209.26.6.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 0BF5A43F75 for ; Thu, 27 Feb 2003 14:45:55 -0800 (PST) (envelope-from oopiwomk@yandex.ru) From: Öåíòð Àìåðèêàíñêîãî Àíãëèéñêîãî To: Freebsd-questions Subject: Àíãëèéñêèé Ðàçãîâîðíûé ñ ïðåïîäàâàòåëÿìè èç ÑØÀ-ìûøëåíèå ïðîèçíîøåíèå ñòèëü ðå÷è awA2dyFl2e MIME-Version: 1.0 Content-type: text/html; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20030227224555.0BF5A43F75@mx1.FreeBSD.org> Date: Thu, 27 Feb 2003 14:45:55 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG AMERICAN LANGUAGE CENTER
Tel. 238-33-86 / 778-98-94 / Ìîñêâà Ðîññèÿ
AMERICAN
LANGUAGE
CENTER
Öåíòð ðàçãîâîðíîãî àíãëèéñêîãî
MEANS/CÏÎÑÎÁÛ:     
-Èçó÷åíèå èñïîëüçîâàíèÿ èäèîì.

-Îáó÷åíèå ðàçãîâîðíîé ãðàììàòèêå.

-Ñîâåðøåíñòâîâàíèå óïîòðåáëåíèÿ ïðåäëîãîâ.

-Ïðàêòèêà óñòîé÷èâûõ âûðàæåíèé è ôðàçåîëîãè÷åñêèõ îáîðîòîâ.

-Ñîâåðøåíñòâîâàíèå ñòèëÿ ðå÷èe.

-Äåëîâàÿ ëåêñèêà.
ENDS/ÐÅÇÓËÜÒÀÒÛ:     
-Àìåðèêàíñêîå ïðîèçíîøåíèå.

-Îòñóòñòâèå ÿçûêîâîãî áàðüåðà.

-Ìûøëåíèå íà ÿçûêå.

-Ëåãêîñòü â îáùåíèè.
ÓÍÈÊÀËÜÍÀß ÑÈÑÒÅÌÀ ÀÑÑÎÖÀÒÈÂÍÎ ÎÁÐÀÇÍÎÃÎ ÌÛØËÅÍÈß!
ÂÑÅ ÑÒÀÄÈÈ ÎÁÓ×ÅÍÈß ÎÒ ÍÓËß ÄÎ ÂÛÑØÅÃÎ!
Ñ ÏÐÅÏÎÄÀÂÀÒÅËßÌÈ ÈÇ ÑØÀ!


ÍÀ×ÈÍÀÅÒÑß ÑÅÇÎÍ ÑÊÈÄÎÊ.
ÑÏÅØÈÒÅ ÈÇÌÅÍÈÒÜ ÑÂÎÅ ÁÓÄÓÙÅÅ!
Learn how to speak & understand slang.
ÍÀÓ×ÈÒÅÑÜ, ÊÀÊ ÃÎÂÎÐÈÒÜ È ÏÎÍÈÌÀÒÜ ÑËÅÍÃ.
American business slang & jargon
at school/ at the party/ at the movies/ at the mall/ the new car
at the gym/the house guest/ at work/at the market/ at the restaurant/ at the nightclub/at the record store/ sport terms used in business
slang used in tv comedies/ tv dramas / tv news / tv sports news/ general office / computer/ meeting/ negotiation slangs/ business travel/ marketing/ advertising/office party jargons
finance slang& jargon/ sport terms used in business.
Best of the idioms.
In a word , all ñonversational english is at your fingertips.
ÎÄÍÈÌ ÑËÎÂÎÌ, ÂÅÑÜ ÐÀÇÃÎÂÎÐÍÛÉ ÀÍÃËÈÉÑÊÈÉ Â ÂÀØÅÌ ÐÀÑÏÎÐßÆÅÍÈÈÈ

Ñîâðåìåííûé ÿçûê 1990-2002 ãîäîâ äëÿ âàøåé ñåìüè è êîìïàíèè.
Íîâûå ñóïåð-ó÷åáíèêè 3 4 5 6 óðîâíåé â ïëþñ Ìóçûêàëüíûå Õèòû ÑØÀ ñ òåêñòàìè è ïåðåâîäàìè áåñïëàòíî! Ñìîòðèòå íèæå
ÍÀÈÁÎËÅÅ ÏÎËÍÀß È ÏÐÎÑÒÀß ÌÅÒÎÄÈÊÀ ÀÍÃËÈÉÑÊÎÃÎ ÐÀÇÃÎÂÎÐÍÎÃÎ ßÇÛÊÀ
Perfect your grammar, prepositons, general and business vocabulary, conversation.
ÓÑÎÂÅÐØÅÍÑÒÂÓÉÒÅ ÂÀØÓ ÃÐÀÌÌÀÒÈÊÓ, ÏÐÅÄËÎÃÈ, ÎÁØÅÓÏÎÒÐÅÁÈÌÓÞ È ÄÅËÎÂÓÞ ËÅÊÑÈÊÓ, CÒÈËÜ ÐÅ×È.





OUR OPERATORS ARE STANDING BY. CALL NOW!
ÒÅL. 238-33-86/778-98-94 Ìîñêâà Ðîññèÿ

Freebsd-questions zk2bTUdfLT1D code 1665862

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:47:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BA337B401 for ; Thu, 27 Feb 2003 14:47:54 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-14-32.abo.wanadoo.fr [193.253.40.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E82B43F93 for ; Thu, 27 Feb 2003 14:47:51 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1RMlgQ2007464; Thu, 27 Feb 2003 23:47:42 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: , "'freebsd-questions@freebsd.org'" Subject: Re: USB harddrives Date: Thu, 27 Feb 2003 23:47:43 +0100 User-Agent: KMail/1.5 References: <003501c2dea8$5f7106b0$7b00a8c0@wazilla> In-Reply-To: <003501c2dea8$5f7106b0$7b00a8c0@wazilla> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302272347.43192.ajacoutot@lphp.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 Thursday 27 February 2003 22:37, wazted@tampabay.rr.com wrote: > I just set up a 80 gig ide Maxtor drive in a Manhattan concepts usb2 > 3.5" drive enclosure using 4.7-release..I just added the drive in using > /stand/sysinstall .then post install config. I then fdisk'd and labeled > then mounted the drive. The drive and the usb2 mass storage unit were > recognized by freebsd with no problems. Fantastic, thank you very much, I'll have a look at this Manhattan concepts usb2 drive enclosure. Regards. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 14:58: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBEF37B401 for ; Thu, 27 Feb 2003 14:58:05 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B470443FA3 for ; Thu, 27 Feb 2003 14:58:04 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.7/8.12.7) with ESMTP id h1RMw0qR051368; Fri, 28 Feb 2003 11:58:02 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.7/8.12.7/Submit) id h1RMw0Ao051367; Fri, 28 Feb 2003 11:58:00 +1300 (NZDT) Date: Fri, 28 Feb 2003 11:58:00 +1300 From: Jonathan Chen To: Brian Henning Cc: freebsd Subject: Re: gdb Message-ID: <20030227225800.GA51331@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-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, Feb 27, 2003 at 04:07:44PM -0600, Brian Henning wrote: > Hello- > i am trying to get familiar with gdb so i wrote this code knowing that i will > get a core dump. > when i try to run the following command i get some error about not being in the > proper format. > what can i do to remedy the problem? > thanks, > brian > > >gcc -ggdb gen_core.c > >./a.out > >gdb core > "/home/henninb/core": not in executable format: File format not recognized That should be: gcc -g gen_core.c ./a.out gdb a.out a.out.core -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:15:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C46037B401 for ; Thu, 27 Feb 2003 15:15:37 -0800 (PST) Received: from grumpy.usu.edu (grumpy.usu.edu [129.123.1.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2FC43FAF for ; Thu, 27 Feb 2003 15:15:36 -0800 (PST) (envelope-from hal@cc.usu.edu) Received: from cc.usu.edu ("port 51170"@buffy.ncs.usu.edu [129.123.104.140]) by cc.usu.edu (PMDF V5.2-32 #39375) with ESMTP id <01KSXSY6H8IIAM375X@cc.usu.edu> for freebsd-questions@FreeBSD.ORG; Thu, 27 Feb 2003 16:15:04 MDT Date: Thu, 27 Feb 2003 16:15:08 -0700 From: Hal Lynch Subject: HELP 3Ware Escalade 7000-2 raid controller To: freebsd-questions@FreeBSD.ORG Message-id: <4FDF3A42-4AA9-11D7-A7D5-0050E490FD5B@cc.usu.edu> MIME-version: 1.0 (Apple Message framework v551) X-Mailer: Apple Mail (2.551) 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 am trying to install 4.7 on a system which has a 3Ware Escalade 7000-2 raid controller. A look at the GENERIC configuration file shows a twe controller for 3Ware raid subsystems. A search of the FreeBSD docs and FAQ didn't offer a lot of help. Google says it should work. Configuration: ATA cdrom on on-board controller 3ware 7000-2 raid card with two drives attached. The install process hangs when booting after the device selection menu. Does anyone have any words of wisdom on how to make this thing work? can I boot from a raid subsystem? hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:20:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FC437B401 for ; Thu, 27 Feb 2003 15:20:25 -0800 (PST) Received: from dgap-gw.mipt.ru (dgap-gw.mipt.ru [194.85.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 266C343FCB for ; Thu, 27 Feb 2003 15:20:21 -0800 (PST) (envelope-from pavel@dgap.mipt.ru) Received: from dgap.mipt.ru (premier.dgap.private.mipt.ru [192.168.81.32]) (authenticated) by dgap-gw.mipt.ru (8.11.6/8.11.6) with ESMTP id h1RNGd426022 for ; Fri, 28 Feb 2003 02:16:39 +0300 Message-ID: <3E5E9D58.7000306@dgap.mipt.ru> Date: Fri, 28 Feb 2003 02:20:56 +0300 From: Pavel User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en, ru MIME-Version: 1.0 To: questions@FreeBSD.org Subject: how to install NVIDIA driver on FreeBSD5.0? Content-Type: text/plain; charset=ISO-8859-1; 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 I recently installed FreeBSD5.0-Release with XFree86 4.X. And I need in OpenGL libraries for executing and developing some programs. I tried to install Nvidia 3203 for FreeBSD but that driver don`t support FreeBSD5.0. What should I do? Yours sincerely, Pavel Syso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:38:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A777B37B401 for ; Thu, 27 Feb 2003 15:38:20 -0800 (PST) Received: from freddy.inty.net (freddy.inty.net [195.224.93.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBE943FE1 for ; Thu, 27 Feb 2003 15:38:15 -0800 (PST) (envelope-from Chris@furrie.net) Received: from inty.furrie.net (furrie.net [213.208.115.165]) (authenticated) by freddy.inty.net (8.11.6/8.11.6) with ESMTP id h1RNcDY61494; Thu, 27 Feb 2003 23:38:13 GMT Received: from athena ([10.6.8.21]) by inty.furrie.net (8.12.1/8.12.1) with ESMTP id h1RNcCZe035027; Thu, 27 Feb 2003 23:38:12 GMT From: "Chris Phillips" To: "'Aaron Walker'" Cc: Subject: RE: full/half duplex Date: Thu, 27 Feb 2003 23:37:19 -0000 Organization: furrie.net Message-ID: <001201c2deb9$2b29a220$1508060a@furrie.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <1046381078.2126.19.camel@ka0ttic> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Sender-IP: 10.6.8.21 X-INT-DeliveryDone: h1RNcCZe035027 X-suppress-rcpt-virus-notify: yes X-Skip-Virus-Check: yes X-Virus-Checked: 61374 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Aaron wrote: - I have a 3Com 3c900-Combo and ifconfig is reporting that it was in half-duplex mode, so I booted up my 3com dos utility book disk and checked and it was at half-duplex so I changed it to full. ifconfig is still reporting it being half-duplex. Do I need to reinstall the driver or something? How would I go about it? Chris Phillips wrote: > Is it plugged into a hub or a switch? > A hub will only do half duplex. > A switch will do full duplex. > Worth mentioning... Aaron wrote: - Oh yes and btw, the nic that's hooked up to my cable modem, a 3c509B is also set at full duplex by the 3com utility but it does not come up half-duplex.. didnt know if this info would help. Then... Well, it was plugged into a hub. I just went downstairs and swapped the hub with a switch, rebooted the freebsd box just to be sure, and xl0 still came up half-duplex. any other ideas? *** I think you could do with submitting a bit more info before anybody can make any educated guesses. I'm definitely stuck without any more ;-) Chris intY=20has=20scanned=20this=20email=20for=20all=20known=20viruses=20=28ww= w=2Einty=2Ecom=29 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:43:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FE337B401 for ; Thu, 27 Feb 2003 15:43:13 -0800 (PST) Received: from trmx001.dot.ca.gov (svhqsacsmtp01.dot.ca.gov [64.174.7.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4753D43F75 for ; Thu, 27 Feb 2003 15:43:13 -0800 (PST) (envelope-from Lee_Shackelford@dot.ca.gov) Subject: Do sorted messages exist? To: freebsd-questions@freebsd.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Lee_Shackelford@dot.ca.gov Date: Thu, 27 Feb 2003 15:43:10 -0800 X-MIMETrack: Serialize by Router on SACSMTP01/SVR/Caltrans/CAGov(Release 5.0.8 |June 18, 2001) at 02/27/2003 03:43:12 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 On Tuesday, I subscribed to the e-mail version of freebsd-questions. Because it generated messages at the rate of about two per minute all day long, and I received them on my employer's computer, and just the amount of time it took to delete the messages was interfering with my productivity, I had to unsubscribe on Wednesday. I was fascinated by the messages as I am a newbie still trying to get my BSD system going and many of them pertained to issues that I expect to face. I may be in fantasy-land, but I will ask this question anyway. Is there any version of freebsd-questions in which the traffic is sorted by topic, and in which the recipient can pull onto his screen only those messages on the topic of interest? Kudos to any person who takes the time to read any significant portion of the messages, and especially many thanks to those kind soles who actually take the time to respond. Both of the questions that I posted in the past did receive a response. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:49: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A88937B401 for ; Thu, 27 Feb 2003 15:49:05 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EDE843F85 for ; Thu, 27 Feb 2003 15:49:04 -0800 (PST) (envelope-from dmitry.popov@arteffect.ru) Received: from miracle (ppp138-148.dialup.mtu-net.ru [62.118.138.148]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id B850F1012D7 for ; Fri, 28 Feb 2003 02:48:18 +0300 (MSK) (envelope-from dmitry.popov@arteffect.ru) From: "Dmitry Popov" To: Subject: Very strange behavior of ls & user groups Date: Fri, 28 Feb 2003 02:48:59 +0300 Organization: ArtEffect Studio Message-ID: <000701c2deba$ce7a2570$948a763e@miracle> 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 Greetings! I've got some odd problems with FreeBSD 4.5: 1. invocation of "ls -l" or other programs like "tar tvzf", that seems to be use the same output library, causes a core dump. althrough, "ls" and "tar xvzf" work fine. are there any ways to fix the problem without rebuilding whole system? 2. apache has its own group and each client, that needs access via HTTP, has its own group and apache as group guest (then apache can read user's files while other users can not). the problem: it seems to be, user (apache) can't be guest in more than 14 groups. is there any workarounds and reasons for such kind of limitations? great thanks for help and advices! please respond to dmitry.popov@arteffect.ru -- Best regards, Dmitry Popov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:52: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3656D37B401 for ; Thu, 27 Feb 2003 15:52:08 -0800 (PST) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822E443FDD for ; Thu, 27 Feb 2003 15:52:07 -0800 (PST) (envelope-from clists@www.gotbrains.org) Received: from www.gotbrains.org (localhost [127.0.0.1]) by www.gotbrains.org (8.12.6/8.12.6) with ESMTP id h1RNq6Il075052 for ; Thu, 27 Feb 2003 17:52:06 -0600 (CST) (envelope-from clists@www.gotbrains.org) Received: from localhost (clists@localhost) by www.gotbrains.org (8.12.6/8.12.6/Submit) with ESMTP id h1RNq5Ub075045 for ; Thu, 27 Feb 2003 17:52:06 -0600 (CST) Date: Thu, 27 Feb 2003 17:52:05 -0600 (CST) From: Stephen Cravey To: questions@freebsd.org Subject: mod_php4.3.1 + curl causing apache core Message-ID: <20030227172800.M72175@www.gotbrains.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 just upgraded to php4.3.1 and i'm getting core dumps with apache13-modssl when the php4 module and ssl modules load. I can recompile without CURL support and everything is happy. The logs show no error messages other than: Feb 27 17:00:20 www /kernel: pid 12468 (httpd), uid 0: exited on signal 11 (core dumped) php4 make shows: /usr/libexec/elf/ld: warning: libssl.so.2, needed by /usr/local/lib/libcurl.so, may conflict with libssl.so.3 /usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/local/lib/libcurl.so, may conflict with libcrypto.so.3 Anybody have any suggestions? I've also noticed that the apache13-modssl port installs the openssl port instead of using the default openssl code. Could this be causing part of the problem? -Stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:54:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6373C37B401 for ; Thu, 27 Feb 2003 15:54:09 -0800 (PST) Received: from windmill.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F9643FAF for ; Thu, 27 Feb 2003 15:54:08 -0800 (PST) (envelope-from madriax@garlic.com) Received: from SHMOOPIE (131.sm7.dialup.garlic.net [216.139.3.131]) by windmill.garlic.com (8.11.1/8.11.1) with ESMTP id h1RNs7709476 for ; Thu, 27 Feb 2003 15:54:07 -0800 From: "Remington L." To: Subject: defaultrouter in userland Date: Thu, 27 Feb 2003 15:53:54 -0800 Message-ID: <000201c2debb$81f653d0$6402a8c0@SHMOOPIE> 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 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 How do I change the defaultrouter in userland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:56:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2379637B401 for ; Thu, 27 Feb 2003 15:56:24 -0800 (PST) Received: from imo-r07.mx.aol.com (imo-r07.mx.aol.com [152.163.225.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A33F43F93 for ; Thu, 27 Feb 2003 15:56:23 -0800 (PST) (envelope-from Dave2206@aol.com) Received: from Dave2206@aol.com by imo-r07.mx.aol.com (mail_out_v34.21.) id n.28.344a99cd (4560) for ; Thu, 27 Feb 2003 18:56:20 -0500 (EST) From: Dave2206@aol.com Message-ID: <28.344a99cd.2b8fffa4@aol.com> Date: Thu, 27 Feb 2003 18:56:20 EST Subject: Re: determining active console To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 124 Sender: owner-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 a message dated 2/27/03 1:01:23 PM Central Standard Time, keramida@ceid.upatras.gr writes: > On 2003-02-27 17:58, Hanspeter Roth wrote: > > On Feb 27 at 15:48, Giorgos Keramidas spoke: > > > On 2003-02-27 12:39, Hanspeter Roth wrote: > > > > Hello, > > > > how can I determine the active console? > > > > > > Use the tty(1) command: > > > > But this seems to yield the tty from which the command was launched. > > So if I do > > > > sleep 9; tty > > Hmmm, this is the "definition" of a virtual console. You can run > long-running commands on one and still switch to another. > > > and then switch to an another console, that `tty` yields the tty > > that was active when the command line was started. > > Yep. That's the idea. > > > But I'd like to know the console that has got the keyboard focus by > > switching with --. > > So, run "tty" on the console *after* switching to it :-) > > This may be somthing you can add to your prompt. Depending on your shell of course cdw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 15:57:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F9637B401 for ; Thu, 27 Feb 2003 15:57:46 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A84D43FA3 for ; Thu, 27 Feb 2003 15:57:43 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18oXuI-0007yF-00 for FreeBSD-questions@FreeBSD.org; Thu, 27 Feb 2003 23:57:42 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 79585C6D4 for ; Fri, 28 Feb 2003 00:57:41 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 7D492610C for ; Fri, 28 Feb 2003 00:57:30 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 7F870225C2; Fri, 28 Feb 2003 00:57:30 +0100 (CET) Date: Fri, 28 Feb 2003 00:57:30 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Epson 740/USB Revisited Message-ID: <20030227235730.GA453@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Some time ago a discussion took place here on the inability to use an Epson 740 printer on a USB port, it was a case of "it used to work" and then "it does not anymore" after some updates later. I gave up trying. Well, I tried again..now months later..and guess what, it works but *only* if the printer is plugged into the USB port and turned on at the time you boot the machine. If you turn it on later, things get queued for mail, but never printed until after a reboot...previously things got queued and then disappeared from the queue as though they had been printed. Conclusions ? -- Regards Cliff [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 16: 8:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9384637B401 for ; Thu, 27 Feb 2003 16:08:21 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C33643FA3 for ; Thu, 27 Feb 2003 16:08:20 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18oY4Z-0008KI-00 for freebsd-questions@freebsd.org; Fri, 28 Feb 2003 00:08:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 3853EC6D4 for ; Fri, 28 Feb 2003 01:08:19 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 8B397C64E for ; Fri, 28 Feb 2003 01:08:08 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 544B7225C2; Fri, 28 Feb 2003 01:08:08 +0100 (CET) Date: Fri, 28 Feb 2003 01:08:08 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Do sorted messages exist? Message-ID: <20030228000808.GB453@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 27, 2003 at 03:43:10PM -0800, Lee_Shackelford@dot.ca.gov wrote: i > Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? You could write a procmail recipe, but I don;t know how succesful it would be. Filtering on Subject would be marred by several things: - Some people don't give a subject - Some people give a useless subject like "Question" or "Help" - Some people tag messages to threads that are on a completely different topic from the preceding messages in the thread. Filtering on content would also come with hazhards, because of the threaded nature of the discussions it would be one hell of a job to collect the whole thread, as things get snipped, or lose things in your search criteria. In short, I would say you can either ask for digests, or do a search on the web archives. I may be wrong of course, but I do not see how it could be done. Maybe a KWIC index ? Mmmm..something to work on during the long winter nights. It might be possible for you to filter out things you definitely do *not* want to see, that may be better than filtering on things you do want to see. Mmmm... -- Regards Cliff [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 16:11:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB9B37B401 for ; Thu, 27 Feb 2003 16:11:16 -0800 (PST) Received: from hotmail.com (f34.pav2.hotmail.com [64.4.37.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33CAF43FA3 for ; Thu, 27 Feb 2003 16:11:14 -0800 (PST) (envelope-from howcanthisbe300@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 27 Feb 2003 16:11:14 -0800 Received: from 217.224.7.53 by pv2fd.pav2.hotmail.msn.com with HTTP; Fri, 28 Feb 2003 00:11:14 GMT X-Originating-IP: [217.224.7.53] From: "How Can ThisBe" To: freebsd-questions@FreeBSD.ORG Subject: File system limits Date: Fri, 28 Feb 2003 00:11:14 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Feb 2003 00:11:14.0163 (UTC) FILETIME=[E7F5DC30:01C2DEBD] Sender: owner-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 working on a little experimental script and I'm wondering if there is any kind of limit as to how many files or subdirectories a directory can have. I'm in the planing stages at the moment and I'm think that I may have upto 4096 directories in a single directory, each of these 4096 directories could have upto 4096 sub directories... The other option I have (if this is too many) is to have 256 subdirectories (I'm guessing this on will not be a problem) _________________________________________________________________ MSN Instant Messenger now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/hotmail_messenger.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 16:16:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1F337B401 for ; Thu, 27 Feb 2003 16:16:27 -0800 (PST) Received: from koa.aloha.com (koa.aloha.com [206.127.224.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8102843F75 for ; Thu, 27 Feb 2003 16:16:26 -0800 (PST) (envelope-from knowtree@aloha.com) Received: from leahi (leahi.aloha.com [206.127.224.84]) by koa.aloha.com (8.12.2/8.12.2) with ESMTP id h1S0F6iU007014; Thu, 27 Feb 2003 14:15:06 -1000 (HST) Date: Thu, 27 Feb 2003 14:13:29 -1000 (HST) From: Gary Dunn X-Sender: knowtree@leahi To: Lee_Shackelford@dot.ca.gov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Do sorted messages exist? 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, 27 Feb 2003 Lee_Shackelford@dot.ca.gov wrote: > Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? Kudos to any This and many more lists are googled. http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=sol.lists.freebsd.questions -- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Gary Dunn _/ _/ Open Slate Project _/ _/ http://openslate.sourceforge.net/ _/ _/ http://www.aloha.com/~knowtree/ _/ _/ Honolulu _/ _/ registered Linux user #273809 _/ _/ _/ _/ This tagline is umop apisdn. _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 16:39: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAE037B401 for ; Thu, 27 Feb 2003 16:39:06 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D8D443F85 for ; Thu, 27 Feb 2003 16:39:03 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 1930 invoked by uid 1001); 28 Feb 2003 00:39:01 -0000 Date: Fri, 28 Feb 2003 01:39:00 +0100 From: Erik Trulsson To: How Can ThisBe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: File system limits Message-ID: <20030228003859.GA1846@falcon.midgard.homeip.net> Mail-Followup-To: How Can ThisBe , 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.5.3i Sender: owner-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, Feb 28, 2003 at 12:11:14AM +0000, How Can ThisBe wrote: > I'm working on a little experimental script and I'm wondering if there > is any kind of limit as to how many files or subdirectories a directory > can have. Yes, there is a limit on how many subdirectories a directory can have. This is because there is a limit on how many hardlinks there can be to a given file/directory and each directory has a link ("..") to its parent. The count for how many hardlinks there are to a given inode is kept as a signed 16-bit integer which means that you can have a bit over 32000 subdirectories in a given directory. (Each of those can of course have some 32000 subdirectories and so on.) There is no limit on how many files you can have in a directory, but if you have too many entries in a directory it can be slow to open/list/create files there. This is because a directory is essentially just a file containing a list of all files/subdirectories in it and to find a particular file a linear search is needed. This means that it can sometimes be faster to have a few extra levels of subdirectories rather than just a few levels with a lot of files at each level. As for how many is too many, I am not sure but I think you might start to see a slowdown after a couple of thousand entries. (The UFS_DIRHASH kernel option reduces the impact of large number of directory entries, at least after the first access, so then you should be able to have several thousand entries without any noticable slowdown.) > > I'm in the planing stages at the moment and I'm think that I may have > upto 4096 directories in a single directory, each of these 4096 > directories could have upto 4096 sub directories... That should not be a problem. Depending on how you access these directories you *might* see some of the slowdown for large directories that I mentioned above, so it might be a good idea to reduce these numbers somewhat (to 2048 or 1024 maybe), but functionally it won't be a problem. (And if you use the UFS_DIRHASH option, which I believe is used by default in the GENERIC kernel, there should not be any noticable slowdown either.) (It won't be a problem for the computer anyway, but for a human trying to look through directories it quickly becomes unwieldy once the number of entries in a directory start exceeding a couple of hundred.) > > The other option I have (if this is too many) is to have 256 > subdirectories (I'm guessing this on will not be a problem) -- 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 Feb 27 16:40:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD5D37B401 for ; Thu, 27 Feb 2003 16:40:54 -0800 (PST) Received: from imo-m04.mx.aol.com (imo-m04.mx.aol.com [64.12.136.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB1F43FA3 for ; Thu, 27 Feb 2003 16:40:53 -0800 (PST) (envelope-from Dave2206@aol.com) Received: from Dave2206@aol.com by imo-m04.mx.aol.com (mail_out_v34.21.) id n.1d6.3e14a7c (4560) for ; Thu, 27 Feb 2003 19:40:46 -0500 (EST) From: Dave2206@aol.com Message-ID: <1d6.3e14a7c.2b900a0e@aol.com> Date: Thu, 27 Feb 2003 19:40:46 EST Subject: Re: Do sorted messages exist? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 124 Sender: owner-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 a message dated 2/27/03 5:44:52 PM Central Standard Time, Lee_Shackelford@dot.ca.gov writes: > On Tuesday, I subscribed to the e-mail version of freebsd-questions. > Because it generated messages at the rate of about two per minute all day > long, and I received them on my employer's computer, and just the amount of > time it took to delete the messages was interfering with my productivity, I > had to unsubscribe on Wednesday. I was fascinated by the messages as I am > a newbie still trying to get my BSD system going and many of them pertained > to issues that I expect to face. I may be in fantasy-land, but I will ask > this question anyway. Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? Kudos to any > person who takes the time to read any significant portion of the messages, > and especially many thanks to those kind soles who actually take the time > to respond. Both of the questions that I posted in the past did receive a > response. Thank you. This link may be useful. http://docs.freebsd.org/mail/ cdw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 16:42:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4BE37B401 for ; Thu, 27 Feb 2003 16:42:22 -0800 (PST) Received: from host3.globalsecureserver.com (host3.globalsecureserver.com [209.239.40.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C92243F93 for ; Thu, 27 Feb 2003 16:42:21 -0800 (PST) (envelope-from pete@thechristies.net) Received: from corsair (ool-182d5a04.dyn.optonline.net [24.45.90.4]) by host3.globalsecureserver.com (8.10.2/8.10.2) with SMTP id h1S0gKg06734 for ; Thu, 27 Feb 2003 19:42:20 -0500 From: Pete C To: freebsd-questions@FreeBSD.ORG Subject: Date: Fri, 28 Feb 2003 19:41:41 -0500 Reply-To: pete@thechristies.net Message-ID: X-Mailer: Forte Agent 1.92/32.572 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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 17: 2:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEDD37B401 for ; Thu, 27 Feb 2003 17:02:56 -0800 (PST) Received: from web20110.mail.yahoo.com (web20110.mail.yahoo.com [216.136.226.47]) by mx1.FreeBSD.org (Postfix) with SMTP id DD03643FAF for ; Thu, 27 Feb 2003 17:02:55 -0800 (PST) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030228010255.80593.qmail@web20110.mail.yahoo.com> Received: from [68.66.233.46] by web20110.mail.yahoo.com via HTTP; Thu, 27 Feb 2003 17:02:55 PST Date: Thu, 27 Feb 2003 17:02:55 -0800 (PST) From: Bsd Neophyte Subject: problems with SSH/DSA authentication 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 want to get a makeshift eToken system working. i use putty to access my freebsd machine. i also used puttygen to create a DSA keypair. i coped the public key onto ~/.ssh/authorized_keys2 and the private on to the usb flash device under id_dsa. when i point putty to the private keypair, i get the following error: "Server refused our key" any clues how to sort this out? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 17:12:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F8E37B401 for ; Thu, 27 Feb 2003 17:12:21 -0800 (PST) Received: from web13507.mail.yahoo.com (web13507.mail.yahoo.com [216.136.175.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 6382B43FAF for ; Thu, 27 Feb 2003 17:12:21 -0800 (PST) (envelope-from thief_grr@yahoo.com) Message-ID: <20030228011221.44087.qmail@web13507.mail.yahoo.com> Received: from [193.58.186.188] by web13507.mail.yahoo.com via HTTP; Thu, 27 Feb 2003 17:12:21 PST Date: Thu, 27 Feb 2003 17:12:21 -0800 (PST) From: Thanos Tsouanas Subject: /dist and /modules.old 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 everyone.. Anyone knows why those two dirs ( /dist and /modules.old ) exist? Is it safe enuff to rm 'em both? Thank ya... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 18:26:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3675137B401 for ; Thu, 27 Feb 2003 18:26:38 -0800 (PST) Received: from bus.shot1.org (dsl093-061-039.pit1.dsl.speakeasy.net [66.93.61.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784B843FAF for ; Thu, 27 Feb 2003 18:26:37 -0800 (PST) (envelope-from ch@bus.shot1.org) Received: by bus.shot1.org (Postfix, from userid 1001) id 48B15AD38; Thu, 27 Feb 2003 21:26:36 -0500 (EST) Date: Thu, 27 Feb 2003 21:26:36 -0500 From: ch To: Lee_Shackelford@dot.ca.gov Cc: freebsd-questions@freebsd.org Subject: Re: Do sorted messages exist? Message-ID: <20030227212636.A82260@bus.shot1.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from Lee_Shackelford@dot.ca.gov on Thu, Feb 27, 2003 at 03:43:10PM -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 Tuesday, I subscribed to the e-mail version of freebsd-questions. > Because it generated messages at the rate of about two per minute all day > long, and I received them on my employer's computer, and just the amount of > time it took to delete the messages was interfering with my productivity, I > had to unsubscribe on Wednesday. I was fascinated by the messages as I am > a newbie still trying to get my BSD system going and many of them pertained > to issues that I expect to face. I may be in fantasy-land, but I will ask > this question anyway. Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? Kudos to any > person who takes the time to read any significant portion of the messages, > and especially many thanks to those kind soles who actually take the time > to respond. Both of the questions that I posted in the past did receive a > response. Thank you. Like you I just signed up and was amazed at how much mail this list genereated. After some googeling, I found that procmail and mutt was the answer. Have a look at http://www.ii.com/internet/robots/procmail/qs/ A procmail recipe with ^TO_freebsd-questions@freebsd.org will catch all of these emails and you can throw them into a separate unix mbox. Regards, Brian Roberts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 18:28:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA25537B401 for ; Thu, 27 Feb 2003 18:28:36 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CF043FBD for ; Thu, 27 Feb 2003 18:28:36 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: from ra.dweebsoft.com (localhost [127.0.0.1]) by ra.dweebsoft.com (8.12.6/8.12.6) with ESMTP id h1S2SZCF067423; Thu, 27 Feb 2003 18:28:35 -0800 (PST) (envelope-from daxbert_news@dweebsoft.com) Received: (from http@localhost) by ra.dweebsoft.com (8.12.6/8.12.3/Submit) id h1S2SZUv067422; Thu, 27 Feb 2003 18:28:35 -0800 (PST) X-Authentication-Warning: ra.dweebsoft.com: http set sender to daxbert_news@dweebsoft.com using -f Received: from 64.81.58.36 ( [64.81.58.36]) as user daxbert@localhost by ra.dweebsoft.com with HTTP; Thu, 27 Feb 2003 18:28:34 -0800 Message-ID: <1046399314.3e5ec952c1b0a@ra.dweebsoft.com> Date: Thu, 27 Feb 2003 18:28:34 -0800 From: Daxbert To: How Can ThisBe Cc: "" , Erik Trulsson Subject: Re: File system limits MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 64.81.58.36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Erik Trulsson : > On Fri, Feb 28, 2003 at 12:11:14AM +0000, How Can ThisBe wrote: > > I'm working on a little experimental script and I'm wondering if there > > is any kind of limit as to how many files or subdirectories a directory > > can have. > > Yes, there is a limit on how many subdirectories a directory can have. > This is because there is a limit on how many hardlinks there can be to > > > > I'm in the planing stages at the moment and I'm think that I may have > > upto 4096 directories in a single directory, each of these 4096 > > directories could have upto 4096 sub directories... > > That should not be a problem. Depending on how you access these > directories you *might* see some of the slowdown for large directories FWIW- At some point you might want to ask... should this be a filesystem? or a database? If you're looking to stress test a FS that's one thing, but handling tens of thousands of little bits of data is sometimes managed better with a simple database. I've seen instances where a recursive script went *nuts* and created a directory structure so deep it couldn't be removed with a simple rm -rf. --daxbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 19:13:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6C837B401 for ; Thu, 27 Feb 2003 19:13:34 -0800 (PST) Received: from radzinschi.com (pcp02453672pcs.owngsm01.md.comcast.net [68.55.91.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FF843F93 for ; Thu, 27 Feb 2003 19:13:33 -0800 (PST) (envelope-from marco@radzinschi.com) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by radzinschi.com (8.12.6/8.12.6) with ESMTP id h1S3DUsf096904; Thu, 27 Feb 2003 22:13:30 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Thu, 27 Feb 2003 22:13:30 -0500 (EST) From: Marco Radzinschi To: Hal Lynch Cc: Subject: Re: HELP 3Ware Escalade 7000-2 raid controller In-Reply-To: <4FDF3A42-4AA9-11D7-A7D5-0050E490FD5B@cc.usu.edu> Message-ID: <20030227221230.C96897-100000@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 Thu, 27 Feb 2003, Hal Lynch wrote: > I am trying to install 4.7 on a system which has a > 3Ware Escalade 7000-2 raid controller. > > A look at the GENERIC configuration file shows > a twe controller for 3Ware raid subsystems. A > search of the FreeBSD docs and FAQ didn't offer > a lot of help. Google says it should work. > > Configuration: > ATA cdrom on on-board controller > 3ware 7000-2 raid card with two drives attached. > > The install process hangs when booting after the device > selection menu. > > Does anyone have any words of wisdom on how to make > this thing work? > > can I boot from a raid subsystem? > > hal Did you create a RAID array using the 3ware BIOS ? Yes, you can boot from a RAID subsystem. Marco Radzinschi E-Mail: marco@radzinschi.com Thu Feb 27 22:12:30 EST 2003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 19:48: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3CC37B401 for ; Thu, 27 Feb 2003 19:47:58 -0800 (PST) Received: from p6m7g8.com (pcp02835904pcs.hyatsv01.md.comcast.net [68.54.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2B643FAF for ; Thu, 27 Feb 2003 19:47:57 -0800 (PST) (envelope-from philip@p6m7g8.com) Received: from p6m7g8.com (localhost [127.0.0.1]) by p6m7g8.com (8.12.6/8.12.7) with ESMTP id h1RMlGY9028493; Thu, 27 Feb 2003 22:47:37 GMT (envelope-from philip@p6m7g8.com) Received: by p6m7g8.com (8.12.6/8.12.7/Submit) id h1RMl0lw028473; Thu, 27 Feb 2003 22:47:00 GMT Content-Type: text/plain; charset="iso-8859-1" From: "Philip M. Gollucci" Organization: eJournalPress To: Victor Manuel Carranza Gonzalez , freebsd-questions@freebsd.org Subject: Re: PHP/Apache2/Oracle Date: Thu, 27 Feb 2003 22:46:59 +0000 User-Agent: KMail/1.4.3 References: <20030227215717.94360.qmail@web12306.mail.yahoo.com> In-Reply-To: <20030227215717.94360.qmail@web12306.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302272246.59601.philip@p6m7g8.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'm actually working on that not with php though. Perl instead. I can and am successfuling using the /usr/ports/databases/oracle7 on=20 FBSD-5.0 RELEASE to connect to Oracle 8.1.7 on Redhat Linux 7.2 via DBI:O= racle A major thing I've noticed is that this version of the oracle client libr= aries=20 return the dates drastically different then a 8.x.x client library On Thursday 27 February 2003 21:57, Victor Manuel Carranza Gonzalez wrote= : > Hi! > I am trying to set up Apache2+PHP4 on a box running > 4.7-RELEASE. I have done that before with no problems > for accessing local PostgreSQL servers, but this time > I need to connect to external databases running on a > couple of DEC AlphaServers running Tru64 Unix and > Oracle 7 and 8i. I`ve installed the oracle7 client > port, but the php4 configuration script (./configure > --without-mysql --with-oracle=3D/usr/local/oracle7 > --with-pgsql --with-apxs2=3D/usr/local/apache2/bin/apxs) > stops at some point, saying: > > checking for Oracle-ORACLE support... yes > checking Oracle Install-Dir... /usr/local/oracle7 > checking Oracle version... configure: error: Oracle > needed libraries not found > > Any ideas? Has someone successfuly configured > Apache2/PHP for connecting to an external Oracle > server? > > Many thanks in advance for your help. Please cc to me, > since I am not currently subscribed to the list. > > Best regards, > > Victor Carranza > > > _________________________________________________________ > Do You Yahoo!? > Informaci=F3n de Estados Unidos y Am=E9rica Latina, en Yahoo! Noticias. > Vis=EDtanos en http://noticias.espanol.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 END=20 -------------------------------------------------------------------------= -----=20 Philip M. Gollucci philip@p6m7g8.com 301.474.9294 301.646.3011 (cell)=20 Science, Discovery, & the Universe (UMCP)=20 Webmaster & Webship Teacher=20 URL: http://www.sdu.umd.edu=20 eJournalPress=20 Database/PERL Programmer & System Admin=20 URL : http://www.ejournalpress.com=20 Resume : http://p6m7g8.net/Resume=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 20:21:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB1A537B439 for ; Thu, 27 Feb 2003 20:21:19 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-139.outblaze.com [205.158.62.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 88C3043F93 for ; Thu, 27 Feb 2003 20:21:16 -0800 (PST) (envelope-from franklin_pierce@operamail.com) Received: (qmail 21961 invoked from network); 28 Feb 2003 04:21:13 -0000 Received: from unknown (205.158.62.146) by spf1.us.outblaze.com with QMQP; 28 Feb 2003 04:21:13 -0000 Received: (qmail 6846 invoked from network); 28 Feb 2003 04:18:16 -0000 Received: from unknown (HELO ws5-2.us4.outblaze.com) (205.158.62.133) by 205-158-62-146.outblaze.com with SMTP; 28 Feb 2003 04:18:16 -0000 Received: (qmail 22595 invoked by uid 1001); 28 Feb 2003 04:20:47 -0000 Message-ID: <20030228042047.22593.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.28.11.36] by ws5-3.us4.outblaze.com with http for franklin_pierce@operamail.com; Thu, 27 Feb 2003 22:20:47 -0600 From: "Franklin Pierce" To: pete@thechristies.net, freebsd-questions@FreeBSD.ORG Date: Thu, 27 Feb 2003 22:20:47 -0600 Subject: Re: I wonder . . . X-Originating-Ip: 65.28.11.36 X-Originating-Server: ws5-3.us4.outblaze.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 ----- Original Message ----- From: Pete C Date: Fri, 28 Feb 2003 19:41:41 -0500 To: freebsd-questions@FreeBSD.ORG Subject: > unsubscribe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > a) I've forgotten how b) All I have are these forceps and Ken Thompson's home address c) When in Rome, watch out how you ask for a shower. Love, Franklin Pierce -- _______________________________________________ http://www.operamail.com Now with OperaMail Premium for only US$29.99/yr Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 21:42:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C0E37B401; Thu, 27 Feb 2003 21:42:39 -0800 (PST) Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1055A43F85; Thu, 27 Feb 2003 21:42:38 -0800 (PST) (envelope-from jrhoden@unimelb.edu.au) Received: from elkanah.its.unimelb.edu.au (elkanah.its.unimelb.edu.au [128.250.18.41]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id h1S5ga3J028744; Fri, 28 Feb 2003 16:42:36 +1100 (EST) Content-Type: text/plain; charset="iso-8859-1" From: JacobRhoden Organization: University of Melbourne To: pete@thechristies.net, freebsd-questions@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG Subject: Re: Date: Fri, 28 Feb 2003 16:42:35 +1100 X-Mailer: KMail [version 1.4] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302281642.35892.jrhoden@unimelb.edu.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 On Saturday 01 March 2003 11:41, Pete C wrote: > unsubscribe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Is it just me, or is having this unsubscribe message more annoying than i= t is=20 useful? (it just annoys people who already know how to do it, and people = that=20 dont, dont seem to read it). Jacob Rhoden Phone: +61 3 8344 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22: 7:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AED37B401 for ; Thu, 27 Feb 2003 22:07:48 -0800 (PST) Received: from web13302.mail.yahoo.com (web13302.mail.yahoo.com [216.136.175.38]) by mx1.FreeBSD.org (Postfix) with SMTP id 2838E43F75 for ; Thu, 27 Feb 2003 22:07:48 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030228060747.13830.qmail@web13302.mail.yahoo.com> Received: from [204.213.76.30] by web13302.mail.yahoo.com via HTTP; Thu, 27 Feb 2003 22:07:47 PST Date: Thu, 27 Feb 2003 22:07:47 -0800 (PST) From: Ron Andreasen Subject: Re: ATA/IDE Controller question (thanks guys) To: freebsd-questions@freebsd.org In-Reply-To: <00b001c2de76$bb471420$cea8a8c0@iowaone.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 Thanks for the input guys. I haven't been very happy with my soundcard under windows lately (weird noises happen at the slightest hard drive activity). Although it works great in linux I still might consider getting an isa soundcard. I know I'll love FreeBSD cause I already like linux. From what I hear FreeBSD is better than linux ;) --- Aaron wrote: > Ron, > > I'd recommend replacing your pci modem or sound card > with an isa device. > That will clear you a spot. ISA devices are pretty > darn cheap these days. > I don't think you will be happy with an isa > controller. > I wouldn't even know what to recommend to you for > isa controller. > Aaron > > Sent: Thursday, February 27, 2003 1:02 AM > Subject: ATA/IDE Controller question > > > > I just looked at the FreeBSD hardware list and saw > all > > those contollers there. Are any of those ISA > devices > > or are they all PCI? > > > > I only have 3 PCI slots and they're all being used > by > > stuff I can't give up (video card, sound card, and > > modem). So if they are all PCI devices will ISA > > contollers still get the job done? I'd be using > it in > > FreeBSD 5.0. > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.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 __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:19:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D7237B401 for ; Thu, 27 Feb 2003 22:19:37 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5788943F3F for ; Thu, 27 Feb 2003 22:19:36 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.65.219 ([207.179.65.219]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Feb 2003 01:19:37 -0500 From: taxman To: "Tomazo Lujiano" , freebsd-questions@freebsd.org Subject: Re: FreeBSD sysctls Date: Thu, 27 Feb 2003 22:06:26 -0500 User-Agent: KMail/1.5 References: <20030227183804.20910.qmail@fastermail.com> In-Reply-To: <20030227183804.20910.qmail@fastermail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302272206.26958.taxman@acd.net> X-OriginalArrivalTime: 28 Feb 2003 06:19:37.0615 (UTC) FILETIME=[5EA4F9F0:01C2DEF1] Sender: owner-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 27 February 2003 01:38 pm, Tomazo Lujiano wrote: > Hello, FreeBSD hackers! > And here is my problem: > I use FreeBSD-4.7 Stable at home. My machine also provides an Internet > access in our local network. That's why I set different firewalls, > ipfilters and other stuff to provide the security in our private net. So, > I'd also like to defend my server from OS-detectors, such as nmap and some > others and change TCP-stack as well. And what I do: well the value of obscuring your OS type is debatable, but the way to do this is with the right firewall ruleset. This is debated over and over on the misc@openbsd mailing lists. Search their archive for more information on how to do it. > And another question: SOP in this list is to put questions on different topics in separate emails. puttng proper subjects for each question helps the archives be more useful. > I wanna take participating in FreeBSD project. May be there are some sites > or links, where this question is described, but I wanna ask you directly: I if you want to contribute other than translation, the besst way to fnd something you can contribute to is to spend some time on questions, and a few of the other mailing lists, until something comes up that you would like to do. Of course read the handbook and spend some time looking through the website. If you do you'll find the projects webpage that probably has something you can contribute too. > want to translate documentation from English into Russian. Please, tell me, > which topics aren't occupied yet by other interpriters - and I 'll do all > possible to translate them!... Thank you very much. Send an email offering help at doc@freebsd.org and read the documentation project pages. They are accessible off the FreeBSD.org main webpage. They would love to have your help, and can direct you to where translation help is needed most. Actually if you just read enough of the handbook and the Russian version, you would see many things that haven't been translated yet. We'd all be glad to have your help actually, so have fun. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:19:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDAE37B401 for ; Thu, 27 Feb 2003 22:19:39 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 906C143F3F for ; Thu, 27 Feb 2003 22:19:38 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.65.219 ([207.179.65.219]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Feb 2003 01:19:40 -0500 From: taxman To: massey@rmci.net, Subject: Re: Floppy installalation - But Date: Thu, 27 Feb 2003 22:29:15 -0500 User-Agent: KMail/1.5 Cc: , References: <3712.216.222.104.2.1046384976.squirrel@webmail.velocitus.net> In-Reply-To: <3712.216.222.104.2.1046384976.squirrel@webmail.velocitus.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302272229.15094.taxman@acd.net> X-OriginalArrivalTime: 28 Feb 2003 06:19:40.0552 (UTC) FILETIME=[60652080:01C2DEF1] Sender: owner-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 27 February 2003 05:29 pm, massey@rmci.net wrote: > My CD ROM and Floppy drive are in the same spot. FTP , CABLE , HEADLESS > will not Work. 4 sets of cables, 20 disks later nothing has changed, cept > my grey hair. > > So Floppy is the ONLY way possible to do any kind of install so far as I > can see. No CD No CABLE No Nothing but floppies I wouldn't rule out those other options so quick. How did those other methods fail? My guess is you would be better of figuring out how to get a headless or ftp to install to work. if you've got a serial port you can do a headless install. you could also get a modem and install over that. I think a null modem cable to do headless could even be cheaper than enough floppies to do a floppy install. If you're determined to do a floppy install, you could always install 4.7 from floppy and then use your 5.0 CD to install/upgrade to 5.0 Tim > > So I need to know is the /BASE in 5.0 the same as /BIN in 4.7 so I can > start rolling out floppies. > > Once I have an install I am sure the cd and all the rest will be fine > since it worked fine with RH. > > > On Thu, 27 Feb 2003 14:16:16 > > > > massey wrote: > >> Is there a way to do a min install with floppies and then > use > >> /stand/sysinstall to finish it off? > > > > I know this isn't _specifically_ what you're asking, but I thought I saw > > a previous reply that was similar. > > > > When I have a machine that won't boot to cdrom, I download > > boot floppy images for the latest release (in your case that > > would be 5.0r), and the first iso image for that release. > > > > I would then boot from the kern.flp disk, and when prompted, > > proceed to the mfsroot.flp disk. > > > > That gets me through the kernel config and into sysinstall. > > Via sysinstall, I can chose the media from which the rest of > > the install will be retrieved, ie ftp, cdrom, etc. I then > > choose cdrom, making sure the cdrom is in the drive, and... > > > > I'm not an expert, but I don't know of another way to do a > > minimum install "from floppies", unless you're looking for > > picobsd or something. That does not, however, mean that > > there is no other way to do it, I just don't know about it. > > I truly hope that this helps. Good luck. > > > > > > Joshua Lokken > > > > > > Need a new email address that people can remember > > Check out the new EudoraMail at > > http://www.eudoramail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:19:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A414337B401 for ; Thu, 27 Feb 2003 22:19:43 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id E542043FA3 for ; Thu, 27 Feb 2003 22:19:42 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.65.219 ([207.179.65.219]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Feb 2003 01:19:44 -0500 From: taxman To: Erik Trulsson , How Can ThisBe Subject: Re: File system limits Date: Fri, 28 Feb 2003 01:04:55 -0500 User-Agent: KMail/1.5 Cc: freebsd-questions@FreeBSD.ORG References: <20030228003859.GA1846@falcon.midgard.homeip.net> In-Reply-To: <20030228003859.GA1846@falcon.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302280104.55442.taxman@acd.net> X-OriginalArrivalTime: 28 Feb 2003 06:19:45.0083 (UTC) FILETIME=[631880B0:01C2DEF1] Sender: owner-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 27 February 2003 07:39 pm, Erik Trulsson wrote: > On Fri, Feb 28, 2003 at 12:11:14AM +0000, How Can ThisBe wrote: > > I'm working on a little experimental script and I'm wondering if there > > is any kind of limit as to how many files or subdirectories a directory > > can have. Well of course there is the simple limit of how many inodes your filessytem has. You can only change that when you create the filesystem with newfs. the newfs and fs man pages seem like the best explanation I can find atm for you to explain that. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:19:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B6437B410; Thu, 27 Feb 2003 22:19:47 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C10543FB1; Thu, 27 Feb 2003 22:19:45 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.65.219 ([207.179.65.219]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Feb 2003 01:19:47 -0500 From: taxman To: JacobRhoden , pete@thechristies.net, freebsd-questions@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG Subject: Re: Date: Fri, 28 Feb 2003 01:20:31 -0500 User-Agent: KMail/1.5 References: <200302281642.35892.jrhoden@unimelb.edu.au> In-Reply-To: <200302281642.35892.jrhoden@unimelb.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302280120.31301.taxman@acd.net> X-OriginalArrivalTime: 28 Feb 2003 06:19:47.0646 (UTC) FILETIME=[649F95E0:01C2DEF1] Sender: owner-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 28 February 2003 12:42 am, JacobRhoden wrote: > On Saturday 01 March 2003 11:41, Pete C wrote: > > unsubscribe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > Is it just me, or is having this unsubscribe message more annoying than it > is useful? (it just annoys people who already know how to do it, and people > that dont, dont seem to read it). Just think.. for every one person that misses that and sends the unsubscribe to the list, there may be nine that do read it. Imagine for a moment the horror if it was removed.. Now get a hold of yourself, you'll recover eventually, it was just a nightmare :) Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:19:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD23237B412 for ; Thu, 27 Feb 2003 22:19:48 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34F743F3F for ; Thu, 27 Feb 2003 22:19:47 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.65.219 ([207.179.65.219]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Feb 2003 01:19:49 -0500 From: taxman To: Lee_Shackelford@dot.ca.gov, freebsd-questions@freebsd.org Subject: Re: Do sorted messages exist? Date: Fri, 28 Feb 2003 01:22:09 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200302280058.35090.taxman@acd.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Feb 2003 06:19:49.0943 (UTC) FILETIME=[65FE1470:01C2DEF1] Sender: owner-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 27 February 2003 06:43 pm, Lee_Shackelford@dot.ca.gov wrote: > On Tuesday, I subscribed to the e-mail version of freebsd-questions. > Because it generated messages at the rate of about two per minute all day > long, and I received them on my employer's computer, and just the amount of > time it took to delete the messages was interfering with my productivity, I > had to unsubscribe on Wednesday. I was fascinated by the messages as I am > a newbie still trying to get my BSD system going and many of them pertained > to issues that I expect to face. I may be in fantasy-land, but I will ask > this question anyway. Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? Kudos to any I also don't really see any option like this. There are digest summaries for some of the mailing lists. That may be an option for you. What you may want to try is get a threading mail reader that will group by topic. A mail reader with filters is good too. I do that then I delete in whole chunks conversations I have no interest in. I can get through a days worth of FreeBSD question in 30 min or less that way if I want to. You could do that and only download the mail once or twice a day so that more of the mail threads by topic and you can delete more. > person who takes the time to read any significant portion of the messages, > and especially many thanks to those kind soles who actually take the time > to respond. Both of the questions that I posted in the past did receive a > response. Thank you. Thankfully there are a lot of people that answer questions that are much more knowledgeable than I. It's a pretty altruisitc group. You're welcome from me certainly. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:24:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C063F37B401 for ; Thu, 27 Feb 2003 22:24:42 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D5443FA3 for ; Thu, 27 Feb 2003 22:24:41 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 1024 invoked from network); 28 Feb 2003 06:24:39 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 28 Feb 2003 06:24:39 -0000 Message-ID: <3E5F00A7.3030500@liwing.de> Date: Fri, 28 Feb 2003 07:24:39 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Remington L." Cc: freebsd-questions@freebsd.org Subject: Re: defaultrouter in userland References: <000201c2debb$81f653d0$6402a8c0@SHMOOPIE> 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 Remington L. wrote: > How do I change the defaultrouter in userland > route(8) says about: # route change default Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 22:40:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E4A37B401; Thu, 27 Feb 2003 22:40:29 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BFC43F3F; Thu, 27 Feb 2003 22:40:29 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.7/8.12.7) with ESMTP id h1S6dgZX041466; Fri, 28 Feb 2003 01:39:42 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Building an FAQ aka Solving the Mozilla problem From: Joe Marcus Clarke To: questions@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2HXRSgnjcELF+EOKr0cm" Organization: FreeBSD, Inc. Message-Id: <1046414422.44133.41.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 28 Feb 2003 01:40:22 -0500 X-Spam-Status: No, hits=-6.3 required=5.0 tests=PGP_SIGNATURE_2 autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-2HXRSgnjcELF+EOKr0cm Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sorry for the cross-post, but this is getting a lot of air time on both lists. Since I have never really encountered the problems described in the recent onslaught of emails, I can only offer regurgitated help from other users, and some common sense best practices. Updates to this are welcome. When I'm done, I'll post it to my GNOME FAQ. Q. When I launch Mozilla, all I see is, " No running window found." and nothing ever happens. How do I fix this? A. This problem is usually indicative of a font issue. As of 1.2a, Mozilla is built with Xft2 support by default. This support allows Mozilla to render anti-aliased fonts. However, Xft2 can be problematic if your font setup is not correct. Here are some things you can try to remedy the problem. 1. Decide if you really want anti-aliased fonts in Mozilla. If not, you can simply rebuild Mozilla after adding WITHOUT_XFT to /etc/make.conf.=20 This will return Mozilla to the look and feel of 1.1 and earlier. 2. Make sure all your font files under /usr/X11R6/lib/X11/fonts have 0444 permissions. That is, make sure the font files are readable by all users. 3. Make sure you have the following in the Module section of your XF86Config file: Load "type1" Load "freetype" 4. Make sure you don't have the mozilla-fonts port or package installed. If you do, delete it, then run fc-cache -v -f as root. 5. Make sure ${PREFIX}/etc/fonts/fonts.conf exists (where ${PREFIX} is the prefix where Mozilla is inatalled). 6. Try running fc-cache -f -v as root to force a rebuild of the Xft fontconfig caches. 7. Try removing or renaming ~/.mozilla. 8. Try rebuilding print/freetype2, x11-fonts/fontconfig, and x11-fonts/Xft. 9. Remove or rename ~/.fonts.conf if it exists. 10. If you are using XFree86 from CVS (i.e. 4.2.99.x), manually install print/freetype2, x11-fonts/fontconfig, and x11-fonts/Xft from ports. 11. Make sure you're not building Mozilla with non-default CFLAGS or CPU optimizations. Make sure CFLAGS is set to -O -pipe, and try commenting out CPUTYPE in /etc/make.conf (if such an entry exists). If none of this works, add the following to /etc/make.conf: CFLAGS=3D "-O -g -pipe" STRIP=3D Then edit Mozilla's Makefile and remove the line that says "--enable-strip". Then rebuild fontconfig, Xft, and Mozilla. Then, launch Mozilla using the command mozilla -g. At the (gdb) prompt, type run. When Mozilla crashes, type bt, and send the resulting backtrace along with the output of fc-cache -v -f and fc-list -v to freebsd-gnome@freebsd.org. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-2HXRSgnjcELF+EOKr0cm Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+XwRVb2iPiv4Uz4cRAqp5AJsGrGWI+B4EUy2SrEzC2PByfFou0wCgib1M q53p29ZGZ+Jw47xQjdZCyTk= =ApT5 -----END PGP SIGNATURE----- --=-2HXRSgnjcELF+EOKr0cm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 27 23:33: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B710837B401 for ; Thu, 27 Feb 2003 23:33:00 -0800 (PST) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4465543FA3 for ; Thu, 27 Feb 2003 23:32:59 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242]) by franky.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1S7WvdC031315; Fri, 28 Feb 2003 18:32:57 +1100 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [172.22.2.17]) by hewey.af.speednet.com.au (8.12.6/8.12.6) with ESMTP id h1S7WuOn039145; Fri, 28 Feb 2003 17:32:56 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 28 Feb 2003 17:32:56 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: massey@rmci.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Floppy installalation - But In-Reply-To: <3712.216.222.104.2.1046384976.squirrel@webmail.velocitus.net> Message-ID: <20030228172836.G38769-100000@hewey.af.speednet.com.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 > > So Floppy is the ONLY way possible to do any kind of install so far as I > can see. No CD No CABLE No Nothing but floppies > > So I need to know is the /BASE in 5.0 the same as /BIN in 4.7 so I can > start rolling out floppies. > Yes, you need kern.flp, mfsboot.flp, and all of directory base/ to get a minimal 5.0 system. You'll need about 190 floppy disks. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 0:34:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629C137B401 for ; Fri, 28 Feb 2003 00:34:43 -0800 (PST) Received: from linux.nu (md46918e0.utfors.se [212.105.24.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 2282843FAF for ; Fri, 28 Feb 2003 00:34:41 -0800 (PST) (envelope-from tysken@post.utfors.se) Received: (qmail 13666 invoked by uid 1023); 28 Feb 2003 08:34:38 -0000 Date: Fri, 28 Feb 2003 08:34:38 +0000 From: User Tysken To: Malcolm Kay Cc: freebsd-questions@freebsd.org Subject: Re: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) Message-ID: <20030228083438.GA84021@dasboot.birch.se> References: <200302281009.24579.Malcolm.Kay@internode.on.net> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200302281009.24579.Malcolm.Kay@internode.on.net> User-Agent: Mutt/1.4i Sender: owner-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, Feb 28, 2003 at 10:09:24AM +1030, Malcolm Kay wrote: > Noticed this, out of curiosity decided to try it. > OK. This list is a good place to lurk on and read the topics that find intresting. > Then forgot second X display was installed and > next time the machine was started did not enter ALT-F10. > Then on: > $ shutdown -h now > the machine hung with some complaint from fetchmail > which I have running as a daemon. Only response was from the > power switch. > > On rebooting and waiting for fsck the sam sequence of events recurred. > > Disabled second X display and problem disappeared. > > Coincidence? Seems unlikely! > Had nothing to do with fetchmail? Possible. I don't know but properbly not but I have notice that Nvidias own drivers does not seem to like more than one X display. If i change between my virtual xdm screens then xdm trys to start again and again. But at least one virtual xdm login screen the one that I first log on to. Offcourse I want to too work but It does not seem to function to one hundred procent. I have get it working one time but then when I loged out on the one of the virtual xdm screens that one died. But Im thinkning of changing back to X own nvidia drivers because they seem to be more stable for me. And the do not crash the hole system. But then I can't get movies of getting fast enought to watch but perhaps its only an config error or using the right video output. I also have to use software rendring for GL/glx etc and that is not fast. Mvh Mattias Björk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 0:43:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF7B37B401 for ; Fri, 28 Feb 2003 00:43:20 -0800 (PST) Received: from hotmail.com (oe24.pav2.hotmail.com [64.4.36.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562E243F93 for ; Fri, 28 Feb 2003 00:43:20 -0800 (PST) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 00:43:20 -0800 X-Originating-IP: [202.63.172.98] From: "Unix Tools" To: "Dmitry Popov" , References: <000701c2deba$ce7a2570$948a763e@miracle> Subject: Re: Very strange behavior of ls & user groups Date: Wed, 26 Feb 2003 15:25:41 +0530 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 Message-ID: X-OriginalArrivalTime: 28 Feb 2003 08:43:20.0237 (UTC) FILETIME=[7220ADD0:01C2DF05] Sender: owner-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, In every virtualhost please try the User directive. User And enable apache suexec. This is the most secured way to run apache. Cheers ----- Original Message ----- From: "Dmitry Popov" To: Sent: Friday, February 28, 2003 05:18 AM Subject: Very strange behavior of ls & user groups > Greetings! > > I've got some odd problems with FreeBSD 4.5: > > 1. invocation of "ls -l" or other programs like "tar tvzf", that seems > to be use the same output library, causes a core dump. althrough, "ls" > and "tar xvzf" work fine. are there any ways to fix the problem without > rebuilding whole system? > > 2. apache has its own group and each client, that needs access via HTTP, > has its own group and apache as group guest (then apache can read user's > files while other users can not). the problem: it seems to be, user > (apache) can't be guest in more than 14 groups. is there any workarounds > and reasons for such kind of limitations? > > great thanks for help and advices! > > please respond to dmitry.popov@arteffect.ru > > > -- > Best regards, Dmitry Popov > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 0:49:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB0737B401 for ; Fri, 28 Feb 2003 00:49:34 -0800 (PST) Received: from cadillac.meteo.fr (cadillac.meteo.fr [137.129.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E61C43F3F for ; Fri, 28 Feb 2003 00:49:32 -0800 (PST) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) by cadillac.meteo.fr (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id IAA13462 for ; Fri, 28 Feb 2003 08:49:30 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) by cti825.cnrm.meteo.fr (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id JAA20101; Fri, 28 Feb 2003 09:49:21 +0100 (MET) Received: from cnrm.meteo.fr (mai3.cnrm.meteo.fr [137.129.157.34]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_18546)/8.7.1) id JAA17606; Fri, 28 Feb 2003 09:49:16 +0100 (MET) Message-ID: <3E5F228B.15DAF6C5@cnrm.meteo.fr> Date: Fri, 28 Feb 2003 09:49:15 +0100 From: Igor Pokrovsky X-Mailer: Mozilla 4.06 [en] (X11; I; HP-UX B.10.20 9000/780) MIME-Version: 1.0 To: Igor.Panassiouk@kvazar-micro.com Cc: freebsd-questions@freebsd.org Subject: Re: font problems References: <6A93F12F0082CB48BB290C5CDD193B65011C0AB5@kmex1.kvazar-micro.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Igor.Panassiouk@kvazar-micro.com wrote: > > Didn't you forget > #pw usermod uid -L ? No. I've done that, otherwise it there will be no sense to add entry to login.conf. > -----Original Message----- > From: Igor Pokrovsky [mailto:igor.pokrovsky@cnrm.meteo.fr] > Sent: Thursday, February 27, 2003 11:53 AM > To: freebsd-questions@FreeBSD.ORG > Subject: font problems > > Hi all, > > I'm tried to set up French locale and console character set on the > latest stable, > but some character after configuration look like they should not (for > example pseudo > graphic characters in sysinstall). Here is what I have done: > > Added to rc.conf: > > font8x8="iso-8x8" > font8x14="iso-8x14" > font8x16="iso-8x16" > keymap=fr.iso.acc > > I also changed console names in ttys from cons25 to cons25l1, > and added entry to login.conf for french users like this: > > charset=ISO8859-1 > lang=fr_FR.ISO8859-1 > > Maybe somebody also has the same problem. > > P.S. I'm not subscribed to -questions. > > -Igor > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Thank you for replying, -- Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1: 4:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1A637B401 for ; Fri, 28 Feb 2003 01:04:53 -0800 (PST) Received: from linux.nu (md4691119.utfors.se [212.105.17.25]) by mx1.FreeBSD.org (Postfix) with SMTP id 2025643FBF for ; Fri, 28 Feb 2003 01:04:51 -0800 (PST) (envelope-from tysken@post.utfors.se) Received: (qmail 13788 invoked by uid 1023); 28 Feb 2003 09:04:48 -0000 Date: Fri, 28 Feb 2003 09:04:48 +0000 From: User Tysken To: Aaron Burke Cc: freebsd-questions@freebsd.org Subject: Re: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) Message-ID: <20030228090448.GA13773@dasboot.birch.se> References: <20030227001629.GA72621@dasboot.birch.se> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-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, > Adding the other entry to XServers does not have anything to do > with running it on multiple monitors. > > There are three connectivity sections to every X window. > Adding a line to Xservers (to my knowlege) does not have > anything to do with running on two different monitors in > a dual-head'd configuration. A second monitor/display > would show up as :0.1, :1.1, etc. A third monitor would > be :0.2 or :1.2, etc. Also note that the lack of a host > name tells the X-Windows system to find the best way of > communicating with the localhost. There are several other > ways of communicating with the X-Server including UNIX > sockets, IPX, etc. > > A simple way to remember it is Hostname:Window:Screen. Okej, I will try to remember that one should not be that hard. Thanks. Mvh Mattias Björk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:31:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E00F37B401 for ; Fri, 28 Feb 2003 01:31:42 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-64-232.maa.sify.net [210.214.64.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FD543FB1 for ; Fri, 28 Feb 2003 01:31:41 -0800 (PST) (envelope-from shantanoo+fbsd@ieee.org) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id E47D04A8; Fri, 28 Feb 2003 12:34:34 +0530 (IST) Date: Fri, 28 Feb 2003 12:34:34 +0530 From: Shantanu Mahajan To: Lee_Shackelford@dot.ca.gov Cc: freebsd-questions@freebsd.org Subject: Re: Do sorted messages exist? Message-ID: <20030228070434.GA775@dhumketu.homeunix.net> Mail-Followup-To: Lee_Shackelford@dot.ca.gov, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.7-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 +++ Lee_Shackelford@dot.ca.gov [freebsd] [27-02-03 15:43 -0800]: | On Tuesday, I subscribed to the e-mail version of freebsd-questions. | Because it generated messages at the rate of about two per minute all day | long, and I received them on my employer's computer, and just the amount of | time it took to delete the messages was interfering with my productivity, I | had to unsubscribe on Wednesday. I was fascinated by the messages as I am | a newbie still trying to get my BSD system going and many of them pertained | to issues that I expect to face. I may be in fantasy-land, but I will ask | this question anyway. Is there any version of freebsd-questions in which | the traffic is sorted by topic, and in which the recipient can pull onto | his screen only those messages on the topic of interest? Kudos to any | person who takes the time to read any significant portion of the messages, | and especially many thanks to those kind soles who actually take the time | to respond. Both of the questions that I posted in the past did receive a | response. Thank you. | | ------------------------------ why not subscribe to digest version of freebsd-questions? About 2 msgs. per day and 105KB size per msg. Then use procmail/formail to convert them to individual msgs. Regards, Shantanu -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID : 137AFD9E PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:31:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 525FA37B405 for ; Fri, 28 Feb 2003 01:31:43 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-64-232.maa.sify.net [210.214.64.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C35943FAF for ; Fri, 28 Feb 2003 01:31:41 -0800 (PST) (envelope-from shantanoo@ieee.org) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id EAACF471; Fri, 28 Feb 2003 11:48:24 +0530 (IST) Date: Fri, 28 Feb 2003 11:48:24 +0530 From: Shantanu Mahajan To: Willie Viljoen Cc: freebsd-questions@freebsd.org Subject: Re: SCSI emulation of ATAPI CDROM Message-ID: <20030228061824.GA721@dhumketu.homeunix.net> Mail-Followup-To: Willie Viljoen , freebsd-questions@freebsd.org References: <20030227055912.GA601@dhumketu.homeunix.net> <200302271023.38363.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302271023.38363.will@unfoldings.net> User-Agent: Mutt/1.4i Organization: Eh? Whats that? X-OS: FreeBSD 4.7-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 on http://www.cuivre.fr.eu.org/~thomas/atapicam/, found out the .diff files. But don't have sys/dev/ata/atapi-cam.c file. Here's the output of ls. > ls /usr/src/sys/dev/ata/ ata-all.c ata-disk.h ata-raid.c atapi-cd.c atapi-tape.c ata-all.h ata-dma.c ata-raid.h atapi-cd.h atapi-tape.h ata-card.c ata-isa.c atapi-all.c atapi-fd.c ata-disk.c ata-pci.c atapi-all.h atapi-fd.h Regards, Shantanu +++ Willie Viljoen [27-02-03 10:23 +0200]: | On Thursday 27 February 2003 7:59, someone, possibly Shantanu Mahajan, | typed: | > I tried to compile the kernel with above options. But for | > device atapicam | > it says | > Warning: device "atapicam" is unknown | > also tried ATAPICAM | > | > > uname -rs | > | > FreeBSD 4.7-RELEASE | | The ATAPICAM code was not merged by the time 4.7-RELEASE was frozen. It was | only introduced shortly afterward during early post-release development of | 4.7-STABLE on 1 November 2002. | | In order to get it on your system, you will need to follow upgrade | instructions in Chapter 21, The Cutting Edge, of the Handbook, available | online at | http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html | or on your local system (if you have installed the doc distribution) in | /usr/share/doc/handbook/cutting-edge.html. The Handbook has also been | translated into many languages, if you prefer, a version in your native | language should also be available on-line and on your local system. | | You may also with to patch your present system with the historical ATAPICAM | patches available from http://www.cuivre.fr.eu.org/~thomas/atapicam/. This | will still require a rebuild though, and upgraing is highly recommended. | | Will | | -- | Willie Viljoen | Freelance IT Consultant | | 214 Paul Kruger Avenue, Universitas | Bloemfontein | 9321 | South Africa | | +27 51 522 15 60 | +27 51 522 44 36 (after hours) | +27 82 404 03 27 (mobile) | | will@unfoldings.net -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID : 137AFD9E PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:33:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B4D37B401 for ; Fri, 28 Feb 2003 01:33:13 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-3-146.abo.wanadoo.fr [193.251.53.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E9343FAF for ; Fri, 28 Feb 2003 01:33:11 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1S9X9Q2011841 for ; Fri, 28 Feb 2003 10:33:09 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Subject: Re: hpijs --> mostly solved Date: Fri, 28 Feb 2003 10:33:09 +0100 User-Agent: KMail/1.5 References: <20030227183904.38483.qmail@web41314.mail.yahoo.com> In-Reply-To: <20030227183904.38483.qmail@web41314.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302281033.09433.ajacoutot@lphp.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 Thursday 27 February 2003 19:39, Wayne Lubin wrote: > When I want to print something I just convert it to > post script and feed it to gs which knows how to talk > to printers. Read the gs man page to see how to do it. I think I have found the problem about hpijs... For a reason I don't know, all I have in driver/ijs/ is: APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, PHOTOSMART_100. So, nothing like DESKJET_970. I had to rewrite the apsfilterrc concerning my printer to add (like in ijs/DESKET_920): GS_FEATURES='-sDEVICE=ijs -sIjsServer=hpijs -dIjsUseOutputFD -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET970" -sIjsParams="Quality:Quality=2,Quality:ColorMode=2,Quality:MediaType=2,Quality:PenSet=2"' And now, it works with no problem. I'm sure that if I choosed at first to use DESKJET_920 and not DESKJET_970, it would have worked out of the box. So, is it a bug from apsfilter ? Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:37:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6FA37B401 for ; Fri, 28 Feb 2003 01:37:37 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D9243FA3 for ; Fri, 28 Feb 2003 01:37:36 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b172.otenet.gr [212.205.244.180]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1S9bQks019536; Fri, 28 Feb 2003 11:37:27 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1S9bQCs027890; Fri, 28 Feb 2003 11:37:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1S9bQWR027889; Fri, 28 Feb 2003 11:37:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 28 Feb 2003 11:37:25 +0200 From: Giorgos Keramidas To: ch Cc: Lee_Shackelford@dot.ca.gov, freebsd-questions@FreeBSD.org Subject: Re: Do sorted messages exist? Message-ID: <20030228093725.GB23416@gothmog.gr> References: <20030227212636.A82260@bus.shot1.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227212636.A82260@bus.shot1.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 2003-02-27 21:26, ch wrote: > Like you I just signed up and was amazed at how much mail this list > genereated. After some googeling, I found that procmail and mutt > was the answer. > > Have a look at http://www.ii.com/internet/robots/procmail/qs/ > > A procmail recipe with ^TO_freebsd-questions@freebsd.org will catch > all of these emails and you can throw them into a separate unix > mbox. You should probably filter based on the Sender: header instead. The procmail rule is a lot cleaner and it will only catch mail that is delivered to your address as a result of the subscription to the list. :0 H * ^sender: owner-freebsd-questions@freebsd.org freebsd-questions This way if I hit 'g' in my mutt window and reply both to the list and to you, messages that are intended to reach you and not the list will end up in your `Inbox' folder, while list stuff will be filtered to the right place. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:39:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86E8137B405 for ; Fri, 28 Feb 2003 01:39:09 -0800 (PST) Received: from luftpost.plosh.net (luftpost.plosh.net [204.152.186.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id E195143F85 for ; Fri, 28 Feb 2003 01:39:06 -0800 (PST) (envelope-from plosher+freebsd.org@plosh.net) Received: from zorin.isc.org (tardis-nat.plosh.net [64.139.14.228]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by luftpost.plosh.net (Postfix) with ESMTP id 328BD32606 for ; Fri, 28 Feb 2003 01:39:22 -0800 (PST) (envelope-from plosher+freebsd.org@plosh.net) Content-Type: text/plain; charset="us-ascii" From: Peter Losher To: freebsd-questions@freebsd.org Subject: df outpout inconsistancy on a large filesystem... Date: Fri, 28 Feb 2003 01:38:49 -0800 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302280137.59260.plosher+freebsd.org@plosh.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 So I have a 440GB partition set up on a server I am building, and I am experiencing a problem where I am getting inconsistent df output for that partition: # du -k /disk1 960552 /disk1 #df -k /disk1 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/twed0s1f 441694392 1256 406357592 0% /disk1 As you can see, the numbers don't match. Has anyone else experienced this? (the other partitions on the system are reporting normally) Just for completeness sake, this partition was newfs'ed with a 8k filesize, and a 64k blocksize. Also softupdates is active on this partition. The system/disk/partition looks to be working fine, just the df output is 'disturbing'. :( Best Wishes - Peter -- plosher+freebsd.org@plosh.net - [ http://www.plosh.net/ ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 1:41:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D6337B401 for ; Fri, 28 Feb 2003 01:41:45 -0800 (PST) Received: from apollo.laserfence.net (apollo.laserfence.net [196.44.69.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5A243F3F for ; Fri, 28 Feb 2003 01:41:42 -0800 (PST) (envelope-from will@unfoldings.net) Received: from localhost ([127.0.0.1]) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oh1J-000G5C-00; Fri, 28 Feb 2003 11:41:33 +0200 Received: from prometheus-p0.datel.laserfence.net ([192.168.255.1] helo=prometheus.home.laserfence.net) by apollo.laserfence.net with esmtp (Exim 4.10) id 18oh13-000G55-00; Fri, 28 Feb 2003 11:41:18 +0200 Received: from phoenix.home.laserfence.net ([192.168.0.2]) by prometheus.home.laserfence.net with esmtp (Exim 4.10) id 18oh0x-000EBO-00; Fri, 28 Feb 2003 11:41:11 +0200 Received: from will by phoenix.home.laserfence.net with local (Exim 4.10) id 18oh0o-0008nO-00; Fri, 28 Feb 2003 11:41:02 +0200 From: Willie Viljoen To: Shantanu Mahajan Subject: Re: SCSI emulation of ATAPI CDROM Date: Fri, 28 Feb 2003 11:41:02 +0200 User-Agent: KMail/1.5 Cc: freebsd-questions@freebsd.org References: <20030227055912.GA601@dhumketu.homeunix.net> <200302271023.38363.will@unfoldings.net> <20030228061824.GA721@dhumketu.homeunix.net> In-Reply-To: <20030228061824.GA721@dhumketu.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302281141.02391.will@unfoldings.net> X-Spam-Score: (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18oh13-000G55-00*sAp009TUGaw* X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-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 28 February 2003 8:18, someone, possibly Shantanu Mahajan, typed: > on http://www.cuivre.fr.eu.org/~thomas/atapicam/, > found out the .diff files. But don't have > sys/dev/ata/atapi-cam.c file. First two lines of atapicam-20020820.diff: --- /dev/null Mon Aug 19 21:34:21 2002 +++ sys/dev/ata/atapi-cam.c Mon Aug 12 22:08:00 2002 This means that applying the patch should create atapi-cam.c. Try applying from /usr/src with: patch < /wherever/atapicam-yourversion.diff Keep in mind that you need the atapicam-date.diff and atapicam-STABLE-config.diff patches applied from within /usr/src for this to work properly.. Again, I think upgrading would be better, cvsup shouldn't take more than 30 minutes, even on a slow connection, and you will have all of the latest code, including a new base system, with security fixes and all that too. Will -- Willie Viljoen Freelance IT Consultant 214 Paul Kruger Avenue, Universitas Bloemfontein 9321 South Africa +27 51 522 15 60 +27 51 522 44 36 (after hours) +27 82 404 03 27 (mobile) will@unfoldings.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 2: 8:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9FD37B401 for ; Fri, 28 Feb 2003 02:08:48 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14E243F75 for ; Fri, 28 Feb 2003 02:08:47 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd11.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18ohRd-0002NB-08; Fri, 28 Feb 2003 11:08:45 +0100 Received: from pD901720F.dip.t-dialin.net (520023893678-0001@[217.1.114.15]) by fwd11.sul.t-online.com with esmtp id 18ohRP-0uyQGOC; Fri, 28 Feb 2003 11:08:31 +0100 Date: Fri, 28 Feb 2003 11:08:38 +0100 (CET) From: 520023893678-0001@t-online.de (P. U. Kruppa) Reply-To: "P.U.Kruppa" To: Antoine Jacoutot Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hpijs --> mostly solved In-Reply-To: <200302281033.09433.ajacoutot@lphp.org> Message-ID: <20030228110119.M40491@small.pukruppa.de> References: <20030227183904.38483.qmail@web41314.mail.yahoo.com> <200302281033.09433.ajacoutot@lphp.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-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 On Fri, 28 Feb 2003, Antoine Jacoutot wrote: > On Thursday 27 February 2003 19:39, Wayne Lubin wrote: > > When I want to print something I just convert it to > > post script and feed it to gs which knows how to talk > > to printers. Read the gs man page to see how to do it. > > I think I have found the problem about hpijs... > For a reason I don't know, all I have in driver/ijs/ is: > APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, > DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, > PHOTOSMART_100. > So, nothing like DESKJET_970. > > I had to rewrite the apsfilterrc concerning my printer to add (like in > ijs/DESKET_920): > GS_FEATURES='-sDEVICE=ijs -sIjsServer=hpijs -dIjsUseOutputFD > -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET970" > -sIjsParams="Quality:Quality=2,Quality:ColorMode=2,Quality:MediaType=2,Quality:PenSet=2"' > > And now, it works with no problem. I'm sure that if I choosed at first to use > DESKJET_920 and not DESKJET_970, it would have worked out of the box. > > So, is it a bug from apsfilter ? I don't think so. I have a 990Cxi wich is also declared as a 920. They simply use the same drivers. Have fun! Uli. > > Antoine > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > +-----------------------------------+ | Peter Ulrich Kruppa | | - Wuppertal - | | Germany | +-----------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 2:11: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A73E37B401 for ; Fri, 28 Feb 2003 02:11:03 -0800 (PST) Received: from www3.mailru.com (www3.mailru.com [80.68.244.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABD843F93 for ; Fri, 28 Feb 2003 02:11:02 -0800 (PST) (envelope-from denb@front.ru) Received: by HotBOX.Ru WebMail v2.1 id h1SAAwMf087847 for ; Date: Fri, 28 Feb 2003 13:10:58 +0300 (MSK) Message-Id: <200302281010.h1SAAwMf087847@www3.mailru.com> From: denb To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Mailer: Free WebMail HotBOX.ru X-Proxy-IP: [212.1.229.5] X-Originating-IP: [172.16.0.3] Subject: Question about divert in ipfw2 on 5.0 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 write program simular to natd, witch receives packets at divert port X. Question: On ipfw1 (FreeBSD 4.7) this rules work excellent: ipfw add divert X from any to any Y ipfw add divert X from any Y to any We're diverting all received and sended packets (from\to port Y) to divert port X. But these rules are not working together with ipfw2 (5.0 Release). Each single rule works fine, but when i combine them together only first of them triggers. The order doesn't matter. 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 Fri Feb 28 2:23: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE2C37B401 for ; Fri, 28 Feb 2003 02:23:03 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A52043FAF for ; Fri, 28 Feb 2003 02:23:01 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1SAMvAA023747 for ; Fri, 28 Feb 2003 10:22:57 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1SAMvw8023746 for freebsd-questions@FreeBSD.ORG; Fri, 28 Feb 2003 10:22:57 GMT Date: Fri, 28 Feb 2003 10:22:56 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI emulation of ATAPI CDROM Message-ID: <20030228102256.GB23502@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030227055912.GA601@dhumketu.homeunix.net> <200302271023.38363.will@unfoldings.net> <20030228061824.GA721@dhumketu.homeunix.net> <200302281141.02391.will@unfoldings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302281141.02391.will@unfoldings.net> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-29.3 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-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, Feb 28, 2003 at 11:41:02AM +0200, Willie Viljoen wrote: > First two lines of atapicam-20020820.diff: > > --- /dev/null Mon Aug 19 21:34:21 2002 > +++ sys/dev/ata/atapi-cam.c Mon Aug 12 22:08:00 2002 > > This means that applying the patch should create atapi-cam.c. Try applying > from /usr/src with: > > patch < /wherever/atapicam-yourversion.diff Make that: patch -p0 < your.diff Otherwise patch(1) has a nasty habit of creating any new files in the current working directory, rather than where intended. I know this because I was looking at compiling the alpha version of the jdk-1.4.1 stuff yesterday, and precisely that difference had me perplexed for a while. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 2:25:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B4137B401 for ; Fri, 28 Feb 2003 02:25:39 -0800 (PST) Received: from lilbuddy.antsclimbtree.com (lilbuddy.antsclimbtree.com [216.27.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3413943F93 for ; Fri, 28 Feb 2003 02:25:39 -0800 (PST) (envelope-from mark@antsclimbtree.com) Received: from antslaptop.antsclimbtree.com ([192.168.1.110] helo=antsclimbtree.com) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.12) id 18ohhz-0009Gp-00 for questions@FreeBSD.ORG; Fri, 28 Feb 2003 02:25:39 -0800 Date: Fri, 28 Feb 2003 02:25:36 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Monitor standby + gnome 2.2 and XFree86-4.2.0 From: Mark Edwards To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.551) Sender: owner-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 upgraded from Gnome 1.x and XFree86-3.x to Gnome 2.2 and XFree86-4.2.0 (latest versions of ports) and monitor-standby with xscreensaver stopped working. Under the previous setup, I could set a time for the monitor to go into standby mode, and it would. Now, I set the time, but it never goes into standby. xscreensaver works otherwise, just no standby. I did a google search and saw references to a bug involving DPMS in a Redhat forum, but I didn't quite understand it. Anyone have any suggestions to get it working, or where I might inquire or look? Thanks! -- Mark Edwards San Francisco, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 2:34: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FCB37B401 for ; Fri, 28 Feb 2003 02:34:01 -0800 (PST) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C5943F75 for ; Fri, 28 Feb 2003 02:33:58 -0800 (PST) (envelope-from bsd@perimeter.co.za) Received: from localhost (localhost [127.0.0.1]) (uid 9999) by perimeter.co.za with local; Fri, 28 Feb 2003 12:33:54 +0200 From: bsd@perimeter.co.za To: "FreeBSD Question List" Subject: Bison Date: Fri, 28 Feb 2003 12:33:54 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 trying to 'make' the bison port, but it keeps failing. Has anyone experienced this problem? I have retried after cvsup every day this week, so - yes - my sources are up to date. Here's the last bit of the output: =================================== Making all in doc makeinfo --no-split -I . `test -f 'bison.texinfo' || echo './'`bison.texinfo -o bison.info bison.texinfo:37: Unknown command `copying'. bison.texinfo:58: Unmatched `@end'. bison.texinfo:93: Unknown command `insertcopying'. makeinfo: Removing output file `bison.info' due to errors; use --force to preserve. *** Error code 2 Stop in /usr/ports/devel/bison/work/bison-1.75/doc. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison. ================================ Thanks, Patrick O'Reilly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 2:43:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652DA37B401 for ; Fri, 28 Feb 2003 02:43:30 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B53443FE3 for ; Fri, 28 Feb 2003 02:43:29 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1SAhRAA023946 for ; Fri, 28 Feb 2003 10:43:27 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1SAhROI023941 for questions@FreeBSD.ORG; Fri, 28 Feb 2003 10:43:27 GMT Date: Fri, 28 Feb 2003 10:43:27 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: mod_php4.3.1 + curl causing apache core Message-ID: <20030228104327.GC23502@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , questions@FreeBSD.ORG References: <20030227172800.M72175@www.gotbrains.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227172800.M72175@www.gotbrains.org> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-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, Feb 27, 2003 at 05:52:05PM -0600, Stephen Cravey wrote: > I just upgraded to php4.3.1 and i'm getting core dumps with > apache13-modssl when the php4 module and ssl modules load. I can recompile > without CURL support and everything is happy. The logs show no error > messages other than: > > Feb 27 17:00:20 www /kernel: pid 12468 (httpd), uid 0: exited on signal 11 (core dumped) > > php4 make shows: > > /usr/libexec/elf/ld: warning: libssl.so.2, needed by > /usr/local/lib/libcurl.so, may conflict with libssl.so.3 > > /usr/libexec/elf/ld: warning: libcrypto.so.2, needed by > /usr/local/lib/libcurl.so, may conflict with libcrypto.so.3 > > Anybody have any suggestions? > > I've also noticed that the apache13-modssl port installs the openssl port > instead of using the default openssl code. Could this be causing part of > the problem? The problem you're seeing is that some loadable modules in your apache have been linked against different versions of the openssl libraries. Part of the problem is the recent update to OpenSSL 0.9.7a in -STABLE due to some security bugs in the previous version: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A02.openssl.asc which has resulted in a version bump to libssl.so.3 for the shlib in the core system. If you've updated recently you've probably got something like the following in /usr/lib: % ls -la /usr/lib/libssl.so* lrwxr-xr-x 1 root wheel 11 Feb 27 15:34 /usr/lib/libssl.so@ -> libssl.so.3 -r--r--r-- 1 root wheel 182856 Nov 22 18:44 /usr/lib/libssl.so.2 -r--r--r-- 1 root wheel 189544 Feb 27 15:34 /usr/lib/libssl.so.3 The apache13-modssl port will compile perfectly well against the libssl.so.3 version in the base system, as will the curl library (presumably as part of php) --- I have precisely that combination working here just fine myself. Unless you have a specific need for the ports version of OpenSSL, I'd recommend de-installing it, and recompiling all the ports that depend on it, so that they end up using the system version. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 3: 8:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C9C37B401 for ; Fri, 28 Feb 2003 03:08:36 -0800 (PST) Received: from cadillac.meteo.fr (cadillac.meteo.fr [137.129.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C1943FBF for ; Fri, 28 Feb 2003 03:08:34 -0800 (PST) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) by cadillac.meteo.fr (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id LAA24475 for ; Fri, 28 Feb 2003 11:08:31 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) by cti825.cnrm.meteo.fr (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id MAA23925 for ; Fri, 28 Feb 2003 12:08:29 +0100 (MET) Received: from cnrm.meteo.fr (exmatis1.cnrm.meteo.fr [137.129.157.46]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_18546)/8.7.1) id MAA02211 for ; Fri, 28 Feb 2003 12:08:29 +0100 (MET) Message-ID: <3E5F427E.214A4970@cnrm.meteo.fr> Date: Fri, 28 Feb 2003 12:05:34 +0100 From: Igor Pokrovsky X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: problems with getting through firewall using CVSup References: <3E5F41DE.B6156DCE@cnrm.meteo.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) Sender: owner-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 in despair. I cannot get past firewall to update my sources and ports of FreeBSD. At least it seems to me that this is a firewall problem. I tried to use all options with -P. Nothing happends, every time cvsup writes after quite a long pause, that connection to server refused. It is interesting, that about a week ago I used the same cvsup on the same system (FreeBSD-stable) successfully. Some day something happend (perhaps somebody reconfigured firewall) and nothing is working now. Here is my cvsup file: *default host=cvsup.FreeBSD.org *default prefix=/usr/home/src/CVS/FreeBSD *default base=/usr/home/src/CVS *default release=cvs *default delete compress use-rel-suffix ## Main Source Tree src-all # Other stuff ports-all www doc-all I tried to use different mirrors, nothing helps. Version of cvsup is SNAP_16_1f. -- Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 3:32:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10B637B401 for ; Fri, 28 Feb 2003 03:32:29 -0800 (PST) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1134543FA3 for ; Fri, 28 Feb 2003 03:32:28 -0800 (PST) (envelope-from jacob@jamps.nl) Received: from c32108.upc-c.chello.nl ([212.187.32.108]) by amsfep11-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030228113226.WVKK9305.amsfep11-int.chello.nl@c32108.upc-c.chello.nl> for ; Fri, 28 Feb 2003 12:32:26 +0100 From: Jacob Jan Beukema To: freebsd-questions@FreeBSD.ORG Subject: unlockpt (pts?) problem Date: Fri, 28 Feb 2003 12:32:31 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302281232.31430.jacob@jamps.nl> Sender: owner-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 recently started using FreeBSD. I have some years of experience with several Linux-es. Now I have been installing FreeBSD 5.0 and configured and updated it so far that it works rather well on my system. But I have one annoying problem (annoying because i have been trying everything to fix it). I updated to KDE3.1 and when I now run startx I get the following error: /usr/libexec/ld-elf.so.1: /usr/local/lib/libkdesu.so.5: Undefined symbol "unlockpt" KDEInit says it can't start properly but KDE is running OK except for some errors for example with Konsole and some other programs that report Undefined symbol unlockpt or ptsname. Now I got the feeling it has got something to do with PTS, /dev/pts, or something like that but I have not been able to create /dev/pts(/*) or solve the program any other way. Can someone please, please help me, because I didn't have a lot of time to use FreeBSD yet due to being busy with this problem ;-) Many many thanks in advance, Jacob Jan (the Netherlands) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 3:40: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A04C37B401 for ; Fri, 28 Feb 2003 03:40:07 -0800 (PST) Received: from ms-smtp-01.tampabay.rr.com (ms-smtp-01.tampabay.rr.com [65.32.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C64C43FBD for ; Fri, 28 Feb 2003 03:40:06 -0800 (PST) (envelope-from ka0ttic@cfl.rr.com) Received: from ka0ttic (86.107.26.24.cfl.rr.com [24.26.107.86]) by ms-smtp-01.tampabay.rr.com (8.12.5/8.12.5) with ESMTP id h1SBe517006782 for ; Fri, 28 Feb 2003 06:40:05 -0500 (EST) Subject: FreeBSD & Threads? From: Aaron Walker To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 28 Feb 2003 06:39:40 -0500 Message-Id: <1046432380.2126.78.camel@ka0ttic> Mime-Version: 1.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 Does FreeBSD support POSIX threads? I was reading R. Steven's UNIX Network Programming last night at work, and he stated that 4.4BSD did not support threads, so I was just wondering if FBSD did.. I hope so. Now that I have my firewall setup, I'm ready to do some coding in FBSD. Please let me know. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:18:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C5437B401 for ; Fri, 28 Feb 2003 04:18:37 -0800 (PST) Received: from efwd.dnsix.com (efwd.dnsix.com [216.34.94.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id A836143FA3 for ; Fri, 28 Feb 2003 04:18:36 -0800 (PST) (envelope-from file13@rentboy.co.za) Received: from [196.36.160.98] (helo=ctexchg1.foschini.co.za) by efwd.dnsix.com with smtp (Exim 3.36 #1) id 18ojTF-0006RN-00 for freebsd-questions@rentboy.co.za; Fri, 28 Feb 2003 04:18:35 -0800 Received: from alistairp (alistairp.foschini.co.za [10.16.2.37]) by ctexchg1.foschini.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1ZZFBDF8; Fri, 28 Feb 2003 14:24:15 +0200 Message-ID: <000501c2df23$f2fb7390$2502100a@alistairp> From: "Alistair Phillips" To: "FreeBSD Questions" Subject: Ezonics EZCam Pro USB Date: Fri, 28 Feb 2003 14:21:37 +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 Hi all, I've got a USB based WebCam made by Ezonics . When I plug the USB device into my system (4.8PRE-RELEASE) the following information comes up: ugen0: vendor 0x052b product 0xd001, rev 1.00/1.00, addr 3 I've searched www.yourvote.com/pci and it says that that particular vendor is unknown. Just wondering if anyone has had any luck in getting *something* out of this device. Even if I can only get a single image then it would be fine! *sitting here in hope!*, Alistair. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:28:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE4E837B401 for ; Fri, 28 Feb 2003 04:28:37 -0800 (PST) Received: from mx1.vermoe.dk (mx3.w4b.dk [130.227.212.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FA243F85 for ; Fri, 28 Feb 2003 04:28:36 -0800 (PST) (envelope-from t@garbage.dk) Received: from garbage.dk ([130.227.212.254]) (AUTH: LOGIN t@garbage.dk) by mx1.vermoe.dk with esmtp; Fri, 28 Feb 2003 13:28:36 +0100 Date: Fri, 28 Feb 2003 13:28:40 +0100 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Best way to log from several servers From: Thomas von Hassel To: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2B3CC68F-4B18-11D7-9EAA-003065B0995C@garbage.dk> X-Mailer: Apple Mail (2.551) Sender: owner-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 a few servers and we are getting tired of having to log into=20 each of them to check the logfile. (like tail -f /var/somelog) Is there a way to log things like /var/log/messages and=20 /var/log/maillog to one central logging server ? /thomas -- Thomas von Hassel Verm=F8 Gruppen ApS Tlf.: 70 25 73 25= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:31:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BFE37B401 for ; Fri, 28 Feb 2003 04:31:34 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162E843F85 for ; Fri, 28 Feb 2003 04:31:31 -0800 (PST) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.7/8.12.7) with ESMTP id h1SCVCSB063523; Fri, 28 Feb 2003 13:31:12 +0100 (CET) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.7/8.12.7/Submit) id h1SCVBpt063522; Fri, 28 Feb 2003 13:31:11 +0100 (CET) Date: Fri, 28 Feb 2003 13:31:11 +0100 From: Ruben de Groot To: Aaron Walker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD & Threads? Message-ID: <20030228123111.GA63323@ei.bzerk.org> References: <1046432380.2126.78.camel@ka0ttic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046432380.2126.78.camel@ka0ttic> User-Agent: Mutt/1.4i Sender: owner-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, Feb 28, 2003 at 06:39:40AM -0500, Aaron Walker typed: > Does FreeBSD support POSIX threads? I was reading R. Steven's UNIX > Network Programming last night at work, and he stated that 4.4BSD did > not support threads, so I was just wondering if FBSD did.. I hope so. It does. See man 3 pthread > Now that I have my firewall setup, I'm ready to do some coding in FBSD. > Please let me know. > > Thanks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:37:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A912B37B401 for ; Fri, 28 Feb 2003 04:37:10 -0800 (PST) Received: from web13301.mail.yahoo.com (web13301.mail.yahoo.com [216.136.175.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 649DC43F3F for ; Fri, 28 Feb 2003 04:37:10 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030228123710.30458.qmail@web13301.mail.yahoo.com> Received: from [204.213.76.104] by web13301.mail.yahoo.com via HTTP; Fri, 28 Feb 2003 04:37:10 PST Date: Fri, 28 Feb 2003 04:37:10 -0800 (PST) From: Ron Andreasen Subject: winmodem in freebsd? 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 Okay, first of all forget how a winmodem will use extra cpu cycles and all that... In linux I've found drivers for my Agere internal winmodem and it works great. Can the same be done in FreeBSD? I haven't been able to find such drivers so far, but maybe it's just a matter of editing the linux drivers to work in freebsd. Has anyone tried this? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:44:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA63E37B401 for ; Fri, 28 Feb 2003 04:44:39 -0800 (PST) Received: from mx1.vermoe.dk (mx3.w4b.dk [130.227.212.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id A147C43F75 for ; Fri, 28 Feb 2003 04:44:38 -0800 (PST) (envelope-from t@garbage.dk) Received: from garbage.dk ([130.227.212.254]) (AUTH: LOGIN t@garbage.dk) by mx1.vermoe.dk with esmtp; Fri, 28 Feb 2003 13:44:39 +0100 Date: Fri, 28 Feb 2003 13:44:43 +0100 Subject: Re: Best way to log from several servers Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: freebsd-questions@FreeBSD.ORG To: Rus Foster From: Thomas von Hassel In-Reply-To: <20030228043019.B28325@thor.65535.net> Message-Id: <69498004-4B1A-11D7-9EAA-003065B0995C@garbage.dk> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-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, February 28, 2003, at 01:32 PM, Rus Foster wrote: > On Fri, 28 Feb 2003, Thomas von Hassel wrote: > >> We have a few servers and we are getting tired of having to log into >> each of them to check the logfile. (like tail -f /var/somelog) >> >> Is there a way to log things like /var/log/messages and >> /var/log/maillog to one central logging server ? >> >> /thomas >> -- > > you want to tweak /etc/syslogd.conf. You can log to remote machine > using > something like > > *.* @loghost.domain.com > > You might have to configure the firewall/remote syslog to accept the > connections. Also if there is heavy network traffic you can not be > guarenteed to get the messages as it uses UDP rather than TCP. My > personal > advice would be log both locally and remotly > ok, that would take care of the sending side, what about the receiving side ? /thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:47: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A48FF37B401 for ; Fri, 28 Feb 2003 04:46:59 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2879D43F85 for ; Fri, 28 Feb 2003 04:46:58 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id A63F5EF6A6; Fri, 28 Feb 2003 13:34:19 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id F173B5D009; Fri, 28 Feb 2003 13:50:04 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id A119A5D008; Fri, 28 Feb 2003 13:50:04 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AE3BE430130; Fri, 28 Feb 2003 14:03:55 +0100 Message-Id: <5.2.0.9.0.20030228064501.00b1ed40@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 28 Feb 2003 06:46:31 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: can't get to ATA133 (Addendum to previous post) Cc: soeren Schmidt In-Reply-To: <200302270930.h1R9UqOc087155@spider.deepcore.dk> References: <200302271126.44164.will@unfoldings.net> 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 > > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > > > ad6: DMA limited to UDMA33, non-ATA66 cable or device > >This is because the cblid bit in the disks indicate that the disk doesn't >see the right cable (or rather the right signals it tests for). >Since I dont have a dmesg from the system I dont know if there are other >devices on the cable than the disks, as the most usual culprit here is >an ATAPI device that doesn't like UDMA. So, Soeren "Mr Promise" Schmidt, any ideas? Do you need more info, experiments? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 4:49:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF6B937B401 for ; Fri, 28 Feb 2003 04:49:40 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05C543FBF for ; Fri, 28 Feb 2003 04:49:38 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h1SCnbv1037035; Fri, 28 Feb 2003 13:49:37 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200302281249.h1SCnbv1037035@spider.deepcore.dk> Subject: Re: can't get to ATA133 (Addendum to previous post) In-Reply-To: <5.2.0.9.0.20030228064501.00b1ed40@mail.go2france.com> To: Len Conrad Date: Fri, 28 Feb 2003 13:49:37 +0100 (CET) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 It seems Len Conrad wrote: > > > > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > > > > ad6: DMA limited to UDMA33, non-ATA66 cable or device > > > >This is because the cblid bit in the disks indicate that the disk doesn't > >see the right cable (or rather the right signals it tests for). > >Since I dont have a dmesg from the system I dont know if there are other > >devices on the cable than the disks, as the most usual culprit here is > >an ATAPI device that doesn't like UDMA. > > So, Soeren "Mr Promise" Schmidt, any ideas? Get me the complete dmesg from that system so I have a picture of what you've got there... > Do you need more info, experiments? You could try to install a 5-current system there, that should not show this problem. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 5:17: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E40337B401 for ; Fri, 28 Feb 2003 05:17:05 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AF543FBF for ; Fri, 28 Feb 2003 05:17:01 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) by smtp.infracaninophile.co.uk (8.12.7/8.12.7) with ESMTP id h1SDGxAA024955 for ; Fri, 28 Feb 2003 13:16:59 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.7/8.12.7/Submit) id h1SDGx7o024954 for freebsd-questions@FreeBSD.ORG; Fri, 28 Feb 2003 13:16:59 GMT Date: Fri, 28 Feb 2003 13:16:59 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: df outpout inconsistancy on a large filesystem... Message-ID: <20030228131659.GD23502@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200302280137.59260.plosher+freebsd.org@plosh.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302280137.59260.plosher+freebsd.org@plosh.net> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-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, Feb 28, 2003 at 01:38:49AM -0800, Peter Losher wrote: > So I have a 440GB partition set up on a server I am building, and I am > experiencing a problem where I am getting inconsistent df output for that > partition: > > # du -k /disk1 > 960552 /disk1 > > #df -k /disk1 > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/twed0s1f 441694392 1256 406357592 0% /disk1 > > As you can see, the numbers don't match. Has anyone else experienced this? > (the other partitions on the system are reporting normally) Just for > completeness sake, this partition was newfs'ed with a 8k filesize, and a > 64k blocksize. Also softupdates is active on this partition. The > system/disk/partition looks to be working fine, just the df output is > 'disturbing'. :( That's a FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 5:40:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FF037B401 for ; Fri, 28 Feb 2003 05:40:23 -0800 (PST) Received: from f7.mail.ru (f22.mail.ru [194.67.57.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A32943F85 for ; Fri, 28 Feb 2003 05:40:22 -0800 (PST) (envelope-from facha2002@mail.ru) Received: from mail by f7.mail.ru with local (Exim FE.1) id 18okmJ-00077p-00 for questions@freebsd.org; Fri, 28 Feb 2003 16:42:19 +0300 Received: from [217.144.68.100] by win.mail.ru with HTTP; Fri, 28 Feb 2003 16:42:19 +0300 From: "Dima Fadeyev" To: questions@freebsd.org Subject: Surecom EP-320x-s install problem Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.0.1 via proxy [217.144.68.100] Date: Fri, 28 Feb 2003 16:42:19 +0300 Reply-To: "Dima Fadeyev" Content-Type: text/plain; charset=koi8-r 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 Hi, everybody. I'm experiencing a problem with installation of an ethernet card Surecom EP-320X-S. Here is what the README file says, which instructions I've been following during the installation: #cp if_fet.c /sys/pci #cp if_fetreg.h /sys/pci modify /sys/conf/files: pci/if_fet.c optional fet device-driver modify /usr/src/sys/i386/conf/GENERIC: device fet0 #config GENERIC gave me an error: 'device-driver' flag obsolete I've removed that line from /sys/conf/files. #make depend gave me several error messages abount non existing files, that if_fet.c is referencing. It seems like the files supplied are for some earlier version of FBSD, but the floppy is dated year 2000, so I'm confused quite a bit. Please help me to solve this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 5:55:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FC737B401 for ; Fri, 28 Feb 2003 05:55:40 -0800 (PST) Received: from spxgate.servplex.com (ip66-105-58-82.z58-105-66.customer.algx.net [66.105.58.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AF943FB1 for ; Fri, 28 Feb 2003 05:55:39 -0800 (PST) (envelope-from peter@servplex.com) Received: from peter.servplex.com ([192.168.0.96]) by spxgate.servplex.com (8.12.6/8.12.6) with ESMTP id h1SE5pMe019348; Fri, 28 Feb 2003 08:05:51 -0600 (CST) (envelope-from peter@servplex.com) Message-Id: <5.2.0.9.2.20030228075354.00bcee98@mail.servplex.com> X-Sender: peter@mail.servplex.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 28 Feb 2003 07:55:39 -0600 To: Hal Lynch From: Peter Elsner Subject: Re: HELP 3Ware Escalade 7000-2 raid controller Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4FDF3A42-4AA9-11D7-A7D5-0050E490FD5B@cc.usu.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 The first time I used a 3-Ware I had similar problems. Switching out various hardware (motherboard, cpu, memory, etc) didn't seem to have an effect. Only after deleting the array and re-creating it did it start to work. I have since used a 3Ware card in 10 different machines and have not had any problems. So try deleting the array and re-creating it from scratch. Peter Elsner At 04:15 PM 2/27/2003 -0700, you wrote: >I am trying to install 4.7 on a system which has a >3Ware Escalade 7000-2 raid controller. > > A look at the GENERIC configuration file shows >a twe controller for 3Ware raid subsystems. A >search of the FreeBSD docs and FAQ didn't offer >a lot of help. Google says it should work. > >Configuration: > ATA cdrom on on-board controller > 3ware 7000-2 raid card with two drives attached. > >The install process hangs when booting after the device >selection menu. > >Does anyone have any words of wisdom on how to make >this thing work? > >can I boot from a raid subsystem? > >hal > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ---------------------------------------------------------------------------------------------------------- Peter Elsner Vice President Of Customer Service (And System Administrator) 1835 S. Carrier Parkway Grand Prairie, Texas 75051 (972) 263-2080 - Voice (972) 263-2082 - Fax (972) 489-4838 - Cell Phone (425) 988-8061 - eFax I worry about my child and the Internet all the time, even though she's too young to have logged on yet. Here's what I worry about. I worry that 10 or 15 years from now, she will come to me and say "Daddy, where were you when they took freedom of the press away from the Internet?" -- Mike Godwin Unix IS user friendly... It's just selective about who its friends are. System Administration - It's a dirty job, but somebody said I had to do it. If you receive something that says 'Send this to everyone you know, pretend you don't know me. Standard $500/message proofreading fee applies for UCE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 6: 8:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB9137B401 for ; Fri, 28 Feb 2003 06:08:54 -0800 (PST) Received: from spxgate.servplex.com (ip66-105-58-82.z58-105-66.customer.algx.net [66.105.58.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D01D43FBF for ; Fri, 28 Feb 2003 06:08:53 -0800 (PST) (envelope-from peter@servplex.com) Received: from peter.servplex.com ([192.168.0.96]) by spxgate.servplex.com (8.12.6/8.12.6) with ESMTP id h1SEJ7Me019420; Fri, 28 Feb 2003 08:19:07 -0600 (CST) (envelope-from peter@servplex.com) Message-Id: <5.2.0.9.2.20030228080645.025f7c10@mail.servplex.com> X-Sender: peter@mail.servplex.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 28 Feb 2003 08:08:54 -0600 To: Thomas von Hassel From: Peter Elsner Subject: Re: Best way to log from several servers Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <2B3CC68F-4B18-11D7-9EAA-003065B0995C@garbage.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You could write a Perl script to parse them and email them to you ... That's what I did for about 14 of my customers... I get an email daily that= =20 emails me the logs. You could take that a step further and have them FTP'd to a central server= =20 instead and then write another script to go through and display only those things in the log= =20 that look funny or out of the ordinary. Peter At 01:28 PM 2/28/2003 +0100, you wrote: >We have a few servers and we are getting tired of having to log into each= =20 >of them to check the logfile. (like tail -f /var/somelog) > >Is there a way to log things like /var/log/messages and /var/log/maillog=20 >to one central logging server ? > >/thomas >-- >Thomas von Hassel >Verm=F8 Gruppen ApS >Tlf.: 70 25 73 25 > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ----------------------------------------------------------------------------= ------------------------------ Peter Elsner Vice President Of Customer Service (And System Administrator) 1835 S. Carrier Parkway Grand Prairie, Texas 75051 (972) 263-2080 - Voice (972) 263-2082 - Fax (972) 489-4838 - Cell Phone (425) 988-8061 - eFax I worry about my child and the Internet all the time, even though she's too young to have logged on yet. Here's what I worry about. I worry that 10 or 15 years from now, she will come to me and say "Daddy, where were you when they took freedom of the press away from the Internet?" -- Mike Godwin Unix IS user friendly... It's just selective about who its friends are. System Administration - It's a dirty job, but somebody said I had to do it. If you receive something that says 'Send this to everyone you know, pretend you don't know me. Standard $500/message proofreading fee applies for UCE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 6:21: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A1537B401 for ; Fri, 28 Feb 2003 06:21:07 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4829043FAF for ; Fri, 28 Feb 2003 06:21:04 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id GAA29258; Fri, 28 Feb 2003 06:20:45 -0800 From: Kent Stewart To: bsd@perimeter.co.za, "FreeBSD Question List" Subject: Re: Bison Date: Fri, 28 Feb 2003 06:20:43 -0800 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302280620.43752.kstewart@owt.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 Friday 28 February 2003 02:33 am, bsd@perimeter.co.za wrote: > Hi all! > > I am trying to 'make' the bison port, but it keeps failing. Has > anyone experienced this problem? > > I have retried after cvsup every day this week, so - yes - my sources > are up to date. > > Here's the last bit of the output: > =================================== > > Making all in doc > makeinfo --no-split -I . `test -f 'bison.texinfo' || echo > './'`bison.texinfo -o bison.info > bison.texinfo:37: Unknown command `copying'. > bison.texinfo:58: Unmatched `@end'. > bison.texinfo:93: Unknown command `insertcopying'. > makeinfo: Removing output file `bison.info' due to errors; use > --force to preserve. > *** Error code 2 Bison-1.75 needs a texinfo that is only available on FreeBSD-4.7 or later. You either have to upgrade your texinfo to what is on 4.7 or upgrade to 4.7 to use bison-1.75. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 6:27: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D4937B401 for ; Fri, 28 Feb 2003 06:27:06 -0800 (PST) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77C743FA3 for ; Fri, 28 Feb 2003 06:27:03 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (132.dairy.twenty4help.se [80.65.195.132]) by rambo.401.cx (8.12.7/8.12.7) with ESMTP id h1SEQnuA083832; Fri, 28 Feb 2003 15:26:49 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <3E5F71AD.1080702@401.cx> Date: Fri, 28 Feb 2003 15:26:53 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas von Hassel Cc: Rus Foster , freebsd-questions@FreeBSD.ORG Subject: Re: Best way to log from several servers References: <69498004-4B1A-11D7-9EAA-003065B0995C@garbage.dk> 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 Thomas von Hassel wrote: > > On Friday, February 28, 2003, at 01:32 PM, Rus Foster wrote: >> >> you want to tweak /etc/syslogd.conf. You can log to remote machine using >> something like >> >> *.* @loghost.domain.com >> >> You might have to configure the firewall/remote syslog to accept the >> connections. Also if there is heavy network traffic you can not be >> guarenteed to get the messages as it uses UDP rather than TCP. My >> personal >> advice would be log both locally and remotly >> > > ok, that would take care of the sending side, what about the receiving > side ? > > /thomas Try 'man syslogd', its all in there. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 6:30:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D6B37B401 for ; Fri, 28 Feb 2003 06:30:30 -0800 (PST) Received: from web40501.mail.yahoo.com (web40501.mail.yahoo.com [66.218.78.118]) by mx1.FreeBSD.org (Postfix) with SMTP id F1F5743FAF for ; Fri, 28 Feb 2003 06:30:29 -0800 (PST) (envelope-from radhika_narendran@yahoo.com) Message-ID: <20030228143029.27070.qmail@web40501.mail.yahoo.com> Received: from [209.246.96.242] by web40501.mail.yahoo.com via HTTP; Fri, 28 Feb 2003 06:30:29 PST Date: Fri, 28 Feb 2003 06:30:29 -0800 (PST) From: Radhika Sambamurti Subject: Unable to run sawfish2 on gnome2 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 FreeBSD 5.0-RELEASE, with XFree86-4.2.0_1,1 X11/XFree86 core distribution and Gnome2. Gnome2 starts fine, but sawfish2 does not start. When i start sawfish from an xterm, i get this : sawfish: your X server doesn't suppot the SHAPE extension; aborting Do you think this is an X problem? I really do want to run sawfish and miss it tremendously. Any help on this would be great. thx, radhika ===== > It's all a matter of perspective. You can choose your > view by choosing where to stand. > --Larry Wall > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 6:44: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C69837B401 for ; Fri, 28 Feb 2003 06:43:59 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF91943FCB for ; Fri, 28 Feb 2003 06:43:57 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h1SEhoFU013155; Fri, 28 Feb 2003 08:43:50 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030228084349.01e0b3b8@sage-one.net> X-Sender: jackstone@sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 28 Feb 2003 08:43:49 -0600 To: Kent Stewart , bsd@perimeter.co.za, "FreeBSD Question List" From: "Jack L. Stone" Subject: Re: Bison In-Reply-To: <200302280620.43752.kstewart@owt.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-1.3 required=4.5 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.44-sageamerules_v1 Sender: owner-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 06:20 AM 2.28.2003 -0800, Kent Stewart wrote: >On Friday 28 February 2003 02:33 am, bsd@perimeter.co.za wrote: >> Hi all! >> >> I am trying to 'make' the bison port, but it keeps failing. Has >> anyone experienced this problem? >> >> I have retried after cvsup every day this week, so - yes - my sources >> are up to date. >> >> Here's the last bit of the output: >> =================================== >> >> Making all in doc >> makeinfo --no-split -I . `test -f 'bison.texinfo' || echo >> './'`bison.texinfo -o bison.info >> bison.texinfo:37: Unknown command `copying'. >> bison.texinfo:58: Unmatched `@end'. >> bison.texinfo:93: Unknown command `insertcopying'. >> makeinfo: Removing output file `bison.info' due to errors; use >> --force to preserve. >> *** Error code 2 > >Bison-1.75 needs a texinfo that is only available on FreeBSD-4.7 or >later. You either have to upgrade your texinfo to what is on 4.7 or >upgrade to 4.7 to use bison-1.75. > >Kent > I know this was discussed many months ago, but I've forgotten what Bison is used for....?? I notice it doesn't exist on most of my servers and they all have 4.7. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 7:10:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0479437B401 for ; Fri, 28 Feb 2003 07:10:13 -0800 (PST) Received: from hotmail.com (oe44.law12.hotmail.com [64.4.18.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6902143F85 for ; Fri, 28 Feb 2003 07:10:12 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 07:10:12 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: natd Date: Fri, 28 Feb 2003 09:08:15 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 28 Feb 2003 15:10:12.0287 (UTC) FILETIME=[7D966CF0:01C2DF3B] Sender: owner-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 local network (192.168.1.0) consists of three machine BSD1 (192.168.1.40) and BSD2 (192.168.1.42). Both of these machines use gateway/router (BSD3) 192.168.1.254 to access the internet. All of these machine are connected to a switch locally. BSD3 connects to my isp and gets my single ip address that i want to share with the rest of my local network. Just a note, these machine get their ip addresses staticly. on my router i recompiled the kernel with these options. options IPFIREWALL options IPFIREWALL_VERBOSE #firewall logging capability - optional options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPDIVERT #NATD i have not added anything to my rc.conf file as of yet. Eventually i will set up natd and firewall settings in my rc.conf, but can someone direct me on how to do this manually so i can access the internet from anywhere on my network. r11 is my external network rl0 is my internal network > natd -interface rl1 > ipfw -f flush > ipfw add divert natd all from any to any via rl1 > ipfw add pass all from any to any does this seem correct? Thanks for any advice, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 7:12:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC13737B401 for ; Fri, 28 Feb 2003 07:12:17 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3166543FA3 for ; Fri, 28 Feb 2003 07:12:17 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id HAA31617; Fri, 28 Feb 2003 07:11:57 -0800 From: Kent Stewart To: "Jack L. Stone" , bsd@perimeter.co.za, "FreeBSD Question List" Subject: Re: Bison Date: Fri, 28 Feb 2003 07:11:57 -0800 User-Agent: KMail/1.5 References: <3.0.5.32.20030228084349.01e0b3b8@sage-one.net> In-Reply-To: <3.0.5.32.20030228084349.01e0b3b8@sage-one.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302280711.57105.kstewart@owt.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 Friday 28 February 2003 06:43 am, Jack L. Stone wrote: > At 06:20 AM 2.28.2003 -0800, Kent Stewart wrote: > >On Friday 28 February 2003 02:33 am, bsd@perimeter.co.za wrote: > >> Hi all! > >> > >> I am trying to 'make' the bison port, but it keeps failing. Has > >> anyone experienced this problem? > >> > >> I have retried after cvsup every day this week, so - yes - my > >> sources are up to date. > >> > >> Here's the last bit of the output: > >> =================================== > >> > >> Making all in doc > >> makeinfo --no-split -I . `test -f 'bison.texinfo' || echo > >> './'`bison.texinfo -o bison.info > >> bison.texinfo:37: Unknown command `copying'. > >> bison.texinfo:58: Unmatched `@end'. > >> bison.texinfo:93: Unknown command `insertcopying'. > >> makeinfo: Removing output file `bison.info' due to errors; use > >> --force to preserve. > >> *** Error code 2 > > > >Bison-1.75 needs a texinfo that is only available on FreeBSD-4.7 or > >later. You either have to upgrade your texinfo to what is on 4.7 or > >upgrade to 4.7 to use bison-1.75. > > > >Kent > > I know this was discussed many months ago, but I've forgotten what > Bison is used for....?? I notice it doesn't exist on most of my > servers and they all have 4.7. > I think it is a finite state machine generator similar to yacc. The port description only talks about it being a file parser. It is a port that is used by a number of other ports during their build process. If it isn't on your systems, then, you haven't built any ports that needed bison. It is only installed on the computer that I use to build packages for use on my other systems. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 7:51:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CE637B401 for ; Fri, 28 Feb 2003 07:51:10 -0800 (PST) Received: from gatekeeper.microcell.ca (gatekeeper.microcell.ca [205.151.8.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CC343F75 for ; Fri, 28 Feb 2003 07:51:09 -0800 (PST) (envelope-from SoHo@admin.fido.ca) Received: from mailserv.microcell.ca (mailserv.microcell.ca [10.2.0.87]) by gatekeeper.microcell.ca (Postfix) with ESMTP id 4C43716CAB; Fri, 28 Feb 2003 10:51:04 -0500 (EST) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mailserv.microcell.ca (Postfix) with SMTP id 13A4A16BC9; Fri, 28 Feb 2003 10:51:04 -0500 (EST) Received: from lenard.admin.fido.ca (lamus.fido.ca [10.0.1.45]) by mailserv.microcell.ca (Postfix) with ESMTP id 2802916BC9; Fri, 28 Feb 2003 10:51:03 -0500 (EST) Received: from magni.microcell.ca (magni.microcell.ca [10.6.22.102]) by lenard.admin.fido.ca (SMTP_Gateway) with ESMTP id F295E47D3C; Fri, 28 Feb 2003 10:51:02 -0500 (EST) Received: from magni.microcell.ca (localhost.microcell.ca [127.0.0.1]) by magni.microcell.ca (8.12.7/8.12.7) with ESMTP id h1SFu19a072538; Fri, 28 Feb 2003 10:56:01 -0500 (EST) (envelope-from SoHo@admin.fido.ca) Received: (from ebaroud@localhost) by magni.microcell.ca (8.12.7/8.12.7/Submit) id h1SFu137072537; Fri, 28 Feb 2003 10:56:01 -0500 (EST) X-Authentication-Warning: magni.microcell.ca: ebaroud set sender to SoHo@admin.fido.ca using -f Date: Fri, 28 Feb 2003 10:56:01 -0500 From: Edmond Baroud To: Igor Pokrovsky Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with getting through firewall using CVSup Message-ID: <20030228155601.GA72466@admin.fido.ca> References: <3E5F41DE.B6156DCE@cnrm.meteo.fr> <3E5F427E.214A4970@cnrm.meteo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E5F427E.214A4970@cnrm.meteo.fr> User-Agent: Mutt/1.4i X-Sanitizer: This message has been sanitized! X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.64 2002/10/22 16:37:04 bre Exp $ Sender: owner-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 had the same situation here and I couldn't convince our "security" team to open 5999 for my cvsups. I do have ssh (22tcp) open, and a box at home, on which I setup xinetd to accept connections on localhost:5999 => cvsup7.freebsd.org:5999 added cvsup7.freebsd.org as alias to my localhost in /etc/hosts and tunneled 5999 through ssh between my office_box and my home_box ;) hope this helps, Ed. Quoting Igor Pokrovsky (igor.pokrovsky@cnrm.meteo.fr): > Hello, > > I'm in despair. I cannot get past firewall to update > my sources and ports of FreeBSD. At least it seems > to me that this is a firewall problem. > I tried to use all options with -P. Nothing happends, > every time cvsup writes after quite a long pause, that > connection to server refused. It is interesting, that > about a week ago I used the same cvsup on the same system > (FreeBSD-stable) > successfully. Some day something happend (perhaps somebody > reconfigured firewall) and nothing is working now. > > Here is my cvsup file: > *default host=cvsup.FreeBSD.org > *default prefix=/usr/home/src/CVS/FreeBSD > *default base=/usr/home/src/CVS > *default release=cvs > *default delete compress use-rel-suffix > > ## Main Source Tree > src-all > > # Other stuff > ports-all > www > doc-all > > I tried to use different mirrors, nothing helps. > > Version of cvsup is SNAP_16_1f. > > -- > Igor > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Edmond Baroud UNIX Systems Admin mailto:SoHo@admin.fido.ca Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 "UNIX is very user friendly, it's just picky about who its friends are." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 7:54:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D91F637B401 for ; Fri, 28 Feb 2003 07:54:47 -0800 (PST) Received: from Danovitsch.dnsq.org (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC6F43FA3 for ; Fri, 28 Feb 2003 07:54:46 -0800 (PST) (envelope-from Danovitsch@Danovitsch.dnsq.org) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Danovitsch.dnsq.org (8.11.3/8.11.3) with ESMTP id h1SFoJI69473; Fri, 28 Feb 2003 16:50:19 +0100 (CET) (envelope-from Danovitsch@Danovitsch.dnsq.org) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: "Alistair Phillips" Subject: Re: Ezonics EZCam Pro USB Date: Fri, 28 Feb 2003 16:56:02 +0100 User-Agent: KMail/1.4.3 References: <000501c2df23$f2fb7390$2502100a@alistairp> In-Reply-To: <000501c2df23$f2fb7390$2502100a@alistairp> Cc: FreeBSD-questions@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302281656.02950.Danovitsch@Danovitsch.dnsq.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 Friday 28 February 2003 13:21, Alistair Phillips wrote: > Hi all, > > I've got a USB based WebCam made by Ezonics . When I plug the USB devi= ce > into my system (4.8PRE-RELEASE) the following information comes up: > > ugen0: vendor 0x052b product 0xd001, rev 1.00/1.00, addr 3 The device IS listed on this page : http://alpha.dyndns.org/ov511/cameras.html Apperantly it uses a OV511 chipset, so maybe you can get it to work with = this=20 software : http://ovtvid-bsd.sourceforge.net/ grtz, Daan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8: 3:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23FEB37B405 for ; Fri, 28 Feb 2003 08:03:40 -0800 (PST) Received: from gatekeeper.microcell.ca (gatekeeper.microcell.ca [205.151.8.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137AD43F3F for ; Fri, 28 Feb 2003 08:03:39 -0800 (PST) (envelope-from SoHo@admin.fido.ca) Received: from mailserv.microcell.ca (mailserv.microcell.ca [10.2.0.87]) by gatekeeper.microcell.ca (Postfix) with ESMTP id 2C02816BC4; Fri, 28 Feb 2003 11:03:38 -0500 (EST) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mailserv.microcell.ca (Postfix) with SMTP id E10DF16BC3; Fri, 28 Feb 2003 11:03:37 -0500 (EST) Received: from lenard.admin.fido.ca (lamus.fido.ca [10.0.1.45]) by mailserv.microcell.ca (Postfix) with ESMTP id 0B79C16BC9; Fri, 28 Feb 2003 11:03:37 -0500 (EST) Received: from magni.microcell.ca (magni.microcell.ca [10.6.22.102]) by lenard.admin.fido.ca (SMTP_Gateway) with ESMTP id EFB1E47D3C; Fri, 28 Feb 2003 11:03:36 -0500 (EST) Received: from magni.microcell.ca (localhost.microcell.ca [127.0.0.1]) by magni.microcell.ca (8.12.7/8.12.7) with ESMTP id h1SG8Z9a072644; Fri, 28 Feb 2003 11:08:35 -0500 (EST) (envelope-from SoHo@admin.fido.ca) Received: (from ebaroud@localhost) by magni.microcell.ca (8.12.7/8.12.7/Submit) id h1SG8Zwx072643; Fri, 28 Feb 2003 11:08:35 -0500 (EST) X-Authentication-Warning: magni.microcell.ca: ebaroud set sender to SoHo@admin.fido.ca using -f Date: Fri, 28 Feb 2003 11:08:35 -0500 From: Edmond Baroud To: Edmond Baroud Cc: Igor Pokrovsky , freebsd-questions@FreeBSD.ORG Subject: Re: problems with getting through firewall using CVSup Message-ID: <20030228160835.GA72635@admin.fido.ca> References: <3E5F41DE.B6156DCE@cnrm.meteo.fr> <3E5F427E.214A4970@cnrm.meteo.fr> <20030228155601.GA72466@admin.fido.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030228155601.GA72466@admin.fido.ca> User-Agent: Mutt/1.4i X-Sanitizer: This message has been sanitized! X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.64 2002/10/22 16:37:04 bre Exp $ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG or u can change ur cvsupfile's host to *default host=localhost of course :) Ed. Quoting Edmond Baroud (SoHo@admin.fido.ca): > I've had the same situation here and I couldn't convince our "security" team to open 5999 for my cvsups. I do have ssh (22tcp) open, and a box at home, on which I setup xinetd to accept connections on localhost:5999 => cvsup7.freebsd.org:5999 added cvsup7.freebsd.org as alias to my localhost in /etc/hosts and tunneled 5999 through ssh between my office_box and my home_box ;) > > hope this helps, > > Ed. > > Quoting Igor Pokrovsky (igor.pokrovsky@cnrm.meteo.fr): > > Hello, > > > > I'm in despair. I cannot get past firewall to update > > my sources and ports of FreeBSD. At least it seems > > to me that this is a firewall problem. > > I tried to use all options with -P. Nothing happends, > > every time cvsup writes after quite a long pause, that > > connection to server refused. It is interesting, that > > about a week ago I used the same cvsup on the same system > > (FreeBSD-stable) > > successfully. Some day something happend (perhaps somebody > > reconfigured firewall) and nothing is working now. > > > > Here is my cvsup file: > > *default host=cvsup.FreeBSD.org > > *default prefix=/usr/home/src/CVS/FreeBSD > > *default base=/usr/home/src/CVS > > *default release=cvs > > *default delete compress use-rel-suffix > > > > ## Main Source Tree > > src-all > > > > # Other stuff > > ports-all > > www > > doc-all > > > > I tried to use different mirrors, nothing helps. > > > > Version of cvsup is SNAP_16_1f. > > > > -- > > Igor > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Edmond Baroud > UNIX Systems Admin mailto:SoHo@admin.fido.ca > Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 > "UNIX is very user friendly, it's just picky about who its friends are." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Edmond Baroud UNIX Systems Admin mailto:SoHo@admin.fido.ca Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 "UNIX is very user friendly, it's just picky about who its friends are." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:21:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5766B37B401 for ; Fri, 28 Feb 2003 08:21:22 -0800 (PST) Received: from pcp03196960pcs.clnt3401.mi.comcast.net (pcp03196960pcs.clnt3401.mi.comcast.net [68.61.213.48]) by mx1.FreeBSD.org (Postfix) with SMTP id AACC443F75 for ; Fri, 28 Feb 2003 08:21:20 -0800 (PST) (envelope-from ufeogvil@geocities.com) From: American Language Center To: Questions Subject: Àíãëèéñêèé Ðàçãîâîðíûé ñ ïðåïîäàâàòåëÿìè èç ÑØÀ-ìûøëåíèå ïðîèçíîøåíèå ñòèëü ðå÷è i8bZp48xXz MIME-Version: 1.0 Content-type: text/html; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20030228162120.AACC443F75@mx1.FreeBSD.org> Date: Fri, 28 Feb 2003 08:21:20 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG AMERICAN LANGUAGE CENTER
Tel. 238-33-86 / 778-98-94 / Ìîñêâà Ðîññèÿ
AMERICAN
LANGUAGE
CENTER
Öåíòð ðàçãîâîðíîãî àíãëèéñêîãî
MEANS/CÏÎÑÎÁÛ:     
-Èçó÷åíèå èñïîëüçîâàíèÿ èäèîì.

-Îáó÷åíèå ðàçãîâîðíîé ãðàììàòèêå.

-Ñîâåðøåíñòâîâàíèå óïîòðåáëåíèÿ ïðåäëîãîâ.

-Ïðàêòèêà óñòîé÷èâûõ âûðàæåíèé è ôðàçåîëîãè÷åñêèõ îáîðîòîâ.

-Ñîâåðøåíñòâîâàíèå ñòèëÿ ðå÷èe.

-Äåëîâàÿ ëåêñèêà.
ENDS/ÐÅÇÓËÜÒÀÒÛ:     
-Àìåðèêàíñêîå ïðîèçíîøåíèå.

-Îòñóòñòâèå ÿçûêîâîãî áàðüåðà.

-Ìûøëåíèå íà ÿçûêå.

-Ëåãêîñòü â îáùåíèè.
ÓÍÈÊÀËÜÍÀß ÑÈÑÒÅÌÀ ÀÑÑÎÖÀÒÈÂÍÎ ÎÁÐÀÇÍÎÃÎ ÌÛØËÅÍÈß!
ÂÑÅ ÑÒÀÄÈÈ ÎÁÓ×ÅÍÈß ÎÒ ÍÓËß ÄÎ ÂÛÑØÅÃÎ!
Ñ ÏÐÅÏÎÄÀÂÀÒÅËßÌÈ ÈÇ ÑØÀ!


ÍÀ×ÈÍÀÅÒÑß ÑÅÇÎÍ ÑÊÈÄÎÊ.
ÑÏÅØÈÒÅ ÈÇÌÅÍÈÒÜ ÑÂÎÅ ÁÓÄÓÙÅÅ!
Learn how to speak & understand slang.
ÍÀÓ×ÈÒÅÑÜ, ÊÀÊ ÃÎÂÎÐÈÒÜ È ÏÎÍÈÌÀÒÜ ÑËÅÍÃ.
American business slang & jargon
at school/ at the party/ at the movies/ at the mall/ the new car
at the gym/the house guest/ at work/at the market/ at the restaurant/ at the nightclub/at the record store/ sport terms used in business
slang used in tv comedies/ tv dramas / tv news / tv sports news/ general office / computer/ meeting/ negotiation slangs/ business travel/ marketing/ advertising/office party jargons
finance slang& jargon/ sport terms used in business.
Best of the idioms.
In a word , all ñonversational english is at your fingertips.
ÎÄÍÈÌ ÑËÎÂÎÌ, ÂÅÑÜ ÐÀÇÃÎÂÎÐÍÛÉ ÀÍÃËÈÉÑÊÈÉ Â ÂÀØÅÌ ÐÀÑÏÎÐßÆÅÍÈÈÈ

Ñîâðåìåííûé ÿçûê 1990-2002 ãîäîâ äëÿ âàøåé ñåìüè è êîìïàíèè.
Íîâûå ñóïåð-ó÷åáíèêè 3 4 5 6 óðîâíåé â ïëþñ Ìóçûêàëüíûå Õèòû ÑØÀ ñ òåêñòàìè è ïåðåâîäàìè áåñïëàòíî! Ñìîòðèòå íèæå
ÍÀÈÁÎËÅÅ ÏÎËÍÀß È ÏÐÎÑÒÀß ÌÅÒÎÄÈÊÀ ÀÍÃËÈÉÑÊÎÃÎ ÐÀÇÃÎÂÎÐÍÎÃÎ ßÇÛÊÀ
Perfect your grammar, prepositons, general and business vocabulary, conversation.
ÓÑÎÂÅÐØÅÍÑÒÂÓÉÒÅ ÂÀØÓ ÃÐÀÌÌÀÒÈÊÓ, ÏÐÅÄËÎÃÈ, ÎÁØÅÓÏÎÒÐÅÁÈÌÓÞ È ÄÅËÎÂÓÞ ËÅÊÑÈÊÓ, CÒÈËÜ ÐÅ×È.





OUR OPERATORS ARE STANDING BY. CALL NOW!
ÒÅL. 238-33-86/778-98-94 Ìîñêâà Ðîññèÿ

Questions d51MWdyV1M25 code 9535666

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:26:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7F737B401 for ; Fri, 28 Feb 2003 08:26:32 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id D375C43F85 for ; Fri, 28 Feb 2003 08:26:31 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 57BFC51; Fri, 28 Feb 2003 10:26:31 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 46EA178C3E; Fri, 28 Feb 2003 10:26:31 -0600 (CST) Date: Fri, 28 Feb 2003 10:26:31 -0600 From: "Jacques A. Vidrine" To: freebsd-questions@freebsd.org Cc: HiTech Creations Support Subject: Fwd: [Re: Buildworld problem] Message-ID: <20030228162631.GA64232@madman.celabo.org> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: "Jacques A. Vidrine" , freebsd-questions@freebsd.org, HiTech Creations Support Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.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 This belongs on freebsd-questions. ----- Forwarded message from HiTech Creations Support ----- Date: Fri, 28 Feb 2003 10:24:36 -0600 From: "HiTech Creations Support" To: "Jacques A. Vidrine" Subject: Re: Buildworld problem Message-ID: <005001c2df45$e29b20f0$050000c0@Skuzzy> Reply-To: "HiTech Creations Support" Organization: HiTech Creations We went ahead and did that and managed to get the buildworld to work. We do have NOSECURE currently defined in make.conf. We went ahead and defined NO_OPENSSL and NO_OPENSSH to get around the 'make buildworld' problem. The only side effect we noticed occurred after the reboot of the server. None of our passwords worked. Keep in mind we are doing this from Texas, while our servers are in St. Louis, MO. Of course, we do not allow 'root' to login via telnet, but luckily, we have another server at the co-location which we have tied to this server using serial com ports. This allows us to login as root and rebuild the password database. We still have a problem though. When we attempted to build MySQL in the ports tree, it insisted on trying to build the p5 stuff and would fail with the error "Could not find mysql.h while looking in /usr/include and /usr/local/include'. The error is not an exact quote. We went ahead and manually copied mysqld to the /usr/local/libexec directory and it is now working. We got the server up around midnight last night, but we would like to get the problems with the MySQL build resolved before doing this to our other server. Any ideas? ----- Original Message ----- From: "Jacques A. Vidrine" To: "HiTech Creations Support" Cc: Sent: Thursday, February 27, 2003 5:19 PM Subject: Re: Buildworld problem > On Thu, Feb 27, 2003 at 05:06:51PM -0600, HiTech Creations Support wrote: > > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61: openssl/dsa.h: No such > > file or directory. > > Take NO_OPENSSL out of your /etc/make.conf ? > > Cheers, > -- > Jacques A. Vidrine http://www.celabo.org/ > NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos > jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se > ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:28:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88AF37B401 for ; Fri, 28 Feb 2003 08:28:27 -0800 (PST) Received: from sibmortgage.com (fw-ext.sibinfo.com [65.125.63.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E4E43FE9 for ; Fri, 28 Feb 2003 08:28:25 -0800 (PST) (envelope-from jordi_yc@lycos.es) Received: from lycos.es [10.90.7.68] by sibmortgage.com with ESMTP (SMTPD32-6.06) id AC222D026E; Fri, 28 Feb 2003 11:19:46 -0500 Message-ID: <3E5F8E27.6010001@lycos.es> Date: Fri, 28 Feb 2003 11:28:23 -0500 From: Jordi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: (no subject) 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 unsubscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:33:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E9237B401 for ; Fri, 28 Feb 2003 08:33:11 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 802CA43FAF for ; Fri, 28 Feb 2003 08:33:10 -0800 (PST) (envelope-from mwm-dated-1046881989.529d46@mired.org) Received: (qmail 68463 invoked from network); 28 Feb 2003 16:33:09 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 16:33:09 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.36677.45468.465275@guru.mired.org> Date: Fri, 28 Feb 2003 10:33:09 -0600 To: Lee_Shackelford@dot.ca.gov Cc: freebsd-questions@freebsd.org Subject: Re: Do sorted messages exist? In-Reply-To: References: X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 , Lee_Shackelford@dot.ca.gov typed: > On Tuesday, I subscribed to the e-mail version of freebsd-questions. > Because it generated messages at the rate of about two per minute all day > long, and I received them on my employer's computer, and just the amount of > time it took to delete the messages was interfering with my productivity, I > had to unsubscribe on Wednesday. I was fascinated by the messages as I am > a newbie still trying to get my BSD system going and many of them pertained > to issues that I expect to face. I may be in fantasy-land, but I will ask > this question anyway. Is there any version of freebsd-questions in which > the traffic is sorted by topic, and in which the recipient can pull onto > his screen only those messages on the topic of interest? Kudos to any > person who takes the time to read any significant portion of the messages, > and especially many thanks to those kind soles who actually take the time > to respond. Both of the questions that I posted in the past did receive a > response. Thank you. A lot of people have mentioned the digestified version of -questions. That, plus a UMA that can dedigestify and sort messages (VM will do that) is one possible solution to the problem. Another is to read the messages as a newsgroup. Most newsreaders thread these days, so you should get sorted messages out of that. It doesn't necessarily work well for answering questions because of the missing Cc: headers. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:35:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FAA37B401 for ; Fri, 28 Feb 2003 08:35:40 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A13443F75 for ; Fri, 28 Feb 2003 08:35:39 -0800 (PST) (envelope-from mwm-dated-1046882138.5789a2@mired.org) Received: (qmail 68508 invoked from network); 28 Feb 2003 16:35:38 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 16:35:38 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.36825.990107.117017@guru.mired.org> Date: Fri, 28 Feb 2003 10:35:37 -0600 To: "Dmitry Popov" Cc: Subject: Re: Very strange behavior of ls & user groups In-Reply-To: <000701c2deba$ce7a2570$948a763e@miracle> References: <000701c2deba$ce7a2570$948a763e@miracle> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <000701c2deba$ce7a2570$948a763e@miracle>, Dmitry Popov typed: > I've got some odd problems with FreeBSD 4.5: It really is best to limit yourself to one problem per message, with an appropriate subject. > 1. invocation of "ls -l" or other programs like "tar tvzf", that seems > to be use the same output library, causes a core dump. althrough, "ls" > and "tar xvzf" work fine. are there any ways to fix the problem without > rebuilding whole system? Have you tried building the unstripped version of ls and seeing what the problem is? You may be able to limit what you have to rebuild to just the library in question. Possibly it's something strange in your environment, and changing that will solve the problem. But until you know which library is causing the problem, there's not much you can do other than rebuild everything. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:39:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F62437B401 for ; Fri, 28 Feb 2003 08:39:54 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 1919143FB1 for ; Fri, 28 Feb 2003 08:39:53 -0800 (PST) (envelope-from mwm-dated-1046882392.bb0c0d@mired.org) Received: (qmail 68583 invoked from network); 28 Feb 2003 16:39:52 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 16:39:52 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.37079.931304.796872@guru.mired.org> Date: Fri, 28 Feb 2003 10:39:51 -0600 To: Thanos Tsouanas Cc: freebsd-questions@freebsd.org Subject: Re: /dist and /modules.old In-Reply-To: <20030228011221.44087.qmail@web13507.mail.yahoo.com> References: <20030228011221.44087.qmail@web13507.mail.yahoo.com> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <20030228011221.44087.qmail@web13507.mail.yahoo.com>, Thanos Tsouanas typed: > Hello everyone.. > Anyone knows why those two dirs ( /dist and /modules.old ) exist? /modules.old is created as part of the kernel installation process as a place to back up your old modules so you can recover from a failed kernel update. /dist is probably (<- means I'm not sure) leftover from the installation process. It may be used by /stand/sysinstall to mount things if you run that. > Is it safe enuff to rm 'em both? /modules.old will be recreated as needed. /dist may not, but should only cause problems with sysinstall not being able to mount a distribution. If you never use sysinstall, it won't be a problem. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:42:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C7D37B401 for ; Fri, 28 Feb 2003 08:42:19 -0800 (PST) Received: from madscience.volumen.net (hickey51.micro-mania.net [208.32.118.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBCF843FB1 for ; Fri, 28 Feb 2003 08:42:18 -0800 (PST) (envelope-from shane@howsyournetwork.com) Received: from daneel.volumen.net (daneel.volumen.net [10.252.238.73]) by madscience.volumen.net (8.11.6/8.11.6) with ESMTP id h1SGgIV10247 for ; Fri, 28 Feb 2003 09:42:18 -0700 Subject: rate-limiting options From: Shane Hickey To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: How's your network? Message-Id: <1046450538.11865.200.camel@daneel> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 28 Feb 2003 09:42:18 -0700 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 all, I'm looking for some suggestions for ratelimiting NNTP traffic on my network. I'm on a wireless connection and when I fire up my newsreader it hogs bandwidth and dominates the radio. While this is good for me ;), my ISP doesn't care too much for it. My firewall is a 5.0-release box using ipfilter and ipnat. I've read about dummynet, but it seems that I'd need to build ipfw rules for it. I've also heard some talk about ALTQ. Anyone have any reccomendations of one over the other. Do you need to recompile the kernel for ALTQ or is it applied via patches or something? Thanks, Shane -- Shane Hickey : Network/System Consultant GPG KeyID: 777CBF3F Key fingerprint: 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F Listening to: 16-Nirvana-Spank_'thru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:47:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E6137B401 for ; Fri, 28 Feb 2003 08:47:44 -0800 (PST) Received: from mail.supermail.apollo.lv (node-12.flux.apollo.lv [80.232.168.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE4443FB1 for ; Fri, 28 Feb 2003 08:47:42 -0800 (PST) (envelope-from ulmik@bkc.lv) Received: by mail.supermail.apollo.lv (Postfix, from userid 1001) id 92AAAC770182; Fri, 28 Feb 2003 18:47:55 +0200 (EET) Received: from cave.bkc.lv (cave.arsenals.lv [195.13.202.199]) by mail.supermail.apollo.lv (Postfix) with ESMTP id E1D5AC770189 for ; Fri, 28 Feb 2003 18:47:54 +0200 (EET) Message-Id: <5.1.0.14.2.20030228184536.035ffaf0@mail.bkc.lv> X-Sender: ulmik@mail.bkc.lv X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 28 Feb 2003 18:47:52 +0200 To: freebsd-questions@freebsd.org From: Uldis Mikelsons Subject: Fwd: Installing fresh system onto IDE RAID Sil 0680 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 >Date: Fri, 28 Feb 2003 01:46:18 +0200 >To: freebsd-newbies@FreeBSD.ORG >From: Uldis Mikelsons >Subject: Installing fresh system onto IDE RAID Sil 0680 > >Hi *, > > I am trying to install 4.7/5.0 to system with IDE RAID. Both IDE > disks are on IDE "Raid" controller using Silicon 0680 chip, in controller > bios I created setup so that both disks shall be in one mirror set. > Starting install, sysinstall see only two different IDE devices > (ad4/ad5), so far that is bit suspicious, but anyway fine with me, > installation goes on to ad4. After fine installation I am trying to set > up raid: > > atacotnrol create RAID ad4 ad5 > > after that , booting .. and kernel doesn't see where from to boot > .. ar0 seems to be inaccessable or doesn't contain anything bootabl'e .. > eg previoously boot device were ad4s1e (or soemthing like that .. ) > assumably ar0s1e should be what must be used .. using it crashes system. > > What is right procedure to install to such IDE RADI controller > FreeBSD system ? > >wbr >Uldis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:50:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAAE637B401 for ; Fri, 28 Feb 2003 08:50:51 -0800 (PST) Received: from cedu.com (mail.cedu.com [65.171.153.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 39BB143FBF for ; Fri, 28 Feb 2003 08:50:51 -0800 (PST) (envelope-from cblanchard@cedu.com) Received: from ESG_DOM-Message_Server by cedu.com with Novell_GroupWise; Fri, 28 Feb 2003 08:49:28 -0800 Message-Id: X-Mailer: Novell GroupWise Internet Agent 5.5.3.1 Date: Fri, 28 Feb 2003 08:48:56 -0800 From: "Christopher Blanchard" To: Subject: NATs/Firewall help Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 I am a system administrator at a small private school in the California= mountains. I recently acquired a DSL connection and would like to share = it with the faculty and staff using NATs. I put up a 4.7 stable dual-homed= box (AJAX), rebuilt the kernel with IPFIREWALL, IPFIREWALL_DEFAULT_TO_ACCE= PT and IPDIVERT. The DSL gateway is 4.63.122.77/255.255.255.252 the = internet interface is 4.63.122.78/255.255.255.252 on the LAN side the = interface is 10.10.236.5/255.255.255.0 and another router is at 10.10.236.2= 54, 10.10.2 36.1 is a dns/dhcp server (RS1)(novell netware) cedulocal.com. = I have read everything I can get my hands on but cannot get AJAX to pass = traffic. From AJAX I can ping/ftp out to the internet and internally to = RS1. I would be appreciative of suggestions and would particularly like = sample rc.files with appropriate examples. X-server on this machine will = not work as it is a compaq with an embedded Intel 82815e graphics which I = am unable to turn off so http is out, but ftp works fine. thanks Internet AJAX = RS1 = Router 4.63.122.77 4.63.122.78 10.10.236.5 = 10.10.236.1 10.10.236.254 255.255.255.252 255.255.255.0 = 255.255.255.0 255.255.255.0 DNS 4.2.2.1 = DNS/DHCP Srvr = cedulocal.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:51:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D822337B401 for ; Fri, 28 Feb 2003 08:51:45 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E4E243FE3 for ; Fri, 28 Feb 2003 08:51:44 -0800 (PST) (envelope-from mwm-dated-1046883103.f0a712@mired.org) Received: (qmail 68828 invoked from network); 28 Feb 2003 16:51:43 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 16:51:43 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.37791.54243.698118@guru.mired.org> Date: Fri, 28 Feb 2003 10:51:43 -0600 To: Antoine Jacoutot Cc: freebsd-questions@freebsd.org Subject: Re: hpijs --> mostly solved In-Reply-To: <200302281033.09433.ajacoutot@lphp.org> References: <20030227183904.38483.qmail@web41314.mail.yahoo.com> <200302281033.09433.ajacoutot@lphp.org> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <200302281033.09433.ajacoutot@lphp.org>, Antoine Jacoutot typed: > For a reason I don't know, all I have in driver/ijs/ is: > APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, > DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, > PHOTOSMART_100. [...] > And now, it works with no problem. I'm sure that if I choosed at first to use > DESKJET_920 and not DESKJET_970, it would have worked out of the box. You probably want to use the DESKJET_960 entry instead of the 920. IIRC, the 900 seris (I've got a 940) all have the same print engine, but use different cartridges and come with different extras - like duplexers and netjet interfaces. The cartridges may make a difference, but it shouldn't change the print quality. > So, is it a bug from apsfilter ? I'd say yes, but I'm biased. It should have complained that you were trying to use an unrecognized printer. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 8:57:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206B737B401 for ; Fri, 28 Feb 2003 08:57:34 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-3-146.abo.wanadoo.fr [193.251.53.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0976E43F75 for ; Fri, 28 Feb 2003 08:57:32 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from srv01.lphp.org.local (localhost [127.0.0.1]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1SGvUQ2023608; Fri, 28 Feb 2003 17:57:30 +0100 (CET) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by srv01.lphp.org.local (8.12.6/8.12.6/Submit) id h1SGvSRL023607; Fri, 28 Feb 2003 17:57:28 +0100 (CET) X-Authentication-Warning: srv01.lphp.org.local: www set sender to ajacoutot@lphp.org using -f Received: from 192.168.0.4 ( [192.168.0.4]) as user ajacoutot@localhost by webmail.lphp.org with HTTP; Fri, 28 Feb 2003 17:57:28 +0100 Message-ID: <1046451448.3e5f94f8c2489@webmail.lphp.org> Date: Fri, 28 Feb 2003 17:57:28 +0100 From: Antoine Jacoutot To: Mike Meyer Cc: "" Subject: Re: hpijs --> mostly solved MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.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 Selon Mike Meyer : > > And now, it works with no problem. I'm sure that if I choosed at first to > use > > DESKJET_920 and not DESKJET_970, it would have worked out of the box. > ..correction... it does not work (as good as it should). Comparing printing with apsfilter and printing from the command line shows it. With the command line the printing quality is just perfect. Oh well, I just hope someone couls make a FreeBSD port of foomatic some of these days (I can't make it compile), it is the only solution I've always been happy with (while I was under Linux). Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9: 7: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB3637B401 for ; Fri, 28 Feb 2003 09:07:03 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66EE43FE1 for ; Fri, 28 Feb 2003 09:07:00 -0800 (PST) (envelope-from david.radovanovic@verizon.net) Received: from bigone ([141.149.123.199]) by out005.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030228170659.LFLC6910.out005.verizon.net@bigone>; Fri, 28 Feb 2003 11:06:59 -0600 Reply-To: From: "David Radovanovic" To: , "Giorgos Keramidas" Cc: Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 12:06:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [141.149.123.199] at Fri, 28 Feb 2003 11:06:56 -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 Hello, Searched everywhere which lead me to a prior posting about a similar problem. My file system is filling up again, but in different places. I initiated a rscync script that runs via cron which coincidently ran just before my system filling up. I'm sure the answer is obvious to anyone but myself. Any help would help divert my disaster. Thanks. My system: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 128990 127118 -8446 107% / /dev/ad0s1f 257998 118 237242 0% /tmp /dev/ad0s1g 9092908 2060994 6304482 25% /usr /dev/ad0s1e 257998 83548 153812 35% /var /dev/ad2s1a 128990 2 118670 0% /backup /dev/ad2s1f 257998 2 237358 0% /backuptmp /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr /dev/ad2s1e 257998 2 237358 0% /backuptmp procfs 4 4 0 100% /proc The script in question: #!/bin/sh /usr/local/bin/rsync -avx --delete --stats / /backup/ /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ /backupvar/ /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ Thanks again for any help. David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: David Radovanovic [mailto:david.radovanovic@verizon.net] [Sent: Thursday, February 13, 2003 8:57 AM [To: Giorgos Keramidas; dave@whatsthebigidea.com [Cc: freebsd-questions@freebsd.org [Subject: RE: Root filesystem 102% full (was: Disks fillin up) [ [ [If I'm reading this right the most suspictious culprit in /dev: [ [-rw-r--r-- 1 root wheel 68960256 Feb 9 04:04 st0 [ [Any ideas? [ [As far as CPAN is concerned, should I delete the files or create a symlink [like you, to another partition with more space? [ [Thanks for your time, I appreciate it :) [ [ [David Radovanovic [WhatsTheBigIdea.com, Inc. [-- Bright ideas for the Web! [249 Partition Street [Saugerties, New York 12477 [(845) 247-0909, FAX: (845) 246-3880 [http://www.WhatsTheBigIdea.com [ [ [[-----Original Message----- [[From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [[Sent: Thursday, February 13, 2003 8:22 AM [[To: dave@whatsthebigidea.com [[Cc: freebsd-questions@freebsd.org [[Subject: Re: Root filesystem 102% full (was: Disks fillin up) [[ [[ [[Please don't remove the Cc: of the list when replying. I might not [[know the answer, or be too busy to read mail. If you Cc: the list [[too, someone else will have a change to reply too. Probably faster [[than me. [[ [[On 2003-02-13 07:19, David Radovanovic [[ wrote: [[> [Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] wrote: [[> [ [[> [Start with: [[> [ [[> [ rsc-web1# du -kx / | sort -nr | head -20 [[> [ [[> [This will print the top-20 space consumers of your / filesystem. [[> [What's the output of this command on your system? [[> [[> rsc-web1# du -kx / | sort -nr | head -20 [[> 120903 / [[> 67460 /dev [[ [[This looks odd. Half of your / space is in /dev! Look in /dev with [[`ls -l' and see which part of /dev takes up so much space. [[ [[> 18464 /root [[> 17988 /root/.cpan [[ [[CPAN crap. This is why I don't use cpan at home, and if I absolutely [[have to use it, I symlink /root/.cpan -> /home/giorgos/.cpan :-( [[ [[> 12228 /sbin [[> 10944 /root/.cpan/build [[> 5480 /modules.old [[> 5480 /modules [[> 4198 /root/.cpan/sources [[> 4094 /bin [[> 3446 /root/.cpan/sources/authors [[> 3328 /root/.cpan/sources/authors/id [[> 2514 /root/.cpan/build/DBI-1.30 [[> 2176 /stand [[> 1256 /root/.cpan/sources/authors/id/J [[> 1246 /root/.cpan/build/DBI-1.30/blib [[> 1232 /etc [[> 1134 /root/.cpan/build/Class-MakeMethods-1.005 [[> 966 /root/.cpan/sources/authors/id/J/JC [[> 964 /root/.cpan/sources/authors/id/J/JC/JCRISTY [[ [ [ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:12:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBA137B405 for ; Fri, 28 Feb 2003 09:12:25 -0800 (PST) Received: from computer.multihaven.org (rdu57-251-134.nc.rr.com [66.57.251.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1BC343F85 for ; Fri, 28 Feb 2003 09:12:22 -0800 (PST) (envelope-from jeremy@multihaven.org) Received: from engineering.multihaven.org ([192.168.215.2]) by computer.multihaven.org (8.12.6/8.12.6) with ESMTP id h1SHCDNu050547 for ; Fri, 28 Feb 2003 12:12:14 -0500 (EST) (envelope-from jeremy@multihaven.org) Message-Id: <5.1.1.6.0.20030228120742.00b4ee40@computer.multihaven.org> X-Sender: jeremy@computer.multihaven.org (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Fri, 28 Feb 2003 12:12:27 -0500 To: freebsd-questions@freebsd.org From: Jeremy Subject: sendmail on more then one box with nat 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 Dear all I have a setup like this A |------------|------------| B C Server A has a real IP and servers B & C have 192.168 addresses each server needs to process its own /etc/mail/access table eg mail bound for user@serverB uses the /etc/mail/access on server B eg mail bound for user@serverC uses the /etc/mail/access on server C Server A is just a system that runs nat can tihs be done? thanks jer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:13:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2822637B401 for ; Fri, 28 Feb 2003 09:13:13 -0800 (PST) Received: from dns.hitechcreations.com (dns.hitechcreations.com [216.91.192.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6142743FA3 for ; Fri, 28 Feb 2003 09:13:12 -0800 (PST) (envelope-from htsupp@hitechcreations.com) Received: from Skuzzy (htcnt.hitechcreations.com [216.91.192.62]) by dns.hitechcreations.com (8.12.3/8.12.3) with SMTP id h1SHD8x9031321 for ; Fri, 28 Feb 2003 11:13:08 -0600 Message-ID: <000f01c2df4c$c5d3b610$050000c0@Skuzzy> Reply-To: "HiTech Creations Support" From: "HiTech Creations Support" To: References: <20030228162631.GA64232@madman.celabo.org> Subject: Re: [Re: Buildworld problem] Date: Fri, 28 Feb 2003 11:13:54 -0600 Organization: HiTech Creations 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.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-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 apologies. I had responded to the wrong address. ----- Original Message ----- From: "Jacques A. Vidrine" To: Cc: "HiTech Creations Support" Sent: Friday, February 28, 2003 10:26 AM Subject: Fwd: [Re: Buildworld problem] > This belongs on freebsd-questions. > > ----- Forwarded message from HiTech Creations Support ----- > > Date: Fri, 28 Feb 2003 10:24:36 -0600 > From: "HiTech Creations Support" > To: "Jacques A. Vidrine" > Subject: Re: Buildworld problem > Message-ID: <005001c2df45$e29b20f0$050000c0@Skuzzy> > Reply-To: "HiTech Creations Support" > Organization: HiTech Creations > > We went ahead and did that and managed to get the buildworld to work. > > We do have NOSECURE currently defined in make.conf. We went ahead and > defined NO_OPENSSL and NO_OPENSSH to get around the 'make buildworld' > problem. > > The only side effect we noticed occurred after the reboot of the server. > None of our passwords worked. Keep in mind we are doing this from Texas, > while our servers are in St. Louis, MO. > > Of course, we do not allow 'root' to login via telnet, but luckily, we have > another server at the co-location which we have tied to this server using > serial com ports. This allows us to login as root and rebuild the password > database. > > We still have a problem though. > When we attempted to build MySQL in the ports tree, it insisted on trying to > build the p5 stuff and would fail with the error "Could not find mysql.h > while looking in /usr/include and /usr/local/include'. The error is not an > exact quote. > We went ahead and manually copied mysqld to the /usr/local/libexec directory > and it is now working. > > We got the server up around midnight last night, but we would like to get > the problems with the MySQL build resolved before doing this to our other > server. > > Any ideas? > > ----- Original Message ----- > From: "Jacques A. Vidrine" > To: "HiTech Creations Support" > Cc: > Sent: Thursday, February 27, 2003 5:19 PM > Subject: Re: Buildworld problem > > > > On Thu, Feb 27, 2003 at 05:06:51PM -0600, HiTech Creations Support wrote: > > > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61: openssl/dsa.h: No such > > > file or directory. > > > > Take NO_OPENSSL out of your /etc/make.conf ? > > > > Cheers, > > -- > > Jacques A. Vidrine http://www.celabo.org/ > > NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos > > jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se > > > > > ----- End forwarded message ----- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:15:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB8837B401 for ; Fri, 28 Feb 2003 09:15:58 -0800 (PST) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 577AE43FBD for ; Fri, 28 Feb 2003 09:15:58 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) To: Ron Andreasen Cc: freebsd-questions@freebsd.org Subject: Re: winmodem in freebsd? References: <20030228123710.30458.qmail@web13301.mail.yahoo.com> From: Dan Pelleg Date: 28 Feb 2003 12:15:41 -0500 In-Reply-To: <20030228123710.30458.qmail@web13301.mail.yahoo.com> Message-ID: Lines: 17 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 Ron Andreasen writes: > Okay, first of all forget how a winmodem will use > extra cpu cycles and all that... > > In linux I've found drivers for my Agere internal > winmodem and it works great. Can the same be done in > FreeBSD? I haven't been able to find such drivers so > far, but maybe it's just a matter of editing the linux > drivers to work in freebsd. Has anyone tried this? > Try the ltmdm port. -- Dan Pelleg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:20:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040F137B401 for ; Fri, 28 Feb 2003 09:20:25 -0800 (PST) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E9443FBF for ; Fri, 28 Feb 2003 09:20:22 -0800 (PST) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (ninja.terrabionic.com [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id 0B2EF78B1E for ; Fri, 28 Feb 2003 18:20:20 +0100 (MET) Date: Fri, 28 Feb 2003 18:20:16 +0100 From: Janine C.Buorditez To: questions@freebsd.org Subject: CDRDAO/FreeBSD: WARNING: Unit not ready, still trying... Message-Id: <20030228182016.1d9bfc1f.johann@broadpark.no> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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. CDRDAO used to be my knight in shining armor until it one day suddenly started blaming my drive (YAMAHA CDR400t 1.0m) for not being ready? Now what kind of bullshit is this? ---- # cdrdao write --device 0,3,0 --speed 4 --overburn *toc 0,3,0: YAMAHA CDR400t Rev: 1.0m Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000) WARNING: Unit not ready, still trying... ---- I appreciate all the help I can get. Cheers, Janine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:21:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C7037B401 for ; Fri, 28 Feb 2003 09:21:09 -0800 (PST) Received: from cairo.math.byu.edu (cairo.math.byu.edu [128.187.89.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61E843FE0 for ; Fri, 28 Feb 2003 09:21:07 -0800 (PST) (envelope-from spost@cairo.math.byu.edu) Received: (from spost@localhost) by cairo.math.byu.edu (8.11.2/8.11.2) id h1SHL7c13362; Fri, 28 Feb 2003 10:21:07 -0700 Date: Fri, 28 Feb 2003 10:21:07 -0700 From: Sam Post To: freebsd-questions@FreeBSD.ORG Cc: loganj@math.byu.edu Subject: Java on FreeBSD? Message-ID: <20030228102107.A13243@cairo.math.byu.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" 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 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I've been trying to get Matlab to work on FreeBSD for a few days now, but I'm not sure if the error is in the FreeBSD implementation of Java or in Matlab itself. Matlab is technically not supposed to run on FreeBSD but I've been to websites where people claim they have it running via Linux compatibility libraries (linuxcompat) I guess I really have two questions: 1) does Java work on FreeBSD (and how), 2) does Matlab work on FreeBSD (and how?) Any information you have would be worth it's weight in gold (fortunately for my pocketbook, information is pretty light!) so thanks in advance! I've attached some error reports, maybe they'll be useful... Sam Post --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="java.log.20082" Unexpected Signal : 11 occurred at PC=0x29e0f953 Function name=parse_constant_pool_string_entry__15ClassFileParserG18constantPoolHandlei Library=/home/matlab/sys/java/jre/glnx86/jre/lib/i386/server/libjvm.so Current Java thread: at sun.awt.motif.MToolkit.createPopupMenu(MToolkit.java:187) at java.awt.PopupMenu.addNotify(PopupMenu.java:78) at java.awt.Component.addNotify(Component.java:4041) at java.awt.Container.addNotify(Container.java:1572) at java.awt.Container.addNotify(Container.java:1579) at java.awt.Container.addNotify(Container.java:1579) at java.awt.Container.addImpl(Container.java:374) at java.awt.Container.add(Container.java:267) at com.mathworks.ide.desktop.DTContainer.setFirstLayer(DTContainer.java:1244) at com.mathworks.ide.desktop.DTContainer.dockClientFrame(DTContainer.java:479) at com.mathworks.ide.desktop.DTContainer.dockClient(DTContainer.java:450) at com.mathworks.ide.desktop.DTContainer.restoreClient(DTContainer.java:645) at com.mathworks.ide.desktop.DTClient.doRestore(DTClient.java:789) at com.mathworks.ide.desktop.DTClient.restore(DTClient.java:765) at com.mathworks.ide.desktop.MLDesktop.doDefaultDesktop(MLDesktop.java:904) at com.mathworks.ide.desktop.MLDesktop.setDefaultDesktop(MLDesktop.java:824) at com.mathworks.ide.desktop.Desktop.createDesktop(Desktop.java:513) at com.mathworks.ide.desktop.Desktop.access$2(Desktop.java:494) at com.mathworks.ide.desktop.Desktop$AWTDispatchEvent.dispatch(Desktop.java:810) at com.mathworks.util.QueueEvent$QueueTarget.processEvent(QueueEvent.java:100) at java.awt.Component.dispatchEventImpl(Component.java:2593) at java.awt.Component.dispatchEvent(Component.java:2497) at java.awt.EventQueue.dispatchEvent(EventQueue.java:339) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:85) Dynamic libraries: Can not get information for pid = 85618 Local Time = Fri Feb 28 10:08:10 2003 Elapsed Time = 12 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002CC # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Server VM (Blackdown-1.3.1-FCS mixed mode) # # An error report file has been saved as hs_err_pid85618.log. # Please refer to the file for further information. # Stack Trace: [0] libjvm.so:os::abort(long)~(0x35386469, 0x2e383136, 0x00676f6c, 0x755d27d9) + 29 bytes ------------------------------------------------------------------------ Fatal Java Exception detected at Fri Feb 28 10:08:10 2003 ------------------------------------------------------------------------ Configuration: MATLAB Version: 6.5.0.180913a (R13) Operating System: Linux 2.4.2 FreeBSD 4.7-STABLE #6: Tue Feb 18 16:51:29 MST 2003 root@e-p i386 Window System: The XFree86 Project, Inc (40200000), display :0.0 Current Visual: 0x23 (class 4, depth 16) Processor ID: x86 Family 6 Model 5 Stepping 2, GenuineIntel Virtual Machine: Java 1.3.1 with Blackdown Java-Linux Team Java HotSpot(TM) Server VM (mixed mode) Stack Trace: [0] libjvm.so:os::abort(long)~(11, 0xbdffc798, 0xbdffc818, 11) + 29 bytes [1] 0xbfbfffdb(0x7a383156, 12711, 1179648, 0xa69f0000) ------------------------------------------------------------------------ Fatal Java Exception detected at Fri Feb 28 10:08:13 2003 ------------------------------------------------------------------------ Configuration: MATLAB Version: 6.5.0.180913a (R13) Operating System: Linux 2.4.2 FreeBSD 4.7-STABLE #6: Tue Feb 18 16:51:29 MST 2003 root@e-p i386 Window System: The XFree86 Project, Inc (40200000), display :0.0 Current Visual: 0x23 (class 4, depth 16) Processor ID: x86 Family 6 Model 5 Stepping 2, GenuineIntel Virtual Machine: Java 1.3.1 with Blackdown Java-Linux Team Java HotSpot(TM) Server VM (mixed mode) Java 1.3.1 with Blackdown Java-Linux Team Java HotSpot(TM) Server VM (mixed mode) --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="hs_err_pid85618.log" Unexpected Signal : 11 occurred at PC=0x29e0f953 Function name=parse_constant_pool_string_entry__15ClassFileParserG18constantPoolHandlei Library=/home/matlab/sys/java/jre/glnx86/jre/lib/i386/server/libjvm.so Current Java thread: at sun.awt.motif.MToolkit.createPopupMenu(MToolkit.java:187) at java.awt.PopupMenu.addNotify(PopupMenu.java:78) at java.awt.Component.addNotify(Component.java:4041) at java.awt.Container.addNotify(Container.java:1572) at java.awt.Container.addNotify(Container.java:1579) at java.awt.Container.addNotify(Container.java:1579) at java.awt.Container.addImpl(Container.java:374) at java.awt.Container.add(Container.java:267) at com.mathworks.ide.desktop.DTContainer.setFirstLayer(DTContainer.java:1244) at com.mathworks.ide.desktop.DTContainer.dockClientFrame(DTContainer.java:479) at com.mathworks.ide.desktop.DTContainer.dockClient(DTContainer.java:450) at com.mathworks.ide.desktop.DTContainer.restoreClient(DTContainer.java:645) at com.mathworks.ide.desktop.DTClient.doRestore(DTClient.java:789) at com.mathworks.ide.desktop.DTClient.restore(DTClient.java:765) at com.mathworks.ide.desktop.MLDesktop.doDefaultDesktop(MLDesktop.java:904) at com.mathworks.ide.desktop.MLDesktop.setDefaultDesktop(MLDesktop.java:824) at com.mathworks.ide.desktop.Desktop.createDesktop(Desktop.java:513) at com.mathworks.ide.desktop.Desktop.access$2(Desktop.java:494) at com.mathworks.ide.desktop.Desktop$AWTDispatchEvent.dispatch(Desktop.java:810) at com.mathworks.util.QueueEvent$QueueTarget.processEvent(QueueEvent.java:100) at java.awt.Component.dispatchEventImpl(Component.java:2593) at java.awt.Component.dispatchEvent(Component.java:2497) at java.awt.EventQueue.dispatchEvent(EventQueue.java:339) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:85) Dynamic libraries: Can not get information for pid = 85618 Local Time = Fri Feb 28 10:08:10 2003 Elapsed Time = 12 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002CC # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Server VM (Blackdown-1.3.1-FCS mixed mode) # --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="syslog-mesg.txt" Feb 28 10:07:56 e-pi-i /kernel: linux: 'ioctl' fd=7, cmd=0x1 ('',1) not implemented Feb 28 10:07:56 e-pi-i /kernel: linux: 'ioctl' fd=7, cmd=0x1 ('',1) not implemented Feb 28 10:07:56 e-pi-i /kernel: linux: 'ioctl' fd=7, cmd=0x540e ('T',14) not implemented --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:25:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F5E337B406 for ; Fri, 28 Feb 2003 09:25:26 -0800 (PST) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CECA43FBF for ; Fri, 28 Feb 2003 09:25:24 -0800 (PST) (envelope-from david.radovanovic@verizon.net) Received: from bigone ([141.149.123.199]) by pop016.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030228172523.HXHH8278.pop016.verizon.net@bigone>; Fri, 28 Feb 2003 11:25:23 -0600 Reply-To: From: "David Radovanovic" To: "Stephen Hovey" Cc: Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 12:25:21 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [141.149.123.199] at Fri, 28 Feb 2003 11:25:21 -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 Am I backing up the /backup files? Should I comment out the line: /usr/local/bin/rsync -avx --delete --stats / /backup/ in the script? Maybe I don't understand FreeBSD's filesystem though you can see that /backup is a separate 20 gig drive. Thanks for your time :) David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: Stephen Hovey [mailto:shovey@buffnet.net] [Sent: Friday, February 28, 2003 12:15 PM [To: David Radovanovic [Subject: RE: Root filesystem 102% full (was: Disks filling up) [ [ [ [Your root partitions and your /backup are the same - so your backing up to [overflowing. [ [On Fri, 28 Feb 2003, David Radovanovic wrote: [ [> Hello, [> Searched everywhere which lead me to a prior posting about a similar [> problem. My file system is filling up again, but in different places. I [> initiated a rscync script that runs via cron which coincidently ran just [> before my system filling up. I'm sure the answer is obvious to anyone but [> myself. Any help would help divert my disaster. Thanks. My system: [> [> Filesystem 1K-blocks Used Avail Capacity Mounted on [> /dev/ad0s1a 128990 127118 -8446 107% / [> /dev/ad0s1f 257998 118 237242 0% /tmp [> /dev/ad0s1g 9092908 2060994 6304482 25% /usr [> /dev/ad0s1e 257998 83548 153812 35% /var [> /dev/ad2s1a 128990 2 118670 0% /backup [> /dev/ad2s1f 257998 2 237358 0% /backuptmp [> /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr [> /dev/ad2s1e 257998 2 237358 0% /backuptmp [> procfs 4 4 0 100% /proc [> [> The script in question: [> [> #!/bin/sh [> [> /usr/local/bin/rsync -avx --delete --stats / /backup/ [> /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ [/backupvar/ [> /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ [> [> Thanks again for any help. [> [> [> David Radovanovic [> WhatsTheBigIdea.com, Inc. [> -- Bright ideas for the Web! [> 249 Partition Street [> Saugerties, New York 12477 [> (845) 247-0909, FAX: (845) 246-3880 [> http://www.WhatsTheBigIdea.com [> [> [> [-----Original Message----- [> [From: David Radovanovic [mailto:david.radovanovic@verizon.net] [> [Sent: Thursday, February 13, 2003 8:57 AM [> [To: Giorgos Keramidas; dave@whatsthebigidea.com [> [Cc: freebsd-questions@freebsd.org [> [Subject: RE: Root filesystem 102% full (was: Disks fillin up) [> [ [> [ [> [If I'm reading this right the most suspictious culprit in /dev: [> [ [> [-rw-r--r-- 1 root wheel 68960256 Feb 9 04:04 st0 [> [ [> [Any ideas? [> [ [> [As far as CPAN is concerned, should I delete the files or [create a symlink [> [like you, to another partition with more space? [> [ [> [Thanks for your time, I appreciate it :) [> [ [> [ [> [David Radovanovic [> [WhatsTheBigIdea.com, Inc. [> [-- Bright ideas for the Web! [> [249 Partition Street [> [Saugerties, New York 12477 [> [(845) 247-0909, FAX: (845) 246-3880 [> [http://www.WhatsTheBigIdea.com [> [ [> [ [> [[-----Original Message----- [> [[From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [> [[Sent: Thursday, February 13, 2003 8:22 AM [> [[To: dave@whatsthebigidea.com [> [[Cc: freebsd-questions@freebsd.org [> [[Subject: Re: Root filesystem 102% full (was: Disks fillin up) [> [[ [> [[ [> [[Please don't remove the Cc: of the list when replying. I might not [> [[know the answer, or be too busy to read mail. If you Cc: the list [> [[too, someone else will have a change to reply too. Probably faster [> [[than me. [> [[ [> [[On 2003-02-13 07:19, David Radovanovic [> [[ wrote: [> [[> [Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] wrote: [> [[> [ [> [[> [Start with: [> [[> [ [> [[> [ rsc-web1# du -kx / | sort -nr | head -20 [> [[> [ [> [[> [This will print the top-20 space consumers of your / filesystem. [> [[> [What's the output of this command on your system? [> [[> [> [[> rsc-web1# du -kx / | sort -nr | head -20 [> [[> 120903 / [> [[> 67460 /dev [> [[ [> [[This looks odd. Half of your / space is in /dev! Look in /dev with [> [[`ls -l' and see which part of /dev takes up so much space. [> [[ [> [[> 18464 /root [> [[> 17988 /root/.cpan [> [[ [> [[CPAN crap. This is why I don't use cpan at home, and if I absolutely [> [[have to use it, I symlink /root/.cpan -> /home/giorgos/.cpan :-( [> [[ [> [[> 12228 /sbin [> [[> 10944 /root/.cpan/build [> [[> 5480 /modules.old [> [[> 5480 /modules [> [[> 4198 /root/.cpan/sources [> [[> 4094 /bin [> [[> 3446 /root/.cpan/sources/authors [> [[> 3328 /root/.cpan/sources/authors/id [> [[> 2514 /root/.cpan/build/DBI-1.30 [> [[> 2176 /stand [> [[> 1256 /root/.cpan/sources/authors/id/J [> [[> 1246 /root/.cpan/build/DBI-1.30/blib [> [[> 1232 /etc [> [[> 1134 /root/.cpan/build/Class-MakeMethods-1.005 [> [[> 966 /root/.cpan/sources/authors/id/J/JC [> [[> 964 /root/.cpan/sources/authors/id/J/JC/JCRISTY [> [[ [> [ [> [ [> [> [> [> To Unsubscribe: send mail to majordomo@FreeBSD.org [> with "unsubscribe freebsd-questions" in the body of the message [> [ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:32:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFB037B401 for ; Fri, 28 Feb 2003 09:32:18 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2FB43FB1 for ; Fri, 28 Feb 2003 09:32:15 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id h1SHVZBH012092; Fri, 28 Feb 2003 18:31:37 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id h1SHVYuJ012081; Fri, 28 Feb 2003 18:31:34 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: JMegias@caja-granada.es, freebsd-questions@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Make buildworld brake in rmail Date: Fri, 28 Feb 2003 18:30:04 +0100 X-Mailer: Dinoex 1.79 References: <1A4723CDE42AD611B61200A0C9AA5F3729C487@correoex.caja-granada.es> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20030228000000W+1@dinoex.sub.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 > >Well, do you have libsasl installed? > Hello I have installed cyrus-sasl2. Here is the pkg_info: > cyrus-sasl-2.1.12 RFC 2222 SASL (Simple Authentication and Security Layer) > > and the libsasl libraries installed are: > /usr/local/lib/libsasl2.so.2 > /usr/local/lib/libsasl2.so > Does it correct? greetings. Well you options works only if you use cyrus-sasl(1) port. Change them to work with cyrus-sasl2 or use the sendmail-sasl port. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:32:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D98D37B401 for ; Fri, 28 Feb 2003 09:32:23 -0800 (PST) Received: from cartman.wirerats.com (cartman.wirerats.com [64.49.220.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CD243FA3 for ; Fri, 28 Feb 2003 09:32:21 -0800 (PST) (envelope-from sean@rackoperations.com) Received: (qmail 32132 invoked by uid 104); 28 Feb 2003 11:32:21 -0600 Received: from sean@rackoperations.com by cartman.wirerats.com by uid 101 with qmail-scanner-1.15 (clamscan: 20030110. spamassassin: 2.43-cvs. Clear:SA:0(0.4/5.0):. Processed in 0.934528 secs); 28 Feb 2003 17:32:21 -0000 X-Spam-Status: No, hits=0.4 required=5.0 Received: from hdsl139.slkc.uswest.net (HELO engineering) (sean@rackoperations.com@209.181.151.139) by cartman.wirerats.com (qmail 1.03 + ejcp) with SMTP; 28 Feb 2003 11:32:20 -0600 From: "Sean J. Countryman" To: "FreeBSD Questions" , Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 10:32:18 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 from the root directory ("/") run: "du -s -h *" and post the results. That will tell us who the offendor is. That will show the disk usage "du" for each of the directories in the / directory. If you wish to do a bit more detective work, go into the largest directory and rerun "du -s -h *" on it to find which subdirectory in that directory is oversized. In this manner of drilling down, you can discover who the big offender is and then we can figure out a good course of action. I've seen this a bunch working tech support (for a large internet hosting company :-) Everytime I drill down to find the problem, it turns out to be something like an out of control log file, a grossly large mysql database, or something similar. Let me know if you need anything else Sean Countryman -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David Radovanovic Sent: Friday, February 28, 2003 10:25 AM To: Stephen Hovey Cc: freebsd-questions@freebsd.org Subject: RE: Root filesystem 102% full (was: Disks filling up) Am I backing up the /backup files? Should I comment out the line: /usr/local/bin/rsync -avx --delete --stats / /backup/ in the script? Maybe I don't understand FreeBSD's filesystem though you can see that /backup is a separate 20 gig drive. Thanks for your time :) David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: Stephen Hovey [mailto:shovey@buffnet.net] [Sent: Friday, February 28, 2003 12:15 PM [To: David Radovanovic [Subject: RE: Root filesystem 102% full (was: Disks filling up) [ [ [ [Your root partitions and your /backup are the same - so your backing up to [overflowing. [ [On Fri, 28 Feb 2003, David Radovanovic wrote: [ [> Hello, [> Searched everywhere which lead me to a prior posting about a similar [> problem. My file system is filling up again, but in different places. I [> initiated a rscync script that runs via cron which coincidently ran just [> before my system filling up. I'm sure the answer is obvious to anyone but [> myself. Any help would help divert my disaster. Thanks. My system: [> [> Filesystem 1K-blocks Used Avail Capacity Mounted on [> /dev/ad0s1a 128990 127118 -8446 107% / [> /dev/ad0s1f 257998 118 237242 0% /tmp [> /dev/ad0s1g 9092908 2060994 6304482 25% /usr [> /dev/ad0s1e 257998 83548 153812 35% /var [> /dev/ad2s1a 128990 2 118670 0% /backup [> /dev/ad2s1f 257998 2 237358 0% /backuptmp [> /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr [> /dev/ad2s1e 257998 2 237358 0% /backuptmp [> procfs 4 4 0 100% /proc [> [> The script in question: [> [> #!/bin/sh [> [> /usr/local/bin/rsync -avx --delete --stats / /backup/ [> /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ [/backupvar/ [> /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ [> [> Thanks again for any help. [> [> [> David Radovanovic [> WhatsTheBigIdea.com, Inc. [> -- Bright ideas for the Web! [> 249 Partition Street [> Saugerties, New York 12477 [> (845) 247-0909, FAX: (845) 246-3880 [> http://www.WhatsTheBigIdea.com [> [> [> [-----Original Message----- [> [From: David Radovanovic [mailto:david.radovanovic@verizon.net] [> [Sent: Thursday, February 13, 2003 8:57 AM [> [To: Giorgos Keramidas; dave@whatsthebigidea.com [> [Cc: freebsd-questions@freebsd.org [> [Subject: RE: Root filesystem 102% full (was: Disks fillin up) [> [ [> [ [> [If I'm reading this right the most suspictious culprit in /dev: [> [ [> [-rw-r--r-- 1 root wheel 68960256 Feb 9 04:04 st0 [> [ [> [Any ideas? [> [ [> [As far as CPAN is concerned, should I delete the files or [create a symlink [> [like you, to another partition with more space? [> [ [> [Thanks for your time, I appreciate it :) [> [ [> [ [> [David Radovanovic [> [WhatsTheBigIdea.com, Inc. [> [-- Bright ideas for the Web! [> [249 Partition Street [> [Saugerties, New York 12477 [> [(845) 247-0909, FAX: (845) 246-3880 [> [http://www.WhatsTheBigIdea.com [> [ [> [ [> [[-----Original Message----- [> [[From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [> [[Sent: Thursday, February 13, 2003 8:22 AM [> [[To: dave@whatsthebigidea.com [> [[Cc: freebsd-questions@freebsd.org [> [[Subject: Re: Root filesystem 102% full (was: Disks fillin up) [> [[ [> [[ [> [[Please don't remove the Cc: of the list when replying. I might not [> [[know the answer, or be too busy to read mail. If you Cc: the list [> [[too, someone else will have a change to reply too. Probably faster [> [[than me. [> [[ [> [[On 2003-02-13 07:19, David Radovanovic [> [[ wrote: [> [[> [Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] wrote: [> [[> [ [> [[> [Start with: [> [[> [ [> [[> [ rsc-web1# du -kx / | sort -nr | head -20 [> [[> [ [> [[> [This will print the top-20 space consumers of your / filesystem. [> [[> [What's the output of this command on your system? [> [[> [> [[> rsc-web1# du -kx / | sort -nr | head -20 [> [[> 120903 / [> [[> 67460 /dev [> [[ [> [[This looks odd. Half of your / space is in /dev! Look in /dev with [> [[`ls -l' and see which part of /dev takes up so much space. [> [[ [> [[> 18464 /root [> [[> 17988 /root/.cpan [> [[ [> [[CPAN crap. This is why I don't use cpan at home, and if I absolutely [> [[have to use it, I symlink /root/.cpan -> /home/giorgos/.cpan :-( [> [[ [> [[> 12228 /sbin [> [[> 10944 /root/.cpan/build [> [[> 5480 /modules.old [> [[> 5480 /modules [> [[> 4198 /root/.cpan/sources [> [[> 4094 /bin [> [[> 3446 /root/.cpan/sources/authors [> [[> 3328 /root/.cpan/sources/authors/id [> [[> 2514 /root/.cpan/build/DBI-1.30 [> [[> 2176 /stand [> [[> 1256 /root/.cpan/sources/authors/id/J [> [[> 1246 /root/.cpan/build/DBI-1.30/blib [> [[> 1232 /etc [> [[> 1134 /root/.cpan/build/Class-MakeMethods-1.005 [> [[> 966 /root/.cpan/sources/authors/id/J/JC [> [[> 964 /root/.cpan/sources/authors/id/J/JC/JCRISTY [> [[ [> [ [> [ [> [> [> [> To Unsubscribe: send mail to majordomo@FreeBSD.org [> with "unsubscribe freebsd-questions" in the body of the message [> [ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:36:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710DB37B401; Fri, 28 Feb 2003 09:36:17 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6321E43FE1; Fri, 28 Feb 2003 09:36:16 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 811D2EF69E; Fri, 28 Feb 2003 18:23:35 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 933E25D00A; Fri, 28 Feb 2003 18:39:24 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id E13EC5D008; Fri, 28 Feb 2003 18:39:23 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [24.242.169.51] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A218A5A0150; Fri, 28 Feb 2003 18:53:28 +0100 Message-Id: <5.2.0.9.0.20030228112607.06000a68@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 28 Feb 2003 11:36:08 -0600 To: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org From: Len Conrad Subject: Re: ATA RAID Suggestions / can't get to ATA133 Cc: Soeren Schmidt , 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 False alert! On a hint from Soeren Schmidt, we looked at the Promise ATA cables. The 1U box integrator had reversed the cable, controller-end to disk, and disk-end to controller. With great difficulty, due to the cable routing having the middle ATA connector falling right on a too-small feedthrough hole (could explain why the integrator reversed the cable in the first place. it's a "reversible" flat cable after all!!), we got the cable connected controller-end to controller, and disk-end to disk and dmesg now shows; ar0: 39083MB [4982/255/63] status: READY subdisks: 0 READY ad4: 39083MB [79408/16/63] at ata2-master UDMA133 ar1: 39083MB [4982/255/63] status: READY subdisks: 0 READY ad6: 39083MB [79408/16/63] at ata3-master UDMA133 Thanks Soeren!! Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:39:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F17F37B401 for ; Fri, 28 Feb 2003 09:39:20 -0800 (PST) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9586A43FAF for ; Fri, 28 Feb 2003 09:39:19 -0800 (PST) (envelope-from david.radovanovic@verizon.net) Received: from bigone ([141.149.123.199]) by out003.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030228173918.MBWH7395.out003.verizon.net@bigone>; Fri, 28 Feb 2003 11:39:18 -0600 Reply-To: From: "David Radovanovic" To: "Stephen Hovey" Cc: Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 12:39:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.149.123.199] at Fri, 28 Feb 2003 11:39:16 -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 My file system loooks like this: name# du -kx / | sort -nr | head -20 127117 / 73658 /backupvar 73620 /backupvar/db 71522 /backupvar/db/mysql 18416 /root 17932 /root/.cpan 12228 /sbin 10944 /root/.cpan/build 5480 /modules.old 5480 /modules 4142 /root/.cpan/sources 4094 /bin 3390 /root/.cpan/sources/authors 3382 /backupvar/db/mysql/rsci2 3330 /root/.cpan/sources/authors/id 2918 /backupvar/db/mysql/rsci 2514 /root/.cpan/build/DBI-1.30 2198 /backupvar/db/mysql/oldhome 2176 /stand 1934 /backupvar/db/mysql/database1 David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: Stephen Hovey [mailto:shovey@buffnet.net] [Sent: Friday, February 28, 2003 12:31 PM [To: David Radovanovic [Subject: RE: Root filesystem 102% full (was: Disks filling up) [ [ [ [You know what - my eyeball slid - sorry.. [ [The only way I could help here would be to look at the root to see [ [Have you run a du to see if that doesnt flush out the disk hog spot? [ [On Fri, 28 Feb 2003, David Radovanovic wrote: [ [> Am I backing up the /backup files? Should I comment out the line: [> /usr/local/bin/rsync -avx --delete --stats / /backup/ in the [script? Maybe I [> don't understand FreeBSD's filesystem though you can see that [/backup is a [> separate 20 gig drive. Thanks for your time :) [> [> David Radovanovic [> WhatsTheBigIdea.com, Inc. [> -- Bright ideas for the Web! [> 249 Partition Street [> Saugerties, New York 12477 [> (845) 247-0909, FAX: (845) 246-3880 [> http://www.WhatsTheBigIdea.com [> [> [> [-----Original Message----- [> [From: Stephen Hovey [mailto:shovey@buffnet.net] [> [Sent: Friday, February 28, 2003 12:15 PM [> [To: David Radovanovic [> [Subject: RE: Root filesystem 102% full (was: Disks filling up) [> [ [> [ [> [ [> [Your root partitions and your /backup are the same - so your [backing up to [> [overflowing. [> [ [> [On Fri, 28 Feb 2003, David Radovanovic wrote: [> [ [> [> Hello, [> [> Searched everywhere which lead me to a prior posting about a similar [> [> problem. My file system is filling up again, but in different [places. I [> [> initiated a rscync script that runs via cron which [coincidently ran just [> [> before my system filling up. I'm sure the answer is obvious [to anyone but [> [> myself. Any help would help divert my disaster. Thanks. My system: [> [> [> [> Filesystem 1K-blocks Used Avail Capacity Mounted on [> [> /dev/ad0s1a 128990 127118 -8446 107% / [> [> /dev/ad0s1f 257998 118 237242 0% /tmp [> [> /dev/ad0s1g 9092908 2060994 6304482 25% /usr [> [> /dev/ad0s1e 257998 83548 153812 35% /var [> [> /dev/ad2s1a 128990 2 118670 0% /backup [> [> /dev/ad2s1f 257998 2 237358 0% /backuptmp [> [> /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr [> [> /dev/ad2s1e 257998 2 237358 0% /backuptmp [> [> procfs 4 4 0 100% /proc [> [> [> [> The script in question: [> [> [> [> #!/bin/sh [> [> [> [> /usr/local/bin/rsync -avx --delete --stats / /backup/ [> [> /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ [> [/backupvar/ [> [> /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ [> [> [> [> Thanks again for any help. [> [> [> [> [> [> David Radovanovic [> [> WhatsTheBigIdea.com, Inc. [> [> -- Bright ideas for the Web! [> [> 249 Partition Street [> [> Saugerties, New York 12477 [> [> (845) 247-0909, FAX: (845) 246-3880 [> [> http://www.WhatsTheBigIdea.com [> [> [> [> [> [> [-----Original Message----- [> [> [From: David Radovanovic [mailto:david.radovanovic@verizon.net] [> [> [Sent: Thursday, February 13, 2003 8:57 AM [> [> [To: Giorgos Keramidas; dave@whatsthebigidea.com [> [> [Cc: freebsd-questions@freebsd.org [> [> [Subject: RE: Root filesystem 102% full (was: Disks fillin up) [> [> [ [> [> [ [> [> [If I'm reading this right the most suspictious culprit in /dev: [> [> [ [> [> [-rw-r--r-- 1 root wheel 68960256 Feb 9 04:04 st0 [> [> [ [> [> [Any ideas? [> [> [ [> [> [As far as CPAN is concerned, should I delete the files or [> [create a symlink [> [> [like you, to another partition with more space? [> [> [ [> [> [Thanks for your time, I appreciate it :) [> [> [ [> [> [ [> [> [David Radovanovic [> [> [WhatsTheBigIdea.com, Inc. [> [> [-- Bright ideas for the Web! [> [> [249 Partition Street [> [> [Saugerties, New York 12477 [> [> [(845) 247-0909, FAX: (845) 246-3880 [> [> [http://www.WhatsTheBigIdea.com [> [> [ [> [> [ [> [> [[-----Original Message----- [> [> [[From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [> [> [[Sent: Thursday, February 13, 2003 8:22 AM [> [> [[To: dave@whatsthebigidea.com [> [> [[Cc: freebsd-questions@freebsd.org [> [> [[Subject: Re: Root filesystem 102% full (was: Disks fillin up) [> [> [[ [> [> [[ [> [> [[Please don't remove the Cc: of the list when replying. I might not [> [> [[know the answer, or be too busy to read mail. If you Cc: the list [> [> [[too, someone else will have a change to reply too. Probably faster [> [> [[than me. [> [> [[ [> [> [[On 2003-02-13 07:19, David Radovanovic [> [> [[ wrote: [> [> [[> [Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] wrote: [> [> [[> [ [> [> [[> [Start with: [> [> [[> [ [> [> [[> [ rsc-web1# du -kx / | sort -nr | head -20 [> [> [[> [ [> [> [[> [This will print the top-20 space consumers of your / filesystem. [> [> [[> [What's the output of this command on your system? [> [> [[> [> [> [[> rsc-web1# du -kx / | sort -nr | head -20 [> [> [[> 120903 / [> [> [[> 67460 /dev [> [> [[ [> [> [[This looks odd. Half of your / space is in /dev! Look in /dev with [> [> [[`ls -l' and see which part of /dev takes up so much space. [> [> [[ [> [> [[> 18464 /root [> [> [[> 17988 /root/.cpan [> [> [[ [> [> [[CPAN crap. This is why I don't use cpan at home, and if I [absolutely [> [> [[have to use it, I symlink /root/.cpan -> /home/giorgos/.cpan :-( [> [> [[ [> [> [[> 12228 /sbin [> [> [[> 10944 /root/.cpan/build [> [> [[> 5480 /modules.old [> [> [[> 5480 /modules [> [> [[> 4198 /root/.cpan/sources [> [> [[> 4094 /bin [> [> [[> 3446 /root/.cpan/sources/authors [> [> [[> 3328 /root/.cpan/sources/authors/id [> [> [[> 2514 /root/.cpan/build/DBI-1.30 [> [> [[> 2176 /stand [> [> [[> 1256 /root/.cpan/sources/authors/id/J [> [> [[> 1246 /root/.cpan/build/DBI-1.30/blib [> [> [[> 1232 /etc [> [> [[> 1134 /root/.cpan/build/Class-MakeMethods-1.005 [> [> [[> 966 /root/.cpan/sources/authors/id/J/JC [> [> [[> 964 /root/.cpan/sources/authors/id/J/JC/JCRISTY [> [> [[ [> [> [ [> [> [ [> [> [> [> [> [> [> [> To Unsubscribe: send mail to majordomo@FreeBSD.org [> [> with "unsubscribe freebsd-questions" in the body of the message [> [> [> [ [> [> [> [ [ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:41:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAF537B401 for ; Fri, 28 Feb 2003 09:41:48 -0800 (PST) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7084443FBD for ; Fri, 28 Feb 2003 09:41:47 -0800 (PST) (envelope-from david.radovanovic@verizon.net) Received: from bigone ([141.149.123.199]) by pop017.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030228174145.TRX2095.pop017.verizon.net@bigone>; Fri, 28 Feb 2003 11:41:45 -0600 Reply-To: From: "David Radovanovic" To: "Sean J. Countryman" , "FreeBSD Questions" , Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 12:41:43 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [141.149.123.199] at Fri, 28 Feb 2003 11:41:43 -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 Thanks for your reply: name# du -s -h * 6.0K COPYRIGHT 2.0K backup 2.0K backuptmp 2.0G backupusr 72M backupvar 4.0M bin 542K boot 2.0K cdrom 0B compat 68K dev 2.0K dist 1.2M etc 2.0K fdd 0B home 3.6M kernel 0B kernel.old 2.0K mnt 5.4M modules 5.4M modules.old 37K proc 18M root 12M sbin 2.1M stand 0B sys 2.0K tar-e.log 0B tar.log 118K tmp 2.0G usr 82M var David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: Sean J. Countryman [mailto:sean@rackoperations.com] [Sent: Friday, February 28, 2003 12:32 PM [To: FreeBSD Questions; dave@whatsthebigidea.com [Subject: RE: Root filesystem 102% full (was: Disks filling up) [ [ [from the root directory ("/") run: "du -s -h *" and post the [results. That [will tell us who the offendor is. That will show the disk usage "du" for [each of the directories in the / directory. If you wish to do a bit more [detective work, go into the largest directory and rerun "du -s -h *" on it [to find which subdirectory in that directory is oversized. In this manner [of drilling down, you can discover who the big offender is and then we can [figure out a good course of action. [ [I've seen this a bunch working tech support (for a large internet hosting [company :-) Everytime I drill down to find the problem, it turns out to be [something like an out of control log file, a grossly large mysql database, [or something similar. [ [Let me know if you need anything else [ [Sean Countryman [ [ [ [-----Original Message----- [From: owner-freebsd-questions@FreeBSD.ORG [[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David [Radovanovic [Sent: Friday, February 28, 2003 10:25 AM [To: Stephen Hovey [Cc: freebsd-questions@freebsd.org [Subject: RE: Root filesystem 102% full (was: Disks filling up) [ [ [Am I backing up the /backup files? Should I comment out the line: [/usr/local/bin/rsync -avx --delete --stats / /backup/ in the [script? Maybe I [don't understand FreeBSD's filesystem though you can see that /backup is a [separate 20 gig drive. Thanks for your time :) [ [David Radovanovic [WhatsTheBigIdea.com, Inc. [-- Bright ideas for the Web! [249 Partition Street [Saugerties, New York 12477 [(845) 247-0909, FAX: (845) 246-3880 [http://www.WhatsTheBigIdea.com [ [ [[-----Original Message----- [[From: Stephen Hovey [mailto:shovey@buffnet.net] [[Sent: Friday, February 28, 2003 12:15 PM [[To: David Radovanovic [[Subject: RE: Root filesystem 102% full (was: Disks filling up) [[ [[ [[ [[Your root partitions and your /backup are the same - so your backing up to [[overflowing. [[ [[On Fri, 28 Feb 2003, David Radovanovic wrote: [[ [[> Hello, [[> Searched everywhere which lead me to a prior posting about a similar [[> problem. My file system is filling up again, but in different places. I [[> initiated a rscync script that runs via cron which [coincidently ran just [[> before my system filling up. I'm sure the answer is obvious to [anyone but [[> myself. Any help would help divert my disaster. Thanks. My system: [[> [[> Filesystem 1K-blocks Used Avail Capacity Mounted on [[> /dev/ad0s1a 128990 127118 -8446 107% / [[> /dev/ad0s1f 257998 118 237242 0% /tmp [[> /dev/ad0s1g 9092908 2060994 6304482 25% /usr [[> /dev/ad0s1e 257998 83548 153812 35% /var [[> /dev/ad2s1a 128990 2 118670 0% /backup [[> /dev/ad2s1f 257998 2 237358 0% /backuptmp [[> /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr [[> /dev/ad2s1e 257998 2 237358 0% /backuptmp [[> procfs 4 4 0 100% /proc [[> [[> The script in question: [[> [[> #!/bin/sh [[> [[> /usr/local/bin/rsync -avx --delete --stats / /backup/ [[> /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ [[/backupvar/ [[> /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ [[> [[> Thanks again for any help. [[> [[> [[> David Radovanovic [[> WhatsTheBigIdea.com, Inc. [[> -- Bright ideas for the Web! [[> 249 Partition Street [[> Saugerties, New York 12477 [[> (845) 247-0909, FAX: (845) 246-3880 [[> http://www.WhatsTheBigIdea.com [[> [[> [[> [-----Original Message----- [[> [From: David Radovanovic [mailto:david.radovanovic@verizon.net] [[> [Sent: Thursday, February 13, 2003 8:57 AM [[> [To: Giorgos Keramidas; dave@whatsthebigidea.com [[> [Cc: freebsd-questions@freebsd.org [[> [Subject: RE: Root filesystem 102% full (was: Disks fillin up) [[> [ [[> [ [[> [If I'm reading this right the most suspictious culprit in /dev: [[> [ [[> [-rw-r--r-- 1 root wheel 68960256 Feb 9 04:04 st0 [[> [ [[> [Any ideas? [[> [ [[> [As far as CPAN is concerned, should I delete the files or [[create a symlink [[> [like you, to another partition with more space? [[> [ [[> [Thanks for your time, I appreciate it :) [[> [ [[> [ [[> [David Radovanovic [[> [WhatsTheBigIdea.com, Inc. [[> [-- Bright ideas for the Web! [[> [249 Partition Street [[> [Saugerties, New York 12477 [[> [(845) 247-0909, FAX: (845) 246-3880 [[> [http://www.WhatsTheBigIdea.com [[> [ [[> [ [[> [[-----Original Message----- [[> [[From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [[> [[Sent: Thursday, February 13, 2003 8:22 AM [[> [[To: dave@whatsthebigidea.com [[> [[Cc: freebsd-questions@freebsd.org [[> [[Subject: Re: Root filesystem 102% full (was: Disks fillin up) [[> [[ [[> [[ [[> [[Please don't remove the Cc: of the list when replying. I might not [[> [[know the answer, or be too busy to read mail. If you Cc: the list [[> [[too, someone else will have a change to reply too. Probably faster [[> [[than me. [[> [[ [[> [[On 2003-02-13 07:19, David Radovanovic [[> [[ wrote: [[> [[> [Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] wrote: [[> [[> [ [[> [[> [Start with: [[> [[> [ [[> [[> [ rsc-web1# du -kx / | sort -nr | head -20 [[> [[> [ [[> [[> [This will print the top-20 space consumers of your / filesystem. [[> [[> [What's the output of this command on your system? [[> [[> [[> [[> rsc-web1# du -kx / | sort -nr | head -20 [[> [[> 120903 / [[> [[> 67460 /dev [[> [[ [[> [[This looks odd. Half of your / space is in /dev! Look in /dev with [[> [[`ls -l' and see which part of /dev takes up so much space. [[> [[ [[> [[> 18464 /root [[> [[> 17988 /root/.cpan [[> [[ [[> [[CPAN crap. This is why I don't use cpan at home, and if I absolutely [[> [[have to use it, I symlink /root/.cpan -> /home/giorgos/.cpan :-( [[> [[ [[> [[> 12228 /sbin [[> [[> 10944 /root/.cpan/build [[> [[> 5480 /modules.old [[> [[> 5480 /modules [[> [[> 4198 /root/.cpan/sources [[> [[> 4094 /bin [[> [[> 3446 /root/.cpan/sources/authors [[> [[> 3328 /root/.cpan/sources/authors/id [[> [[> 2514 /root/.cpan/build/DBI-1.30 [[> [[> 2176 /stand [[> [[> 1256 /root/.cpan/sources/authors/id/J [[> [[> 1246 /root/.cpan/build/DBI-1.30/blib [[> [[> 1232 /etc [[> [[> 1134 /root/.cpan/build/Class-MakeMethods-1.005 [[> [[> 966 /root/.cpan/sources/authors/id/J/JC [[> [[> 964 /root/.cpan/sources/authors/id/J/JC/JCRISTY [[> [[ [[> [ [[> [ [[> [[> [[> [[> To Unsubscribe: send mail to majordomo@FreeBSD.org [[> with "unsubscribe freebsd-questions" in the body of the message [[> [[ [ [ [ [To Unsubscribe: send mail to majordomo@FreeBSD.org [with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:46: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD3737B401 for ; Fri, 28 Feb 2003 09:46:02 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 489AA43F93 for ; Fri, 28 Feb 2003 09:46:01 -0800 (PST) (envelope-from blueeskimo@gmx.net) Received: (qmail 8183 invoked by uid 0); 28 Feb 2003 17:46:00 -0000 Received: from i216-58-29-174.gta.igs.net (HELO ?216.58.29.174?) (216.58.29.174) by mail.gmx.net (mp010-rz3) with SMTP; 28 Feb 2003 17:46:00 -0000 Subject: Re: Java on FreeBSD? From: Adam To: Sam Post Cc: freebsd-questions@FreeBSD.ORG, loganj@math.byu.edu In-Reply-To: <20030228102107.A13243@cairo.math.byu.edu> References: <20030228102107.A13243@cairo.math.byu.edu> Content-Type: text/plain Organization: Message-Id: <1046454359.77650.5.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 28 Feb 2003 12:45:59 -0500 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, 2003-02-28 at 12:21, Sam Post wrote: > Hello, > > I've been trying to get Matlab to work on FreeBSD for a few days now, but I'm not sure if the error is in the FreeBSD implementation of Java or in Matlab itself. Matlab is technically not supposed to run on FreeBSD but I've been to websites where people claim they have it running via Linux compatibility libraries (linuxcompat) > > I guess I really have two questions: 1) does Java work on FreeBSD (and how), 2) does Matlab work on FreeBSD (and how?) > > Any information you have would be worth it's weight in gold (fortunately for my pocketbook, information is pretty light!) so thanks in advance! > > I've attached some error reports, maybe they'll be useful... > > Sam Post Matlab will work on FreeBSD (using Linux binary support), but you have to muck around with the startup scripts to make it believe FreeBSD is a supported platform. As for Java, you obviously have discovered that the native JDK in FreeBSD 4.x doesn't work very well. My suggestion would be to install the Linux JDK, and create some fancy symlinks if Matlab doesn't allow for specifying where the java executable is located. Hope this helps. -- Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:53:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444C737B401 for ; Fri, 28 Feb 2003 09:53:38 -0800 (PST) Received: from mta03.btfusion.com (mta03.btfusion.com [62.172.195.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665E743FDD for ; Fri, 28 Feb 2003 09:53:37 -0800 (PST) (envelope-from rhw@shspost.co.uk) Received: from [217.35.109.201] (helo=shspost.co.uk) by mta03.btfusion.com with smtp (Exim 4.10) id 18oohT-000010-00 for freebsd-questions@freebsd.org; Fri, 28 Feb 2003 17:53:35 +0000 Received: from rhw ([217.35.109.205]) by shspost.co.uk with SMTP (Mailtraq/1.1.5.1167) id SHSP43376E87D for freebsd-questions@freebsd.org; Fri, 28 Feb 2003 17:49:07 -0000 Message-ID: <000701c2df52$464cdd30$2700000a@rhw> From: "Richard" To: Subject: Disklabel auto allocate script Date: Fri, 28 Feb 2003 17:53:16 -0000 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Hops: 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 hey i am trying to create a script to automatically detect the size of a drive,run fdisk then disklabel and allocate the partitions in a similar way to the sysinstall disklabel program, but i can't seem to find any documentation to help. the script is for a boot disk that will set up all the partitions on a drive then copy tarred filesystem onto each partition. can anyone help with how i can get disklabel to partition the drive from the command line? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:57: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5991F37B401 for ; Fri, 28 Feb 2003 09:57:03 -0800 (PST) Received: from vortex.wa4phy.net (user-69-1-2-172.knology.net [69.1.2.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0240043FA3 for ; Fri, 28 Feb 2003 09:57:01 -0800 (PST) (envelope-from sam@wa4phy.net) Received: from vortex.wa4phy.net (localhost.wa4phy.net [127.0.0.1]) by vortex.wa4phy.net (8.12.6/8.12.6) with ESMTP id h1SHuuVn066236 for ; Fri, 28 Feb 2003 12:57:00 -0500 (EST) (envelope-from sam@wa4phy.net) Message-ID: <3E5FA2E8.3060200@vortex.wa4phy.net> Date: Fri, 28 Feb 2003 12:56:56 -0500 From: Sam Drinkard Organization: You Gotta Be Kiddin! User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en, ja MIME-Version: 1.0 To: questions@freebsd.org Subject: Where did I go wrong? Content-Type: text/plain; charset=ISO-8859-1; 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 For some time, I've been seeing all these entries in my console log, the dmesg, and in the security logs. I don't remember when or what change I made to create them, but looking thru what I thought would turn them off, I see nothing. Can somebody refresh my memory and tell me where I need to make the change? System is 4.7-Stable, no ipfilter, only ipfw. > >vortex.wa4phy.net kernel log messages: > > >> 127.0.0.1:2725 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:2936 from 127.0.0.1:53 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to UDP 127.0.0.1:3055 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3185 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3235 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3307 from 127.0.0.1:53 > Thanks... Sam PS.. would appreciate a CC: as I'm not subscribed to -questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 9:57:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C772437B401 for ; Fri, 28 Feb 2003 09:57:41 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 962F343FCB for ; Fri, 28 Feb 2003 09:57:40 -0800 (PST) (envelope-from mwm-dated-1046887059.c1545d@mired.org) Received: (qmail 69789 invoked from network); 28 Feb 2003 17:57:39 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 17:57:39 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.41747.67024.941224@guru.mired.org> Date: Fri, 28 Feb 2003 11:57:39 -0600 To: Cliff Sarginson Cc: FreeBSD Questions Subject: Re: single user mode In-Reply-To: <20030227202359.GA4488@raggedclown.net> References: <20030227202359.GA4488@raggedclown.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Since nobody else stepped forward with an answer, I'll try.... In <20030227202359.GA4488@raggedclown.net>, Cliff Sarginson typed: > No I can think of kludgy ways to do this, but I want to know the way > it should be done. How can you tell from with a shell script whether you > are in single-user mode or not ? The difference between starting single-user and starting multi-user is that init just starts a shell in one case, and in the other it runs /etc/rc then deals with /etc/ttys. Shutting down to single-user shuts down the things in /etc/ttys - and anything else - then launches a shell. There doesn't appear to be a way to ask init if it's running in single-user or multi-user mode. I'd say the best way is to look for a shell process with a ppid of 1. This can be fooled by having a shell started in /etc/ttys. Looking for things to be running in multi-user mode depends on them running, which may fail during (ab)normal system operation. Might I suggest that you're not really worried about being single-user, but instead worried about some condition that is usually true in single-user mode (quiescent file systems, no network daemons, etc)? If that's the case, you'd probably be better off checking that condition than checking for single-user mode. After all, given any assumption you make about single-user mode, I can violate that assumption if I really want to. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 10: 6:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E51C337B401 for ; Fri, 28 Feb 2003 10:06:16 -0800 (PST) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BCCB43FB1 for ; Fri, 28 Feb 2003 10:06:16 -0800 (PST) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-200-143.lsanca1.elnk.dsl.genuity.net ([4.62.200.143] helo=netcom1.netcom.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18ootk-0001fy-00 for freebsd-questions@freebsd.org; Fri, 28 Feb 2003 10:06:16 -0800 Received: by netcom1.netcom.com (Postfix, from userid 1000) id 5886C52C5; Fri, 28 Feb 2003 10:06:15 -0800 (PST) From: Mike Harding To: freebsd-questions@freebsd.org Subject: Monitoring disk activity? Message-Id: <20030228180615.5886C52C5@netcom1.netcom.com> Date: Fri, 28 Feb 2003 10:06:15 -0800 (PST) Sender: owner-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 disk access on my machine every 2 seconds, is there a way to figure out which process is the guilty one? Also, I have another drive which I let spin down - it spins up occasionally, I don't know why. I would like to figure out what program(s) are accessing the other disk. This is on 4-STABLE... I know I could write a kqueue program but that seems brutal. I have root on the machine, of course... Thanks for any help Mike H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:15:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C8337B408 for ; Fri, 28 Feb 2003 11:15:36 -0800 (PST) Received: from vortex.wa4phy.net (user-69-1-2-172.knology.net [69.1.2.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A730442CC for ; Fri, 28 Feb 2003 10:45:07 -0800 (PST) (envelope-from sam@wa4phy.net) Received: from vortex.wa4phy.net (localhost.wa4phy.net [127.0.0.1]) by vortex.wa4phy.net (8.12.6/8.12.6) with ESMTP id h1SIilVn066482; Fri, 28 Feb 2003 13:44:47 -0500 (EST) (envelope-from sam@wa4phy.net) Message-ID: <3E5FAE1F.4070207@vortex.wa4phy.net> Date: Fri, 28 Feb 2003 13:44:47 -0500 From: Sam Drinkard Organization: You Gotta Be Kiddin! User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en, ja MIME-Version: 1.0 To: "Roger 'Rocky' Vetterberg" Cc: questions@FreeBSD.ORG Subject: Re: Where did I go wrong? References: <3E5FA2E8.3060200@vortex.wa4phy.net> <3E5FACF2.5090303@401.cx> In-Reply-To: <3E5FACF2.5090303@401.cx> Content-Type: text/plain; charset=ISO-8859-1; 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 Yep.. I did at that Roger.. is now turned off. Memory getting bad, and don't remember why I turned it on in the first place! Thanks.. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:15:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2DF37B40E for ; Fri, 28 Feb 2003 11:15:35 -0800 (PST) Received: from thor.65535.net (thor.65535.net [65.214.160.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5738E442C8 for ; Fri, 28 Feb 2003 10:45:30 -0800 (PST) (envelope-from rghf@fsck.me.uk) Received: from localhost (thor [65.214.160.96]) by thor.65535.net (8.12.6/8.12.6) with ESMTP id h1SCm7uW064854; Fri, 28 Feb 2003 04:48:07 -0800 (PST) (envelope-from rghf@fsck.me.uk) Date: Fri, 28 Feb 2003 04:48:07 -0800 (PST) From: Rus Foster X-X-Sender: rghf@thor.65535.net To: Thomas von Hassel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Best way to log from several servers In-Reply-To: <69498004-4B1A-11D7-9EAA-003065B0995C@garbage.dk> Message-ID: <20030228044649.B28325@thor.65535.net> References: <69498004-4B1A-11D7-9EAA-003065B0995C@garbage.dk> 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, 28 Feb 2003, Thomas von Hassel wrote: > > On Friday, February 28, 2003, at 01:32 PM, Rus Foster wrote: > > ok, that would take care of the sending side, what about the > receiving side ? > > /thomas The server side just need a syslogd running with the appropiate -a flages See man syslogd Rus -- http://www.65535.net | MSN: support@65535.net "More bits for your bite" Email - Web Space - Custom Solutions - Shell Accounts Please respect RFC1855 and don't top post To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:15:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A655837B410 for ; Fri, 28 Feb 2003 11:15:36 -0800 (PST) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52032442B8 for ; Fri, 28 Feb 2003 10:44:36 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (rocky [192.168.0.2]) by rambo.401.cx (8.12.7/8.12.7) with ESMTP id h1SIiOuA096242; Fri, 28 Feb 2003 19:44:24 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <3E5FAE3A.4060701@401.cx> Date: Fri, 28 Feb 2003 19:45:14 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning Cc: freebsd Subject: Re: natd 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 Brian Henning wrote: > My local network (192.168.1.0) consists of three machine BSD1 (192.168.1.40) and > BSD2 (192.168.1.42). Both of these machines use gateway/router (BSD3) > 192.168.1.254 > to access the internet. All of these machine are connected to a switch locally. > BSD3 connects to my isp and gets my single ip address that i want to share with > the > rest of my local network. Just a note, these machine get their ip addresses > staticly. > > on my router i recompiled the kernel with these options. > options IPFIREWALL > options IPFIREWALL_VERBOSE #firewall logging capability - optional > options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity > options IPDIVERT #NATD > > i have not added anything to my rc.conf file as of yet. > Eventually i will set up natd and firewall settings in my rc.conf, but can > someone direct me on how to do this manually so i can access the internet > from anywhere on my network. > > r11 is my external network > rl0 is my internal network > > > >>natd -interface rl1 >>ipfw -f flush >>ipfw add divert natd all from any to any via rl1 >>ipfw add pass all from any to any > > > > does this seem correct? > > Thanks for any advice, > > Brian > Add 'sysctl -w net.inet.ip.forwarding=1' to the above commands and you should be surfing in no time. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3358C37B418 for ; Fri, 28 Feb 2003 11:15:37 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EDC144260 for ; Fri, 28 Feb 2003 10:38:08 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h1SIbug21895; Fri, 28 Feb 2003 20:37:56 +0200 Message-Id: <200302281837.h1SIbug21895@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 28 Feb 03 20:37:34 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 28 Feb 03 20:37:20 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Peter Elsner , t@garbage.dk, questions@freebsd.org Date: Fri, 28 Feb 2003 20:37:17 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Best way to log from several servers In-reply-to: <5.2.0.9.2.20030228080645.025f7c10@mail.servplex.com> References: <2B3CC68F-4B18-11D7-9EAA-003065B0995C@garbage.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 Hi! > You could write a Perl script to parse them and email them to you ... > > That's what I did for about 14 of my customers... I get an email daily that > emails me the logs. As mentioned by Roger Vetterberg, the Real Men (tm) of course configure syslogd to have all machines to log to a central server. It's wussies like me who use some kind of e-mail solution described above ;-) You don't even have to do any scripting, because someone has already done it and the results are available in /usr/ports/security/logcheck. I have it installed on all the FreeBSD servers I'm responsible for. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Computers are not intelligent. They only think they are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6B037B414 for ; Fri, 28 Feb 2003 11:15:37 -0800 (PST) Received: from deter.dk (port74.ds1-oebr.adsl.cybercity.dk [212.242.49.77]) by mx1.FreeBSD.org (Postfix) with SMTP id A2D1F44380 for ; Fri, 28 Feb 2003 11:02:23 -0800 (PST) (envelope-from no-spam@deter.dk) Received: (qmail 25784 invoked by uid 1001); 28 Feb 2003 19:01:38 -0000 Date: Fri, 28 Feb 2003 20:01:38 +0100 From: Morten Grunnet Buhl To: freebsd-questions@FreeBSD.ORG Subject: Re: Input on solution to temporary routing Message-ID: <20030228190138.GB24198@deter.dk> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20030223235029.GB9202@deter.dk> <4465r8hvxw.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4465r8hvxw.fsf@be-well.ilk.org> X-Operating-System: FreeBSD 4.6-STABLE on a i386 X-Uptime: 8:08AM up 36 days, 5:34, 2 users, load averages: 0.02, 0.01, 0.00 User-Agent: Mutt/1.5.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 Lowell Gilbert (freebsd-questions-local@be-well.no-ip.com) wrote: > Morten Grunnet Buhl writes: > > > > opensesamy 192.168.0.2 ftp > > > > which would then temporary route outside ftp connections to 192.168.0.2. > > You could do something like this, but it wouldn't work for more than > one inside box at a time. - I know this. prehaps I did not explain my self properly. Basicly, what I want is to make a script that does a natd -redirect_port tcp XXX.XXX.XXX.XXX:http http Where the XXX.XXX.XXX.XXX is an internal IP address supplied at the command-line. Why I do not have this in my natd.conf file is because there are several machines in my internal network which at different time should function as a http or ftp server. (But lets keep to http for now) So what it all comes down to is that I want to know if there is an easy way around adding and removing natd rules. I am not interested in having the outside port 8080 mapped to some internal IP port 80. What I want is a small script that can be called that either opens or closes the route from port 80 on the outside to port 80 on a specified internal IP. I hope someone out there can help me with this. As I really dont want to reload all the nat rules every-time I need to change one. Thanks in advance /Morten -- DetEr.dk - Rules are made to control the fun. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A8F37B425 for ; Fri, 28 Feb 2003 11:15:37 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C8B44383 for ; Fri, 28 Feb 2003 11:06:57 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id CB2701EF; Fri, 28 Feb 2003 14:15:40 -0500 (EST) Reply-To: From: "JoeB" To: "Sam Drinkard" , Subject: RE: Where did I go wrong? Date: Fri, 28 Feb 2003 14:06:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <3E5FA2E8.3060200@vortex.wa4phy.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 log_in_vain="YES" in /etc/rc.conf -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sam Drinkard Sent: Friday, February 28, 2003 12:57 PM To: questions@freebsd.org Subject: Where did I go wrong? For some time, I've been seeing all these entries in my console log, the dmesg, and in the security logs. I don't remember when or what change I made to create them, but looking thru what I thought would turn them off, I see nothing. Can somebody refresh my memory and tell me where I need to make the change? System is 4.7-Stable, no ipfilter, only ipfw. > >vortex.wa4phy.net kernel log messages: > > >> 127.0.0.1:2725 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:2936 from 127.0.0.1:53 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >> Connection attempt to UDP 127.0.0.1:3055 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3185 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3235 from 127.0.0.1:53 >> Connection attempt to UDP 127.0.0.1:3307 from 127.0.0.1:53 > Thanks... Sam PS.. would appreciate a CC: as I'm not subscribed to -questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3542A37B4B9 for ; Fri, 28 Feb 2003 11:15:47 -0800 (PST) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0A44282 for ; Fri, 28 Feb 2003 10:39:08 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (rocky [192.168.0.2]) by rambo.401.cx (8.12.7/8.12.7) with ESMTP id h1SIcuuA095928; Fri, 28 Feb 2003 19:38:56 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <3E5FACF2.5090303@401.cx> Date: Fri, 28 Feb 2003 19:39:46 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Drinkard Cc: questions@FreeBSD.ORG Subject: Re: Where did I go wrong? References: <3E5FA2E8.3060200@vortex.wa4phy.net> 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 Sam Drinkard wrote: > For some time, I've been seeing all these entries in my console log, the > dmesg, and in the security logs. I don't remember when or what change I > made to create them, but looking thru what I thought would turn them > off, I see nothing. Can somebody refresh my memory and tell me where I > need to make the change? System is 4.7-Stable, no ipfilter, only ipfw. > >> >> vortex.wa4phy.net kernel log messages: >> >> >>> 127.0.0.1:2725 from 127.0.0.1:53 >>> Connection attempt to UDP 127.0.0.1:2936 from 127.0.0.1:53 >>> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >>> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >>> Connection attempt to TCP 69.1.2.172:445 from 24.73.116.177:1724 >>> Connection attempt to UDP 127.0.0.1:3055 from 127.0.0.1:53 >>> Connection attempt to UDP 127.0.0.1:3185 from 127.0.0.1:53 >>> Connection attempt to UDP 127.0.0.1:3235 from 127.0.0.1:53 >>> Connection attempt to UDP 127.0.0.1:3307 from 127.0.0.1:53 >> >> > Thanks... > > Sam > > PS.. would appreciate a CC: as I'm not subscribed to -questions > Seems like you activated log in vain. Use sysctl to deactivate net.inet.tcp.log_in_vain and net.inet.udp.log_in_vain or add log_in_vain="0" to your /etc/rc.conf -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA40E37B6A2; Fri, 28 Feb 2003 11:15:58 -0800 (PST) Received: from hotmail.com (f137.law8.hotmail.com [216.33.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36D444238; Fri, 28 Feb 2003 10:32:30 -0800 (PST) (envelope-from xav_i@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 10:32:30 -0800 Received: from 200.61.41.171 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 28 Feb 2003 18:32:30 GMT X-Originating-IP: [200.61.41.171] From: "X a v" To: questions@FreeBSD.org Subject: It consults Urgent !!!! Date: Fri, 28 Feb 2003 18:32:30 +0000 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 28 Feb 2003 18:32:30.0687 (UTC) FILETIME=[C0A346F0:01C2DF57] Sender: owner-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 installed version the 4.7 of FreeBsd, and now I need to install a program that was running in SCO.  Since I do it? 
Exists some utility like the Custom of SCO, to install programs that are not ports?
 
Thanks.
 
Javier.


STOP MORE SPAM with the new MSN 8 and get 2 months FREE* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:16:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE7237B443 for ; Fri, 28 Feb 2003 11:15:42 -0800 (PST) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86A844295 for ; Fri, 28 Feb 2003 10:42:31 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (rocky [192.168.0.2]) by rambo.401.cx (8.12.7/8.12.7) with ESMTP id h1SIgJuA096149; Fri, 28 Feb 2003 19:42:19 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <3E5FADBE.5090300@401.cx> Date: Fri, 28 Feb 2003 19:43:10 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail on more then one box with nat References: <5.1.1.6.0.20030228120742.00b4ee40@computer.multihaven.org> 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 Jeremy wrote: > Dear all > > I have a setup like this > > > A > |------------|------------| > B C > > Server A has a real IP and servers B & C have 192.168 addresses > > each server needs to process its own /etc/mail/access table > > eg mail bound for user@serverB uses the /etc/mail/access on server B > eg mail bound for user@serverC uses the /etc/mail/access on server C > > Server A is just a system that runs nat > > can tihs be done? > > thanks > jer If server A runs smtp, you could point both domains to that IP and let server A forward the mails to either B or C depending on domain. You can not have the mails delivered directly to both B and C unless you have atleast two public IP's, which I assume you dont since you ask this question. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:17: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 843EC37B495 for ; Fri, 28 Feb 2003 11:15:42 -0800 (PST) Received: from c001.snv.cp.net (h005.c001.snv.cp.net [209.228.32.119]) by mx1.FreeBSD.org (Postfix) with SMTP id CE6934402D for ; Fri, 28 Feb 2003 10:11:18 -0800 (PST) (envelope-from jeff@walters.name) Received: (cpmta 16478 invoked from network); 28 Feb 2003 10:11:17 -0800 Received: from 24.216.194.242 (HELO jerry.localdomain) by smtp.register-admin.com (209.228.32.119) with SMTP; 28 Feb 2003 10:11:17 -0800 X-Sent: 28 Feb 2003 18:11:17 GMT From: Jeff Walters Reply-To: jeff@walters.name To: freebsd-questions@freebsd.org Subject: Re: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 13:11:16 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302281311.16856.jeff@walters.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 Sorry to jump in but couldn't resist the detective work. :) Based on your df output, /backupvar is on the root partition and the du output shows that it is 72 megabytes big. That's most of the space there, though /root is pretty big too at 18 megs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:17: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBB6637B689; Fri, 28 Feb 2003 11:15:57 -0800 (PST) Received: from hotmail.com (f215.law8.hotmail.com [216.33.241.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74DA44125; Fri, 28 Feb 2003 10:17:30 -0800 (PST) (envelope-from xav_i@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 10:17:30 -0800 Received: from 200.61.41.171 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 28 Feb 2003 18:17:30 GMT X-Originating-IP: [200.61.41.171] From: "X a v" To: questions@FreeBSD.org Subject: Consulta Date: Fri, 28 Feb 2003 18:17:30 +0000 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 28 Feb 2003 18:17:30.0600 (UTC) FILETIME=[A824E680:01C2DF55] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG
Instale la version de FreeBSD 4.7-relase, y nesecito instalar un programa que estaba corriendo en un sistema SCO 5.
 Como hago esto? Hay alguna utilidad para hacerlo, como el Custom que viene con el SCO.
 
Por favor cualquier tipo de ayuda que puedan hacerme llegar se los agradeceria mucho, ya que soy muy nuevo con FreeBsd.
Gracias.
 
Javier.


Help STOP SPAM with the new MSN 8 and get 2 months FREE* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 11:17:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0763137B4A3 for ; Fri, 28 Feb 2003 11:15:43 -0800 (PST) Received: from hotmail.com (f41.law14.hotmail.com [64.4.21.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EE544283 for ; Fri, 28 Feb 2003 10:38:56 -0800 (PST) (envelope-from desmondjames@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 28 Feb 2003 10:37:07 -0800 Received: from 150.135.161.124 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 28 Feb 2003 18:37:07 GMT X-Originating-IP: [150.135.161.124] From: "desmond james" To: freebsd-questions@FreeBSD.ORG Subject: Configuring sound Date: Fri, 28 Feb 2003 18:37:07 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Feb 2003 18:37:07.0727 (UTC) FILETIME=[65C439F0:01C2DF58] Sender: owner-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 help configuring my sound. I was using the freeBSD hand book accomplish this task. I have on board sound, and added the option: options PNPBIOS into the kernel, as the handbook said, and restarted my system. The kernel loaded but I had no sound. When I start X, KDE gives me the following message: Error while initializing the sound driver: device /dev/dsp can't be opened (Device not configured) The sound server will continue, using the null output device I've tried going into /dev and using the command MAKEDEV /dev/dsp; that didn't work. I also decided to try MAKEDEV dsp, thinking that maybe since I was in the directory it didn't want me to specify /dev/dsp. Both of these attempts told me that file: dev/dsp do not exist, but when I looked in the /dev directory, I did see a dsp file. Can some one help me figure out what I'm doing wrong?. I've attached my dmesg at the bottom of this email. Thanx. Desmond Copyright (c) 1992-2002 The FreeBSD Project.}{\f4\cf8\insrsid12734142\charrsid12734142 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994}{\f4\cf8\insrsid12734142\charrsid12734142 The Regents of the University of California. All rights reserved.}{\f4\cf8\insrsid12734142\charrsid12734142 FreeBSD 4.7-RELEASE #0: Fri Feb 21 13:54:02 MST 2003}{\f4\cf8\insrsid12734142\charrsid12734142 root@:/usr/src/sys/compile/SOUNDGEN}{\f4\cf8\insrsid12734142\charrsid12734142 Timecounter "i8254" frequency 1193182 Hz}{\f4\cf8\insrsid12734142\charrsid12734142 CPU: AMD Athlon(tm) Processor (1101.96-MHz 686-class CPU)}{\f4\cf8\insrsid12734142\charrsid12734142 Origin = "AuthenticAMD" Id = 0x642 Stepping = 2}{\f4\cf8\insrsid12734142\charrsid12734142 Features=0x183f9ff}{\f4\cf8\insrsid12734142\charrsid12734142 AMD Features=0xc0440000<,AMIE,DSP,3DNow!>}{\f4\cf8\insrsid12734142\charrsid12734142 real memory = 268369920 (262080K bytes)}{\f4\cf8\insrsid12734142\charrsid12734142 config> di lnc0}{\f4\cf8\insrsid12734142\charrsid12734142 config> di ie0}{\f4\cf8\insrsid12734142\charrsid12734142 config> di fe0}{\f4\cf8\insrsid12734142\charrsid12734142 config> di ed0}{\f4\cf8\insrsid12734142\charrsid12734142 config> di cs0}{\f4\cf8\insrsid12734142\charrsid12734142 config> q}{\f4\cf8\insrsid12734142\charrsid12734142 avail memory = 255950848 (249952K bytes) Preloaded elf kernel "kernel" at 0xc0510000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc051009c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fde80 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 11 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 9 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 uhci1: port 0xd800-0xd81f irq 9 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0}{\f4\cf8\insrsid12734142\charrsid12734142 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: (vendor=0x1106, dev=0x3057) at 7.4 chip1: port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 7.5 on pci0 chip2: port 0xe800-0xe8ff irq 10 at device 7.6 on pci0 pci0: (vendor=0x14f1, dev=0x1059) at 9.0 irq 11 pcib1: on motherboard pci2: on pcib1 orm0: LOOKING FOR LEADERS IN YOUR AREA

LOOKING FOR LEADERS IN YOUR AREA

TO PROFIT FROM A HUGE "BOOMER" SPENDING TREND

TODAY 90 Million Baby Boomers...

Will Pay Almost Any Price to Look Younger.

WE Have THE BILLION DOLLAR PRODUCT to Fill This Demand!

We Are Proving That Our New, Patented, All Natural Breakthrough Product is the Most Widely Accepted Solution to Skin Damage in the Marketplace Today.  Our Company is Growing at a Phenomenal Rate Since This Product was Introduced Just a Few Short Months Ago!

Timing is Everything...and WE Have THE TIMING!

This Unprecedented Demand is Creating MILLIONAIRES!

DO YOU WANT TO BE ONE OF THEM?

 

TO RECEIVE PRODUCT & OPPORTUNITY INFO BY E-MAIL

(Please DO NOT click "Reply" to Respond.  Choose an Option Below.)

OPPORTUNITY    OR    PRODUCT ONLY

All Inquiries MUST INCLUDE Name, Phone Number & Best Time to Call to Receive a Response.

 

RESULTS CREATE MOMENTUM!

"This product OUT-PERFORMS every other prescription or over-the-counter product I've ever recommended or prescribed in my 18 years as a Dermatologist."  R.B., MD - South Carolina

"After 4 months in this business I took my family on a 2 WEEK vacation.  When we returned there was over $5,000 in our mailbox!  This business is DUPLICATING, and we are just getting started!  I believe that anyone who works hard for the next year or two will NEVER HAVE TO WORK AGAIN!"  Val - Texas

 

Please send email at this link to be removed rememail@hotmail.com

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 14:21:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC66137B401 for ; Fri, 28 Feb 2003 14:21:27 -0800 (PST) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03.tampabay.rr.com [65.32.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066D243F93 for ; Fri, 28 Feb 2003 14:21:27 -0800 (PST) (envelope-from ka0ttic@cfl.rr.com) Received: from ka0ttic (86.107.26.24.cfl.rr.com [24.26.107.86]) by ms-smtp-03.tampabay.rr.com (8.12.5/8.12.5) with ESMTP id h1SMLPOZ011408 for ; Fri, 28 Feb 2003 17:21:26 -0500 (EST) Subject: disabling inetd & sendmail From: Aaron Walker To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 28 Feb 2003 17:21:13 -0500 Message-Id: <1046470874.2149.4.camel@ka0ttic> Mime-Version: 1.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 I am trying to disable inetd and sendmail so that they do not start up when my router/firewall boots up. I have the following in /etc/rc.conf but it doesnt do any good: inetd_enable="NO" sendmail_enable="NO" how do I go about disabling these? thanks, Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 14:29:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501E337B401 for ; Fri, 28 Feb 2003 14:29:36 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 4555243F75 for ; Fri, 28 Feb 2003 14:29:35 -0800 (PST) (envelope-from mwm-dated-1046903374.cff80b@mired.org) Received: (qmail 73567 invoked from network); 28 Feb 2003 22:29:34 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Feb 2003 22:29:34 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15967.58061.762436.884175@guru.mired.org> Date: Fri, 28 Feb 2003 16:29:33 -0600 To: Aaron Walker Cc: freebsd-questions@freebsd.org Subject: Re: disabling inetd & sendmail In-Reply-To: <1046470874.2149.4.camel@ka0ttic> References: <1046470874.2149.4.camel@ka0ttic> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) Sender: owner-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 <1046470874.2149.4.camel@ka0ttic>, Aaron Walker typed: > I am trying to disable inetd and sendmail so that they do not start up > when my router/firewall boots up. I have the following in /etc/rc.conf > but it doesnt do any good: > inetd_enable="NO" > sendmail_enable="NO" > how do I go about disabling these? inetd_enable is fine as "NO". If you're still seeing inetd after changing this and rebooting, cut and paste the text because there's probably a typo. sendmail_enable needs to be "NONE", otherwise it starts sendmail with different sets of flags. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 14:38:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C627F37B401 for ; Fri, 28 Feb 2003 14:38:55 -0800 (PST) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D071943FAF for ; Fri, 28 Feb 2003 14:38:54 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18ot9a-0001or-00 for questions@freebsd.org; Fri, 28 Feb 2003 22:38:54 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id B965AC6D0 for ; Fri, 28 Feb 2003 23:38:52 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id D5B43610C for ; Fri, 28 Feb 2003 23:38:41 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 8C26B2261F; Fri, 28 Feb 2003 23:38:42 +0100 (CET) Date: Fri, 28 Feb 2003 23:38:42 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: full/half duplex Message-ID: <20030228223842.GA81663@raggedclown.net> References: <1046381078.2126.19.camel@ka0ttic> <001201c2deb9$2b29a220$1508060a@furrie.net> <20030228192335.GA10452@raggedclown.net> <20030228212700.GA83015@constans.gldis.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030228212700.GA83015@constans.gldis.ca> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-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, Feb 28, 2003 at 04:27:00PM -0500, Jeremy Faulkner wrote: > On Fri, Feb 28, 2003 at 08:23:35PM +0100, Cliff Sarginson wrote: > > On Thu, Feb 27, 2003 at 11:37:19PM -0000, Chris Phillips wrote: > > > Aaron wrote: - > > > I have a 3Com 3c900-Combo and ifconfig is reporting that it was in > > > half-duplex mode, so I booted up my 3com dos utility book disk and > > > checked and it was at half-duplex so I changed it to full. ifconfig is > > > still reporting it being half-duplex. Do I need to reinstall the driver > > > or something? How would I go about it? > > > > > > Chris Phillips wrote: > > > > Is it plugged into a hub or a switch? > > > > A hub will only do half duplex. > > > > A switch will do full duplex. > > > > Worth mentioning... > > > > > I don't know what the problem is but I do not think what you say is > > correct. A hub can do full duplex, at least in my previous experience. > > A hub most certainly can not run full duplex. In order to run at full duplex > the tx and rx lines have to be separate. > > A hub is simply connecting all of the tx and rx lines in the ethernet cable > together w/ some amplification. Since all of the tx and rx lines are connected > a packet transmitted from one machine will be received by all machines on > the network. > > A switch can do full duplex because each port is essentially its own nic > card. The switch segments the network and only traffic that needs to go > through a specific segment will go to that segment. This division of > traffic is decided based on the mac address of the destination. Well, that is true as far as it goes, but there are a few other considerations being skated over here with regard to switches. > Well, before I started using switches my eyes must have been deceiving me, because I built a small hub-based network, which was most definitely running full duplex. So it either must have been some kind of super-hub ..:) or my eyes deceived me, or one of us is wrong. Or perhaps it was a switch in a box marked hub. Or maybe the O/S was lying. Well I don't have the device anymore, so I can't try it out. This argument has been on this list once before btw, a long time ago, I don't think I participated in it, but I do recall dissent on this very topic...even among experts. Still I am not an electrical engineer, I only believe what I see with my own eyes :). -- Regards Cliff [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 14:58:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C78C37B401 for ; Fri, 28 Feb 2003 14:58:56 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C1843FCB for ; Fri, 28 Feb 2003 14:58:55 -0800 (PST) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a144.otenet.gr [212.205.215.144]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1SMupks002978; Sat, 1 Mar 2003 00:56:52 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1SMuoef039148; Sat, 1 Mar 2003 00:56:50 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1SMunfr039147; Sat, 1 Mar 2003 00:56:49 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 1 Mar 2003 00:56:49 +0200 From: Giorgos Keramidas To: abc@dialups-247.anchorage.mtaonline.net Cc: questions@freebsd.org Subject: Re: #!/bin/sh & execve Message-ID: <20030228225649.GA39099@gothmog.gr> References: <200302281832.h1SIWbSp046258@en26.dialups-247.anchorage.mtaonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302281832.h1SIWbSp046258@en26.dialups-247.anchorage.mtaonline.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 Oh boy! Deja-vu... On 2003-02-28 18:32, abc@dialups-247.anchorage.mtaonline.net wrote: > This concerned how to load execve()'s argv[] array when parsing the > 'shebang' line of a script, ie: whether to pass everything after > '#!/interpeter' > > 1. as one string into execve()'s argv[] array, as some systems do, or > 2. as individual arguments, as exist after #!/interpreter, separated > by whitespace. I don't like 2 and I will definitely suggest that it's *not* implementd for various reasons. See below. > Bug report 16383 showed the variance in the various UNIX's of how > this is done. I'm not sure if this is the right bug report. The (closed now) ports/16383 PR is about a broken port, that has been fixed. > Orginal SysV specs say to load '1 argument' only after > #!/interpreter, leaving it ambiguous as to whether the > '1 argument' is the 1st whitespace separated argument, > or whether it is everything after #!/interpreter as one > string. I don't mean to sound harsh here, but FreeBSD is BSD not SysV. We don't have to copy SysV 'bugs', and splitting blindly at whitespace is something I'll always consider a bug :( > Posix and SUSv3 don't say anything about how to load execve()'s > argv[] array after #!/interpreter, and seem to leave it to "whatever > is the most intelligent way". If they don't explicitly require a certain feature then it's not mandatory to implement it in any particular way. > I suggested it made more sense as FBSD 2.2.7 used to do it, > where execve()'s argv[] array was loaded contiguously with > whitespace separated elements, so one could use constructs > such as "#!/bin/sh /script-preprocessor options", and to > allow "#!/interpreter opt1 opt2" and "#!/interpreter opt1 arg1" > type constructs, things that intuitively work as one would > expect on a command line, since there didn't appear to be > any penalty for allowing this flexibility. > > A plausible argument was given in response: > > > #!/bin/sh "hello world" "foo bar" Thanks for 'plausible' :) > I repond as follows: that's something only a Windoze user would > think of doing! :) Unix users don't put whitespace in filenames, > nor would they create options to programs that contain whitespace. The only characters that are not allowed to be part of a filename are the path separator and ASCII nul '\0'. I don't like and I won't ever accept limitations other than that. Doing "special things" for any other character is one of the technical reasons why I don't use DOS and/or Windows. Why do you think that we have to do this in a way that is obviously broken for filenames that are perfectly valid? > Also, to load: > > '"hello world" "foo bar"' > > as one string, breaks it's purpose anyway. It still is a valid filename, and I might choose to write a shell script called "Find misfiled PRs.sh". How do you then propose that exec*() should handle filenames of that sort? > it is a bizarre example that has little practical value, and can be > easily compensated for by getting rid of whitespace in a filename, There are various reasons why splitting blindly on whitespace is a bug waiting in the background of programs to bite you in the future. For another known problem with this way of splitting parts of a command line look at http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/35678. A very annoying 'feature' of make(1)... Do we really have to copy it to the way exec*() works? Also, think about Samba shares. One doesn't always have control of what something includes in the name. If I mount over Samba a Windows filesystem that contains some of my shell scripts why does it seem good to you to force limitations on me about the way I name my files? FreeBSD used to have a motto along the lines of "We provide the tools, and you make the policy". Implementing and mandating limitations of this sort is something that is far beyond the borders of "tools" and very deep within the heart of "policy". I don't like this... at all :( > in the bizarre case where it may exist as such. Finally, to be > slightly extreme with a tiny performance penalty, a beginning and > ending quote in a string could be check for and respected by > execve()'s code that fills argv[]. I'd have to see the code and several sample scripts to comment on this. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 14:59:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1676437B401 for ; Fri, 28 Feb 2003 14:59:26 -0800 (PST) Received: from mail.codeangels.com (monkey.codeangels.com [62.2.169.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3359A43FD7 for ; Fri, 28 Feb 2003 14:59:23 -0800 (PST) (envelope-from lists@codeangels.com) Received: (qmail-ldap/ctrl 24724 invoked from network); 28 Feb 2003 22:59:22 -0000 Received: from monkey.codeangels.com (HELO codeangels.com) (qoytdh@[192.168.5.19]) (envelope-sender ) by monkey.codeangels.com (qmail-ldap-1.03) with SMTP for ; 28 Feb 2003 22:59:22 -0000 Received: from 192.168.1.236 (SquirrelMail authenticated user lists@codeangels.com) by www.codeangels.com with HTTP; Fri, 28 Feb 2003 23:59:22 +0100 (CET) Message-ID: <1703.192.168.1.236.1046473162.squirrel@www.codeangels.com> Date: Fri, 28 Feb 2003 23:59:22 +0100 (CET) Subject: FreeBSD 4.6 and funky IPF/IPNat problem. From: "Kirill Ponazdyr" To: "freebsd-questions " X-Priority: 3 Importance: Normal Reply-To: lists@codeangels.com X-Mailer: Codeangels Webmail v1.1 - [Based on SquirrelMail (version 1.2.10)] 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, We have a quite wierd problem which I would like to find an answer for, here is a schema of the network: <---- Internet ----> !1 Firewall A !2 <----- Intranet segment 1 -----> | !3 | | | | Host A | Host B | Leased Line/IPSec Tunnel | | | !1 Firewall B !2 <----- Intranet Segment 2 -----> | | Host C Firewalls A/B and Host B are running FreeBSD 4.6 Host C is a dual boot machine with FreeBSD 4.6 and W2K Firewall A performs IPNat for all "inside" packets leaving trough the "outside" !1 interface. The ipnat statement is: map dc0 from 192.168.0.0/16 to any -> 0/32 What works: Host B (Any OS) -> Host A Host C (NT) -> Host A What does not work: Host C (FreeBSD) -> Host A After a period of testing I have found out that by some unknown reason IPNat on Firewall A will flatly refuse to NAT packets which come from IPSec Tunnel and go to Internet and if the communicating host is FreeBSD. Not only that, but IPFilter will will also fail to keep state of those connections which went trough it. This is even more confusing because we use DHCP on Segment 2 and it delivers the same IP to the Host C regardless of its OS, when it is NT, everything works like a charm but when it is FreeBSD connections fail. This is a really funky problem I have no explanation for, did anyone ever seen something like that before ? To add more to confusion: We also have an IRIX host on the Segment 2 and its packets get natted without any problems. Best Regards Kirill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 17: 2: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAD437B401 for ; Fri, 28 Feb 2003 17:02:06 -0800 (PST) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22E443FA3 for ; Fri, 28 Feb 2003 17:02:05 -0800 (PST) (envelope-from david.radovanovic@verizon.net) Received: from bigone ([141.149.123.199]) by out001.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030301010205.QAVF5518.out001.verizon.net@bigone>; Fri, 28 Feb 2003 19:02:05 -0600 Reply-To: From: "David Radovanovic" To: "Giorgos Keramidas" , "David Radovanovic" , , "Moti Levy" , Cc: Subject: RE: Root filesystem 102% full (was: Disks filling up) Date: Fri, 28 Feb 2003 20:01:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20030228211301.GA3173@gothmog.gr> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [141.149.123.199] at Fri, 28 Feb 2003 19:01:57 -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 Thank you. The problem was that backupvar was within the / partition instead of having its own partition on the second (backup) hard drive. As so clearly explained by Giorgos. Thank you all for our time, patience and wisdom :) David Radovanovic WhatsTheBigIdea.com, Inc. -- Bright ideas for the Web! 249 Partition Street Saugerties, New York 12477 (845) 247-0909, FAX: (845) 246-3880 http://www.WhatsTheBigIdea.com [-----Original Message----- [From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] [Sent: Friday, February 28, 2003 4:13 PM [To: David Radovanovic [Cc: freebsd-questions@FreeBSD.org [Subject: Re: Root filesystem 102% full (was: Disks filling up) [ [ [On 2003-02-28 12:06, David Radovanovic [ wrote: [> Hello, [> Searched everywhere which lead me to a prior posting about a similar [> problem. My file system is filling up again, but in different places. [ [Thank you for looking at the archives first. Honestly, thanks :-) [ [> I initiated a rscync script that runs via cron which coincidently [> ran just before my system filling up. I'm sure the answer is obvious [> to anyone but myself. Any help would help divert my disaster. [> Thanks. My system: [> [> Filesystem 1K-blocks Used Avail Capacity Mounted on [> /dev/ad0s1a 128990 127118 -8446 107% / [> /dev/ad0s1f 257998 118 237242 0% /tmp [> /dev/ad0s1g 9092908 2060994 6304482 25% /usr [> /dev/ad0s1e 257998 83548 153812 35% /var [> /dev/ad2s1a 128990 2 118670 0% /backup [> /dev/ad2s1f 257998 2 237358 0% /backuptmp [> /dev/ad2s1g 18028798 2083266 14503230 13% /backupusr [> /dev/ad2s1e 257998 2 237358 0% /backuptmp [> procfs 4 4 0 100% /proc [ [Note that there is no /backupvar mount point listed above... [ [> The script in question: [> [> #!/bin/sh [> [> /usr/local/bin/rsync -avx --delete --stats / /backup/ [> /usr/local/bin/rsync -av --delete --stats --exclude=/run/ /var/ [/backupvar/ [> /usr/local/bin/rsync -av --delete --stats /usr/ /backupusr/ [ [The second command will attempt to synchronise /var with /backupvar [and effectively create a copy of the entire /var partition in your [root filesystem. Since /dev/ad0s1e (your /var partition) is larger [than /dev/ad0s1a (the root partition) this will quickly fill the root [partition to 100% and start grabbing blocks from the "reserved space" [(the default is 8% of the partition). You are running this as root [and FreeBSD doesn't block you at 100% but goes on merrily with its job [until both the partition and the reserved space are full [(100 + 8 = 108%; this is why the usage percentage in / is listed as [107% and not as 100%). [ [> Thanks again for any help. [ [You're welcome :) [ [- Giorgos [ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 17: 2:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5D98137B405; Fri, 28 Feb 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20030301010208.5D98137B405@hub.freebsd.org> Date: Fri, 28 Feb 2003 17:02:08 -0800 (PST) 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 28 January 2002, $Id: Howto-ask-questions,v 1.3 2003/01/28 00:26:41 grog Exp $ 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/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 17: 2:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 69EE437B406; Fri, 28 Feb 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20030301010208.69EE437B406@hub.freebsd.org> Date: Fri, 28 Feb 2003 17:02:08 -0800 (PST) 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 Feb 28 17: 2:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 7432D37B407; Fri, 28 Feb 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20030301010208.7432D37B407@hub.freebsd.org> Date: Fri, 28 Feb 2003 17:02:08 -0800 (PST) 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 Feb 28 19: 5:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8000E37B401 for ; Fri, 28 Feb 2003 19:05:34 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2D043F3F for ; Fri, 28 Feb 2003 19:05:33 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 71E352109AA for ; Sat, 1 Mar 2003 03:05:31 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id 05E631800CA for ; Sat, 1 Mar 2003 03:05:31 +0000 (UTC) Date: Fri, 28 Feb 2003 16:07:55 -0600 From: kitsune To: freebsd-questions@freebsd.org Subject: kernel panic question Message-Id: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Would this be a problem with the hardware, kernel, or what? What is happening is I mount /dev/ad2s1e and them move files to it from /dev/ad0s1e. It will go nicely for a second or two then I will get a kernel panic. I also risk getting a kernel panic if /dev/ad2s1e is even mounted. I have had trouble with this befor but did not look to closely into it. The first time I had this problem was when I tried mounting what is now /dev/ad0s1e from /dev/ad2s1e. That drive works nicely on /dev/ad0s1e but did the same thing as this new drive is doing when I tried to put it on /dev/ad2s1e. I managed to create the fs and ect succesfully on the drive when it was mounted on /dev/ads1e originally and manage to write a bit to it, but if I tried to move or write any thing large to it would kernel panic just like this new one is doing. the error message I get is something along the lines of... "Fatal trap 12: page fault while in kernel mode" a few more lines none of which I remember :( then something like "interupt: bios" a few more lines which I don't remember too The hardware in question is... The ide controller only goes up to udma33. atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ad0: 78167MB [158816/16/63] at ata0-master UDMA33 ad1: 38166MB [77545/16/63] at ata0-slave UDMA33 ad2: 95396MB [193821/16/63] at ata1-master UDMA3 Ad2 is udma100 and I think the other two are udma66. Df with out /dev/ad2s1e looks like... fortytwo# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad1s1a 128990 108432 10240 91% / /dev/ad1s1f 257998 6466 230894 3% /tmp /dev/ad1s1g 37193996 6792250 27426228 20% /usr /dev/ad1s1e 257998 38524 198836 16% /var /dev/ad0s1e 77573199 67857540 3509804 95% /usr/arc procfs 4 4 0 100% /proc linprocfs 4 4 0 100% /usr/compat/linux/proc If any one has any ideas I would really appreciate it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 19:39: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAC7137B401; Fri, 28 Feb 2003 19:38:44 -0800 (PST) Received: from mel-rto2.wanadoo.fr (smtp-out-2.wanadoo.fr [193.252.19.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71C043FA3; Fri, 28 Feb 2003 19:38:42 -0800 (PST) (envelope-from pmiioijhi@list.ru) Received: from mel-rta6.wanadoo.fr (193.252.19.26) by mel-rto2.wanadoo.fr (6.7.015) id 3E0C3370028C6CBC; Sat, 1 Mar 2003 04:23:33 +0100 Received: from billsrv (217.128.212.103) by mel-rta6.wanadoo.fr (6.7.015) id 3E26CE21018F73F6; Sat, 1 Mar 2003 04:23:33 +0100 Message-ID: <3E26CE21018F73F6@mel-rta6.wanadoo.fr> (added by postmaster@wanadoo.fr) Received: from ALagny-101-1-4-107.abo.wanadoo.fr ([217.128.203.107]) by billsrv (602Pro LAN SUITE v. 2002) id 2e5b6895; Sat, 1 Mar 2003 4:26:26 +0100 Reply-To: pmiioijhi@list.ru From: ***Êëèíèêà Àëüòðà-Âèòà*** Subject: Áåñïëîäèå æåíñêîå è ìóæñêîå Date: Sat, 1 Mar 2003 05:23:24 +0200 MIME-Version: 1.0 Content-Type: text/html; charset="Windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2800.1081 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1081 To: undisclosed-recipients: ; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG

ÁÅÑÏËÎÄÈÅ – ÝÒÎ ÍÅ ÏÐÈÃÎÂÎÐ

ÑÎÂÐÅÌÅÍÍÛÅ ÐÅÏÐÎÄÓÊÒÈÂÍÛÅ ÒÅÕÍÎËÎÃÈÈ ÌÎÃÓÒ ÏÎÌÎ×Ü ÄÀÆÅ Â ÑÀÌÛÕ ÑËÎÆÍÛÕ ÑËÓ×ÀßÕ

 

Ñóïåðñîâðåìåííàÿ ñïåöèàëèçèðîâàííàÿ êëèíèêà ïî ëå÷åíèþ áåñïëîäèÿ ïðîâîäèò òî÷íóþ äèàãíîñòèêó è ýôôåêòèâíîå ëå÷åíèå âñåõ ôîðì ìóæñêîãî è æåíñêîãî áåñïëîäèÿ.

 

Íîâåéøåå àìåðèêàíñêîå îáîðóäîâàíèå, îïûòíûå ñïåöèàëèñòû – ðåïðîäóêòîëîãè, ïðîøåäøèå ñòàæèðîâêó çà ðóáåæîì, âûñî÷àéøèé óðîâåíü êîìôîðòà è òåïëîå îòíîøåíèå ïåðñîíàëà – âñå ýòî âû íàéäåòå â íàøåé êëèíèêå.

 

Ìû ïðèìåíÿåì íîâåéøèå ìåòîäû ëå÷åíèÿ áåñïëîäèÿ âêëþ÷àÿ ÝÊÎ, ÈÊÑÈ, ÒÅÑÀ è äð.

 

Ïîäðîáíóþ èíôîðìàöèþ âû ìîæåòå ïîëó÷èòü ïî òåëåôîíó : 127-39-36









SFSRRZUWUVCXBKXORSCYHJNZDWKJOZSGJVTMXE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 20:20:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95DF37B401 for ; Fri, 28 Feb 2003 20:20:35 -0800 (PST) Received: from web13307.mail.yahoo.com (web13307.mail.yahoo.com [216.136.175.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 5260C43F85 for ; Fri, 28 Feb 2003 20:20:35 -0800 (PST) (envelope-from free_bsd_newbie@yahoo.com) Message-ID: <20030301042035.21337.qmail@web13307.mail.yahoo.com> Received: from [204.213.76.232] by web13307.mail.yahoo.com via HTTP; Fri, 28 Feb 2003 20:20:35 PST Date: Fri, 28 Feb 2003 20:20:35 -0800 (PST) From: Ron Andreasen Subject: Re: Need install help please (still having problems) To: freebsd-questions@freebsd.org In-Reply-To: <200302261136.24862.will@unfoldings.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 an 80-conductor cable: > Pri. Master: IBM 40GB drive, at highest UDMA mode > Pri. Slave: Maxtor 20GB drive, at highest UDMA mode > > On a 40-conductor cable: > Sec. Master: HP CD-Writer+ 9100i, PIO4 mode > Sec. Slave: Liteon CD-ROM, PIO4 mode > Well, I tried the configuration above and the install still froze on the CD-Writer. I guess it's because the CD-Writer is too old and the CD-ROM too new to be on the same cable. Any other ideas to work around this problem short of buying new hardware? Would using an 80-conductor cable on both hard drives and cd-rom/writer help? The reason I don't want to focus on getting a new cd-writer yet or an ata/ide controller is because I plan on getting a whole new motherboard with more pci slots. Having just 3 isn't working out too well for me. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 20:47:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A671837B401 for ; Fri, 28 Feb 2003 20:47:55 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id F166143F3F for ; Fri, 28 Feb 2003 20:47:52 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 884F151980; Sat, 1 Mar 2003 15:18:05 +1030 (CST) Date: Sat, 1 Mar 2003 15:18:05 +1030 From: Greg 'groggy' Lehey To: kitsune Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic question Message-ID: <20030301044805.GE41962@wantadilla.lemis.com> References: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BQPnanjtCNWHyqYD" Content-Disposition: inline In-Reply-To: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> User-Agent: Mutt/1.4i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BQPnanjtCNWHyqYD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Single line paragraph. On Friday, 28 February 2003 at 16:07:55 -0600, kitsune wrote: > Would this be a problem with the hardware, kernel, or what? > > What is happening is I mount /dev/ad2s1e and them move files to it > from /dev/ad0s1e. It will go nicely for a second or two then I will > get a kernel panic. I also risk getting a kernel panic if > /dev/ad2s1e is even mounted. I have had trouble with this befor but > did not look to closely into it. The first time I had this problem > was when I tried mounting what is now /dev/ad0s1e from > /dev/ad2s1e. That drive works nicely on /dev/ad0s1e but did the same > thing as this new drive is doing when I tried to put it on > /dev/ad2s1e. I managed to create the fs and ect succesfully on the > drive when it was mounted on /dev/ads1e originally and manage to > write a bit to it, but if I tried to move or write any thing large > to it would kernel panic just like this new one is doing. > > the error message I get is something along the lines of... > > "Fatal trap 12: page fault while in kernel mode" > a few more lines none of which I remember :( > then something like > "interupt: bios" > a few more lines which I don't remember too I don't recall what the solution is, either. If you want help with this kind of problem, you need to supply evidence. Otherwise people won't bother to help. We don't even know what version of FreeBSD you're talking about here. In general, if you get a panic, you need to provide a dump to find out what's going on. For it to be any use, you should ensure that you have a kernel with debugging symbols. There used to be a section on this in the handbook, but I can't find it any more. There's stuff in the upcoming edition of "The Complete FreeBSD", but it won't be out soon enough to help you, so I've put a condensed version up at: http://www.lemis.com/texts/panic.txt (ASCII) http://www.lemis.com/texts/panic.ps (PostScript) http://www.lemis.com/texts/panic.pdf (PDF) This is pretty rough, but it should give you an idea of what to do. If you find anything wrong with the text, please let me know. Don't count on a dump being enough. Check your log files for any messages which might help. And remember, the more work you do to help people help you, the more likely you are to get help. Greg -- When replying to this message, please take care not to mutilate the original text. For more information, see http://www.lemis.com/email.html Finger grog@FreeBSD.org for PGP public key See complete headers for address and phone numbers Please note: we block mail from major spammers, notably yahoo.com. See http://www.lemis.com/yahoospam.html for further details. --BQPnanjtCNWHyqYD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+YDuFIubykFB6QiMRAlIfAJ901+4/GC2Nw1sdNgrcH7eJzV0itwCfaLTi YVhT7+psfax1/RygAhHepGg= =cXVS -----END PGP SIGNATURE----- --BQPnanjtCNWHyqYD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 20:58: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B68A837B401 for ; Fri, 28 Feb 2003 20:58:00 -0800 (PST) Received: from fep02-svc.mail.telepac.pt (fep02-svc.mail.telepac.pt [194.65.5.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A56243F3F for ; Fri, 28 Feb 2003 20:57:59 -0800 (PST) (envelope-from hvalentim@gmx.net) Received: from robur.agsoft ([213.13.31.199]) by fep02-svc.mail.telepac.pt (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with ESMTP id <20030301045758.WFUB14671.fep02-svc.mail.telepac.pt@robur.agsoft> for ; Sat, 1 Mar 2003 04:57:58 +0000 From: "Hugo D. Valentim" Reply-To: hvalentim@gmx.net To: freebsd-questions@FreeBSD.ORG Subject: OpenOffice problem with Portuguese accents Date: Sat, 1 Mar 2003 04:57:38 +0000 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200303010457.38625.hvalentim@gmx.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, I have compiled OpenOffice 1.0.2 using the ports (first the English and the= n=20 the Portuguese one). Everything worked fine aparently. Afterwards I found o= ut=20 that I am unable to type very commum specific Portuguese accents such as = =E3 =F4=20 =E9 (absolutely nothing happens when I press the keys) etc... This is rather odd since everywhere else on FreeBSD 5 I have NO trouble at = all=20 with accents or the keyboard layout. I later found out that this problem only happens if i run OpenOffice inside= =20 KDE 3.1. If I open OO it in Gnome 2.2 I am perfectly able to use accents. Obviously I have changed all keyboard options in KDE's Control Panel to=20 Portuguese and workstation reinstalled OO. But I still have the same troubl= e! Why is this so? Any answers to solve this? Thank You, Hugo D. Valentim hvalentim@gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 20:59: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9899B37B401; Fri, 28 Feb 2003 20:59:04 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949FB43F85; Fri, 28 Feb 2003 20:59:01 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id 9FD34728DB; Sat, 1 Mar 2003 04:58:13 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id A537B1800C6; Sat, 1 Mar 2003 04:58:11 +0000 (UTC) Date: Fri, 28 Feb 2003 18:00:31 -0600 From: kitsune To: Greg 'groggy' Lehey Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic question Message-Id: <20030228180031.36d416ab.kitbsdlists@HotPOP.com> In-Reply-To: <20030301044805.GE41962@wantadilla.lemis.com> References: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> <20030301044805.GE41962@wantadilla.lemis.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 > > If you want help with this kind of problem, you need to supply > evidence. Otherwise people won't bother to help. We don't even know > what version of FreeBSD you're talking about here. Sorry about that. FreeBSD 4.7 and did not have a pen and paper around at the time. > In general, if you get a panic, you need to provide a dump to find out > what's going on. For it to be any use, you should ensure that you > have a kernel with debugging symbols. There used to be a section on > this in the handbook, but I can't find it any more. There's stuff in > the upcoming edition of "The Complete FreeBSD", but it won't be out > soon enough to help you, so I've put a condensed version up at: > > http://www.lemis.com/texts/panic.txt (ASCII) > http://www.lemis.com/texts/panic.ps (PostScript) > http://www.lemis.com/texts/panic.pdf (PDF) > > This is pretty rough, but it should give you an idea of what to do. > If you find anything wrong with the text, please let me know. > > Don't count on a dump being enough. Check your log files for any > messages which might help. And remember, the more work you do to help > people help you, the more likely you are to get help. Where would I find those log files at? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 21: 6: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE38037B401 for ; Fri, 28 Feb 2003 21:06:08 -0800 (PST) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098143F3F for ; Fri, 28 Feb 2003 21:06:07 -0800 (PST) (envelope-from marcd@internode.on.net) Received: from home (ppp1976.sa.padsl.internode.on.net [150.101.26.183]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with SMTP id h21560PH087839 for ; Sat, 1 Mar 2003 15:36:06 +1030 (CST) Message-ID: <005c01c2dfb0$8c7e70d0$f601a8c0@home> From: "Marc Dodsworth" To: Subject: sysiinstall questions Date: Sat, 1 Mar 2003 15:38:07 +1030 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 Hi If I'm using using the post install options to add packages, have moved away from the release version (e.g have cvsup 4.7) but want to take packages for stable, what do I put as the version name in Sysinstall? It's changed from 4.7-release to something I've just gone blank on and when it goes out to look for sysinstall comes back and says it can't find the relevant directory on the ftp server. Thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 21:12:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2493337B401 for ; Fri, 28 Feb 2003 21:12:19 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA47D43F3F for ; Fri, 28 Feb 2003 21:12:17 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E246951980; Sat, 1 Mar 2003 15:42:31 +1030 (CST) Date: Sat, 1 Mar 2003 15:42:31 +1030 From: Greg 'groggy' Lehey To: kitsune Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic question Message-ID: <20030301051231.GG41962@wantadilla.lemis.com> References: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> <20030301044805.GE41962@wantadilla.lemis.com> <20030228180031.36d416ab.kitbsdlists@HotPOP.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FwyhczKCDPOVeYh6" Content-Disposition: inline In-Reply-To: <20030228180031.36d416ab.kitbsdlists@HotPOP.com> User-Agent: Mutt/1.4i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FwyhczKCDPOVeYh6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 28 February 2003 at 18:00:31 -0600, kitsune wrote: > >> Don't count on a dump being enough. Check your log files for any >> messages which might help. And remember, the more work you do to help >> people help you, the more likely you are to get help. > > Where would I find those log files at? /var/log. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers Please note: we block mail from major spammers, notably yahoo.com. See http://www.lemis.com/yahoospam.html for further details. --FwyhczKCDPOVeYh6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+YEE/IubykFB6QiMRAnfOAJ4/nJy9vOh/LGfRq5vjuHbAkQzplQCfbqeU 77ytOQEs7QYxV3+QWqdwu7k= =g//t -----END PGP SIGNATURE----- --FwyhczKCDPOVeYh6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 21:41:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF7037B401 for ; Fri, 28 Feb 2003 21:41:18 -0800 (PST) Received: from akira.lanfear.com (akira.lanfear.com [216.168.61.84]) by mx1.FreeBSD.org (Postfix) with SMTP id E27F043F93 for ; Fri, 28 Feb 2003 21:41:17 -0800 (PST) (envelope-from mw@lanfear.com) Received: (qmail 1905 invoked from network); 1 Mar 2003 05:41:17 -0000 Received: from localhost.lanfear.com (HELO localhost) (127.0.0.1) by localhost.lanfear.com with SMTP; 1 Mar 2003 05:41:17 -0000 Subject: DNS and ipfw From: Mark To: questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 28 Feb 2003 21:41:42 -0800 Message-Id: <1046497302.10689.4.camel@donburi> Mime-Version: 1.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 Hello! I'm having a real bear of a time getting my ipfw and natd working on FreeBSD 4.7. I've set up everything for gateway operations, ipfw, and natd, and have set up the firewall, and configured the addresses in /etc/rc.firewall. However .... If I every try to use 'simple', I cannot do DNS queries from inside my network. My network looks like this: outside world -- FREEBSD Router/NATD -- internal net hub on the internal hub is a server that runs a DNS server, and all my other machines, all of which point their DNS at it, and it, in turn, points its DNS to the outside network. Can somebody help me figure out some rules to allow DNS traffic from that one server through a "simple" firewall, and likewise, all replies/responses to come back to said server? I've been trying all sorts of different things from Google, but nothing seems to quite do the trick. Thanks, Mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 28 22: 0:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8FC37B401; Fri, 28 Feb 2003 22:00:46 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC75143FD7; Fri, 28 Feb 2003 22:00:45 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id 4CCD972A15; Sat, 1 Mar 2003 06:00:36 +0000 (UTC) Received: from fortytwo (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-1.hotpop.com (Postfix) with SMTP id 6F2081A01FC; Sat, 1 Mar 2003 06:00:35 +0000 (UTC) Date: Fri, 28 Feb 2003 19:03:03 -0600 From: kitsune To: Greg 'groggy' Lehey Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic question Message-Id: <20030228190303.1d5490e4.kitbsdlists@HotPOP.com> In-Reply-To: <20030301051231.GG41962@wantadilla.lemis.com> References: <20030228160755.4e34ba4b.kitbsdlists@HotPOP.com> <20030301044805.GE41962@wantadilla.lemis.com> <20030228180031.36d416ab.kitbsdlists@HotPOP.com> <20030301051231.GG41962@wantadilla.lemis.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 > > Where would I find those log files at? > > /var/log. Cool, I see there where no other dirs I was forget about then for logs. But after looking throught there there was nothing use any ways. Any ways since ye wanted proof, why I would care to fake it I do not know, I am inserting the out put from dmesg... and after looking into kernel dumps, afaik that would be useless to me since from what little info I found has told me there is a nice chance I won't understant it. Copyright (c) 1992-2002 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.7-RELEASE #0: Wed Dec 4 20:42:45 CST 2002 root@fortytwo:/usr/src/sys/compile/HV5 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183f9ff real memory = 335544320 (327680K bytes) avail memory = 321650688 (314112K bytes) Preloaded elf kernel "kernel" at 0xc045f000. VESA: v2.0, 4096k memory, flags:0x1, mode table:0xc00c0b8b (c0000b8b) VESA: S3 Incorporated. 86C362 Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00f7fa0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: irq 0 at device 7.2 on pci0 uhci0: Could not map ports device_probe_and_attach: uhci0 attach returned 6 intpm0: port 0x540-0x54f irq 9 at device 7.3 on pci0 intpm0: I/O mapped 540 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped 500 rl0: port 0xde00-0xdeff mem 0xefffff00-0xefffffff irq 10 at device 16.0 on pci0 rl0: Ethernet address: 00:e0:4c:50:02:c1 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: