From owner-freebsd-questions Sun Nov 10 0:10:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B8D37B401; Sun, 10 Nov 2002 00:10:13 -0800 (PST) Received: from nezlok.unixathome.org (nezlok.unixathome.org [216.187.87.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED6D43E6E; Sun, 10 Nov 2002 00:10:13 -0800 (PST) (envelope-from dan@nezlok.unixathome.org) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id 85002AE497; Sun, 10 Nov 2002 00:10:01 -0800 (PST) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2002-10-20 - 2002-11-09 Message-Id: <20021110081001.85002AE497@nezlok.unixathome.org> Date: Sun, 10 Nov 2002 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: 6-Nov : Postfix - virtual domains This is easier than it sounds.... http://freebsddiary.org/postfix.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 Nov 10 1: 2:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B1D37B401 for ; Sun, 10 Nov 2002 01:02:34 -0800 (PST) Received: from netlx010.civ.utwente.nl (netlx010.civ.utwente.nl [130.89.1.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id E120743E6E for ; Sun, 10 Nov 2002 01:02:32 -0800 (PST) (envelope-from e.blok@ieee.org) Received: from ieee.org (cal30b034.student.utwente.nl [130.89.164.47]) by netlx010.civ.utwente.nl (8.11.4/HKD) with ESMTP id gAA92RN03516 for ; Sun, 10 Nov 2002 10:02:27 +0100 Message-ID: <3DCE20A3.1040505@ieee.org> Date: Sun, 10 Nov 2002 10:02:27 +0100 From: Eelke Blok User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Moving my home server to completely different hardware Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm running a home server, which acts as an IP-forwarding machine for my home network, does some webserving, mail, etc. It's currently based on a Pentium 120, but I plan to move it to an AMD Athlon.About the only thing that will remain the same is the hard drive and the two NICs in the machine. What would be my best route? Fresh install? (Eeek, have to install everything all over again). I think it should be possible to just take the hard drive and put in in the new machine, boot a generic kernel and then compile a new kernel for the new hardware, but I'm wondering whether I'm missing something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 1: 5:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF49B37B401 for ; Sun, 10 Nov 2002 01:05:37 -0800 (PST) Received: from web20003.mail.yahoo.com (web20003.mail.yahoo.com [216.136.225.48]) by mx1.FreeBSD.org (Postfix) with SMTP id B2E6243E6E for ; Sun, 10 Nov 2002 01:05:37 -0800 (PST) (envelope-from vctw@yahoo.com) Message-ID: <20021110090537.27379.qmail@web20003.mail.yahoo.com> Received: from [168.95.19.3] by web20003.mail.yahoo.com via HTTP; Sun, 10 Nov 2002 01:05:37 PST Date: Sun, 10 Nov 2002 01:05:37 -0800 (PST) From: Vincent Chen Subject: CGI using suidperl question? To: FreeBSD maillist 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 got to write a CGI to handle network interface on freebsd. After some tests have done, I found a possible issue.My apache running as www and my cgi has suid bit set,it seems that suidperl only set euid, but real uid still www and some tasks can be done. This is the output that my CGI call /usr/bin/id: uid=80(www) euid=0(root) gid=80(www) groups=80(www) Is it possible to hide real uid www and replace it wit root? Thanks, __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 1:12:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1513937B401 for ; Sun, 10 Nov 2002 01:12:14 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21CD43E4A for ; Sun, 10 Nov 2002 01:12:13 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id BAA08845; Sun, 10 Nov 2002 01:12:10 -0800 Message-ID: <3DCE22E9.40100@owt.com> Date: Sun, 10 Nov 2002 01:12:09 -0800 From: Kent Stewart 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: en-us, es-mx MIME-Version: 1.0 To: Eelke Blok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Moving my home server to completely different hardware References: <3DCE20A3.1040505@ieee.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 Eelke Blok wrote: > Hi all, > > I'm running a home server, which acts as an IP-forwarding machine for my > home network, does some webserving, mail, etc. It's currently based on a > Pentium 120, but I plan to move it to an AMD Athlon.About the only thing > that will remain the same is the hard drive and the two NICs in the > machine. > > What would be my best route? Fresh install? (Eeek, have to install > everything all over again). I think it should be possible to just take > the hard drive and put in in the new machine, boot a generic kernel and > then compile a new kernel for the new hardware, but I'm wondering > whether I'm missing something. > If you use the same class hardware such as cpu, NICs, and audio, you just move them and turn the machine on. If you change cpu classes, you can always upgrade your kernel before you move it. The only time I had problems was when I moved a smp system to a single cpu mother board. It died before I could modify the kernel. A generic boot, change the kernel to non-smp, and the system has run every since. I don't run options in my kernel and etc. I can move a system to Intel and AMD because of this. 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 Nov 10 1:32:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE02937B401 for ; Sun, 10 Nov 2002 01:32:45 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8E143E42 for ; Sun, 10 Nov 2002 01:32:44 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAA9WZpj067326 for ; Sun, 10 Nov 2002 09:32:35 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAA9WUTK067321 for questions@FreeBSD.ORG; Sun, 10 Nov 2002 09:32:30 GMT Date: Sun, 10 Nov 2002 09:32:30 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: Help with lost partition info. Message-ID: <20021110093230.GA67029@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , 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.1i 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.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 Sat, Nov 09, 2002 at 04:04:56PM -0800, Derrick MacPherson wrote: > I lost my partition info during an upgrade. I never actually wnet ahead > with the upgrade, yet but I guess I overwrote the info that says whre my > partitions are mounted, and I'm unsure whichi is which.. I don't want to > map / to the wrong partition and have the /etc/master.passwd and other > important files overwritten. I have the latest boot floppies, and I can > get to sysinstall - I'm wondering if there is a way to get the proper info > off the disks? I have a large partition that I can overwrite if it's > worth doing a minimal install to that partition to read teh origional > fstab file, but is there a easier or better way? I have to get this back > up ASAP, so anything that is quick and easy (HA!) would be great... This is one of those maximum frustration situations: you know the data is still there on the disk, but you can't get to it. All you need to do is reconstruct the disk slice and partition tables, but if you don't get it exactly right you won't achieve anything. *The* quick and easy solution is to have had the foresight to keep offline copies of the output of 'fdisk da0' and 'disklabel -r da0s1' (for whatever values of da0 or da0s1 are appropriate for you system). Print out of both of those should fit onto a single sheet of A4 or letter paper. Make a habit of printing out this information as part of the standard routine of setting up a new machine. Keep the printouts with your level 0 backups. Failing that, your best bet is the sysutils/gpart port -- http://home.pages.de/~michab/gpart/ or http://www.stud.uni-hannover.de/user/76201/gpart/ Of course, to use that you need a running system: your best bets are either to pull the disk out of the trashed machine, add it to a working system and run gpart on it from there (the other system doesn't necessarily have to be FreeBSD: a Linux box would do as well) --- or grab a copy of the staticly linked gpart program from Michail Brzitwa's site, write it onto a floppy and then boot the system to single user mode from the install CDs, mount the floppy and away you go. Fixit mode should work for this purpose: http://www.freebsd.org/relnotes/4-STABLE/installation/i386/trouble.html Section 4.1. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 10 1:59:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 268F537B401 for ; Sun, 10 Nov 2002 01:59:54 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3037243E42 for ; Sun, 10 Nov 2002 01:59:53 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAA9xopj067474 for ; Sun, 10 Nov 2002 09:59:50 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAA9xi5o067473 for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 09:59:44 GMT Date: Sun, 10 Nov 2002 09:59:44 +0000 From: Matthew Seaman To: FreeBSD maillist Subject: Re: CGI using suidperl question? Message-ID: <20021110095944.GB67029@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , FreeBSD maillist References: <20021110090537.27379.qmail@web20003.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110090537.27379.qmail@web20003.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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.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 Sun, Nov 10, 2002 at 01:05:37AM -0800, Vincent Chen wrote: > Hi, all > > I got to write a CGI to handle network interface on > freebsd. After some tests have done, I found a > possible issue.My apache running as www and my cgi has > suid bit set,it seems that suidperl only set euid, but > real uid still www and some tasks can be done. This is > the output that my CGI call /usr/bin/id: > > uid=80(www) euid=0(root) gid=80(www) groups=80(www) > > Is it possible to hide real uid www and replace it wit > root? See the perlvar(1) manual page (or equivalently 'perldoc perlvar'): $REAL_USER_ID $UID $< The real uid of this process. (Mnemonic: it's the uid you came from, if you're running setuid.) $EFFECTIVE_USER_ID $EUID $> The effective uid of this process. Example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); # swap real and effective uid (Mnemonic: it's the uid you went to, if you're running setuid.) < $< > and < $ >> can be swapped only on machines supporting setreuid(). Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 10 3:37: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC0E337B401 for ; Sun, 10 Nov 2002 03:37:00 -0800 (PST) Received: from gicco.homeip.net (dclient80-218-76-146.hispeed.ch [80.218.76.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E17A43E42 for ; Sun, 10 Nov 2002 03:36:59 -0800 (PST) (envelope-from hampi@rootshell.be) Received: (from hampi@localhost) by gicco.homeip.net (8.11.6/8.11.6) id gAABaqI26050 for freebsd-questions@freebsd.org; Sun, 10 Nov 2002 12:36:52 +0100 (CET) (envelope-from hampi@rootshell.be) Date: Sun, 10 Nov 2002 12:36:52 +0100 From: Hanspeter Roth To: freebsd-questions@freebsd.org Subject: Vtcl, Bwidget and auto_path Message-ID: <20021110123652.A5469@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.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 Hello, I'm trying to develop an application by Vtcl (Visual Tcl). I'm also using Bwidget. When running the application in testmode of Vtcl it starts without problem. Trying to run it standalone fails: Error in startup script: can't find package BWidget while executing "package require BWidget" So I inserted the following statement before `package require BWidget': lappend auto_path /usr/local/lib/vtcl/lib/bwidget Then the application can run standalone. But as soon as I make some changes by Vtcl this statement is dropped. Is there a means to integrate BWidget outside Vtcl in Freebsd? How? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 3:51:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696EE37B401 for ; Sun, 10 Nov 2002 03:51:43 -0800 (PST) Received: from as4-1-7.va.g.bonet.se (as4-1-7.va.g.bonet.se [194.236.7.217]) by mx1.FreeBSD.org (Postfix) with SMTP id 40B3B43E42 for ; Sun, 10 Nov 2002 03:51:42 -0800 (PST) (envelope-from kristian@as4-1-7.va.g.bonet.se) Received: (qmail 16876 invoked from network); 10 Nov 2002 12:40:30 -0000 Received: from unknown (HELO Fujitsu) (192.168.1.12) by 192.168.0.4 with SMTP; 10 Nov 2002 12:40:30 -0000 Message-ID: <00f701c288af$3997f6f0$0c01a8c0@Fujitsu> From: "Kristian Larsson" To: Cc: References: <3DAE6805000032F2@cpfe2.be.tisc.dk> Subject: Re: Firebird Date: Sun, 10 Nov 2002 12:49:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" 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 http://firebird.sourceforge.net/ there you'll find some documentation. /K ----- Original Message ----- From: To: Sent: Saturday, November 09, 2002 2:33 PM Subject: Firebird Hi all I have installed Firebird on my FreeBSD 4.7 server. Sadly there is no man pages for firebird and it doesn't start at boot time, so how do I start it? It installs a lot of files in /usr/local/firebird/bin, but I don't know which one is the server. (I hardly know what firebird is, but I am running a webserver and one of my friends would like to use firebird). Hope someone can help me. br socketd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Nov 10 4:34:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78F637B404 for ; Sun, 10 Nov 2002 04:34:01 -0800 (PST) Received: from spectraweb.ch (174.99.202.62.dial.bluewin.ch [62.202.99.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9217F43E77 for ; Sun, 10 Nov 2002 04:33:59 -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 gAACZVEH036738; Sun, 10 Nov 2002 13:35:31 +0100 (CET) (envelope-from pcservi@spectraweb.ch) Received: (from martin@localhost) by saturn.spectraweb.ch (8.12.6/8.12.6/Submit) id gAACZTtu036737; Sun, 10 Nov 2002 13:35:29 +0100 (CET) X-Authentication-Warning: saturn.spectraweb.ch: martin set sender to pcservi@spectraweb.ch using -f Date: Sun, 10 Nov 2002 13:35:29 +0100 From: Martin Schweizer To: Simon Dick Cc: Martin Schweizer , freebsd-questions@freebsd.org Subject: Re: Let telnet/ssh session open? Message-ID: <20021110123529.GA36722@spectraweb.ch> Reply-To: Martin Schweizer Mail-Followup-To: Simon Dick , Martin Schweizer , freebsd-questions@freebsd.org References: <20021103153425.GA4597@spectraweb.ch> <20021103154804.GA4797@irrelevant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021103154804.GA4797@irrelevant.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 Hello Simon It run's great. Thanks for the hint! Am Sun, Nov 03, 2002 at 03:48:04PM +0000 Simon Dick schrieb: > On Sun, Nov 03, 2002 at 04:34:25PM +0100, Martin Schweizer wrote: > > Hello > > > > It's possible, like in Terminalserver under Win2k Server, let a session open? > > For example run a job, close the telnet or ssh session and after some time > > came back and takeover the old session at the leavet point? > > Try in ports, misc/screen for command line stuff and net/vnc for X based > apps -- 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 Nov 10 4:50:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C9337B406; Sun, 10 Nov 2002 04:50:16 -0800 (PST) Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23B443E42; Sun, 10 Nov 2002 04:50:15 -0800 (PST) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 18ArXa-000Ou8-0Y; Sun, 10 Nov 2002 12:50:14 +0000 Message-ID: Date: Sun, 10 Nov 2002 12:48:34 +0000 To: sroberts@dsl.pipex.com Cc: FreeBSD Questions , ports@freebsd.org From: Kevin Golding Subject: Now portupgrade -R ruby_static-1.6.7.2002.09.12_1 to ruby_static-1.6.8.p2 fails as well! References: <1036855197.387.37.camel@Demon.vickiandstacey.com> <1036860624.387.49.camel@Demon.vickiandstacey.com> <1036871984.20466.46.camel@Demon.vickiandstacey.com> In-Reply-To: <1036871984.20466.46.camel@Demon.vickiandstacey.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 Stacey Roberts, once wrote: >Just an update to this here. > >I thought I might as well not bother with trying to upgrade this port, >but to simply deinstall it and reinstall - hoping that the newer version >would get fetched: > >n# make deinstall clean >===> Cleaning for ruby-shim-ruby18-1.7.3.2002.09.20 This is you deleting /usr/ports/lang/ruby16-shim-ruby18/work/* ># make >find: /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16: No such file >or directory This is the port wondering where /usr/ports/lang/ruby16-shim- ruby18/work/shim/ruby16 is. Try something like: # cd /usr/ports/lang/ruby16-shim-ruby18 # make # cd /usr/ports/lang/ruby_static # make # make install # make clean 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 Sun Nov 10 5: 2:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9F537B401 for ; Sun, 10 Nov 2002 05:02:39 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D5743E6E for ; Sun, 10 Nov 2002 05:02:38 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 8351D1600192D; Sun, 10 Nov 2002 13:02:33 +0000 (GMT) Subject: Re: Now portupgrade -R ruby_static-1.6.7.2002.09.12_1 to ruby_static-1.6.8.p2 fails as well! From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Kevin Golding , FreeBSD Questions In-Reply-To: References: <1036855197.387.37.camel@Demon.vickiandstacey.com> <1036860624.387.49.camel@Demon.vickiandstacey.com> <1036871984.20466.46.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PcCvo3wvpMv2+M4eaJbX" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Nov 2002 13:02:33 +0000 Message-Id: <1036933354.20466.133.camel@Demon.vickiandstacey.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 --=-PcCvo3wvpMv2+M4eaJbX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Kevin, On Sun, 2002-11-10 at 12:48, Kevin Golding wrote: > Someone, quite probably Stacey Roberts, once wrote: > >Just an update to this here. > > > >I thought I might as well not bother with trying to upgrade this port, > >but to simply deinstall it and reinstall - hoping that the newer version > >would get fetched: > > > >n# make deinstall clean >=20 > >=3D=3D=3D> Cleaning for ruby-shim-ruby18-1.7.3.2002.09.20 >=20 > This is you deleting /usr/ports/lang/ruby16-shim-ruby18/work/* >=20 > ># make >=20 > >find: /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16: No such file > >or directory >=20 > This is the port wondering where /usr/ports/lang/ruby16-shim- > ruby18/work/shim/ruby16 is. >=20 > Try something like: > # cd /usr/ports/lang/ruby16-shim-ruby18 > # make > # cd /usr/ports/lang/ruby_static > # make > # make install > # make clean >=20 Fails: # cd ruby16-shim-ruby18/ Demon# make >> shim-ruby16_18-1.7.3.2002.09.20.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ruby. >> Attempting to fetch from ftp://xyz.lcs.mit.edu/pub/ruby/shim/. Receiving shim-ruby16_18-1.7.3.2002.09.20.tar.bz2 (109284 bytes): 100% 109284 bytes transferred in 2.3 seconds (47.19 kBps) =3D=3D=3D> Extracting for ruby-shim-ruby18-1.7.3.2002.09.20 >> Checksum OK for ruby/shim-ruby16_18-1.7.3.2002.09.20.tar.bz2. =3D=3D=3D> ruby-shim-ruby18-1.7.3.2002.09.20 depends on file: /usr/local/bin/ruby - found =3D=3D=3D> Patching for ruby-shim-ruby18-1.7.3.2002.09.20 =3D=3D=3D> Configuring for ruby-shim-ruby18-1.7.3.2002.09.20 =3D=3D=3D> Building for ruby-shim-ruby18-1.7.3.2002.09.20 =3D=3D=3D> Configuring... install.rb: entering config phase... ---> lib ---> lib/features ---> lib/features/ruby18 <--- lib/features/ruby18 <--- lib/features ---> lib/optparse <--- lib/optparse ---> lib/racc <--- lib/racc <--- lib ---> ext ---> ext/dl ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/dl/extconf.rb --config-opt=3D--with-opt-dir=3D/usr/local checking for dlfcn.h... yes checking for main() in -ldl... no checking for dlopen()... yes checking for dlclose()... yes checking for dlsym()... yes checking for dlerror()... yes creating Makefile ---> ext/dl/doc <--- ext/dl/doc ---> ext/dl/lib ---> ext/dl/lib/dl <--- ext/dl/lib/dl <--- ext/dl/lib ---> ext/dl/sample <--- ext/dl/sample ---> ext/dl/test <--- ext/dl/test <--- ext/dl ---> ext/features ---> ext/features/ruby18 ---> ext/features/ruby18/file ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/features/ruby18/fil= e/extconf.rb --config-opt=3D--with-opt-dir=3D/usr/local checking for lchmod()... yes checking for lchown()... yes creating Makefile <--- ext/features/ruby18/file ---> ext/features/ruby18/io ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/features/ruby18/io/= extconf.rb --config-opt=3D--with-opt-dir=3D/usr/local checking for fsync()... yes creating Makefile <--- ext/features/ruby18/io <--- ext/features/ruby18 <--- ext/features ---> ext/iconv ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/iconv/extconf.rb --config-opt=3D--with-opt-dir=3D/usr/local checking for iconv.h... no <--- ext/iconv ---> ext/racc ---> ext/racc/cparse ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/racc/cparse/extconf= .rb --config-opt=3D--with-opt-dir=3D/usr/local creating Makefile <--- ext/racc/cparse <--- ext/racc ---> ext/stringio ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/stringio/extconf.rb= --config-opt=3D--with-opt-dir=3D/usr/local checking for block_given?... yes checking for new allocation framework... no checking for new NORETURN... no checking for RUBY_DATA_FUNC... yes checking for m17n.h... no checking for rb_io_addstr()... yes checking for rb_io_puts()... yes checking for rb_io_print()... yes checking for rb_io_printf()... yes checking for rb_str_buf_new()... no checking for rb_str_update()... no checking for memchr()... yes creating Makefile <--- ext/stringio ---> ext/strscan ruby /usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/strscan/extconf.rb = --config-opt=3D--with-opt-dir=3D/usr/local creating Makefile <--- ext/strscan <--- ext install.rb: config done. =3D=3D=3D> Building... install.rb: entering setup phase... ---> lib ---> lib/features ---> lib/features/ruby18 <--- lib/features/ruby18 <--- lib/features ---> lib/optparse <--- lib/optparse ---> lib/racc <--- lib/racc <--- lib ---> ext ---> ext/dl make Generating callback.func Generating cbtable.func cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c -o dl.o dl.c cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c -o handle.o handle.c cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c -o ptr.o ptr.c Generating call.func void char short long float double cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c -o sym.o sym.c sym.c:13: warning: static declaration for `rb_str_cat2' follows non-static cc -shared -Wl,-soname,dl.so -L/usr/local/lib -o dl.so dl.o handle.o ptr.o sym.o -L. -lruby -lc -lcrypt -lm=20 ---> ext/dl/doc <--- ext/dl/doc ---> ext/dl/lib ---> ext/dl/lib/dl <--- ext/dl/lib/dl <--- ext/dl/lib ---> ext/dl/sample <--- ext/dl/sample ---> ext/dl/test <--- ext/dl/test <--- ext/dl ---> ext/features ---> ext/features/ruby18 ---> ext/features/ruby18/file make cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/features/ruby18/f= ile -DHAVE_LCHMOD -DHAVE_LCHOWN -c -o file_ruby18.o file_ruby18.c cc -shared -Wl,-soname,file_ruby18.so -L/usr/local/lib -o file_ruby18.so file_ruby18.o -L. -lruby -lc -lcrypt -lm=20 <--- ext/features/ruby18/file ---> ext/features/ruby18/io make cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/features/ruby18/i= o -DHAVE_FSYNC -c -o io_ruby18.o io_ruby18.c cc -shared -Wl,-soname,io_ruby18.so -L/usr/local/lib -o io_ruby18.so io_ruby18.o -L. -lruby -lc -lcrypt -lm=20 <--- ext/features/ruby18/io <--- ext/features/ruby18 <--- ext/features ---> ext/iconv <--- ext/iconv ---> ext/racc ---> ext/racc/cparse make cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/racc/cparse -c -o cparse.o cparse.c cc -shared -Wl,-soname,cparse.so -L/usr/local/lib -o cparse.so cparse.o -L. -lruby -lc -lcrypt -lm=20 <--- ext/racc/cparse <--- ext/racc ---> ext/stringio make cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/stringio -DHAVE_BLOCK_GIVEN_P -DHAVE_RUBY_DATA_FUNC -DHAVE_RB_IO_ADDSTR -DHAVE_RB_IO_PUTS -DHAVE_RB_IO_PRINT -DHAVE_RB_IO_PRINTF -DHAVE_MEMCHR -c -o stringio.o stringio.c cc -shared -Wl,-soname,stringio.so -L/usr/local/lib -o stringio.so stringio.o -L. -lruby -lc -lcrypt -lm=20 <--- ext/stringio ---> ext/strscan make cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I/usr/ports/lang/ruby16-shim-ruby18/work/shim/ruby16/ext/strscan -c -o strscan.o strscan.c cc -shared -Wl,-soname,strscan.so -L/usr/local/lib -o strscan.so strscan.o -L. -lruby -lc -lcrypt -lm=20 <--- ext/strscan <--- ext install.rb: setup done. Demon# cd /usr/ports/lang/ruby_static Demon# make =3D=3D=3D> Extracting for ruby_static-1.6.8.p2 >> No MD5 checksum file. =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /usr/local/bin/ruby - fo= und =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on shared library: iconv.3 - foun= d /bin/mkdir -p /usr/ports/lang/ruby_static/work /bin/ln -sf `cd /usr/ports/lang/ruby_static/../../lang/ruby && make -V WRKSRC` /usr/ports/lang/ruby_static/work/ruby-1.6.8 wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../archivers/ruby-zlib && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "archivers/ruby-zlib" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"zlib" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../databases/ruby-bdb1 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "databases/ruby-bdb1" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"bdb1" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../lang/ruby16-shim-ruby18 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "lang/ruby16-shim-ruby18" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"ruby16-shim-ruby18" ;; esac; /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done cp: /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/dl: No such file or directory*** Error code 1 Stop in /usr/ports/lang/ruby_static. # > Kevin > --=20 > kevin@caomhin.demon.co.uk >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-PcCvo3wvpMv2+M4eaJbX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUAPc5Y55vQeubckvvXAQFX4Qf9GKw80WXukNYbyeszA3PjIIhGx/elwqAi ItrfD5gLgwBdS8j574X7ezb2tUqEqM3ZQYAdBKOmfAbVr91i87yrfxINvA0sgt8U FVt0Ah+262Ul1oP9Q6iUkQ/S1jq5Us0hqilOy2yiHd+ihEPYMTIvJKmS0KwFdq1G BWphNmt/VvjL/qN5hj1CL7tCnjjJG4vWt3LUqg2k9N91bNJQi0cz/WihPtYb8dH3 1lM3Ad0KC7osWF4A+rHOGRoq1SftjqPKEmyGDRYHHHD2WFVOVIYYYvbiDmqynOtr 9KIUv0LsXbzg7UXzTv1BtAx+7PI4DN+wywpneqk2Lb2zDOWWmcreoA== =K36T -----END PGP SIGNATURE----- --=-PcCvo3wvpMv2+M4eaJbX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 5:15:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3536D37B401 for ; Sun, 10 Nov 2002 05:15:58 -0800 (PST) Received: from labs.gr (labs.gr [62.103.160.6]) by mx1.FreeBSD.org (Postfix) with SMTP id E79C143E6E for ; Sun, 10 Nov 2002 05:15:56 -0800 (PST) (envelope-from keramida@freebsd.org) Received: (qmail 17814 invoked by uid 105); 10 Nov 2002 13:15:49 -0000 Date: Sun, 10 Nov 2002 15:15:49 +0200 From: Giorgos Keramidas To: Micael Ebbmar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW2 denies packet although they match ALLOW rule? Message-ID: <20021110131549.GA17648@labs.gr> References: <20021109171923.GA41802@h173n2fls21o55> <006b01c2883c$bf360900$42d7cdd4@LocalHost> <20021109230808.GA2478@h173n2fls21o55.telia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021109230808.GA2478@h173n2fls21o55.telia.com> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-10 00:08, Micael Ebbmar wrote: > * Giorgos Keramidas [021109 23:11]: > > > > Web clients some times cache connections to web servers, hoping to > > save some time from avoiding a reconnect for every GET request. > > Could it be that your clients thinks that a cached connection is > > still valid long after the dynamic ipfw rule has expired? > > Well, that's a possibility.. esp. with all those banners that > refreshes every now and then. Can you experiment with the net.inet.ip.fw.dyn_XXXX sysctls a bit? I can't check the source of fetchmail right now to verify that caching of connections could be a valid cause. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 5:16:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E00037B401 for ; Sun, 10 Nov 2002 05:16:43 -0800 (PST) Received: from lancelot.cosmicfire.net (lancelot.cosmicfire.net [64.32.246.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 07FF343E88 for ; Sun, 10 Nov 2002 05:16:41 -0800 (PST) (envelope-from gs@vacfu.org) Received: (qmail 5330 invoked from network); 10 Nov 2002 13:16:08 -0000 Received: from dh-fw-1.oru.se (HELO rainbowpeace.DH-FW-1.oru.se) (gs@vacfu.org@130.243.97.72) by vacfu.org with SMTP; 10 Nov 2002 13:16:08 -0000 Date: Sun, 10 Nov 2002 14:14:56 +0100 From: Gustaf Sjoberg To: "W. D." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to stop SPAMMER??! Message-Id: <20021110141456.7bef6eeb.gs@vacfu.org> In-Reply-To: <5.1.0.14.2.20021109235134.0484d270@us-webmasters.com> References: <20021110030443.1b0577ad.gs@vacfu.org> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109235134.0484d270@us-webmasters.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=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 Sun, 10 Nov 2002 00:16:30 -0600 "W. D." wrote: >At 21:17 11/9/2002, Jack L. Stone wrote: >>At 03:04 AM 11.10.2002 +0100, Gustaf Sjoberg wrote: >>>On Sat, 09 Nov 2002 15:13:09 -0600 >>>"W. D." wrote: >>> >>>either block incomming port 25 connections or set the smtserver to require >>authentication. >>> >>>ipfw entry could look something like: >>> >>>add deny log tcp from any to 25 in recv > >This would completely block SMTP wouldn't it? I do have clients >on this server using email. yes it would, change it to: add deny log tcp from to 25 in recv > > > > >>> >>>>Hi folks, >>>> >>>>I've got some bozo from: >>>> >>>> SpaWeb1.spaelegance.com..auth >>>> >>>>doing all kinds of SMTP activity on my FreeBSD server. Does anyone >>>>know how to stop this? What kind of entry would I add to ipfw? >>>> >>>>Does anyone know what vulnerability this might be? How to stop >>>>permanently? >>>> >> >>Get the IP of the spammer if possible. I've had to use a total block like >>this: >>##### DENY INTRUDER through external interface >> #${fwcmd} add deny all from 66.000.00.000 to any via ${oif} > >Where is ${oif} defined? > >When I run a command like this it doesn't understand 'fwcmd'. > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via ${oif} >oif: Undefined variable. > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via lo0 >fwcmd: Command not found. > >> >>Reload the firewall rules.... >> >>Best regards, >>Jack L. Stone, >>Administrator >> >>SageOne Net >>http://www.sage-one.net >>jackstone@sage-one.net > >Start Here to Find It Fast!© -> http://www.US-Webmasters.com/best-start-page/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Nov 10 5:46:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1485937B401 for ; Sun, 10 Nov 2002 05:46:23 -0800 (PST) Received: from service.sh.cvut.cz (service.sh.cvut.cz [147.32.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4C943E75 for ; Sun, 10 Nov 2002 05:46:22 -0800 (PST) (envelope-from j.mutua@sh.cvut.cz) Received: from notorola.sh.cvut.cz (notorola.sh.cvut.cz [147.32.127.197]) by service.sh.cvut.cz (Postfix) with SMTP id 51670EB09 for ; Sun, 10 Nov 2002 14:46:10 +0100 (CET) Received: (qmail 1397 invoked from network); 10 Nov 2002 13:46:11 -0000 Received: from mutuaj.sh.cvut.cz (HELO sh.cvut.cz) (147.32.113.230) by notorola.sh.cvut.cz with SMTP; 10 Nov 2002 13:46:11 -0000 Message-ID: <3DCE632A.1000101@sh.cvut.cz> Date: Sun, 10 Nov 2002 14:46:18 +0100 From: moran User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kile1.3 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 Well, i hope this distress reaches a good spirit! i'm in dire need to install kile for kdevelop. i have installed qt and all the others, but, i still get this message. Please show me some light. ============================================================= There is an installation error in jpeg support. You seem to have only one of either the headers _or_ the libraries installed. You may need to either provide correct --with-extra-... options, or the development package of libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ Disabling JPEG support. checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! ================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 5:51: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C14937B401 for ; Sun, 10 Nov 2002 05:51:06 -0800 (PST) Received: from mail1.sea.registeredsite.com (mail1.sea.registeredsite.com [66.111.73.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8D443E42 for ; Sun, 10 Nov 2002 05:51:05 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail1.sea.registeredsite.com (8.12.5/8.12.5) with ESMTP id gAADp4oG013490 for ; Sun, 10 Nov 2002 08:51:05 -0500 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 asarian-host.net (8.11.0/8.11.0) id gAADp4A77828 for freebsd-questions@freebsd.org; Sun, 10 Nov 2002 14:51:04 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Sun, 10 Nov 2002 14:51:04 +0100 (CET) From: Mark Message-Id: <200211101351.GAADP3S77820@asarian-host.net> Date: Sun, 10 Nov 2002 14:50:59 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: BIND X-Trace: 9EkNc+ovMGWjW/GwTXFQhT0lOeBZiSMR7j1BAcsPTWr7ifS/0nxq479Wh5WscSaL 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: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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 iQEVAwUAPc5kSDFqW1BleBN9AQGSTwgAhSem5f9j+dfnSjwRSF/4RT7peSqBdFYf 1gtu547uO39aNxAPb5IhoQLUTszcdEM9HXJmAIo4z+6SYi5VbU2N5vl5PAXiF8tY OcRcPUpYBE7lRmxmUb18s07HWtkXTANNxO7AsN5w/Upwi0eeNfU+ZCDdNYNsnMD4 0UBw+z2C6TOlxvrDxhfIat+70DX1u43rVm2aX4uYdFkyj2IlnCGDIljauoJDe2OG /CKxpZp7w6nnMTzaVozrMEQUtOUfZirODkYeqjbK6M4a8nr1t6DCQSc/XMHDY2Hi Xdl4pviUg8Kav0THUL7LBqtn/8SWtLyO16u/aK1Ht0H02A6EyFZvrA== =1Ctz Sender: owner-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 experimenting with BIND (8.3.3) on FreeBSD. I got everything pretty much set up properly. Then I came up with the idea to allow outside queries for my own domain names, but to disallow outsiders to use my name servers to resolve the world. So, I did this: zone "." { type hint; file "named.root"; allow-query { trusted; }; }; I thought that would only allow myself (localhost and a few others are in the "trusted" acl) to query the world, but prevent others from doing so, via my name servers. Alas, BIND disagrees with my logic. It reports: 'allow-query' option for non-{master,slave,stub} zone '' zone '.' did not validate, skipping Hmm, there's gotta be a way to only let outsiders use my name servers to resolve my own domains. Has anyone any ideas? Thanks! - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 5:59: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A4B37B401 for ; Sun, 10 Nov 2002 05:58:58 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450B443E42 for ; Sun, 10 Nov 2002 05:58:57 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 5532616000224; Sun, 10 Nov 2002 13:58:54 +0000 (GMT) Subject: Re: Now portupgrade -R ruby_static-1.6.7.2002.09.12_1 to ruby_static-1.6.8.p2 fails as well! From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Kent Stewart , FreeBSD Questions In-Reply-To: <3DCE63E4.6000006@owt.com> References: <1036855197.387.37.camel@Demon.vickiandstacey.com> <1036860624.387.49.camel@Demon.vickiandstacey.com> <1036871984.20466.46.camel@Demon.vickiandstacey. com> <1036933354.20466.133.camel@Demon.vickiandstacey.com> <3DCE63E4.6000006@owt.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Ol/ReB9WtaEWxP4VXfXC" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Nov 2002 13:58:54 +0000 Message-Id: <1036936736.20466.155.camel@Demon.vickiandstacey.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 --=-Ol/ReB9WtaEWxP4VXfXC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Kent, Thanks for the reply. Still fails.., see below On Sun, 2002-11-10 at 13:49, Kent Stewart wrote: >=20 >=20 > Stacey Roberts wrote: > Demon# cd /usr/ports/lang/ruby_static > > Demon# make > > =3D=3D=3D> Extracting for ruby_static-1.6.8.p2 > >=20 > >>>No MD5 checksum file. > >> > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /usr/local/bin/ruby = - found > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found > > =3D=3D=3D> ruby_static-1.6.8.p2 depends on shared library: iconv.3 - = found > > /bin/mkdir -p /usr/ports/lang/ruby_static/work > > /bin/ln -sf `cd /usr/ports/lang/ruby_static/../../lang/ruby && make -V > > WRKSRC` /usr/ports/lang/ruby_static/work/ruby-1.6.8 > > wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../archivers/ruby-zlib && > > make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 > > /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; > > do extdir=3D${extdir%/extconf.rb}; case "archivers/ruby-zlib" in=20 > > lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 > > */racc/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;= =20 > > */ext/features/ruby18/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 > > m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"zlib" ;; esac;=20 > > /bin/cp -RPp $extdir > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done > > find: /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1: No such file > > or directory >=20 > Your build really dies here when it can't find ruby-zlib. It just=20 > takes a while to figure that out. Try manually installing it. I'll try that: installing ruby-zlib. # make >> ruby-zlib-0.5.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/ruby. >> Attempting to fetch from http://www.blue.sky.or.jp/atelier/ruby/. Receiving ruby-zlib-0.5.1.tar.gz (57471 bytes): 100% 57471 bytes transferred in 13.8 seconds (4.08 kBps) =3D=3D=3D> Extracting for ruby-zlib-0.5.1 >> Checksum OK for ruby/ruby-zlib-0.5.1.tar.gz. =3D=3D=3D> ruby-zlib-0.5.1 depends on file: /usr/local/bin/ruby - found =3D=3D=3D> Patching for ruby-zlib-0.5.1 =3D=3D=3D> Configuring for ruby-zlib-0.5.1 =3D=3D=3D> Running extconf.rb to configure checking for deflateReset() in -lz... yes checking for zlib.h... yes checking for block_given?... yes checking for rb_str_buf_new()... no checking for rb_io_print()... yes checking for rb_io_printf()... yes checking for rb_io_puts()... yes checking for rb_io_addstr()... yes checking for new NORETURN... no checking for new allocation framework... no guessing OS_CODE... Unix ** Attention: ** If you find auto-detected OS_CODE is seem to be different ** from your platform, please report it as a bug. creating Makefile =3D=3D=3D> Building for ruby-zlib-0.5.1 cc -fPIC -O -pipe -march=3Dpentiumpro -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I. -DHAVE_ZLIB_H -DHAVE_RB_IO_PRINT -DHAVE_RB_IO_PRINTF -DHAVE_RB_IO_PUTS -DHAVE_RB_IO_ADDSTR -I/usr/local/include -DHAVE_BLOCK_GIVEN_P -c -o zlib.o zlib.c cc -shared -Wl,-soname,zlib.so -L/usr/local/lib -L/usr/local/lib -o zlib.so zlib.o -L. -lruby -lz -lc -lcrypt -lm=20 Demon# make install =3D=3D=3D> Installing for ruby-zlib-0.5.1 =3D=3D=3D> ruby-zlib-0.5.1 depends on file: /usr/local/bin/ruby - found zlib.so -> /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/zlib.so chmod 0555 /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/zlib.so =3D=3D=3D> Generating temporary packing list /bin/mkdir -p /usr/local/share/doc/ruby/zlib/ja install -c -o root -g wheel -m 444 /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1/ChangeLog /usr/local/share/doc/ruby/zlib/ install -c -o root -g wheel -m 444 /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1/zlib.rd.en /usr/local/share/doc/ruby/zlib/ install -c -o root -g wheel -m 444 /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1/zlib.en.html /usr/local/share/doc/ruby/zlib/ install -c -o root -g wheel -m 444 /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1/zlib.rd.ja /usr/local/share/doc/ruby/zlib/ja/ install -c -o root -g wheel -m 444 /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1/zlib.ja.html /usr/local/share/doc/ruby/zlib/ja/ =3D=3D=3D> Registering installation for ruby-zlib-0.5.1 # # make =3D=3D=3D> Extracting for ruby_static-1.6.8.p2 >> No MD5 checksum file. =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /usr/local/bin/ruby - fo= und =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on file: /nonexistent - found =3D=3D=3D> ruby_static-1.6.8.p2 depends on shared library: iconv.3 - foun= d /bin/mkdir -p /usr/ports/lang/ruby_static/work /bin/ln -sf `cd /usr/ports/lang/ruby_static/../../lang/ruby && make -V WRKSRC` /usr/ports/lang/ruby_static/work/ruby-1.6.8 wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../archivers/ruby-zlib && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "archivers/ruby-zlib" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"zlib" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/archivers/ruby-zlib/work/ruby-zlib-0.5.1: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../databases/ruby-bdb1 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "databases/ruby-bdb1" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"bdb1" ;; esac;=20 /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done find: /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7: No such file or directory wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../lang/ruby16-shim-ruby18 && make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; do extdir=3D${extdir%/extconf.rb}; case "lang/ruby16-shim-ruby18" in=20 lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 */racc/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;=20 */ext/features/ruby18/*) /bin/mkdir -p /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"ruby16-shim-ruby18" ;; esac; /bin/cp -RPp $extdir /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done cp: /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/dl: No such file or directory*** Error code 1 Stop in /usr/ports/lang/ruby_static. # >=20 > What shell are you running? Have you played with the path. I am=20 > running csh and default csh path. I also had no problems and it didn't=20 > do the find of ruby-zlib. I use the normal root shell: # echo $SHELL /bin/csh #=20 >=20 > Kent >=20 > > wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../databases/ruby-bdb1 && > > make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 > > /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; > > do extdir=3D${extdir%/extconf.rb}; case "databases/ruby-bdb1" in=20 > > lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 > > */racc/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;= =20 > > */ext/features/ruby18/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 > > m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"bdb1" ;; esac;=20 > > /bin/cp -RPp $extdir > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done > > find: /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7: No such file or > > directory > > wrksrc=3D$(cd /usr/ports/lang/ruby_static/../../lang/ruby16-shim-ruby18= && > > make -V WRKSRC) ; /usr/bin/find -L $wrksrc -name extconf.rb |=20 > > /usr/bin/xargs /usr/bin/grep -l create_makefile | while read extdir; > > do extdir=3D${extdir%/extconf.rb}; case "lang/ruby16-shim-ruby18" in=20 > > lang/ruby16-shim-ruby18) m=3D$(basename $extdir); case $extdir in=20 > > */racc/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/racc; m=3Dracc/${m} ;;= =20 > > */ext/features/ruby18/*) /bin/mkdir -p > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/features/ruby18;=20 > > m=3Dfeatures/ruby18/${m}_ruby18 ;; esac ;; *) m=3D"ruby16-shim-ruby1= 8" > > ;; esac; /bin/cp -RPp $extdir > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m; /usr/bin/touch > > /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/$m/MANIFEST; done > > cp: /usr/ports/lang/ruby_static/work/ruby-1.6.8/ext/dl: No such file or > > directory*** Error code 1 > >=20 > > Stop in /usr/ports/lang/ruby_static. > > # > >=20 > >=20 > >>Kevin > >>--=20 > >>kevin@caomhin.demon.co.uk > >> > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > >>with "unsubscribe freebsd-questions" in the body of the message > >=20 >=20 >=20 > --=20 > Kent Stewart > Richland, WA >=20 > http://users.owt.com/kstewart/index.html >=20 --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-Ol/ReB9WtaEWxP4VXfXC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUAPc5mHJvQeubckvvXAQFcjAgAlvNpyZs4jLSKVZd/tYX9n3leARrnYbUu p3f+LAtynlyremz2/ma3et6SwnMoF0HIKxJ7bZ8NuKYnLBFUkuFEcPAf+na4lfG4 +dOQ4OgAgD0yCuprtUKiGNScxaerXQcTsTzyBECjWY5eOco5KI1V72KsDGGu5539 8LoqIu+e57GbTw+G2EQ/a3TUWeQN5ykw0kXhcZkJu1urqyCxJhzw5LJ+fx183GzA lTrjfpfV+D0D9KqheMZxBjaxAf4lU2v4fiMmCA2tan+sP4T0jtj9chdYwG/hzain Al7ukymQ3jc1gU5yCIc393USMY928ZdgQB05MaYHUAGeiKeMauvjZw== =H2jr -----END PGP SIGNATURE----- --=-Ol/ReB9WtaEWxP4VXfXC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 6: 7:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EFB37B401 for ; Sun, 10 Nov 2002 06:07:10 -0800 (PST) Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A664F43E42 for ; Sun, 10 Nov 2002 06:07:09 -0800 (PST) (envelope-from rcpaul@xs4all.nl) Received: from muis (rcpaul.xs4all.nl [213.84.170.90]) by smtpzilla5.xs4all.nl (8.12.0/8.12.0) with ESMTP id gAAE77bb036868 for ; Sun, 10 Nov 2002 15:07:08 +0100 (CET) Date: Sun, 10 Nov 2002 15:07:07 +0100 From: Ronald Paul X-Mailer: The Bat! (v1.60c) Personal Organization: Jesdesign X-Priority: 3 (Normal) Message-ID: <195359379079.20021110150707@xs4all.nl> To: FreeBSD Questions Subject: Re: mount_smbfs, sendfile(2) and Apache In-Reply-To: <109311194874.20021110014405@xs4all.nl> References: <109311194874.20021110014405@xs4all.nl> 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, On sunday 10 november 2002 1:44, I wrote: > I've got a problem with either one of these three. I've mounted some > Windows shares with mount_smbfs. Everyting seems ok, I can read and > write from and to the remote files, also the big ones. I've aliased > some of those remote directory's in Apache, and I also can browse > the files via HTTP. > But, and here's the problem, when I try to get a bigger file (100-200 > kB or something like that, but sometimes also when the size exceeds > 255 bytes), the connection closes after the HTTP-resonse-headers are > send. I'm not sure this is a Apache or FreeBSD issue, but for me it > seems FreeBSD, so I'm asking here first. Since I have no problems at all with Apache 1.3.27, I posted my problem to a Apache list: http://marc.theaimsgroup.com/?l=apache-httpd-users&m=103693544913477 -- Greetings, Ronald To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 6:17:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F200937B401 for ; Sun, 10 Nov 2002 06:17:55 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id E115C43E3B for ; Sun, 10 Nov 2002 06:17:54 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gAAEHlD69768; Sun, 10 Nov 2002 08:17:48 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021110081746.011f73b8@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 10 Nov 2002 08:17:46 -0600 To: "W. D." , freebsd-questions@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: How to stop SPAMMER??! In-Reply-To: <5.1.0.14.2.20021109235134.0484d270@us-webmasters.com> References: <3.0.5.32.20021109211740.011f73b8@mail.sage-one.net> <20021110030443.1b0577ad.gs@vacfu.org> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.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 At 12:16 AM 11.10.2002 -0600, W. D. wrote: >At 21:17 11/9/2002, Jack L. Stone wrote: >>At 03:04 AM 11.10.2002 +0100, Gustaf Sjoberg wrote: >>>On Sat, 09 Nov 2002 15:13:09 -0600 >>>"W. D." wrote: >>> >>>either block incomming port 25 connections or set the smtserver to require >>authentication. >>> >>>ipfw entry could look something like: >>> >>>add deny log tcp from any to 25 in recv > >This would completely block SMTP wouldn't it? I do have clients >on this server using email. > > > > >>> >>>>Hi folks, >>>> >>>>I've got some bozo from: >>>> >>>> SpaWeb1.spaelegance.com..auth >>>> >>>>doing all kinds of SMTP activity on my FreeBSD server. Does anyone >>>>know how to stop this? What kind of entry would I add to ipfw? >>>> >>>>Does anyone know what vulnerability this might be? How to stop >>>>permanently? >>>> >> >>Get the IP of the spammer if possible. I've had to use a total block like >>this: >>##### DENY INTRUDER through external interface >> #${fwcmd} add deny all from 66.000.00.000 to any via ${oif} > >Where is ${oif} defined? > >When I run a command like this it doesn't understand 'fwcmd'. > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via ${oif} >oif: Undefined variable. > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via lo0 >fwcmd: Command not found. > >> Sorry, that was a defined variable in my script: # Firewall program fwcmd="/sbin/ipfw" 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 Sun Nov 10 6:28:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF8A37B401 for ; Sun, 10 Nov 2002 06:28:30 -0800 (PST) Received: from mail2.sea.registeredsite.com (mail2.sea.registeredsite.com [66.111.73.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550DC43E88 for ; Sun, 10 Nov 2002 06:28:29 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail2.sea.registeredsite.com (8.12.5/8.12.5) with ESMTP id gAAESSKm001030 for ; Sun, 10 Nov 2002 09:28:28 -0500 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 asarian-host.net (8.11.0/8.11.0) id gAAESSm82006 for freebsd-questions@freebsd.org; Sun, 10 Nov 2002 15:28:28 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Sun, 10 Nov 2002 15:28:28 +0100 (CET) From: Mark Message-Id: <200211101428.GAAESQS81998@asarian-host.net> Date: Sun, 10 Nov 2002 15:28:21 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Re: How to stop SPAMMER??! X-Trace: 5xyAdBy+e2sd871pfMazJIymeVkJwROQcUC+rbqdWuGJgyxTnhWunGM0UZcgwwAZ 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: References: <127.0.0.1.20021109211740.011f73b8@mail.sage-one.net><20021110030443.1b0577ad.gs@vacfu.org><127.0.0.1.2.20021109150436.069a4d50@us-webmasters.com><127.0.0.1.2.20021109150436.069a4d50@us-webmasters.com> <127.0.0.1.20021110081746.011f73b8@mail.sage-one.net> 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 iQEVAwUAPc5tDDFqW1BleBN9AQHn1AgAhHsBeoJ6dX5676F8eNIExWWy2JLKn0kg UL+K8ifsVrv5Ee4Lb8zc7rmFQ+8apdM2M/9oKZ0BJcCn3z7X4LY49nv4rsxGnR09 c4CUXdqapXLyzNZd3pmtyTDHgIsbmAv/MG1VtmNW5Nwqr0LFLFYjJeBCTFpLd+lj xfNAjpkhjmzZoYZwPR3MRxjMTnIcvya3sd+1Q5kSynwXXRCpbxvm5b8Yv8seb3XM WODY9la/T7NEdOBzv8n9qGTr+7+PjH4rnMv9E85JqY4CDIC9OIZt4fDHFbCQKbdG WG/HqN8Z+6vRWyKbU9I+7G0ggqHdjUIarGwK6ojbHHCZQ7gNwKB/cg== =BVWS Sender: owner-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: "Jack L. Stone" To: "W. D." ; Sent: Sunday, November 10, 2002 3:17 PM Subject: Re: How to stop SPAMMER??! > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via lo0 I do not think you want your internal loopback blocked. Look for the interface to the internet (like lnc0). Then do this: /sbin/ipfw add deny log all from 222.222.222.222 to any via lnc0 Substitute the address of the spammer for "222.222.222.222", of course. :) Point is, bock via the outside interface, not the internal loopback! - Mark System Administrator Asarian-host.org --- "If you were supposed to understand it, we wouldn't call it code." - FedEx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 6:32:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88B537B401 for ; Sun, 10 Nov 2002 06:32:45 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3C143E7B for ; Sun, 10 Nov 2002 06:32:44 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gAAEWbD69906; Sun, 10 Nov 2002 08:32:37 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021110083235.00ec9908@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 10 Nov 2002 08:32:35 -0600 To: "W. D." , freebsd-questions@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: How to stop SPAMMER??! In-Reply-To: <5.1.0.14.2.20021109235134.0484d270@us-webmasters.com> References: <3.0.5.32.20021109211740.011f73b8@mail.sage-one.net> <20021110030443.1b0577ad.gs@vacfu.org> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.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 At 12:16 AM 11.10.2002 -0600, W. D. wrote: >At 21:17 11/9/2002, Jack L. Stone wrote: >>At 03:04 AM 11.10.2002 +0100, Gustaf Sjoberg wrote: >>>On Sat, 09 Nov 2002 15:13:09 -0600 >>>"W. D." wrote: >>> >>>either block incomming port 25 connections or set the smtserver to require >>authentication. >>> >>>ipfw entry could look something like: >>> >>>add deny log tcp from any to 25 in recv > >This would completely block SMTP wouldn't it? I do have clients >on this server using email. > > > > >>> >>>>Hi folks, >>>> >>>>I've got some bozo from: >>>> >>>> SpaWeb1.spaelegance.com..auth >>>> >>>>doing all kinds of SMTP activity on my FreeBSD server. Does anyone >>>>know how to stop this? What kind of entry would I add to ipfw? >>>> >>>>Does anyone know what vulnerability this might be? How to stop >>>>permanently? >>>> >> >>Get the IP of the spammer if possible. I've had to use a total block like >>this: >>##### DENY INTRUDER through external interface >> #${fwcmd} add deny all from 66.000.00.000 to any via ${oif} > >Where is ${oif} defined? > >When I run a command like this it doesn't understand 'fwcmd'. > Sorry again.... only one sip of coffee yet. The ${oif} and ${fwcmd} are both my own defined variables at the beginning of my FW script. Just replace these variable commands with your own script setup cmds. I thought you were already running a script..... 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 Sun Nov 10 6:41:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6EB37B401; Sun, 10 Nov 2002 06:41:43 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35ECC43E3B; Sun, 10 Nov 2002 06:41:42 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 2066B534E; Sun, 10 Nov 2002 15:41:39 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Jonathon McKitrick Cc: freebsd-chat@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Unresolved reference compiling Objective-C ?? References: <20021108173235.GA82490@dogma.freebsd-uk.eu.org> From: Dag-Erling Smorgrav Date: Sun, 10 Nov 2002 15:41:38 +0100 In-Reply-To: <20021108173235.GA82490@dogma.freebsd-uk.eu.org> (Jonathon McKitrick's message of "Fri, 8 Nov 2002 17:32:35 +0000") Message-ID: Lines: 23 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) 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 Jonathon McKitrick writes: > dogma:...files/programs/objc> gcc -lobjc main.m printer.m -o testme ------ In source code, you have to define (or at least declare) symbols before you reference them. When linking, it's the other way around - the linker only includes objects it knows are needed because they define symbols which were referenced by previously included objects. I don't know about Objective C, but what happens for plain C is this: the linker starts out knowing it needs the entry point (called _start). It reads the run-time library (crt.o), which contains _start and references but does not define main, which is added to the list of unresolved symbols. Then it reads the first object file specified, which hopefully defines main and references a bunch of other symbols which are defined in object files and libraries specified later on the command line, and so forth until there are no more unresolved symbols. In other words: always specify libraries at the end of the compiler or linker command line. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 6:49:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070D737B401 for ; Sun, 10 Nov 2002 06:49:42 -0800 (PST) Received: from mail.dubium.com (h24-78-225-134.vn.shawcable.net [24.78.225.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C2343E3B for ; Sun, 10 Nov 2002 06:49:41 -0800 (PST) (envelope-from joe-dated-1037371904.240153@dubium.com) Received: (qmail 82853 invoked from network); 10 Nov 2002 14:51:44 -0000 Received: from localhost (HELO fafner.dubium.com) ([127.0.0.1]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 10 Nov 2002 14:51:44 -0000 Content-Type: text/plain; charset="iso-8859-1" To: Stephen Hovey , joe Subject: Re: REASON #7919 NOT to do things as root! Date: Sun, 10 Nov 2002 06:49:44 -0800 User-Agent: KMail/1.4.3 Cc: FreeBSD Questions References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200211100649.44213.joe@dubium.com> From: joe X-Delivery-Agent: TMDA/0.64 (Lawrin) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On November 9, 2002 11:26 pm, Stephen Hovey wrote: > /etc/passwd is made from master.passwd for those jobbies that still > need to look at the old style text file instead of making kernel > calls. You can regenerate it - I always forget the damn program name > - mk_pwdb or something like that - when I forget, I use vipw, change > a latter in my real name in the geco, and save - that regens the > whole thing too. Thanks to all who responded. This was not as dire a problem as I had thought, just an inexpensive reminder to observe better "best" practices. -------------------------------------------------------- Joe Sotham -------------------------------------------------------- Christianity got over the difficulty of furious opposites by keeping them both and keeping them furious. - G.K. Chesterton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 6:55: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4614D37B401 for ; Sun, 10 Nov 2002 06:55:04 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B07843E42 for ; Sun, 10 Nov 2002 06:55:03 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 88C14A01E for ; Sun, 10 Nov 2002 15:55:00 +0100 (MET) Received: from cs.umu.se (h55n1c1o1023.bredband.skanova.com [213.64.164.55]) by grillolja.cs.umu.se (Postfix) with ESMTP id 025AEA012 for ; Sun, 10 Nov 2002 15:54:58 +0100 (MET) Message-ID: <3DCE7339.7010400@cs.umu.se> Date: Sun, 10 Nov 2002 15:54:49 +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: Net connection problem: sis, miibus 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 all! I have a friend who decided to try FreeBSD 4.6.2 and it works just fine except one thing, his connection to the internet. He has a sis network card, which is compiled into the kernel, with miibus that is required. He gets a connection just fine, for about half a minute, then it doesn't work anymore, with long periods of "wait" time. A ping to an address works perfectly, next minute a ping to the same address does not work. Somehow, issuing kldstat, the miibus is there, which it should not, as it's compiled into the kernel. If I recall correct, it's not there when it's first working, but later it is, when not working. There is also an arp message, that looks as if some change of MAC- address has taken place, which seem to be strange. Also, one last thing, ifconfig says the sis is using full-duplex. Is that ok, if maybe not the other side can handle full-duplex? I can provide more information if needed to help me solve this pro- blem, so that he can start using FreeBSD full time. Thanks in advance for any reply! 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 Sun Nov 10 6:56:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B2A37B401 for ; Sun, 10 Nov 2002 06:56:41 -0800 (PST) Received: from server0027.freedom2surf.net (server0027.freedom2surf.net [194.106.33.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2BC43E3B for ; Sun, 10 Nov 2002 06:56:35 -0800 (PST) (envelope-from neil@mpfreescene.com) Received: from b1 ([195.137.35.72]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-5) with ESMTP id gAAEuJG4006964 for ; Sun, 10 Nov 2002 14:56:29 GMT Reply-To: From: "Neil Doody" To: Subject: make pid files Date: Sun, 10 Nov 2002 14:56:13 -0000 Message-ID: <000001c288c9$56c091a0$0200a8c0@b1> 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.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 a way to create pid files for applications you start, if the application doesn't have a configuration option within itself to create one ? Im guessing using some kind of regex with grep to capture the pid/error number when you run it ? Though im not really that good with that stuff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 7: 4: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BE537B401 for ; Sun, 10 Nov 2002 07:04:03 -0800 (PST) Received: from mxzilla1.xs4all.nl (mxzilla1.xs4all.nl [194.109.6.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0382743E6E for ; Sun, 10 Nov 2002 07:04:03 -0800 (PST) (envelope-from henkonk@xs4all.nl) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.3.11]) by mxzilla1.xs4all.nl (8.12.3/8.12.3) with ESMTP id gAAF41ca084021 for ; Sun, 10 Nov 2002 16:04:01 +0100 (CET) Received: from localhost (henkonk@localhost) by xs1.xs4all.nl (8.11.6/8.11.6) with ESMTP id gAAF41H09530 for ; Sun, 10 Nov 2002 16:04:01 +0100 (CET) (envelope-from henkonk@xs1.xs4all.nl) Date: Sun, 10 Nov 2002 16:04:01 +0100 (CET) From: Henk To: FreeBSD Questions Subject: xhost: unable to open display "" In-Reply-To: Message-ID: <20021110140932.I2803-100000@xs1.xs4all.nl> 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 llo all, I use ssh to connect to My.FreeBSD.Machine from My.Main.Machine running FreeBSD and xdm. xwin is running properly on My.Main.Machine. When trying to run mozilla on My.FreeBSD.Machine I get the error: Gtk-WARNING **: cannot open display: "" When running xhost I get the following error: xhost: unable to open display "" I do not export $DISPLAY=My.FreeBSD.Machine:0.0 It's supposed automatically set to My.FreeBSD.Machine:X+1.0 when I log in with ssh. help anyone? TIA, Henk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 7:30:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA7C37B401 for ; Sun, 10 Nov 2002 07:30:48 -0800 (PST) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B7E43E42 for ; Sun, 10 Nov 2002 07:30:47 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by nemesis.systems.pipex.net (Postfix) with ESMTP id DABFD16007F02; Sun, 10 Nov 2002 15:30:41 +0000 (GMT) Subject: Printing to Win2K share printer with apsfilter via samba fails From: Stacey Roberts To: apsfilter-help@apsfilter.org, FreeBSD Questions Reply-To: sroberts@dsl.pipex.com Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8qBtjQiNUpWmxNvDyWA7" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Nov 2002 15:30:45 +0000 Message-Id: <1036942247.92273.4.camel@Demon.vickiandstacey.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 --=-8qBtjQiNUpWmxNvDyWA7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello,=20 I've installed apsfilter-7.2.3, and despite successfully printing the test page, I am unable to get anything to print either from an application (opera / AbiWord), nor command line.=20 Checking printer status:=20 # lpc status all=20 hp845c:=20 queuing is enabled=20 printing is enabled=20 no entries in spool area=20 printer idle=20 #=20 System:=20 # uname -a=20 FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 10:04:03 BST 2002 root@:/usr/obj/usr/src/sys/ i386=20 #=20 Printer entry created by apsfilter setup in /etc/printcap:=20 # APS1_BEGIN:printer1=20 # - don't delete start label for apsfilter printer1=20 # - no other printer defines between BEGIN and END LABEL=20 hp845c|ijs/DESKJET_845;r=3D600x300;q=3Dhigh;c=3Dfull;p=3Da4;m=3Dauto:\=20 :lp=3D/dev/null:\=20 :if=3D/usr/local/etc/apsfilter/basedir/bin/apsfilter:\=20 :sd=3D/var/spool/lpd/hp845c:\=20 :lf=3D/var/spool/lpd/hp845c/log:\=20 :af=3D/var/spool/lpd/hp845c/acct:\=20 :mx#0:\=20 :sh:=20 # APS1_END - don't delete this=20 #=20 I try printing webpage from opera, I get:=20 # lpc status all=20 hp845c:=20 queuing is enabled=20 printing is enabled=20 no entries in spool area=20 printer idle=20 You have new mail.=20 #=20 Checking mail:=20 From daemon@Demon.vickiandstacey.com Sun Nov 10 15:10:14 2002=20 Date: Sun, 10 Nov 2002 15:10:14 GMT=20 From: Owner of many system processes =20 To: root@Demon.vickiandstacey.com Cc: stacey@Demon.vickiandstacey.com Subject: apsfilter: can't find configuration=20 apsfilter fatal error: can't find configuration=20 The configuration file /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 is missing. Please run SETUP.=20 -- apsfilter, your lpd input filter=20 &=20 Checking spool logs:=20 # tail /var/spool/lpd/hp845c/log=20 apsfilter: The configuration file /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 apsfilter: is missing. Please run SETUP.=20 cat: /rc: No such file or directory=20 rm: No such file or directory=20 /usr/local/etc/apsfilter/basedir/bin/apsfilter: line 116: /rc: Permission denied=20 apsfilter: can't find configuration=20 apsfilter: The configuration file /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 apsfilter: is missing. Please run SETUP.=20 cat: /rc: No such file or directory=20 rm: No such file or directory=20 #=20 But this file DOES exist:=20 # more /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 #=20 # don't delete these settings=20 #=20 PRINTER=3D'ijs/DESKJET_845'=20 PAPERSIZE=3D'a4'=20 METHOD=3D'auto'=20 QUALITY=3D'high'=20 COLOR=3D'full'=20 RESOLUTION=3D'600x300'=20 #=20 # additional configuration follows=20 # insert settings as seen in /usr/local/etc/apsfilter/apsfilterrc=20 #=20 #=20 That's failed big time. I'll try printing with lpr:=20 # pwd=20 /usr/home/stacey=20 # date=20 Sun Nov 10 15:15:23 GMT 2002=20 # file test=20 test: ASCII English text=20 # lpr -Php845c test=20 # lpc status all=20 hp845c:=20 queuing is enabled=20 printing is enabled=20 no entries in spool area=20 hp845c is ready and printing=20 #=20 Nothing..,=20 Checking logs again:-=20 Messages:=20 Nov 10 15:15:42 Demon lpd[91979]: Demon.vickiandstacey.com requests printjob hp845c=20 Nov 10 15:15:43 Demon lpd[91979]: restarting hp845c=20 Nov 10 15:15:45 Demon last message repeated 3 times=20 Nov 10 15:15:46 Demon lpd[91979]: hp845c: job could not be printed (cfA033Demon.vickiandstacey.com)=20 Nov 10 15:15:47 Demon lpd[91979]: mail sent to user root about job on printer hp845c (FATALERR)=20 #=20 Checking root's mail:=20 Message 21:=20 From daemon@Demon.vickiandstacey.com Sun Nov 10 15:15:47 2002=20 Date: Sun, 10 Nov 2002 15:15:46 GMT=20 From: Owner of many system processes =20 To: root@Demon.vickiandstacey.com Subject: hp845c printer job ""=20 Reply-To: root@Demon.vickiandstacey.com Your printer job=20 could not be printed=20 &=20 Checking spool again:=20 # date=20 Sun Nov 10 15:18:07 GMT 2002=20 # tail /var/spool/lpd/hp845c/log=20 apsfilter: The configuration file /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 apsfilter: is missing. Please run SETUP.=20 cat: /rc: No such file or directory=20 rm: No such file or directory=20 /usr/local/etc/apsfilter/basedir/bin/apsfilter: line 116: /rc: Permission denied=20 apsfilter: can't find configuration=20 apsfilter: The configuration file /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 apsfilter: is missing. Please run SETUP.=20 cat: /rc: No such file or directory=20 rm: No such file or directory=20 #=20 There's a "permission denied" error being thrown. Checking permissions on the offending file:=20 # ls -al /usr/local/etc/apsfilter/basedir/bin/apsfilter=20 -r-xr-xr-x 1 root wheel 56940 Nov 8 22:24 /usr/local/etc/apsfilter/basedir/bin/apsfilter=20 #=20 Is this not what it should be? I didn't see instructions to change permissions on any of apsfilter config file, scripts, nor any files concerning printing anywhere.=20 Again complaints about a missing file.., this file DOES EXIST:=20 # more /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 #=20 # don't delete these settings=20 #=20 PRINTER=3D'ijs/DESKJET_845'=20 PAPERSIZE=3D'a4'=20 METHOD=3D'auto'=20 QUALITY=3D'high'=20 COLOR=3D'full'=20 RESOLUTION=3D'600x300'=20 #=20 # additional configuration follows=20 # insert settings as seen in /usr/local/etc/apsfilter/apsfilterrc=20 #=20 #=20 I've searched the apsfilter mailing list archives.., googled.., and read the faq and what online docs there are available for installation and usage, but haven't found anything that addresses what I'm seeing here.=20 Is there some step I've missed?=20 I have not touched /etc/printcap, as apsfilter is supposed to set this up for me. Or, am I wrong in this presumption?=20 This is the second time I'm posting about this problem. I've received kind replies FreeBSD list members (for which I am overly grateful), and would look forward to hearing from apsfilter folks as well. The apsfilter "online feeeback" facility fails, that's why I'm having to post this via e-mail. Thanks for the patience. Stacey --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-8qBtjQiNUpWmxNvDyWA7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUAPc57o5vQeubckvvXAQGcSggAs8By3dIFqyEBqZN0NtzcXZKaLratH4Cc X4jZQEE7Vh7cmYb9MrNb1WbpWkuGTq4KZssZAE97T89G8vzSKChElqMqgxMPdq69 WWcDydvBQH8xjg5h7NdqA5qenERCPM7czGYifqh19xjwSRiZ6/ExqcUBR8Lomn8l 1x5MFhRLMVpB4fyXhwfeCWRIiC8WGkUy4Gvyo0iP3wP5fWdKhw1fNNpkSrdHi1/D OwPOZQ4lz9O8SsooWWy/5Xjttp2i1E//ehlD8yp1pqEfsYAx5shxUfkIWuZ9RVvt cNJ7MPHb/oj1IQY1KC/Fqi7rHQgmftSKiMzVLo7z/W8p67eembnK7g== =bMAP -----END PGP SIGNATURE----- --=-8qBtjQiNUpWmxNvDyWA7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 7:37:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B9C37B401 for ; Sun, 10 Nov 2002 07:37:38 -0800 (PST) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BCA43E42 for ; Sun, 10 Nov 2002 07:37:37 -0800 (PST) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1]) by Kain.sumuk.de (8.12.5/8.12.5) with ESMTP id gAAFbTpF077715; Sun, 10 Nov 2002 16:37:29 +0100 (CET) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (localhost.earth.sol [127.0.0.1]) by Moses.earth.sol (8.12.5/8.12.5) with ESMTP id gAAFbRLS014645; Sun, 10 Nov 2002 16:37:28 +0100 (CET) (envelope-from vincent@Moses.earth.sol) Received: (from vincent@localhost) by Moses.earth.sol (8.12.5/8.12.5/Submit) id gAAFbRpd014644; Sun, 10 Nov 2002 16:37:27 +0100 (CET) Date: Sun, 10 Nov 2002 16:37:26 +0100 From: Martin Heinen To: Neil Doody Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make pid files Message-ID: <20021110163726.B14403@sumuk.de> References: <000001c288c9$56c091a0$0200a8c0@b1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c288c9$56c091a0$0200a8c0@b1>; from neil@mpfreescene.com on Sun, Nov 10, 2002 at 02:56:13PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 10, 2002 at 02:56:13PM -0000, Neil Doody wrote: > Is there a way to create pid files for applications you start, if the > application doesn't have a configuration option within itself to create > one ? > > Im guessing using some kind of regex with grep to capture the pid/error > number when you run it ? If you are running background commands you can use $!: | #!/bin/sh | job & | echo "$!" > /var/run/job.pid If the job puts itself into the background you need to grep the PID: | #!/bin/sh | job | ps auxw | awk '/[j]ob/ { print $2 }' > /var/run/job.pid Be sure to supply a pattern which matches one process only. -- Marxpitn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 7:46:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9485537B401 for ; Sun, 10 Nov 2002 07:46:35 -0800 (PST) Received: from kumprang.or.id (kumprang.or.id [202.143.103.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 94DD643E77 for ; Sun, 10 Nov 2002 07:46:25 -0800 (PST) (envelope-from budsz@kumprang.or.id) Received: (qmail 50959 invoked by uid 1008); 10 Nov 2002 15:47:58 -0000 Date: Sun, 10 Nov 2002 22:47:57 +0700 From: budsz To: FreeBSD-Questions Subject: Re: How to stop SPAMMER??! Message-ID: <20021110154757.GB50058@kumprang.or.id> References: <3.0.5.32.20021109211740.011f73b8@mail.sage-one.net> <20021110030443.1b0577ad.gs@vacfu.org> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <3.0.5.32.20021110083235.00ec9908@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.5.32.20021110083235.00ec9908@mail.sage-one.net> X-Pubkey: "http://www.kumprang.or.id/~budsz/Pubkey.txt" X-Pubkey-MD5: "http://www.kumprang.or.id/~budsz/Pubkey-checksum.md5" X-Finger-Print: "A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304" X-System-Operation: FreeBSD 4.7-STABLE i386 X-Organization: "Internet Cafe and Game PC Kumprang" User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 10, 2002 at 08:32:35AM -0600, Jack L. Stone wrote: >Sorry again.... only one sip of coffee yet. The ${oif} and ${fwcmd} are >both my own defined variables at the beginning of my FW script. Just >replace these variable commands with your own script setup cmds. I thought >you were already running a script..... How about if we use like spamassassin program it's will terminate this problem? -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 7:46:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85DD37B401 for ; Sun, 10 Nov 2002 07:46:53 -0800 (PST) Received: from server0027.freedom2surf.net (server0027.freedom2surf.net [194.106.33.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B8C43EAF for ; Sun, 10 Nov 2002 07:46:51 -0800 (PST) (envelope-from neil@mpfreescene.com) Received: from b1 ([195.137.35.72]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-5) with ESMTP id gAAFkkG4013021 for ; Sun, 10 Nov 2002 15:46:54 GMT Reply-To: From: "Neil Doody" To: Subject: Fatal Trap 9 Date: Sun, 10 Nov 2002 15:46:39 -0000 Message-ID: <000301c288d0$6252e4d0$0200a8c0@b1> 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 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 As you might know, ive been suffering from error 11's, trap 12's and filesystem boo-boo's. Now ive just got this one and the server rebooted, which is new. Nov 10 15:39:50 admin /kernel: Fatal trap 9: general protection fault while in kernel mode Do you think that still could be to overheating? My host has looked into the heating problem, we are going to get many fans installed into the case to sort it in the future, but does this latest error coincide with heating ? Nov 10 15:39:50 admin /kernel: Nov 10 15:39:50 admin /kernel: Nov 10 15:39:50 admin /kernel: Fatal trap 9: general protection fault while in kernel mode Nov 10 15:39:50 admin /kernel: instruction pointer = 0x8:0xd6c05cf4 Nov 10 15:39:50 admin /kernel: stack pointer = 0x10:0xd6c05c44 Nov 10 15:39:50 admin /kernel: frame pointer = 0x10:0xd6c05c40 Nov 10 15:39:50 admin /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Nov 10 15:39:50 admin /kernel: = DPL 0, pres 1, def32 1, gran 1 Nov 10 15:39:50 admin /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Nov 10 15:39:50 admin /kernel: current process = 12590 (cp) Nov 10 15:39:50 admin /kernel: interrupt mask = none Nov 10 15:39:50 admin /kernel: trap number = 9 Nov 10 15:39:50 admin /kernel: panic: general protection fault Nov 10 15:39:50 admin /kernel: Nov 10 15:39:50 admin /kernel: syncing disks... 218 192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 8:23:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74A937B401 for ; Sun, 10 Nov 2002 08:23:54 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C46943E3B for ; Sun, 10 Nov 2002 08:23:43 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gAAGMvD71126; Sun, 10 Nov 2002 10:23:00 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021110102257.00ec9908@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 10 Nov 2002 10:22:57 -0600 To: budsz , FreeBSD-Questions From: "Jack L. Stone" Subject: Re: How to stop SPAMMER??! In-Reply-To: <20021110154757.GB50058@kumprang.or.id> References: <3.0.5.32.20021110083235.00ec9908@mail.sage-one.net> <3.0.5.32.20021109211740.011f73b8@mail.sage-one.net> <20021110030443.1b0577ad.gs@vacfu.org> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> <3.0.5.32.20021110083235.00ec9908@mail.sage-one.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 At 10:47 PM 11.10.2002 +0700, budsz wrote: >On Sun, Nov 10, 2002 at 08:32:35AM -0600, Jack L. Stone wrote: >>Sorry again.... only one sip of coffee yet. The ${oif} and ${fwcmd} are >>both my own defined variables at the beginning of my FW script. Just >>replace these variable commands with your own script setup cmds. I thought >>you were already running a script..... > >How about if we use like spamassassin program it's will terminate this problem? > >-- >budsz > You are only referring to a fix for emails. My FW rule stops the intruder from using any other services as well... like using up bandwidth though the web server, etc... DoS.... Of course, if the intruder is persistant enough, he(she) may switch IPs, even entire IP network to get around the block. But, you just need to keep some monitors going on all of the key logs to watch for this intrusion and modify the block to include more IPs.... the block can be modified more times than he(she) can change IPs eventually..... 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 Sun Nov 10 8:43:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F5A37B401 for ; Sun, 10 Nov 2002 08:43:54 -0800 (PST) Received: from lancelot.cosmicfire.net (lancelot.cosmicfire.net [64.32.246.114]) by mx1.FreeBSD.org (Postfix) with SMTP id E4A2C43E6E for ; Sun, 10 Nov 2002 08:43:49 -0800 (PST) (envelope-from gs@vacfu.org) Received: (qmail 18220 invoked from network); 10 Nov 2002 16:43:12 -0000 Received: from dh-fw-1.oru.se (HELO rainbowpeace.DH-FW-1.oru.se) (gs@vacfu.org@130.243.97.72) by vacfu.org with SMTP; 10 Nov 2002 16:43:12 -0000 Date: Sun, 10 Nov 2002 17:42:02 +0100 From: Gustaf Sjoberg To: freebsd-questions@freebsd.org Subject: /dev/sysmouse and x Message-Id: <20021110174202.411157ac.gs@vacfu.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 Sender: owner-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 run moused on boot through rc.conf, but if i choose /dev/sysmouse as mouse device in XF86Config the mouse behaves really weird. it's kind of hard to explain, but if i move the cursor too fast the buttons seem to "lag". for example, when i try to select a string; if i move the cursor too fast over the area i want to select it skips the first few characters in the string but it works well if i do it slowly. i also noticed that moused cancels the option to use /dev/psm0 (it's a ps2 mouse) in XF86Config, but if i kill it before i start x the mouse works like it should. is this a known "bug slash feature"? can anyone think of a way to get the mouse to work both as moused and under x? i guess i could just start moused manually whenever i need it, but it would be nice to have a working system ;-) thanks in anticipation, Gustaf Sjoberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 8:59:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43A237B401 for ; Sun, 10 Nov 2002 08:59:48 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F54543E75 for ; Sun, 10 Nov 2002 08:59:48 -0800 (PST) (envelope-from paulbeard@mac.com) Received: from mac.com ([12.231.115.57]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021110165943.EDTV13805.rwcrmhc53.attbi.com@mac.com> for ; Sun, 10 Nov 2002 16:59:43 +0000 Message-ID: <3DCE907E.8010605@mac.com> Date: Sun, 10 Nov 2002 08:59:42 -0800 From: paul beard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021101 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Fatal Trap 9 References: <000301c288d0$6252e4d0$0200a8c0@b1> 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 Neil Doody wrote: > As you might know, ive been suffering from error 11's, trap 12's and > filesystem boo-boo's. > > > Now ive just got this one and the server rebooted, which is new. > > Nov 10 15:39:50 admin /kernel: Fatal trap 9: general protection fault > while in kernel mode > > Do you think that still could be to overheating? My host has looked > into the heating problem, we are going to get many fans installed into > the case to sort it in the future, but does this latest error coincide > with heating ? can you get any information from healthd or any other monitoring tools? You may be able to plot that over time and get a sense of what's going on. -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [ dot] com / 206 529 8400 weblog @ Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 9:24:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E65F37B404 for ; Sun, 10 Nov 2002 09:24:44 -0800 (PST) Received: from wxp.homeip.net (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 99E6743E4A for ; Sun, 10 Nov 2002 09:24:41 -0800 (PST) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 6432 invoked by uid 8); 10 Nov 2002 17:24:34 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP id smtpdHML11v; Sun, 10 Nov 2002 12:24:33 EST Received: from swissgeeks.com (pierrick.wxp.homeip.net [10.0.0.50]) by server.wxp.homeip.net (AvMailGate-2.0.0.9) id 06423-72530AD2; Sun, 10 Nov 2002 18:24:33 +0100 Message-ID: <3DCE964F.6050902@swissgeeks.com> Date: Sun, 10 Nov 2002 18:24:31 +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.2b) Gecko/20021026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG, FreeBSD-questions Subject: USRobotics Wireless References: <000801c2871c$1d5ad000$130210ac@vvs> <200211090416.09697.dolmant@dolmant.net> <20021109153436.3db489af.kaeesalm@cc.jyu.fi> <200211091344.43911.behanna@zbzoom.net> <20021110124802.560bb85e.kaeesalm@cc.jyu.fi> <20021110150502.GD28439@slurp.rodal In-Reply-To: <20021110173804.1c394459.karo@karo.kaista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AntiVirus: OK! AntiVir MailGate Version 2.0.0.9; AVE: 6.16.0.0; VDF: 6.16.0.15 at wxp.homeip.net has not found any known virus in this email. Sender: owner-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, Anyone using a U.S.Robotics Wireless card under Fbsd 4.7 ? I'm interested in buying one card for my laptop ! http://www.usr-emea.com/products/p-networking-product.asp?prod=net-pc-card&loc=emea It's in the Hardware Notes but I would prefer that someone who actually uses a card like this tells me it's ok! Regards -- Pierrick Brossin IT Employee 15, Ch. du Château, 1422 Grandson, Switzerland Tel Prof: +41-327201423 Mobile Priv: +41-794137145 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 Sun Nov 10 9:47: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD6037B401 for ; Sun, 10 Nov 2002 09:47:07 -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 CB9EA43E3B for ; Sun, 10 Nov 2002 09:47:05 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAAHkupj084893 for ; Sun, 10 Nov 2002 17:46:56 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAAHkp2F084892 for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 17:46:51 GMT Date: Sun, 10 Nov 2002 17:46:51 +0000 From: Matthew Seaman To: FreeBSD Questions Subject: Re: xhost: unable to open display "" Message-ID: <20021110174651.GA84752@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , FreeBSD Questions References: <20021110140932.I2803-100000@xs1.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110140932.I2803-100000@xs1.xs4all.nl> User-Agent: Mutt/1.5.1i 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.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 Sun, Nov 10, 2002 at 04:04:01PM +0100, Henk wrote: > I use ssh to connect to My.FreeBSD.Machine from My.Main.Machine running > FreeBSD and xdm. xwin is running properly on My.Main.Machine. > > When trying to run mozilla on My.FreeBSD.Machine I get the error: > Gtk-WARNING **: cannot open display: "" > When running xhost I get the following error: > xhost: unable to open display "" > > I do not export $DISPLAY=My.FreeBSD.Machine:0.0 > It's supposed automatically set to My.FreeBSD.Machine:X+1.0 when I log in > with ssh. On the server (sshd) side, you need "X11Forwarding yes" in /etc/ssh/sshd_config (which is the default, so you can just leave the X11Forarding line commented out). You'll also need xauth available --- it's part of the XFree86-clients port, which is slightly unfortunate as practically everything else you need comes out of the XFree86-libraries port. On the client side, either in /etc/ssh/ssh_config or in ~/.ssh/config you need "ForwardX11 yes" in a host section matching the server. Or you can just use the '-X' flag to ssh(1) or slogin(1) on the command line. The DISPLAY variable you'll see automatically set up on the server will be something like localhost:10.0 Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 10 9:49:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E09B737B401 for ; Sun, 10 Nov 2002 09:49:44 -0800 (PST) Received: from mail.jpcampbell.com (adsl-64-164-212-130.dsl.snfc21.pacbell.net [64.164.212.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3260E43E42 for ; Sun, 10 Nov 2002 09:49:36 -0800 (PST) (envelope-from jpc@jpcampbell.com) Received: by mail.jpcampbell.com (Postfix, from userid 1000) id 0C9B75D41; Sun, 10 Nov 2002 09:49:34 -0800 (PST) Date: Sun, 10 Nov 2002 09:49:33 -0800 From: "John P. Campbell" To: freebsd-questions@freebsd.org Subject: error in make buildworld for 4.7 Message-ID: <20021110174933.GA7493@jpcampbell.com> Reply-To: jcampbell@intacct.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 Hello, I'm trying to go from 4.6.2 to 4.7 (RELENG_4_7_0_RELEASE). I cvsup'd the sources like always and during make buildworld, I get the error below. The offending errors seem to be: /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: storage size of `dotstat' isn't known /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: storage size of `pwdstat' isn't known My gcc is: gcc version 2.95.3 20010315 (release) [FreeBSD] Tail of make outut is ... gcc -O -pipe -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/libiberty -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/include -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -D__FBSDID=__RCSID -c /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c -o getpwd.o /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:40: warning: function declaration isn't a prototype /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:41: warning: function declaration isn't a prototype /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c: In function `getpwd': /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: storage size of `dotstat' isn't known /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: storage size of `pwdstat' isn't known /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:78: warning: implicit declaration of function `getenv' /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:78: warning: assignment makes pointer from integer without a cast /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:80: warning: implicit declaration of function `stat' /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:86: warning: implicit declaration of function `getcwd' /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:89: warning: implicit declaration of function `free' /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: warning: unused variable `pwdstat' /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getpwd.c:74: warning: unused variable `dotstat' *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/libiberty. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. thanks in advace, jpc -- John P. Campbell Intacct Corporation 408-884-3340 "There are 10 types of people in this world, those that understand binary and those that don't." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 10: 0:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A83037B41E for ; Sun, 10 Nov 2002 10:00:18 -0800 (PST) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 86B0A43E6E for ; Sun, 10 Nov 2002 10:00:13 -0800 (PST) (envelope-from joan@grummit.biaix.org) Received: (qmail 11998 invoked by uid 1000); 10 Nov 2002 17:59:17 -0000 Date: Sun, 10 Nov 2002 18:59:17 +0100 From: Joan Picanyol i Puig To: freebsd-questions@FreeBSD.ORG Subject: Re: trouble with perl writing to pipes :( Message-ID: <20021110175917.GA11841@grummit.biaix.org> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20021108094643.GA3590@grummit.biaix.org> <20021108114118.GA3823@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021108114118.GA3823@happy-idiot-talk.infracaninophi> 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 Seaman [20021108 12:40]: > On Fri, Nov 08, 2002 at 10:46:43AM +0100, Joan Picanyol i Puig wrote: > > I'm noticing some weird behaviour having perl writing to pipes (they eat > > my output): [...] > You may find that appropriate use of the $| special variable (or > equivalently the autoflush method of the IO::Handle object) suddenly > makes things work a lot better. Many thanks, hat did the trick > Hmmm... This only seems to affect perl-5.00503 --- perl-5.6.1 works > for me in the way you expect without any extra flushing. I believe it only affects perl on FreeBSD, but anyway... tks -- pica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 10: 3:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9637B401 for ; Sun, 10 Nov 2002 10:03:13 -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 3B43D43E6E for ; Sun, 10 Nov 2002 10:03:12 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAAI39pj085068 for ; Sun, 10 Nov 2002 18:03:09 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAAI34DJ085063 for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 18:03:04 GMT Date: Sun, 10 Nov 2002 18:03:04 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: BIND Message-ID: <20021110180304.GB84752@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200211101351.GAADP3S77820@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211101351.GAADP3S77820@asarian-host.net> User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-1.4 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_05_08,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 Sun, Nov 10, 2002 at 02:50:59PM +0100, Mark wrote: > I was experimenting with BIND (8.3.3) on FreeBSD. I got everything pretty > much set up properly. Then I came up with the idea to allow outside queries > for my own domain names, but to disallow outsiders to use my name servers to > resolve the world. So, I did this: > > zone "." { > type hint; > file "named.root"; > allow-query { trusted; }; > }; What you want is: options { [...] allow-recursion { trusted; }; }; which will default to denying recursion to anyone except your own trusted machines, but still allow queries to any zone you're authoritative for. There's no point in putting much in the way of access control on the '.' hint zone, but you should investigate the use of allow-query { };, allow-transfer { }; or even allow-recursion { }; on a per-zone basis for your other zones. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 10 10:30:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C50E37B401 for ; Sun, 10 Nov 2002 10:30:13 -0800 (PST) Received: from cmsoutbound.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 38F0243E3B for ; Sun, 10 Nov 2002 10:30:12 -0800 (PST) (envelope-from gtrvdwsee45@alcatel.com.hk) Received: from uadvg132.cms.usa.net (HELO cmsoutbound.mx.net) (165.212.11.132) by cmsoutbound.mx.net with SMTP; 10 Nov 2002 18:30:06 -0000 Received: from mail.telia.com [63.171.89.2] by uadvg132.cms.usa.net via mtad (C8.MAIN.1.09A) with ESMTP id 318gkJsd70592M32; Sun, 10 Nov 2002 18:29:59 GMT Message-ID: <00002c0b0649$0000693f$00001b8f@relay.pacific.net.hk> To: Cc: , , , , , , , , , , , , , , , , , From: "John Zimmer" Subject: Can Do10548 Date: Sun, 10 Nov 2002 10:29:50 -2000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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 your interested in putting your product or service in front of millions of prospective clients or buyers READ ON! What is the most cost effective form of advertising for the very small all the way up to the largest of companies? Commercial Email! Why? Because there is no charge for paper, printing, mailing or the unbelievabley HIGH COST of putting Ads into Magazines or Papers. Why should most of your advertising dollar go for overhead? There IS a BETTER way! How? By placing your ad directly into the e-mail boxes of consumers who, like you, have an Internet e-mail address. Almost every user of the Internet has a unique e-mail address and we can effectively reach as many of those people as you want FAST and EFFECTIVELY. Every year the number of users increases tremendously creating a huge market. Why not become part of this unlimited market by placing your personal ad in one of the largest consumer databases? We are interested in doing business with you, however, we DO NOT do pornography or schemes of any kind. Please call us with your legitimate product or service. Some of you may not be interested at all, and possibly are agitated by our message. We will respectfully remove you from our list by request. We are responsible commercial e-mailers and don't want to bother those who are not interested. We not only respect you, but also our customers. We do not want our customers spending their advertising dollars on prospects that do not have any interest. (Decline instructions are at the end of this letter.) Below you will find basic mailing options we are offering at this time. Check out our SPECIALS! Commercial Email Gets Results! Untargeted mailings: 1,000,000 E-mails for U.S $500.00 2,000,000 E-mails for U.S $900.00 3,000,000 E-mails for U.S $1200.00 4,000,000 E-mails for U.S $1400.00 For Professional Advertising Campaigns at Affordable Prices Call 818-743-7507 By utilizing our resources and technology we have achieved our goal of making advertising affordable and effective on the Internet. We hope that you will choose our company to help you in attaining your companies goals. This message is an advertisement. We will continue to bring you valuable permission based messages on the products and services that interest you most unless you wish to decline. If you no longer wish to receive our messages send a e-mail to: mailto:mxrly@yahoo.com?subject=expunge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 10:45:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02EE437B401 for ; Sun, 10 Nov 2002 10:45:26 -0800 (PST) Received: from lancelot.cosmicfire.net (lancelot.cosmicfire.net [64.32.246.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 2061A43E77 for ; Sun, 10 Nov 2002 10:45:25 -0800 (PST) (envelope-from gs@vacfu.org) Received: (qmail 25557 invoked from network); 10 Nov 2002 18:44:57 -0000 Received: from dh-fw-1.oru.se (HELO rainbowpeace.DH-FW-1.oru.se) (gs@vacfu.org@130.243.97.72) by vacfu.org with SMTP; 10 Nov 2002 18:44:57 -0000 Date: Sun, 10 Nov 2002 19:43:49 +0100 From: Gustaf Sjoberg To: freebsd-questions@freebsd.org Subject: Re: Can Do10548 Message-Id: <20021110194349.2e5bb232.gs@vacfu.org> In-Reply-To: <00002c0b0649$0000693f$00001b8f@relay.pacific.net.hk> References: <00002c0b0649$0000693f$00001b8f@relay.pacific.net.hk> 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 wow, this annoys me. it's just the reasons listed in this later that makes me hate spam so much. suddenly i feel like.. hitting something. hard. sorry for the rant, couldn't help myself. On Sun, 10 Nov 2002 10:29:50 -2000 "John Zimmer" wrote: [...] > Because there is no charge for paper, printing, mailing or >the unbelievabley HIGH COST of putting Ads into Magazines >or Papers. Why should most of your advertising dollar go >for overhead? There IS a BETTER way! [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 10:50:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2909D37B401 for ; Sun, 10 Nov 2002 10:50:31 -0800 (PST) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D8443E3B for ; Sun, 10 Nov 2002 10:50:30 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id gAAIoTuF040493; Sun, 10 Nov 2002 11:50:29 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id gAAIoPdv040490; Sun, 10 Nov 2002 11:50:28 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Sun, 10 Nov 2002 11:50:25 -0700 (MST) From: Warren Block To: "W. D." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to stop SPAMMER??! In-Reply-To: <5.1.0.14.2.20021109232136.04ae7140@us-webmasters.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 Sat, 9 Nov 2002, W. D. wrote: > At 19:49 11/9/2002, Steve Wingate wrote: > > 2. Are you the recipient of spam or is your box being used as a > >relay? > > Relay. If your system is an open relay, close it. I have no idea how to do that with qmail--a web search will help. In fact, if your system is an open relay, you should disconnect it from the net until you have it closed. There are two reasons for that. The first is to stop the abuse of your system. The second is to keep your system from being added to lists of open relays or spam sources. -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 Sun Nov 10 11:16: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C7837B401 for ; Sun, 10 Nov 2002 11:16:05 -0800 (PST) Received: from lancelot.cosmicfire.net (lancelot.cosmicfire.net [64.32.246.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 55B0C43E3B for ; Sun, 10 Nov 2002 11:16:05 -0800 (PST) (envelope-from gs@vacfu.org) Received: (qmail 27562 invoked from network); 10 Nov 2002 19:15:37 -0000 Received: from dh-fw-1.oru.se (HELO rainbowpeace.DH-FW-1.oru.se) (gs@vacfu.org@130.243.97.72) by vacfu.org with SMTP; 10 Nov 2002 19:15:37 -0000 Date: Sun, 10 Nov 2002 20:14:18 +0100 From: Gustaf Sjoberg To: freebsd-questions@freebsd.org Subject: sudo in syslog.conf Message-Id: <20021110201418.7d037d61.gs@vacfu.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 Sender: owner-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, what would an entry in syslog.conf look like if i want to send all information on sudo attempts to /dev/console? any ideas? ;-) thanks in anticipation, Gustaf Sjoberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 11:23:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5965837B401; Sun, 10 Nov 2002 11:23:27 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69CC243E7B; Sun, 10 Nov 2002 11:23:25 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id gAAJNDv7057057 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 10 Nov 2002 20:23:13 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Sun, 10 Nov 2002 20:23:13 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: "Greg 'groggy' Lehey" Cc: joe , FreeBSD Questions Subject: Re: Recovering /etc/passwd (was: REASON #7919 NOT to do things as root!) In-Reply-To: <20021110015003.GB93051@wantadilla.lemis.com> Message-ID: <20021110202138.Q55127-100000@foem.leiden.webweaving.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, 10 Nov 2002, Greg 'groggy' Lehey wrote: > # pwd_mkdb -p /etc/master.passwd > > /etc/passwd doesn't get used much any more. The real files are > /etc/pwd.db and /etc/spwd.db. See the man page for pwd_mkdb for more > details. And the files in /var/backups/ used by the periodic script have saved my bacon more than once. ls /var/backups aliases.bak group.bak master.passwd.bak aliases.bak2 group.bak2 master.passwd.bak2 One would almost wish that things like the /etc/rc.conf, named and *mc files where there too :-) Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 11:27:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D2A37B401 for ; Sun, 10 Nov 2002 11:27:32 -0800 (PST) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C898743E75 for ; Sun, 10 Nov 2002 11:27:31 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id gAAJRTuF040579; Sun, 10 Nov 2002 12:27:29 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id gAAJRSeq040576; Sun, 10 Nov 2002 12:27:28 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Sun, 10 Nov 2002 12:27:28 -0700 (MST) From: Warren Block To: sroberts@dsl.pipex.com Cc: FreeBSD Questions Subject: Re: Printing to Win2K share printer with apsfilter via samba fails In-Reply-To: <1036942247.92273.4.camel@Demon.vickiandstacey.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 10 Nov 2002, Stacey Roberts wrote: > Printer entry created by apsfilter setup in /etc/printcap: > # APS1_BEGIN:printer1 > # - don't delete start label for apsfilter printer1 > # - no other printer defines between BEGIN and END LABEL > hp845c|ijs/DESKJET_845;r=600x300;q=high;c=full;p=a4;m=auto:\ > :lp=/dev/null:\ > :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ > :sd=/var/spool/lpd/hp845c:\ > :lf=/var/spool/lpd/hp845c/log:\ > :af=/var/spool/lpd/hp845c/acct:\ > :mx#0:\ > :sh: > # APS1_END - don't delete this > # That if= line says that every time you try to print through this printer, the input is to be filtered by apsfilter. Since something is apparently wrong with apsfilter, you will not be able to print with this printcap entry. > # tail /var/spool/lpd/hp845c/log > apsfilter: The configuration file > /usr/local/etc/apsfilter/hp845c/apsfilterrc > apsfilter: is missing. Please run SETUP. Okay. So what happens when you run SETUP? > But this file DOES exist: > > # more /usr/local/etc/apsfilter/hp845c/apsfilterrc Possibly a permissions problem? > That's failed big time. I'll try printing with lpr: > > # lpr -Php845c test Won't work--you're just sending more stuff through the same failing input filter. I suggested in an earlier response that it would be good to get basic text printing working before trying one of the "big filter" packages like apsfilter. I think I even posted a printcap entry that would work. What happens when you try that? -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 Sun Nov 10 11:36: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB6937B401; Sun, 10 Nov 2002 11:35:59 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3303943E42; Sun, 10 Nov 2002 11:35:58 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gAAJZs173454; Sun, 10 Nov 2002 13:35:54 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021110133553.00ec9908@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 10 Nov 2002 13:35:53 -0600 To: Dirk-Willem van Gulik , "Greg 'groggy' Lehey" From: "Jack L. Stone" Subject: Re: Recovering /etc/passwd (was: REASON #7919 NOT to do things as root!) Cc: joe , FreeBSD Questions In-Reply-To: <20021110202138.Q55127-100000@foem.leiden.webweaving.org> References: <20021110015003.GB93051@wantadilla.lemis.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 At 08:23 PM 11.10.2002 +0100, Dirk-Willem van Gulik wrote: > > >On Sun, 10 Nov 2002, Greg 'groggy' Lehey wrote: > >> # pwd_mkdb -p /etc/master.passwd >> >> /etc/passwd doesn't get used much any more. The real files are >> /etc/pwd.db and /etc/spwd.db. See the man page for pwd_mkdb for more >> details. > >And the files in /var/backups/ used by the periodic script have saved my >bacon more than once. > > ls /var/backups > aliases.bak group.bak master.passwd.bak > aliases.bak2 group.bak2 master.passwd.bak2 > >One would almost wish that things like the /etc/rc.conf, named and *mc >files where there too :-) > >Dw Just do your own script to run the backups you want..... that's all the other one(s) do.... 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 Sun Nov 10 12:17:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3818937B401 for ; Sun, 10 Nov 2002 12:17:19 -0800 (PST) Received: from ns1.vrx.net (vrx.net [216.13.126.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB35443E3B for ; Sun, 10 Nov 2002 12:17:18 -0800 (PST) (envelope-from alvaro@vrx.net) Received: from [192.168.1.100] (pcp01914819pcs.verona01.nj.comcast.net [68.37.136.214]) by ns1.vrx.net (Postfix) with ESMTP id 9337AD33D for ; Sun, 10 Nov 2002 15:17:01 -0500 (EST) Mime-Version: 1.0 X-Sender: alvaro@199.166.24.1 Message-Id: In-Reply-To: References: Date: Sun, 10 Nov 2002 15:16:58 -0500 To: questions@FreeBSD.ORG From: Alvaro Gil Subject: RE: Problmes with ftp 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 >Turn passive mode off on the client. On most clients, >he command 'passive' will toggle between states. >I'm guessing that you're seeing the local IP because >it's behind a NAT type setup........... This is correct... Thanks for the info, I guess there is nothing that can be done... -- ____________________________________________ Alvaro Gil http://www.AlvaroGil.com '84 Volvo 242 Turbo (Silver) 15 psi '97 Leopard Gecko (White, Yellow, Black) NJIT Mechanical Engineering Student ____________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 12:19:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00BDC37B401 for ; Sun, 10 Nov 2002 12:19:10 -0800 (PST) Received: from truman.datasphereweb.com (12-231-81-122.client.attbi.com [12.231.81.122]) by mx1.FreeBSD.org (Postfix) with SMTP id 2ED0743E6E for ; Sun, 10 Nov 2002 12:19:09 -0800 (PST) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 14252 invoked from network); 10 Nov 2002 20:25:47 -0000 Received: from 12-229-238-38.client.attbi.com (HELO bartxp) (12.229.238.38) by 12-231-81-122.client.attbi.com with SMTP; 10 Nov 2002 20:25:47 -0000 From: "Derrick Ryalls" To: Subject: RE: How to stop SPAMMER??! Date: Sun, 10 Nov 2002 12:18:58 -0800 Message-ID: <001b01c288f6$6a00b9c0$0200a8c0@bartxp> 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.4024 In-Reply-To: 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 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG=20 > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Warren Block > Sent: Sunday, November 10, 2002 10:50 AM > To: W. D. > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: How to stop SPAMMER??! >=20 >=20 > On Sat, 9 Nov 2002, W. D. wrote: >=20 > > At 19:49 11/9/2002, Steve Wingate wrote: >=20 > > > 2. Are you the recipient of spam or is your box being used as a=20 > > >relay? > >=20 > > Relay. >=20 http://logicsquad.net/freebsd/qmail-how-to.html That is the site I used to get a basic qmail system up and running. The file which determines who can use qmail to relay is /etc/tcp.smtp 127.0.0.1:allow,RELAYCLIENT=3D"" 192.168.1.:allow,RELAYCLIENT=3D"" :allow The first two lines allow localhost and local network to relay using the box, the third line I believe allows anyone to send mail to the box. If the people using your qmail have fairly static ip addys, then just added them to this file with the relayclient option. Ranges of ips are enabled via dropping the last octet as shown in line two above. After modifying tcp.smtp, you need to run this line for tcpserver /usr/local/bin/tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp Hope this helps. >=20 > In fact, if your system is an open relay, you should=20 > disconnect it from the net until you have it closed. There=20 > are two reasons for that. The first is to stop the abuse of=20 > your system. The second is to keep your system from being=20 > added to lists of open relays or spam sources. > =20 > -Warren Block * Rapid City, South Dakota USA >=20 >=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 Nov 10 12:21:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6EE637B401 for ; Sun, 10 Nov 2002 12:21:34 -0800 (PST) Received: from mail.smartnet.se (mail.smartnet.se [194.237.72.231]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F97D43E3B for ; Sun, 10 Nov 2002 12:21:33 -0800 (PST) (envelope-from johannes@smartnet.se) Received: (qmail 8676 invoked from network); 10 Nov 2002 20:00:11 -0000 Received: from as14-5-4.mt.g.bonet.se (HELO ?192.168.0.3?) (217.215.46.103) by mail.smartnet.se with SMTP; 10 Nov 2002 20:00:11 -0000 Mime-Version: 1.0 X-Sender: johannes@smartnet.se@mail.smartnet.se Message-Id: Date: Sun, 10 Nov 2002 21:21:23 +0100 To: freebsd-questions@FreeBSD.ORG From: Johannes Angeldorff Subject: Permissions & user/group scheme for webserver? 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 FreeBSD:ers! We are converting an old Windows web server to a new FreeBSD 4.6 webserver with apache and PHP. I could really need some help/tips for securing the server for each user... I want users to be able to FTP in their files to their home directories, and I want the web server to be able to read and execute all users' files... But I _don't_ want users to be able to read each others' files (since they may include for example passwords for MySQL databases). And of course, the users should not be able to read other files on the machine, like /etc/master.passwd. Simply: I want users to only FTP in their own directories, and the web server to be able to read it all... Has anyone a good scheme how to set up user and groups - with suitable permissions - for the webserver, FTP and the users' home dirs? Very grateful for all help on this matter! Sincerely, Smartnet Sverige AB Johannes Angeldorff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 12:34:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671BD37B401 for ; Sun, 10 Nov 2002 12:34:24 -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 DA11243E3B for ; Sun, 10 Nov 2002 12:34:23 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) To: Pierrick Brossin Cc: FreeBSD-questions Subject: Re: USRobotics Wireless References: <000801c2871c$1d5ad000$130210ac@vvs> <200211090416.09697.dolmant@dolmant.net> <20021109153436.3db489af.kaeesalm@cc.jyu.fi> <200211091344.43911.behanna@zbzoom.net> <20021110124802.560bb85e.kaeesalm@cc.jyu.fi> <20021110150502.GD28439@slurp.rodal <3DCE964F.6050902@swissgeeks.com> From: Dan Pelleg Date: 10 Nov 2002 15:33:38 -0500 In-Reply-To: <3DCE964F.6050902@swissgeeks.com> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pierrick Brossin writes: > Hi, > > Anyone using a U.S.Robotics Wireless card under Fbsd 4.7 ? > I'm interested in buying one card for my laptop ! > > http://www.usr-emea.com/products/p-networking-product.asp?prod=net-pc-card&loc=emea > > It's in the Hardware Notes but I would prefer that someone who actually > uses a card like this tells me it's ok! > It works. Just get the firmware update off the manufacturer's site (you'll need to stick it into a Windows machine to upload it to the card). -- Dan Pelleg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 12:54:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCEC37B401 for ; Sun, 10 Nov 2002 12:54:22 -0800 (PST) Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A52B43E42 for ; Sun, 10 Nov 2002 12:54:21 -0800 (PST) (envelope-from mime@traveller.cz) Received: from prg.traveller.cz (localhost [127.0.0.1]) by prg.traveller.cz (8.12.2[KQ/pukvis]/8.12.2-prg) with ESMTP id gAAKsEU7061069; Sun, 10 Nov 2002 21:54:15 +0100 (CET) Received: from localhost (mime@localhost) by prg.traveller.cz (8.12.2[KQ/pukvis]/8.12.2-prg/submit) with ESMTP id gAAKsE9U061066; Sun, 10 Nov 2002 21:54:14 +0100 (CET) Date: Sun, 10 Nov 2002 21:54:14 +0100 (CET) From: Michal Mertl To: questions@FreeBSD.ORG Cc: Mark Subject: Re: BIND 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 Configuration of bind 8.x to stop outside world using your nameserver looks like this (only relevant part shown): options { allow-query { localnets; localhost; internal_net;}; allow-transfer { localnets; localhost; internal_net;}; allow-recursion { localhost; localnets; internal_net;}; }; zone "." { type hint; file "named.root"; }; zone "example.com" { type master; file "example.com"; allow-transfer { important_servers; localhost; }; allow-query { any; }; }; -- Michal Mertl mime@traveller.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:12: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC89837B401 for ; Sun, 10 Nov 2002 13:12:01 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id DBC7F43E42 for ; Sun, 10 Nov 2002 13:12:00 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 184 invoked by uid 5001); 10 Nov 2002 17:07:20 -0000 Received: from unknown (HELO ?192.168.1.101?) (192.168.1.1) by 192.168.1.20 with SMTP; 10 Nov 2002 17:07:20 -0000 Subject: RE: How to stop SPAMMER??! From: Jon Reynolds To: Derrick Ryalls Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001b01c288f6$6a00b9c0$0200a8c0@bartxp> References: <001b01c288f6$6a00b9c0$0200a8c0@bartxp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 10 Nov 2002 12:08:30 -0900 Message-Id: <1036962510.1691.0.camel@localhost.localdomain> 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 Sun, 2002-11-10 at 11:18, Derrick Ryalls wrote: > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Warren Block > > Sent: Sunday, November 10, 2002 10:50 AM > > To: W. D. > > Cc: freebsd-questions@FreeBSD.ORG > > Subject: Re: How to stop SPAMMER??! > > > > > > On Sat, 9 Nov 2002, W. D. wrote: > > > > > At 19:49 11/9/2002, Steve Wingate wrote: > > > > > > 2. Are you the recipient of spam or is your box being used as a > > > >relay? > > > > > > Relay. > > > > http://logicsquad.net/freebsd/qmail-how-to.html > > That is the site I used to get a basic qmail system up and running. The > file which determines who can use qmail to relay is /etc/tcp.smtp > > 127.0.0.1:allow,RELAYCLIENT="" > 192.168.1.:allow,RELAYCLIENT="" > :allow > > The first two lines allow localhost and local network to relay using the > box, the third line I believe allows anyone to send mail to the box. If > the people using your qmail have fairly static ip addys, then just added > them to this file with the relayclient option. Ranges of ips are > enabled via dropping the last octet as shown in line two above. After > modifying tcp.smtp, you need to run this line for tcpserver > > /usr/local/bin/tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < > /etc/tcp.smtp > > > Hope this helps. > > > > > In fact, if your system is an open relay, you should > > disconnect it from the net until you have it closed. There > > are two reasons for that. The first is to stop the abuse of > > your system. The second is to keep your system from being > > added to lists of open relays or spam sources. > > > > -Warren Block * Rapid City, South Dakota USA > > > > Also make sure in your /var/qmail/control directory that you have an 'rcpthosts' file with only your domain in it eg 'echo your.domain >> rcpthosts' if this is not so then you are an open relay. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:23: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92C737B401 for ; Sun, 10 Nov 2002 13:23:07 -0800 (PST) Received: from mel-rto3.wanadoo.fr (smtp-out-3.wanadoo.fr [193.252.19.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E7C43E3B for ; Sun, 10 Nov 2002 13:23:06 -0800 (PST) (envelope-from danielhartmann@wanadoo.fr) Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto3.wanadoo.fr (6.5.007) id 3DA24D18013F2E39 for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 22:23:05 +0100 Received: from dany (217.128.79.14) by mel-rta9.wanadoo.fr (6.5.007) id 3DA24B29014C8CA9 for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 22:23:05 +0100 From: "Daniel HARTMANN" To: Subject: DHCP Date: Sun, 10 Nov 2002 22:23:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0003_01C28907.BB0E7B20" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Disposition-Notification-To: "Daniel HARTMANN" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C28907.BB0E7B20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi How to have DHCP in version 4.7 like it was in 4.5. By default it is not anymore installed. Thanks Dany_H ;-) ------=_NextPart_000_0003_01C28907.BB0E7B20 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgEVAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHCwAKABYAFwAAAAAAGwEB A5AGAJwGAAAmAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAEAAAACATEAAQAAAAoBAABQ Q0RGRUIwOQABAAIAoAAAAAAAAAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAAAAAAAABO SVRB+b+4AQCqADfZbgAAAEM6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcQWRtaW5pc3RyYXRldXJc TG9jYWwgU2V0dGluZ3NcQXBwbGljYXRpb24gRGF0YVxNaWNyb3NvZnRcT3V0bG9va1xvdXRsb29r LnBzdAAYAAAAAAAAAK6GWbD62xpEl2ffdr1wxWSigAAAAAAAABgAAAAAAAAAroZZsPrbGkSXZ992 vXDFZMKAAAAQAAAAlz/dOCK860eevsncKtSPjAUAAABESENQAAAAAwA2AAAAAAAeAHAAAQAAAAUA AABESENQAAAAAAIBcQABAAAAFgAAAAHCiP9ZCYlyQ54AHU/YnwznIwizOH8AAAIBHQwBAAAAHwAA AFNNVFA6REFOSUVMSEFSVE1BTk5AV0FOQURPTy5GUgAACwABDgAAAABAAAYOABJYWP+IwgECAQoO AQAAABgAAAAAAAAAroZZsPrbGkSXZ992vXDFZMKAAAALAB8OAQAAAAIBCRABAAAAJQEAACEBAACT AQAATFpGdRyBRh8DAAoAcmNwZzEyNRYyAPgLYG4OEDAzNk8B9wKkA+MCAGNoCsBz8GV0MCAHEwKD AFAQb0BMdWNpZGEGBFVvAwAFoAEAAoB9CoAIyCD2OwlpDiA4CiMWMQKACoGSdgiQd2sLgGQ0DGDO YwBQCwMLtSBIAKAKsRMKhAqASG8H4HRvIAEQ8HZlIERIQ1BaIAuAIBpQERBpAiAggDQuNyBsaWsa YHJpBUB3YQQgGtEbgDUiLhkEQnkgAQFhdY5sBUAcEQQAIG5vBUA/AHAGwAWwG/EAgAGQbGyXCYAc 5RkEVBDwbmsQsI8ZGQrzGnAeoV9IIBVgvC0pCNAAQQwyEgMyF7DvIVgisQoRAUBpAtELxRkTBRSR ACYgAAAACwABgAggBgAAAAAAwAAAAAAAAEYAAAAAA4UAAAAAAAADAA+ACCAGAAAAAADAAAAAAAAA RgAAAABShQAAjmoBAB4AEIAIIAYAAAAAAMAAAAAAAABGAAAAAFSFAAABAAAABAAAADkuMAAeABGA CCAGAAAAAADAAAAAAAAARgAAAAA2hQAAAQAAAAEAAAAAAAAAHgASgAggBgAAAAAAwAAAAAAAAEYA AAAAN4UAAAEAAAABAAAAAAAAAB4AE4AIIAYAAAAAAMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAA AAALABaACCAGAAAAAADAAAAAAAAARgAAAACChQAAAQAAAAsAQ4AIIAYAAAAAAMAAAAAAAABGAAAA AA6FAAAAAAAAAwBFgAggBgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAAAAADAEaACCAGAAAAAADAAAAA AAAARgAAAAARhQAAAAAAAAMAR4AIIAYAAAAAAMAAAAAAAABGAAAAABiFAAAAAAAACwBegAggBgAA AAAAwAAAAAAAAEYAAAAABoUAAAAAAAADAF+ACCAGAAAAAADAAAAAAAAARgAAAAABhQAAAAAAAAIB +A8BAAAAEAAAAK6GWbD62xpEl2ffdr1wxWQCAfoPAQAAABAAAACuhlmw+tsaRJdn33a9cMVkAgH7 DwEAAACgAAAAAAAAADihuxAF5RAaobsIACsqVsIAAFBTVFBSWC5ETEwAAAAAAAAAAE5JVEH5v7gB AKoAN9luAAAAQzpcRG9jdW1lbnRzIGFuZCBTZXR0aW5nc1xBZG1pbmlzdHJhdGV1clxMb2NhbCBT ZXR0aW5nc1xBcHBsaWNhdGlvbiBEYXRhXE1pY3Jvc29mdFxPdXRsb29rXG91dGxvb2sucHN0AAMA /g8FAAAAAwANNP03AAACAX8AAQAAADkAAAA8QktFRUpIR0hIQlBBT0VNQURQTFBFRURJQ0JBQS5k YW5pZWxoYXJ0bWFubkB3YW5hZG9vLmZyPgAAAAADAAYQrU7X3AMABxBVAAAAAwAQEAAAAAADABEQ AAAAAB4ACBABAAAAVgAAAEhJSE9XVE9IQVZFREhDUElOVkVSU0lPTjQ3TElLRUlUV0FTSU40NUJZ REVGQVVMVElUSVNOT1RBTllNT1JFSU5TVEFMTEVEVEhBTktTREFOWUg7LSkAAAA5bQ== ------=_NextPart_000_0003_01C28907.BB0E7B20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:29:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C6C37B404 for ; Sun, 10 Nov 2002 13:29:19 -0800 (PST) Received: from mail2.sea.registeredsite.com (mail2.sea.registeredsite.com [66.111.73.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133D643E75 for ; Sun, 10 Nov 2002 13:29:14 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail2.sea.registeredsite.com (8.12.5/8.12.5) with ESMTP id gAALT7Km026672 for ; Sun, 10 Nov 2002 16:29:07 -0500 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 asarian-host.net (8.11.0/8.11.0) id gAALT7x37865 for questions@freebsd.org; Sun, 10 Nov 2002 22:29:07 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Sun, 10 Nov 2002 22:29:07 +0100 (CET) From: Mark Message-Id: <200211102129.GAALT5S37846@asarian-host.net> Date: Sun, 10 Nov 2002 22:29:00 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Re: BIND X-Trace: YRSK8Yg6xtOmq2dUO0qPeeiI3C8PDaDJltdvPArXdCcLP//GI40zvUAw81O2AScG 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: "Michal Mertl" , References: 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 iQEVAwUAPc7PozFqW1BleBN9AQFAhQf/UdWzM7LFDg1cuuvzvDRG8WzsOCGnpMhS 4F+QCo8hHvnINrM8vP016kfj3Cqj/C7VQDjqNbcxVZZyfPYaBqi0PUb+tIdAjGwX ST/0Q0s4s4Na0/lBFhpMzJ5DOoSDAPlNGQKUjli93T/QygLGRBvEDuEz3UICxVXp L9rzTucd/0st9JnO/da/SOE0fcaji6ddS4xefiVA2Ihv/4XSn8j8sE29W5+qQ5Ln ax9Xp9jENEK8Z7zmJOneALcg71lUZTxR7SeUr2s41IYAhcmIPsC4t8NIPyJB5F3P OetGoNU5KV5XoXBGRAVhR83JhjJVguuGfuHiTD4GauAWaEOSFqCMFg== =3aP6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Briliant! That is exactly what the doctor ordered! :) Thank! - Mark ----- Original Message ----- From: "Michal Mertl" To: Cc: "Mark" Sent: Sunday, November 10, 2002 9:54 PM Subject: Re: BIND > Configuration of bind 8.x to stop outside world using your > nameserver looks like this (only relevant part shown): > > options { > allow-query { localnets; localhost; internal_net;}; > allow-transfer { localnets; localhost; internal_net;}; > allow-recursion { localhost; localnets; internal_net;}; > }; > > zone "." { > type hint; > file "named.root"; > }; > > zone "example.com" { > type master; > file "example.com"; > allow-transfer { important_servers; localhost; }; > allow-query { any; }; > }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:37:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3076A37B401 for ; Sun, 10 Nov 2002 13:37:16 -0800 (PST) Received: from deter.dk (port74.ds1-oebr.adsl.cybercity.dk [212.242.49.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 782E343E6E for ; Sun, 10 Nov 2002 13:37:14 -0800 (PST) (envelope-from no-spam-2mgb@deter.dk) Received: (qmail 68095 invoked by uid 1001); 10 Nov 2002 21:37:07 -0000 Date: Sun, 10 Nov 2002 22:37:06 +0100 From: Morten Grunnet Buhl To: freebsd-questions@freebsd.org Subject: coloring up my life Message-ID: <20021110213706.GA67951@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: 9:49PM up 27 days, 6:02, 4 users, load averages: 1.00, 1.00, 1.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 Hey guys, So I like working in the console, is there any other way? But I find that all that black and white really gets kind of boring in the long run. So I want to start coloring everything up nice and pretty. I have started on my shell (tcsh) and ls. This is where my knowledge on this subject ends. So my question is, does anyone else have pointer/tips/hints/ideas on how to put more color in my life? ie /etc/motd, commands other than ls, other? TIA, Morten. -- DetEr.dk - Rules are made to control the fun. for mails directly to me remove 'no-spam-2' from my email To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:50:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A34B37B401 for ; Sun, 10 Nov 2002 13:50:11 -0800 (PST) Received: from users.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B95743E3B for ; Sun, 10 Nov 2002 13:50:10 -0800 (PST) (envelope-from munk@users.munk.nu) Received: from users.munk.nu (localhost [127.0.0.1]) by users.munk.nu (8.12.5/8.12.3) with ESMTP id gAALpv4g098166 for ; Sun, 10 Nov 2002 21:51:57 GMT (envelope-from munk@users.munk.nu) Received: (from munk@localhost) by users.munk.nu (8.12.5/8.12.3/Submit) id gAALpvdW098165 for freebsd-questions@freebsd.org; Sun, 10 Nov 2002 21:51:57 GMT Date: Sun, 10 Nov 2002 21:51:57 +0000 From: Jez Hancock To: FreeBSD questions List Subject: GD2 without X11 from ports Message-ID: <20021110215157.GB98103@users.munk.nu> Mail-Followup-To: FreeBSD questions List 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 all, I'm attempting to install the GD2 library from the ports collection without support for X11 (since GD will only be used as an option to mod_php4). After checking the Makefile for GD2, I attempted to build the library as follows: root@dev /root# cd /usr/ports/graphics/gd2 root@dev /usr/ports/graphics/gd2# make -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW So far so good, GD2 is built without the X11 libs. However when I move on to install the port: root@dev /usr/ports/graphics/gd2# make install ===> Installing for gd-2.0.1_3 ===> gd-2.0.1_3 depends on shared library: png - found ===> gd-2.0.1_3 depends on shared library: jpeg - found ===> gd-2.0.1_3 depends on shared library: freetype - found ===> gd-2.0.1_3 depends on shared library: X11.6 - not found ===> Verifying install for X11.6 in /usr/ports/x11/XFree86-4-libraries >> X420src-1.tgz doesn't seem to exist in /usr/ports/distfiles/xc. >> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/. [snip] the 'make install' command still attempts to install the X libs. Can anyone tell me why this is happening? Thanks in advance, Jez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 13:50:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A4037B401 for ; Sun, 10 Nov 2002 13:50:41 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6178D43E3B for ; Sun, 10 Nov 2002 13:50:40 -0800 (PST) (envelope-from timothy@voidnet.com) Received: from repose ([12.210.146.224]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021110215039.VHOX20487.sccrmhc02.attbi.com@repose> for ; Sun, 10 Nov 2002 21:50:39 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Eric Timme (by way of Eric Timme ) (by way of Eric Timme ) Subject: general questions about patches ports [nethack] Date: Sun, 10 Nov 2002 15:50:36 -0600 User-Agent: KMail/1.4.3 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211101550.36426.timothy@voidnet.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 (no answers off ports, so thought I'd give it a try on questions) In an effort to get some experience with ports I've been working in my sp= are time on making a local entry in the tree that lets you apply a variety of nethack enhancing, generally accepted patches (namely the hell patch, dum= p patch, new toys, and toughvlad patches) using -D appendations to the init= ial make command. It builds fine with various patches enabled; however, I ha= d to modify the original diffs to get everything to apply it an order independ= ent fashion. Part of this was necessary because I was specifying the files t= o use via PATCHFILES and some .if defined() ... .endif branches in the Makefile, and their application order did matter. Anyhow, I got that sorted out, and have been storing my patchfiles on a remote server and fetching using a PATCH_SITES define, which fetches and applies seamlessly. That brings me to my questions.. First, for future reference, is there a way, besides naming patchfiles aa= ab ac etc, to get PATCHFILES, or any similar defines, to apply patches in a = user specifid particular order? Second, is there a way to store/bundle optional patches with a port and b= e able to include them in the build or not, at your discretion, so that you don't have to fetch them from third party sites? Third, is there even any interest in something like this, or does conservative BSD philosophy frown on game patches such as these being included in the ports tree, leaving it to the end user to compile from scratch and apply patches by hand if they wish enhancement? --Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" 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 Nov 10 13:59:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03B537B401 for ; Sun, 10 Nov 2002 13:59:46 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D6143E6E for ; Sun, 10 Nov 2002 13:59:46 -0800 (PST) (envelope-from jld123@pobox.com) Received: from lee (pcp826719pcs.nrockv01.md.comcast.net [68.50.140.34]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.1 HotFix 1.5 (built Sep 23 2002)) with SMTP id <0H5D00A5DRQWLV@mtaout05.icomcast.net> for freebsd-questions@FreeBSD.ORG; Sun, 10 Nov 2002 16:59:21 -0500 (EST) Date: Sun, 10 Nov 2002 17:03:55 -0500 From: Lee Nelson Subject: Re: Permissions & user/group scheme for webserver? In-reply-to: To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 X-Mailer: Opera 6.05 build 1140 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is an excellent question, and it's also an enduring problem. It's easy enough to make all files owned by user:nobody, but the problem is that CGI's executing as nobody can go off and read other peoples files! To counter this, I run all CGI's as suid the user. But this requires Apache's suexec code, which is difficult to get working properly, since the Apache folks disapprove and have placed so many restrictions on it. Of course you run the risk of an insecure CGI allowing an attacker to place files in your web tree, or plant trojan binaries. Buy hey, just don't write insecure CGI's! :) I'd love to hear if anyone knows a way to restrict a CGI's access to a particular sub-tree. The suexec stuff really is a pain, and more of risk than I really like to take. -Lee 11/10/02 3:21:23 PM, Johannes Angeldorff wrote: >Dear FreeBSD:ers! > >We are converting an old Windows web server to a new FreeBSD 4.6 >webserver with apache and PHP. > >I could really need some help/tips for securing the server for each user... > >I want users to be able to FTP in their files to their home >directories, and I want the web server to be able to read and execute >all users' files... But I _don't_ want users to be able to read each >others' files (since they may include for example passwords for MySQL >databases). And of course, the users should not be able to read other >files on the machine, like /etc/master.passwd. > >Simply: I want users to only FTP in their own directories, and the >web server to be able to read it all... > >Has anyone a good scheme how to set up user and groups - with >suitable permissions - for the webserver, FTP and the users' home >dirs? > >Very grateful for all help on this matter! > >Sincerely, >Smartnet Sverige AB > >Johannes Angeldorff > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Nov 10 14:16:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7773237B401 for ; Sun, 10 Nov 2002 14:16:22 -0800 (PST) Received: from deter.dk (port74.ds1-oebr.adsl.cybercity.dk [212.242.49.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 2487543E6E for ; Sun, 10 Nov 2002 14:16:21 -0800 (PST) (envelope-from no-spam@deter.dk) Received: (qmail 68175 invoked by uid 1001); 10 Nov 2002 22:16:19 -0000 Date: Sun, 10 Nov 2002 23:16:19 +0100 From: Morten Grunnet Buhl To: FreeBSD questions List Subject: Re: GD2 without X11 from ports Message-ID: <20021110221619.GA68159@deter.dk> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: FreeBSD questions List References: <20021110215157.GB98103@users.munk.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110215157.GB98103@users.munk.nu> X-Operating-System: FreeBSD 4.6-STABLE on a i386 X-Uptime: 11:12PM up 27 days, 7:25, 4 users, load averages: 1.00, 1.01, 1.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 Jez Hancock (jez.hancock@munk.nu) wrote: > root@dev /usr/ports/graphics/gd2# make -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW > So far so good, GD2 is built without the X11 libs. However when I move on to > install the port: > the 'make install' command still attempts to install the X libs. > Can anyone tell me why this is happening? try make install -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW 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 Sun Nov 10 14:22:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 887D037B401 for ; Sun, 10 Nov 2002 14:22:44 -0800 (PST) Received: from mail.dada.it (mail3.dada.it [195.110.100.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D7EE43E42 for ; Sun, 10 Nov 2002 14:22:42 -0800 (PST) (envelope-from ale@unixmania.net) Received: (qmail 23164 invoked from network); 10 Nov 2002 22:22:33 -0000 Received: from unknown (HELO libero.sunshine.ale) (195.110.114.252) by mail.dada.it with SMTP; 10 Nov 2002 22:22:33 -0000 Received: by libero.sunshine.ale (Postfix, from userid 1001) id 4758B5F18; Sun, 10 Nov 2002 23:22:35 +0100 (CET) Date: Sun, 10 Nov 2002 23:22:35 +0100 From: Alessandro de Manzano To: freebsd-questions@freebsd.org Subject: Re: coloring up my life Message-ID: <20021110232235.A55695@libero.sunshine.ale> Reply-To: Alessandro de Manzano References: <20021110213706.GA67951@deter.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021110213706.GA67951@deter.dk>; from no-spam-2mgb@deter.dk on Sun, Nov 10, 2002 at 10:37:06PM +0100 X-Operating-System: FreeBSD 4.7-STABLE Sender: owner-freebsd-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, Nov 10, 2002 at 10:37:06PM +0100, Morten Grunnet Buhl wrote: > the long run. So I want to start coloring everything up nice and pretty. > I have started on my shell (tcsh) and ls. This is where my knowledge on > this subject ends. So my question is, does anyone else have > pointer/tips/hints/ideas on how to put more color in my life? > ie /etc/motd, commands other than ls, other? look in /sys/i386/conf/LINT file, there are these optional settings: (to put in your normal kernel config file, LINT is read-only) # The following options will let you change the default colors of syscons. options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" besides these, every program is responsible for its own colors (if any), like mutt or tirc or others. If this is not enough, go for X11 ;) -- bye! Ale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 14:27: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8802237B401 for ; Sun, 10 Nov 2002 14:27:06 -0800 (PST) Received: from sccimhc02.insightbb.com (sccimhc02.insightbb.com [63.240.76.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB7A43E3B for ; Sun, 10 Nov 2002 14:27:06 -0800 (PST) (envelope-from bryanc2000@insightbb.com) Received: from insightbb.com ([12.222.162.255]) by sccimhc02.insightbb.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20021110222700.WCCF16345.sccimhc02.insightbb.com@insightbb.com> for ; Sun, 10 Nov 2002 22:27:00 +0000 Date: Sun, 10 Nov 2002 16:27:00 -0600 From: Bryan Cassidy To: freebsd-questions@freebsd.org Subject: Apache Help Message-Id: <20021110162700.49af050f.bryanc2000@insightbb.com> X-Mailer: Sylpheed version 0.8.5 (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 Ok here is the deal. I've been "trying" to get apache to work on my FreeBSD 4.6.2 box. Here is what I was told I should do to install apache/php http://lith.hn.org/apache.php I know it install this way but want to make sure it is the "correct" way to install apache/php on freebsd. The domain name I am trying to use with apache is bsdsys.dyndns.org and I just can't get it. Sorry, I've RTFM many times and just don't know what I'm doing wrong. I hope someone will help me out here. I am going to do a new install of apache/php from those instructions on that site I just provided here unless someone says I should do it different. All I want for starters is to get apache working to where when someone hits bsdsys.dyndns.org it shows the apache stuff so atleast "I" know I have things setup right then I will work on the rest to add the content. So if no one minds to help me 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 Sun Nov 10 14:27:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9036437B401 for ; Sun, 10 Nov 2002 14:27:15 -0800 (PST) Received: from mail.radzinschi.com (pcp02453773pcs.owngsm01.md.comcast.net [68.55.91.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9918743E42 for ; Sun, 10 Nov 2002 14:27:09 -0800 (PST) (envelope-from marco@radzinschi.com) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.12.6/8.12.6) with ESMTP id gAAMR6hj095972; Sun, 10 Nov 2002 17:27:06 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Sun, 10 Nov 2002 17:27:06 -0500 (EST) From: Marco Radzinschi To: Mike Loiterman Cc: Subject: Re: Adding additional HD space In-Reply-To: <000001c287cc$42351b50$0302a8c0@mike> Message-ID: <20021110171702.I95943-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 The 10 GB Hard Disk should have a "BIOS Limitation" jumper that will make the BIOS think it is a 508 MB drive. Set that jumper, and the system should boot. Once you have that drive in there, you could create the file system structure on it however you want, but place the / and /boot partitions below 500 MB so that the system will boot when you take out the old drive. Note that you will have to tell fdisk the correct geometry of the disk. Otherwise, create the partitions exactly how you have them on your 2 GB drive, making them larger as you wish, and dump + restore the files from one disk to the other. Once everything is copied over, you can install the boot sector on the new drive with "fdisk -B -b /boot/mbr" NOTE: Replace /boot/mbr with the path of the new hard disk! For example, /mnt/boot/mbr if you mounted the new disk under /mnt. After this is done, you can set the jumpers on the new drive to match the position of the old one (master, for example) and simply swap it out. Reboot, and enjoy. Marco Radzinschi E-Mail: marco@radzinschi.com On Sat, 9 Nov 2002, Mike Loiterman wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > My current 2GB HD is reaching maximum capacity, is fairly old and > probably about to die. What is the best way to go about replacing > the drive? > > Few points to keep in mind: > 1. The system cannot deal with HD drives over, I believe, 8 gigs. > 2. I suppose it goes without saying, but I'll say it anyway: its > critical to maintain the existing data! The machine is my web, mail, > ssh, vpn, and ftp server. Needles to say I do a full backup every > night. > > Ideally I'd like to buy new drive and do a "ghost" of the old drive > onto the new drive. If you're not familiar with the term "ghost" -- > in the Windows world there is a piece of software the allows you to > do a bit for bit copy of one drive to another and accordingly its > called Norton Ghost. > > Would doing a full restore from my backup be equivalent to this? If > so, how do I preserve the partition structure and how do I actually > perform the task? Do I boot using the old HD, do the restore onto > the new drive, shutdown, unhook the old drive and reboot? How do I > know the data is unaltered and is an exact copy? > > My last question -- How can I get the system to recognize larger hard > drives? I have been successful getting older systems to recognize > large drives using utilities such as MaxBlaster from Maxtor, but that > was using Windows. Are there similar utilities for FreeBSD? > > I tried adding a 10 gig drive the system in question but the system > refused to boot with that drive in any place on the IDE chain. I was > also unsuccessful in using the MaxBlaster to enable the drive for use > on the system. Maybe I was doing something wrong? > > Thanks in advance. > > ........................................... > Randomly Generated Quote: > 'A government that is big enough to > give you all you want is big enough to > take it all away.' -- Barry Goldwater > > Mike Loiterman > PGP Key 0xD1B9D18E > http://www.ascendency.net > > > -----BEGIN PGP SIGNATURE----- > Version: PGP 7.0.4 > Comment: Message digitally signed by Mike Loiterman > > iQA/AwUBPczK9WjZbUnRudGOEQI5cwCgtUceNvjBESBz1WE2Oh0U1oKy+TEAnj5q > P00iJZZ6WyVf1EvckZlcWr8v > =gRXu > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 10 14:32:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F2137B401 for ; Sun, 10 Nov 2002 14:32:20 -0800 (PST) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A0043E42 for ; Sun, 10 Nov 2002 14:32:19 -0800 (PST) (envelope-from david@cogeco.ca) Received: from snoopy (d141-214-59.home.cgocable.net [24.141.214.59]) by fep3.cogeco.net (Postfix) with ESMTP id C61562916; Sun, 10 Nov 2002 17:32:17 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: david To: "Daniel HARTMANN" Subject: Re: DHCP Date: Sun, 10 Nov 2002 17:32:19 -0500 User-Agent: KMail/1.4.3 References: In-Reply-To: Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211101732.19202.david@cogeco.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 Sunday 10 November 2002 16:23, Daniel HARTMANN wrote: > Hi > > How to have DHCP in version 4.7 like it was in 4.5. > By default it is not anymore installed. Yes it is.. add ifconfig_=3D"DHCP" to your rc.conf > > Thanks > > Dany_H ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 14:34:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B761437B401 for ; Sun, 10 Nov 2002 14:34:40 -0800 (PST) Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37EB43E75 for ; Sun, 10 Nov 2002 14:34:35 -0800 (PST) (envelope-from bsd-freak@mbox.com.au) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0H5D00L74T115C@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Mon, 11 Nov 2002 06:27:01 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id H5DT7A02.3W9 for ; Mon, 11 Nov 2002 06:30:46 +0800 Date: Mon, 11 Nov 2002 09:30:46 +1100 From: BSD Freak Subject: In search of the ultimate .muttrc To: FreeBSD Questions Message-id: <1693c171694934.16949341693c17@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have just started recently using mutt and love it. I know there are heaps of sites that have sample .muttrc configuration files but I am looking for one specifically for use with this list....anyone willing to share theirs? -Thanks in advance --------------------------------------------------------------------- Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 14:39:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1302037B401 for ; Sun, 10 Nov 2002 14:39:46 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E8E43E3B for ; Sun, 10 Nov 2002 14:39:45 -0800 (PST) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 9AACE160002C7; Sun, 10 Nov 2002 22:39:41 +0000 (GMT) Subject: Re: Printing to Win2K share printer with apsfilter via samba fails From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Warren Block , FreeBSD Questions In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yAeo1W7BYsjTS8BBBSiy" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Nov 2002 22:39:40 +0000 Message-Id: <1036967982.486.17.camel@Demon.vickiandstacey.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 --=-yAeo1W7BYsjTS8BBBSiy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Warren, On Sun, 2002-11-10 at 19:27, Warren Block wrote: > On 10 Nov 2002, Stacey Roberts wrote: >=20 > > Printer entry created by apsfilter setup in /etc/printcap:=20 > > # APS1_BEGIN:printer1=20 > > # - don't delete start label for apsfilter printer1=20 > > # - no other printer defines between BEGIN and END LABEL=20 > > hp845c|ijs/DESKJET_845;r=3D600x300;q=3Dhigh;c=3Dfull;p=3Da4;m=3Dauto:\=20 > > :lp=3D/dev/null:\=20 > > :if=3D/usr/local/etc/apsfilter/basedir/bin/apsfilter:\=20 > > :sd=3D/var/spool/lpd/hp845c:\=20 > > :lf=3D/var/spool/lpd/hp845c/log:\=20 > > :af=3D/var/spool/lpd/hp845c/acct:\=20 > > :mx#0:\=20 > > :sh:=20 > > # APS1_END - don't delete this=20 > > #=20 >=20 > That if=3D line says that every time you try to print through this > printer, the input is to be filtered by apsfilter. Since something > is apparently wrong with apsfilter, you will not be able to print with > this printcap entry. > =20 > > # tail /var/spool/lpd/hp845c/log=20 > > apsfilter: The configuration file > > /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 > > apsfilter: is missing. Please run SETUP.=20 >=20 > Okay. So what happens when you run SETUP? Re-running SETUP only repopulates /etc/printcap with the very same entries that are in there now. I have tried this, made a copy of the initial post-apsfilter-amended printcap to printcap.old, then re-ran SETUP. Did a diff, and no differences detected. >=20 > > But this file DOES exist:=20 > >=20 > > # more /usr/local/etc/apsfilter/hp845c/apsfilterrc=20 >=20 > Possibly a permissions problem? If the permissions are not correct, then what are they *supposed* to be. I've read through the docs at apsfilter.org and found *nothing* that suggests that a review of the permissions on various file / configs should be amended. For the benefit of that argument though, I *did* chmod 777 the file with the same result - nothing doing at the printer. In fact Warren, I ran trafshow at the same time I attempted printing, and on all occasions no traffic between the samba server and the Win2K box was captured. Concurring with you earlier deduction, that something must be wrong with apsfilter. >=20 > > That's failed big time. I'll try printing with lpr:=20 > >=20 > > # lpr -Php845c test=20 >=20 > Won't work--you're just sending more stuff through the same failing > input filter. >=20 > I suggested in an earlier response that it would be good to get basic > text printing working before trying one of the "big filter" packages > like apsfilter. I think I even posted a printcap entry that would > work. What happens when you try that? I haven't tried attaching the printer directly to the samba server to test printing that way. But I am able to print (/etc/hosts) to the printer via smbclient using command line. This method however, bypasses apsfilter. Such a struggle this. I have tried all diplomatic means of communicating this problem to folks at apsfilter.org to no avail. I have been trouble-shooting this for over a week now, with only curt responses from the couple of people there to show for it. I'll hanker on for tonight, but will probably kick this project to the linux guys (they've an alternative being worked on using CUPS / RH8) if I get no joy. Thanks for the kind reply. Stacey >=20 > -Warren Block * Rapid City, South Dakota USA >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com --=-yAeo1W7BYsjTS8BBBSiy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUAPc7gK5vQeubckvvXAQFe+Qf+JwFcKReIOiuOggMo0S5ypOQxcxJBVBaO tkrCU9F+p9mrhQAohysurjwf9BBYId/liIxugMPZyIgSqFuKxLAd45fSvDNkGV1H gUU20RjS0n/zvmPW7cmD/Fm+Ff66ZTKRn6lLxbDSzSa1e/72NpnonSuAGlUmQ6Ug HmKczBmzG3HuuR6bN+7oGD3CDGLHawRM5hbFofgwXPh79x3e/o38QWb4nQUdVfkY m4nsSNoCxMtl+JilYcWkwHcYObuigB2HcvgoQcCqrx7lh86Zw9AMRW/4o6Hyi4PG esm5uJZ5+9ga2J0+Bou6plRGtvqJ8v2N2g+rDywZKPUrc9umxQcJng== =Cvgm -----END PGP SIGNATURE----- --=-yAeo1W7BYsjTS8BBBSiy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Nov 10 14:52: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4A037B401 for ; Sun, 10 Nov 2002 14:51:53 -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 BC47843E75 for ; Sun, 10 Nov 2002 14:51:52 -0800 (PST) (envelope-from marcd@internode.on.net) Received: from server.mdasc.com (eth3475.sa.adsl.internode.on.net [150.101.241.146]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id gAAMplp5029470 for ; Mon, 11 Nov 2002 09:21:48 +1030 (CST) Subject: Intel 845 graphics From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Content-Type: multipart/mixed; boundary="=-56yMCEVyF64/8vvVZJbm" X-Mailer: Ximian Evolution 1.0.8 Date: 11 Nov 2002 09:21:47 +1030 Message-Id: <1036968708.329.3.camel@server.mdasc.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 --=-56yMCEVyF64/8vvVZJbm Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi I'm trying to get XFree86 4.2.0_1.1 trying to run on a motherboard with an Intel's intregrated video. The board is an Intel 845GRGL using the Intel 845G chipset for Pentium IV. After reading through some messages relating to the Intel 810 video I have included the "Device AGP" option in to my kernel so the onboard video is now recognised as can be seen from the attatched dmseg output however when try and start X Windows it crashes with Symbol xf86InterpretEDID from module /usr/X11R6/lib/modules/libvbe.a is unresol$ Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresol$ Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresol$Hi I'm trying to get XFree86 4.2.0_1.1 trying to run on a motherboard with an Intel's intregrated video. The board is an Intel 845GRGL using the Intel 845G chipset for Pentium IV. After reading through some messages relating to the Intel 810 video I have included the "Device AGP" option in to my kernel so the onboard video is now recognised as can be seen from the attatched dmseg output however when try and start X Windows it crashes with Symbol xf86InterpretEDID from module /usr/X11R6/lib/modules/libvbe.a is unresol$ Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresol$ Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresol$ Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o $ Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o $ My /etc/X11/XF86config (attached to this message) file was generated by xf86config in text mode called by sysinstall. Can anyone suggest where I might be going wrong and where to find a fix? Thankx Marc --=-56yMCEVyF64/8vvVZJbm Content-Disposition: attachment; filename=dmesg.txt Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=dmesg.txt; charset=ISO-8859-1 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-STABLE #0: Fri Nov 8 13:47:16 CST 2002 root@server.mdasc.com:/usr/obj/usr/src/sys/ZEN Timecounter "i8254" frequency 1193182 Hz CPU: Pentium 4 (1699.82-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf13 Stepping =3D 3 Features=3D0x3febfbff,ACC> real memory =3D 259260416 (253184K bytes) avail memory =3D 247873536 (242064K bytes) Preloaded elf kernel "kernel" at 0xc044a000. netsmb_dev: loaded Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 11 entries at 0xc00f4690 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xffa80000-0xffafffff,0= xf0000000-0xf7ffffff irq 11 at device 2.0 on pci0 agp0: detected 8060k stolen memory agp0: aperture size is 128M uhci0: port 0xe800-0xe81f irq 1= 1 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xe880-0xe89f irq 9= at 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 1= 0 at 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 ulpt0: EPSON USB Printer, rev 1.10/1.00, addr 2, iclass 7/1 pcib1: at device 30.0 on pci0 pci1: on pcib1 rl0: port 0xd800-0xd8ff mem 0xff8ff800-0xf= f8ff8ff irq 7 at device 0.0 on pci1 rl0: Ethernet address: 00:05:5d:28:98:fa miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto mlx0: port 0xdc00-0xdc7f mem 0xff8ffc00-0x= ff8ffc7f irq 10 at device 2.0 on pci1 mlx0: DAC960P/PD, 3 channels, firmware 2.73-0-00, 4MB RAM mlxd0: on mlx0 mlxd0: 8683MB (17782784 sectors) RAID 1 (online) fxp0: port 0xd480-0xd4bf mem 0xff8fe000-0xff8fefff= irq 3 at device 8.0 on pci1 fxp0: Ethernet address 00:07:e9:92:ae:7e inphy0: on miibus1 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on = pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0-0x3,0-0x7,0-0x= 3,0-0x7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ichsmb0: port 0xe000-0xe01f irq 5 at device 31.3 on pci0 pcm0: port 0xe080-0xe0bf,0xe400-0xe4ff mem 0xffa7f80= 0-0xffa7f8ff,0xffa7fc00-0xffa7fdff irq 5 at device 31.5 on pci0 orm0: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "accel" # [] #Option "crt_screen" # [] #Option "composite_sync" # [] #Option "hw_cursor" # [] #Option "linear" # [] #Option "mmio_cache" # [] #Option "probe_clocks" # [] #Option "reference_clock" # #Option "shadow_fb" # [] #Option "sw_cursor" # [] Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Mach64 LM" ChipSet "ati" # ChipId 0x4c4d # ChipRev 0x64 # BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 8 EndSubSection EndSection --ELM1037136190-15928-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 13:35:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E27437B401 for ; Tue, 12 Nov 2002 13:35:29 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BBB43E3B for ; Tue, 12 Nov 2002 13:35:27 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gACLZI60020836 for ; Tue, 12 Nov 2002 21:35:18 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gACLZDli020831 for freebsd-questions@FreeBSD.ORG; Tue, 12 Nov 2002 21:35:13 GMT Date: Tue, 12 Nov 2002 21:35:13 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: problems installing XFree86-4 Message-ID: <20021112213513.GH16105@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.1i X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_02_03,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 Tue, Nov 12, 2002 at 12:54:12PM -0800, Ian J Peters-Campbell wrote: > Unfortunately, the install for X-4 keeps failing, saying that things are > already defined, etc (I have included a copy of the "make install" output > for your perusal and edification). I thought that the problem might just > be a previously installed X 3, and so tried to deinstall it first, but it > failed as well. Make sure you deinstall all of XFree86-3.3.x, particularly including the imake-3.3.x port before you attempt to install XFree86-4.2.1. The 3.3.x imake is not suitable for compiling X 4.2.1, but it's sufficient to fool the port Makefile into trying... If you're using portupgrade(1), it's as simple as: pkg_deinstall -r imake-\* echo "XFREE86_VERSION=4" >> /etc/make.conf portinstall -N x11/XFree86-4 Nb. that first command will remove *every* port/pkg that uses X: you'ld want to re-install them anyhow after upgrading. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 12 13:46:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9DD37B407 for ; Tue, 12 Nov 2002 13:46:55 -0800 (PST) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8985943E4A for ; Tue, 12 Nov 2002 13:46:48 -0800 (PST) (envelope-from q@uni.de) Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30]) by wrzx35.rz.uni-wuerzburg.de (8.8.8/8.8.8/uniwue-MM-1.05) with ESMTP id WAA18002 for ; Tue, 12 Nov 2002 22:46:46 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by virusscan.rz.uni-wuerzburg.de (Postfix) with ESMTP id 313D355E for ; Tue, 12 Nov 2002 22:46:46 +0100 (CET) Received: from wrzx07.rz.uni-wuerzburg.de (wrzx07.rz.uni-wuerzburg.de [132.187.1.7]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id A3492541 for ; Tue, 12 Nov 2002 22:46:45 +0100 (CET) Received: from frodo.galgenberg.net (galgenberg.net [132.187.222.250]) by wrzx07.rz.uni-wuerzburg.de (Postfix) with SMTP id 86ABF6A1 for ; Tue, 12 Nov 2002 22:46:45 +0100 (CET) Received: (qmail 37826 invoked from network); 12 Nov 2002 21:46:45 -0000 Received: from gb-007.galgenberg.net (HELO roadrunner) (132.187.222.7) by galgenberg.net with SMTP; 12 Nov 2002 21:46:45 -0000 From: "Ulrich 'Q' Spoerlein" To: Jason Andresen Cc: Pierrick Brossin , freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: NVidia - Games Date: Tue, 12 Nov 2002 22:46:44 +0100 Organization: Hier koennte Ihre Werbung stehen! Message-ID: References: <1037083524.3dd0a3841f968@www.swissgeeks.com> <3DD137FF.33E03A8F@mitre.org> In-Reply-To: <3DD137FF.33E03A8F@mitre.org> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS (Rechenzentrum Universitaet Wuerzburg) Sender: owner-freebsd-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, 12 Nov 2002 12:18:55 -0500, you wrote: >One more thing: I always have to copy the openGL libraries into Quake's >directory >for some reason. For NVidia, these will be in /usr/compat/linux/usr/lib >and are called: >libGL.so.1.0.3203 and >libGLcore.so.1.0.3203 >Create symlinks for libGL.so, libGL.so.1, libGLcore.so, and >libGLcore.so.1 try to run /usr/compat/linux/sbin/ldconfig -m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 14: 7:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF95D37B401 for ; Tue, 12 Nov 2002 14:07:46 -0800 (PST) Received: from mail.duth.gr (mail.duth.gr [192.108.114.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E85443E75 for ; Tue, 12 Nov 2002 14:07:45 -0800 (PST) (envelope-from bigbrother@bonbon.net) Received: from bigb3server.bbcluster.gr (b9-149.xan.duth.gr [193.92.211.149]) by mail.duth.gr (8.12.6/8.12.6) with ESMTP id gACM7fWJ044037 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 13 Nov 2002 00:07:42 +0200 (EET) (envelope-from bigbrother@bonbon.net) Received: from bigb3server.bbcluster.gr (localhost.bbcluster.gr [127.0.0.1]) by bigb3server.bbcluster.gr (8.12.3/8.12.3) with ESMTP id gACM7aqe085719 for ; Wed, 13 Nov 2002 00:07:36 +0200 (EET) (envelope-from bigbrother@bonbon.net) Received: from localhost (bigbrother@localhost) by bigb3server.bbcluster.gr (8.12.3/8.12.3/Submit) with ESMTP id gACM7ZBa085716 for ; Wed, 13 Nov 2002 00:07:36 +0200 (EET) X-Authentication-Warning: bigb3server.bbcluster.gr: bigbrother owned process doing -bs Date: Wed, 13 Nov 2002 00:07:31 +0200 (EET) From: "BigBrother (BigB3)" X-X-Sender: bigbrother@bigb3server.bbcluster.gr To: questions@FreeBSD.ORG Subject: Re: UDMA ICRC error's In-Reply-To: Message-ID: <20021112235224.I29240-100000@bigb3server.bbcluster.gr> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > >What is the best way to resolve these? > > ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759; cn 55 tn 225 sn 9) retrying > ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn 45439; cn 2 tn 211 sn 16) retrying > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391; cn 2 tn 115 sn 16) retrying > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391; cn 2 tn 115 sn 16) retrying >I've tried bringing the system down to single user mode, umounting the >filesystems and running fsck but it never finds anything wrong. Next I'm >going to switch out the ide cable, and i'm hoping that is the problem as >I'd >prefer not to have my drive go out. > >What else can I do besides running fsck? Are there any other utilites to >check the disk, maybe something from the ports tree? I would suggest to run badsect (8) so u can mark the sector as bad, unreadable and thus u can continue accessing ur drive. Of course in the badsect you have to put sectors and not fsbn, and I dont know in your error message how u can find the sector number...(anyone can help on this?) perhaps the sectors for example are 144-159 ? But I dont know... Perhaps u should try to find out the 'fsdb' tool...but it will be a tricky thing.. Any help is appreciated... - --- We are being monitored..but there is a solution... Use PGP for signing and encrypting emails!!!! Download my public key at http://www.us.pgp.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE90XunGe/V3CxAyHoRArxBAKDIf32vQwNtyN6P20yLeslc/tHokwCgp9bb BN+Nr6Ezrq5ZDR+5Rgkdaec= =pf4d -----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 Nov 12 14:19: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA5737B401 for ; Tue, 12 Nov 2002 14:19:01 -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 DBC1843E4A for ; Tue, 12 Nov 2002 14:18:59 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id B4A74AF58C; Tue, 12 Nov 2002 23:18:59 +0100 (CET) Date: Tue, 12 Nov 2002 23:23:19 +0100 From: Miguel Mendez To: Archie Cobbs Cc: freebsd-questions@freebsd.org Subject: Re: XFree86 can't allocate colors on 4.7-RELEASE Message-Id: <20021112232319.47285c93.flynn@energyhq.homeip.net> In-Reply-To: <200211122123.gACLNAH4016061@arch20m.dellroad.org> References: <200211122123.gACLNAH4016061@arch20m.dellroad.org> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386--netbsdelf) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# 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 On Tue, 12 Nov 2002 13:23:10 -0800 (PST) Archie Cobbs wrote: > I recently upgraded an IBM A20m laptop to 4.7-RELEASE and it appears > that the new version of the X server is broken. No, it isn't, the problem is that you're running at 8bit colour depth, hence, the problems with colour allocation. Change the default colour depth to 16 or 24, that should fix it. Either by starting X with 'startx -- -bpp 16' or by editing the config file. Here's the relevant part of the log... ----- (II) Setting vga for screen 0. (==) ATI(0): Chipset: "ati". (==) ATI(0): Depth 8, (==) framebuffer bpp 8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk NetBSD :: Unix without hype To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 14:46: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E874837B401 for ; Tue, 12 Nov 2002 14:46:05 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C27243E7B for ; Tue, 12 Nov 2002 14:46:05 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org ([24.147.188.198]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021112224447.EKMC24365.rwcrmhc51.attbi.com@be-well.ilk.org>; Tue, 12 Nov 2002 22:44:47 +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.6/8.12.6) with ESMTP id gACMinNX046650; Tue, 12 Nov 2002 17:44:49 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id gACMinnp046647; Tue, 12 Nov 2002 17:44:49 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Jeffrey Lyon Cc: questions@FreeBSD.ORG Subject: Re: Upgrading from 4.6-RELEASE to 4.7-STABLE References: <05bf01c28a52$d8413a60$7f543944@chstfld1.va.home.com> From: Lowell Gilbert Date: 12 Nov 2002 17:44:48 -0500 In-Reply-To: <05bf01c28a52$d8413a60$7f543944@chstfld1.va.home.com> Message-ID: <441y5qmmqn.fsf@be-well.ilk.org> Lines: 66 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 Jeffrey Lyon writes: > While trying to upgrade from 4.6-RELEASE to 4.7-STABLE I get the following > error (during make world): > > ===> etc/sendmail > rm -f freebsd.cf > (cd /usr/src/etc/sendmail && > m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ > /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) > > freebsd.cf > chmod 444 freebsd.cf > make: no target to make. > "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > /usr/src/share/mk CPUTYPE=dummy -V CPUTYPE" returned non-zero status > Checking to see if your booted kernel is fresh enough.. > /usr/obj/usr/src/bin/sh/sh -c 'echo "Testing installed kernel for new > sigaction(2) syscall"' > Bad system call - core dumped > *** Error code 140 Looks like a mismatch between the system and the sources being handled. That shouldn't be a problem for buildworld, though: what command were you executing, exactly? > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Here is my current uname: 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #0 > > and my supfile: > > *default tag=RELENG_4_7 > *default host=cvsup16.FreeBSD.org > *default prefix=/usr > *default base=/usr > *default release=cvs tag=. earlier, you said tag=RELENG_4_7, now you're saying tag=. So I think you ended up downloading -CURRENT sources, not at all what you wanted. > *default delete use-rel-suffix > > src-all > > My intent was to go: > > make buildworld > make installworld > /usr/sbin/config KERNEL > cd ../../compile/KERNEL > make depend > make > make install > reboot > > Am I going about this in the wrong way? Any guidance? Well, the recommended upgrade procedure would be to use buildkernel and installkernel, then reboot under the new kernel before doing the installworld. Plus running mergemaster. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 14:49:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D34D37B401 for ; Tue, 12 Nov 2002 14:49:16 -0800 (PST) Received: from mail.ru (pax-202.cis.ru [212.109.192.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 64C6343E3B for ; Tue, 12 Nov 2002 14:49:06 -0800 (PST) (envelope-from 11btb2@mail.ru) From: "Get your IE Toolbar" <11btb2@mail.ru> To: Subject: Get Your IE Toolbar! Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 13 Nov 2002 04:48:34 +0600 Reply-To: "Get your IE Toolbar" <11btb2@mail.ru> Content-Transfer-Encoding: 8bit Message-Id: <20021112224906.64C6343E3B@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 Make your customers and visitors always have the link to your site on their Explorer toolbar. Custom Toolbars increase your ability to market your site anywhere within millions of Internet browsers and takes only seconds to install. Custom IE Toolbar with unlimited menu items - 200$US! Advanced IE Toolbar with Update Module - 400$US! Unlimited IE Toolbar features with the plain rate of 20$US p/h for programming! http://www.besttoolbars.net You may distribute your Toolbar to your Web site visitors, employees, etc. This provides quick access to your Web site and other useful links you find appropriate for those who would download your Toolbar. If you're a business owner, use your company custom IE Toolbar to make your team share common Web resources. If you're working on several computers (home, office, etc.) you can have an IE Toolbar that will store all your "favorites" on the server. That means, that you will never ever have to update your favorite links again and again on all your computers - you can do it just once! Features: - One-click access to your website and pages through an always-present browser toolbar - Personal Buttons, Dynamic Buttons and Menus Items to IE Toolbar - Customizable search features/ Integrated Search Engines - Live News Feeds - Custom Icons and Superb Branding - Instant Messaging Broadcasting to Users - Instantly deploy new web products remotely on customer's desktops and make them immediately usable. - Targeted and Non-Targeted Marketing - and much much more... Order online at http://www.besttoolbars.net Please feel free to contact me 11btb2@mail.ru Your e-mail was taken from a public place. There is no need to unsubscribe as it's one time mailing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 14:52: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E4037B401 for ; Tue, 12 Nov 2002 14:52:05 -0800 (PST) Received: from csas10.pasminco.com.au (csas10.pasminco.com.au [203.44.216.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F4AC43E42 for ; Tue, 12 Nov 2002 14:52:03 -0800 (PST) (envelope-from RicharMP@Pasminco.com.au) Received: by csas11.pasminco.com.au with Internet Mail Service (5.5.2653.19) id ; Wed, 13 Nov 2002 09:51:36 +1100 Message-ID: From: "Richardson, Martin" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Routing trouble... slow FTP Date: Wed, 13 Nov 2002 09:51:59 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a dial on demand server running FreeBSD 4.7. This also has wu-ftpd running as well. I have noticed that whe trying to FTP to the box, it takes a long time to connect (I usually have the modem switched off, but will dial if I have left it on while trying to FTP into the box). I have noticed also that Sendmail has trouble sending local mail (daily reports etc). These problems dissappear when a the ppp link is up, or I have killed the ppp process. I suspect these problems might be due to the routing table entries made by ppp (add default HISADDR). netstat -r takes forever, unless the link is up. When I do a "tcpdump -i tun0" I get 192.168.x.x traffic going to my ISP's DNS servers. What would be the best way to fix this? use PPP's firewalling, or IPFW? or is there a better way? TIA, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 14:57: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88EBD37B401 for ; Tue, 12 Nov 2002 14:56:59 -0800 (PST) Received: from mail.isg.siue.edu (mail.isg.siue.edu [146.163.5.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C268843E42 for ; Tue, 12 Nov 2002 14:56:58 -0800 (PST) (envelope-from vcardon@siue.edu) Received: from WEBSHIELD2.isg.siue.edu (webshield2.isg.siue.edu [146.163.5.150]) by mail.isg.siue.edu (8.9.3/8.9.3) with SMTP id QAA12441 for ; Tue, 12 Nov 2002 16:56:51 -0600 (CST) Received: FROM linux.local BY WEBSHIELD2.isg.siue.edu ; Tue Nov 12 16:56:50 2002 -0600 Received: by linux.local (Postfix, from userid 500) id 97395A15; Tue, 12 Nov 2002 16:54:45 -0600 (CST) Date: Tue, 12 Nov 2002 16:54:45 -0600 From: "Victor R. Cardona" To: "Patrick.J.Beck" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can you help me? Message-ID: <20021112225445.GE18649@client156-156.siue.edu> Mail-Followup-To: "Patrick.J.Beck" , freebsd-questions@FreeBSD.ORG References: <3DD1C2E2.7070208@netscape.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tEFtbjk+mNEviIIX" Content-Disposition: inline In-Reply-To: <3DD1C2E2.7070208@netscape.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 --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 12, 2002 at 10:11:30PM -0500, Patrick.J.Beck wrote: >=20 > Hi; >=20 > My name is Patrick and am runing SuSe Linux 8.1 at the moment. > But I would like to Upgrad to FreeBSD. > Can this be done over the Web? You can download and burn the ISOs for FreeBSD. Another option is to do a FTP install. Bear in mind though that FreeBSD is not Linux. You will be installing a new operating system--not upgrading your existing one. Victor --tEFtbjk+mNEviIIX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE90Ya1ZU/bSegbOhwRAhglAJ0d7fJ8KsAMWFfIuVo5bpbdbTatGgCfXb1E Os86PbPL6nTb/EK03UZeZLM= =kKLx -----END PGP SIGNATURE----- --tEFtbjk+mNEviIIX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 15: 1:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A7F237B401 for ; Tue, 12 Nov 2002 15:01:41 -0800 (PST) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6616943E75 for ; Tue, 12 Nov 2002 15:01:39 -0800 (PST) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.5/8.12.3) with ESMTP id gACN1OTc017617; Wed, 13 Nov 2002 00:01:25 +0100 (CET) (envelope-from marc@schneiders.org) Date: Wed, 13 Nov 2002 00:01:24 +0100 (CET) From: Marc Schneiders X-X-Sender: To: "Richardson, Martin" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Routing trouble... slow FTP In-Reply-To: Message-ID: <20021113000044.I16813-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve 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, 13 Nov 2002, at 09:51 [=GMT+1100], Richardson, Martin wrote: > I have a dial on demand server running FreeBSD 4.7. This also has wu-ftpd > running as well. I have noticed that whe trying to FTP to the box, it takes > a long time to connect (I usually have the modem switched off, but will dial > if I have left it on while trying to FTP into the box). I have noticed also > that Sendmail has trouble sending local mail (daily reports etc). These > problems dissappear when a the ppp link is up, or I have killed the ppp > process. I suspect these problems might be due to the routing table entries > made by ppp (add default HISADDR). netstat -r takes forever, unless the link > is up. When I do a "tcpdump -i tun0" I get 192.168.x.x traffic going to my > ISP's DNS servers. One wonders what there is in your /etc/resolv.conf > What would be the best way to fix this? use PPP's firewalling, or IPFW? or > is there a better way? > TIA, Martin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 12 15: 9: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7523E37B43C for ; Tue, 12 Nov 2002 15:09:04 -0800 (PST) Received: from csas10.pasminco.com.au (csas10.pasminco.com.au [203.44.216.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 54FF743E4A for ; Tue, 12 Nov 2002 15:09:03 -0800 (PST) (envelope-from RicharMP@Pasminco.com.au) Received: by csas11.pasminco.com.au with Internet Mail Service (5.5.2653.19) id ; Wed, 13 Nov 2002 10:08:36 +1100 Message-ID: From: "Richardson, Martin" To: "'freebsd-questions@freebsd.org'" Subject: RE: Routing trouble... slow FTP Date: Wed, 13 Nov 2002 10:08:59 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK. this is from memory, so please excuse any inconsistencies (I am at not near my FreeBSD box) search netspace.net.au nameserver 203.x.x.1 nameserver 203.x.x.1 I had a look at this and changed netspace.net.au to martin.org (the machine is tux2.martin.org) This didn't work :0( Cheers, Martin > One wonders what there is in your /etc/resolv.conf > > > What would be the best way to fix this? use PPP's > firewalling, or IPFW? or > > is there a better way? > > TIA, Martin > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 15:16:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D3137B401 for ; Tue, 12 Nov 2002 15:16:49 -0800 (PST) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id B394643E77 for ; Tue, 12 Nov 2002 15:16:48 -0800 (PST) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.5/8.12.3) with ESMTP id gACNGiTc017673; Wed, 13 Nov 2002 00:16:45 +0100 (CET) (envelope-from marc@schneiders.org) Date: Wed, 13 Nov 2002 00:16:44 +0100 (CET) From: Marc Schneiders X-X-Sender: To: "Richardson, Martin" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Routing trouble... slow FTP In-Reply-To: Message-ID: <20021113001212.F16813-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve 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, 13 Nov 2002, at 10:08 [=GMT+1100], Richardson, Martin wrote: > OK. this is from memory, so please excuse any inconsistencies (I am at not > near my FreeBSD box) > search netspace.net.au > nameserver 203.x.x.1 > nameserver 203.x.x.1 > > I had a look at this and changed netspace.net.au to martin.org (the machine > is tux2.martin.org) > > This didn't work :0( No, it shouldn't. But I would kill the whole line. Try nameserver 127.0.0.1 This makes only sense if you rund Named. > Cheers, Martin > > > One wonders what there is in your /etc/resolv.conf > > > > > What would be the best way to fix this? use PPP's > > firewalling, or IPFW? or > > > is there a better way? > > > TIA, Martin > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 12 15:19:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A2637B401 for ; Tue, 12 Nov 2002 15:19:16 -0800 (PST) Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB35B43E77 for ; Tue, 12 Nov 2002 15:19:14 -0800 (PST) (envelope-from bastill@sa.apana.org.au) Received: from BAPhD (dialup-13.pasa.apana.org.au [203.14.158.142]) by tierzero.apana.org.au (8.11.1/8.11.1) with ESMTP id gACNJ7p96440; Wed, 13 Nov 2002 09:49:08 +1030 (CST) (envelope-from bastill@sa.apana.org.au) Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: Greg@D2.net.au Subject: Re: Load averages exceed 1 - but all seems well! Date: Tue, 12 Nov 2002 16:40:11 +1030 User-Agent: KMail/1.4.3 References: <200211102330.44828.bastill@sa.apana.org.au> <200211111235.04747.Greg@D2.net.au> In-Reply-To: <200211111235.04747.Greg@D2.net.au> Cc: freebsd-questions@FreeBSD.ORG, "Greg 'groggy' Lehey" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200211121630.19846.bastill@sa.apana.org.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 Mon, 11 Nov 2002 12:35 pm, you wrote: > Let me guess - you have an AMD processor on a KX133 / KT133 motherboard. Not a bad guess 1.1G Athlon ABit KT7A mobo using the VIA KT133 chip. > This is normal for FVCool - it sits in an idle loop (basically just getting > the CPU to spin it's wheels, but not do anything) to work around a broken > chipset implementation. It sits in the lowest priority that it can, and > issues a "HLT" command to stop the processor if there is nothing for it to > do. > As a comparison - I'm not doing anything funky and here is my top output > last pid: 47682; load averages: 1.10, 2.41, 2.80 up 0+01:01:22 > 12:31:32 > 65 processes: 3 running, 62 sleeping > CPU states: 4.3% user, 92.2% nice, 2.7% system, 0.8% interrupt, 0.0% > idle Mem: 122M Active, 282M Inact, 61M Wired, 3040K Cache, 60M Buf, 31M > Free Swap: 512M Total, 512M Free > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 399 root 97 20 864K 444K RUN 21:16 88.48% 88.48% fvcool > Hope that sheds some light on it - there is some more info in > /usr/local/share/doc/fvcool that will tell you exactly whats going on. > Incidentally, you can get the same functionality out of hacking a kernel > file, but I cannot find the correct location to make the change they > provide in one of the readme files. Since I'm not a kernel hacker, I would > rather have the fvcool solution :) Thanks. Me too! Glad there is nothing amiss. Odd that fvcool works well in console and X/Windowmaker environments, but fails miserably in KDE. Oh well, all the Kapps I want will run in Windowmaker, anyway - and I like WM's simplicity :-) -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 15:20:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BBC37B401 for ; Tue, 12 Nov 2002 15:20:39 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FC043E3B for ; Tue, 12 Nov 2002 15:20:39 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 65AA2EE571 for ; Tue, 12 Nov 2002 15:20:38 -0800 (PST) Message-ID: <023101c28aa2$1c6373d0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "FreeBSD Questions" Subject: OpenSSL Problems Building Webmin Port Date: Tue, 12 Nov 2002 15:20:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I just installed 4.7-RELEASE on a ev56 Alpha platform via bootdisks and FTP. The install went without a hitch. Next I downloaded the 4.7-RELEASE-p1 sources, and built a custom kernel. Again no problems. I have done a fresh cvsup of my ports tree as of today, 11/12/02. However when attempting to install webmin via portupgrade, I get the following error: ===> Verifying reinstall for /usr/local/lib/perl5/site_perl/5.005/alpha-freebsd/Net/SSLeay.pm in /usr/ports/security/p5-Net-SSLeay ===> Extracting for p5-Net-SSLeay-1.17 >> Checksum OK for Net_SSLeay.pm-1.17.tar.gz. ===> Patching for p5-Net-SSLeay-1.17 ===> Configuring for p5-Net-SSLeay-1.17 Checking for OpenSSL-0.9.6d or newer... You have OpenSSL-0.9.6g installed in /usr *** Could not figure out which C compiler was used to compile /usr/bin/openssl. It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same compiler and flags. Mixing and matching compilers is not supported. at ./Makefile.PL line 132. Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing Makefile for Net::SSLeay::Handle Writing Makefile for Net::SSLeay ===> Building for p5-Net-SSLeay-1.17 Makefile out-of-date with respect to /usr/libdata/perl/5.00503/mach/Config.pm /usr/libdata/perl/5.00503/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/bin/perl5.00503 "-I/usr/libdata/perl/5.00503/mach" "-I/usr/libdata/perl/5.00503" Makefile.PL "CC=cc" "CCFLAGS=-O -pipe -mcpu=ev56" "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" Checking for OpenSSL-0.9.6d or newer... I could not find your OpenSSL in `CC=cc' Please provide OpenSSL-0.9.6d installation directory (get from http://www.openssl.org/ if you don't have it; please note that SSLeay is no longer supported, see README) (C-c to abort): *** END OF OUTPUT *** and there it sits, waiting for me to tell it where OpenSSL lives. I have check my system and found /usr/bin/openssl. It appears I have it installed: zombie# /usr/bin/openssl version OpenSSL 0.9.6g 9 Aug 2002 However, passing either '/usr/bin' or '/usr/bin/openssl' doesn't satisfy the request. I've searched the web but found only one small thread that didn't have a resolution. So far, other ports build fine. Any ideas? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 15:43:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960E537B401 for ; Tue, 12 Nov 2002 15:43:47 -0800 (PST) Received: from nox.cx (nox.cx [216.12.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD95243E7B for ; Tue, 12 Nov 2002 15:43:46 -0800 (PST) (envelope-from zakj-freebsd-questions@nox.cx) Received: (qmail 44573 invoked by uid 1000); 12 Nov 2002 23:43:47 -0000 Date: Tue, 12 Nov 2002 18:43:47 -0500 From: Zak Johnson To: freebsd-questions@freebsd.org Subject: OpenSSH and password expiry Message-ID: <20021112234347.GA44490@opiate.nox.cx> Mail-Followup-To: Zak Johnson , 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 [Please CC me on replies, as I am not subscribed to this list.] I want to force new users to change their passwords immediately upon first login. I set the "change" field in master.passwd to 1 (via pw useradd ... -p 1). Logging in via login(1) works as expected---the user is prompted to change the password and then logs in as usual. However, my users only connect via ssh, which instead yields the following logs: PAM rejected by account configuration[12]: Authentication token is no longer valid; new one required. Failed password for testuser from 127.0.0.1 port 3367 ssh2 The user sees: $ ssh testuser@localhost testuser@localhost's password: Connection to localhost closed by remote host. Connection to localhost closed. What have I done wrong? -Zak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:16:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F411837B401 for ; Tue, 12 Nov 2002 16:16:37 -0800 (PST) Received: from lax-gate4.raytheon.com (lax-gate4.raytheon.com [199.46.200.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6227D43E88 for ; Tue, 12 Nov 2002 16:16:32 -0800 (PST) (envelope-from darlene@water.rsc.raytheon.com) Received: from ds02w00.directory.ray.com (ds02w00.directory.ray.com [147.25.146.118]) by lax-gate4.raytheon.com (8.12.5/8.12.5) with ESMTP id gAD0GLd6001239 for ; Tue, 12 Nov 2002 16:16:21 -0800 (PST) Received: from ds02w00.directory.ray.com (root@localhost) by ds02w00.directory.ray.com (8.12.1/8.12.1) with ESMTP id gAD0GIYP020034 for ; Tue, 12 Nov 2002 16:16:18 -0800 (PST) Received: from water.rsc.raytheon.com (water.RSC.RAYTHEON.COM [147.17.211.95]) by ds02w00.directory.ray.com (8.12.1/8.12.1) with ESMTP id gAD0G1Nr019935 for ; Tue, 12 Nov 2002 16:16:01 -0800 (PST) Received: from nomads.rsc.raytheon.com (nomads [147.17.211.112]) by water.rsc.raytheon.com (8.8.8+Sun/8.8.8) with SMTP id QAA16499; Tue, 12 Nov 2002 16:16:00 -0800 (PST) Received: by nomads.rsc.raytheon.com (SMI-8.6/SMI-SVR4) id QAA07509; Tue, 12 Nov 2002 16:16:00 -0800 Date: Tue, 12 Nov 2002 16:16:00 -0800 From: darlene@water.rsc.raytheon.com (Darlene Choontanom X45478 BSYS) Message-Id: <200211130016.QAA07509@nomads.rsc.raytheon.com> To: freebsd-questions@freebsd.org Subject: fcntl(xx, F_SETLK64, zz) ?? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apologies in advance if this is the wrong group to ask... Background: I'm running FreeBSD 4.4 on a file server we set up earlier this year in the hopes of relieving some of the load from our Solaris server. Currently we have mostly Sun clients, and a few Redhat clients. Problem: one of the big CAD applications we run hangs if a) it is in- stalled on the FreeBSD server, or b) if any of the user accounts that call it is located on the FreeBSD machine. After banging our heads into various different walls over a couple of months, we narrowed it down to the fact that this application makes a lot of (unnecessary?) NFS file locking calls. From Sun clients, it hangs on the call: fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...) From Redhat clients, it hangs on the call: fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES (Permission denied) We did talk to the CAD vendor about this, and they swear they've removed all NFS file locking. However, there seem to be a few that they've missed. Is this/are these options/commands supported anywhere under FreeBSD, and if not, could it? Thanks-- Darlene --- darlene@water.rsc.raytheon.com Raytheon Company Cogito ergo disclaim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:17:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C52EE37B401 for ; Tue, 12 Nov 2002 16:17:27 -0800 (PST) Received: from ns.webvolution.net (ns.webvolution.net [64.173.23.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9B843E4A for ; Tue, 12 Nov 2002 16:17:27 -0800 (PST) (envelope-from jpedras@webvolution.net) Received: from ns.webvolution.net (localhost [127.0.0.1]) by ns.webvolution.net (8.12.6/8.12.6) with ESMTP id gAD0HS5J066622 for ; Wed, 13 Nov 2002 00:17:28 GMT (envelope-from jpedras@webvolution.net) Received: (from nobody@localhost) by ns.webvolution.net (8.12.6/8.12.6/Submit) id gAD0HSKM066621 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 00:17:28 GMT X-Authentication-Warning: ns.webvolution.net: nobody set sender to jpedras@webvolution.net using -f To: freebsd-questions@freebsd.org Subject: advice on fine tuning diskless boot Message-ID: <1037146648.3dd19a183ee31@mail.webvolution.net> Date: Wed, 13 Nov 2002 00:17:28 +0000 (WET) From: Joao Pedras MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Webvolution Networks webmail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all! Two small issues... 1) After sucessfully configuring a set of systems which come up diskless (thank you for the fine documentation), these still try to mount root from /dev/ad0s1a: . . Adjusted interface xl0 Mounting root from ufs:/dev/ad0s1a no such device 'ad' setrootbyname failed ffs_mountroot: can't find rootvp Root mount failed: 6 Mounting root from nfs: NFS ROOT: 192.168.200.3:/diskless_root NFS SWAP: 192.168.200.3:/diskless_swap . . After this the system comes up fine. The kernel is compiled without ata and friends. Should a kernel option like ROOTDEVNAME be used ? I checked the 'loader' and 'pxeboot' documentation, the mailing lists and it is not obvious how to "fix" this. 2. do you see any inconvenient in totally removing all UFS options from the kernel ? These systems have no hard drives... That's all for now. Thank you for time. Joao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:21:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3F837B401 for ; Tue, 12 Nov 2002 16:21:45 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5354F43E7B for ; Tue, 12 Nov 2002 16:21:44 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 5B50AEE571; Tue, 12 Nov 2002 16:21:38 -0800 (PST) Message-ID: <025a01c28aaa$a1e380b0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Darlene Choontanom X45478 BSYS" , References: <200211130016.QAA07509@nomads.rsc.raytheon.com> Subject: Re: fcntl(xx, F_SETLK64, zz) ?? Date: Tue, 12 Nov 2002 16:21:38 -0800 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 Sender: owner-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: "Darlene Choontanom X45478 BSYS" To: Sent: Tuesday, November 12, 2002 4:16 PM Subject: fcntl(xx, F_SETLK64, zz) ?? > Apologies in advance if this is the wrong group to ask... > > Background: I'm running FreeBSD 4.4 on a file server we set up earlier > this year in the hopes of relieving some of the load from our Solaris > server. Currently we have mostly Sun clients, and a few Redhat clients. > > Problem: one of the big CAD applications we run hangs if a) it is in- > stalled on the FreeBSD server, or b) if any of the user accounts that > call it is located on the FreeBSD machine. I don't know if you've looked at this already but it may help: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nfs.html See section 19.5.5 specifically. Good Luck, Drew > After banging our heads into various different walls over a couple of > months, we narrowed it down to the fact that this application makes > a lot of (unnecessary?) NFS file locking calls. > > >From Sun clients, it hangs on the call: > > fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...) > > >From Redhat clients, it hangs on the call: > > fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES (Permission denied) > > We did talk to the CAD vendor about this, and they swear they've removed > all NFS file locking. However, there seem to be a few that they've missed. > Is this/are these options/commands supported anywhere under FreeBSD, and if > not, could it? > > Thanks-- > Darlene > > --- > darlene@water.rsc.raytheon.com Raytheon Company > Cogito ergo disclaim. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 12 16:27:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420DB37B401 for ; Tue, 12 Nov 2002 16:27:18 -0800 (PST) Received: from mta-2.gci.net (mta-2.gci.net [208.138.130.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A0A43E91 for ; Tue, 12 Nov 2002 16:27:17 -0800 (PST) (envelope-from jonr@destar.net) Received: from mmp-1.gci.net ([208.138.130.80]) by mta-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id H5HNXA01.733 for ; Tue, 12 Nov 2002 15:27:10 -0900 Received: from [192.168.3.106] ([24.237.6.229]) by mmp-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id H5HNXA02.O7B for ; Tue, 12 Nov 2002 15:27:10 -0900 Subject: Java and mysql and tomcat From: Jon Reynolds To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 12 Nov 2002 15:23:43 -0900 Message-Id: <1037147023.1592.98.camel@localhost.localdomain> 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 attempting to find and use a webcalendar and have found one I would like to use at sourceforge it says the requirements are this: Java2Platform SE Tomcat Mysql MM.Mysql My questions are these, do I need tomcat if I already have apache installed? And what is MM.Mysql and is it needed? The description for it is a JDBC driver to make the connection between java servlets and the MySQL database. Is there a port in FreeBSD for this? Or does somebody else have a better solution to making a webcalendar that sits on a site that can be easily updated. Any help much appreciated, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:44:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1E737B428 for ; Tue, 12 Nov 2002 16:44:57 -0800 (PST) Received: from nebula.anchoragerescue.org (115-7-237-24-cable.anchorageak.net [24.237.7.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE40243E7B for ; Tue, 12 Nov 2002 16:44:56 -0800 (PST) (envelope-from akbeech@anchoragerescue.org) Received: from nova.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with ESMTP id C8E81759; Tue, 12 Nov 2002 15:44:55 -0900 (AKST) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Organization: Anchorage Gospel Rescue Mission To: Jon Reynolds Subject: Re: Java and mysql and tomcat Date: Tue, 12 Nov 2002 15:44:55 -0900 User-Agent: KMail/1.4.3 References: <1037147023.1592.98.camel@localhost.localdomain> In-Reply-To: <1037147023.1592.98.camel@localhost.localdomain> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200211121544.55253.akbeech@anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 12 November 2002 03:23 pm, Jon Reynolds wrote: > I am attempting to find and use a webcalendar and have found one I would > like to use at sourceforge it says the requirements are this: > > Java2Platform SE > Tomcat > Mysql > MM.Mysql > > My questions are these, do I need tomcat if I already have apache > installed? And what is MM.Mysql and is it needed? The description for it > is a JDBC driver to make the connection between java servlets and the > MySQL database. Is there a port in FreeBSD for this? > > Or does somebody else have a better solution to making a webcalendar > that sits on a site that can be easily updated. > > Any help much appreciated, > > Jon I, would suggest one that uses php4 and mysql or postgresql. I have run across several during my travels for php scripts. Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:47:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2201F37B401 for ; Tue, 12 Nov 2002 16:47:21 -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 5313F43E91 for ; Tue, 12 Nov 2002 16:47:20 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gAD0l9wQ094310 for ; Tue, 12 Nov 2002 16:47:09 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gAD0l4bk094309 for freebsd-questions@freebsd.org; Tue, 12 Nov 2002 16:47:04 -0800 (PST) (envelope-from nkinkade) Date: Tue, 12 Nov 2002 16:47:04 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: advice on fine tuning diskless boot Message-ID: <20021113004704.GV72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <1037146648.3dd19a183ee31@mail.webvolution.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037146648.3dd19a183ee31@mail.webvolution.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 Wed, Nov 13, 2002 at 12:17:28AM +0000, Joao Pedras wrote: > > Hello all! > > Two small issues... > > 1) After sucessfully configuring a set of systems which come up diskless (thank > you for the fine documentation), these still try to mount root from /dev/ad0s1a: > > .. > .. > Adjusted interface xl0 > Mounting root from ufs:/dev/ad0s1a > no such device 'ad' > setrootbyname failed > ffs_mountroot: can't find rootvp > Root mount failed: 6 > Mounting root from nfs: > NFS ROOT: 192.168.200.3:/diskless_root > NFS SWAP: 192.168.200.3:/diskless_swap > .. > .. > > After this the system comes up fine. > > The kernel is compiled without ata and friends. Should a kernel option like > ROOTDEVNAME be used ? > > I checked the 'loader' and 'pxeboot' documentation, the mailing lists and it is > not obvious how to "fix" this. > > 2. do you see any inconvenient in totally removing all UFS options from the > kernel ? These systems have no hard drives... > > That's all for now. Thank you for time. > > Joao I am not an expert on this, but a few weeks ago I had a diskless system up and running. I removed all traces of UFS and ATA support from the kernel and it seemed to work fine. I removed all of the following options, as well as any ATA devices: options FFS options FFS_ROOT options SOFTUPDATES options UFS_DIRHASH Good luck, Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 16:54:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D06B37B401 for ; Tue, 12 Nov 2002 16:54:50 -0800 (PST) Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D11D43E3B for ; Tue, 12 Nov 2002 16:54:49 -0800 (PST) (envelope-from bjm1287@ritvax.isc.rit.edu) Received: from dogbert ([24.59.182.162]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KOSJEXV8MUQ4BN47@ritvax.isc.rit.edu> for freebsd-questions@freebsd.org; Tue, 12 Nov 2002 19:54:31 EST Date: Tue, 12 Nov 2002 19:52:17 -0500 From: Brian McCann Subject: X Remotely on a Win2k Box To: freebsd-questions@freebsd.org Message-id: <000301c28aae$f353c050$1500a8c0@dogbert> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all...I tried searching through the archives to find some help...but there was WAY to much returned. So...here's my question. I need to be able to open an X session (complete with KDE and all) from a Win2k Box. I've got Xmanager for Win2k, and I can connect and get an xterm session via ssh, but when I type startx, it starts up X on the console. I would have thought it would have grabbed the name/number of the display I was currently logged into to send the output to. Anyone know how I can do this, or a good site with a how-to? 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 Nov 12 17:36:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 728C737B401; Tue, 12 Nov 2002 17:36:39 -0800 (PST) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id F024743E42; Tue, 12 Nov 2002 17:36:37 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 18BmS8-000Dkb-00; Wed, 13 Nov 2002 01:36:24 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.6/8.11.1) with ESMTP id gAD1aOPe025934; Wed, 13 Nov 2002 01:36:24 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.6/8.12.6/Submit) id gAD1aOZI025933; Wed, 13 Nov 2002 01:36:24 GMT Date: Wed, 13 Nov 2002 01:36:24 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org, freebsd-chat@freebsd.org Subject: Problems with GNUstep apps on FreeBSD? Message-ID: <20021113013624.GA25882@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Scanner: exiscan *18BmS8-000Dkb-00*/VHxsZtBjUQ* (Manchester Computing, University of Manchester) Sender: owner-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 really stumped by this problem. I'm trying out GNUstep apps under FreeBSD 4.7 with XFree86 3.x and the XFree86 4.2 libraries. I've tried Fluxbox and Windowmaker (latest ports). Most, if not all of the GNUstep app windows and menus are unruly. In GNUmail, the app menu won't go away. It stays on top of everything, and will not close, shade, or go below another window. This is the case with every app menu of GNUstep applications. The other apps are even worse. Gomoku only shows a tiny, distorted window in the middle of my screen, which looks like a window and titlebar shrunk down to about one character wide. It will not resize. Does anyone have any ideas? I don't have the first clue what could be wrong, since I've seen the same problem under 2 windowmanagers that are so different, and WindowMaker is supposed to be GNUstep compliant. NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18: 0:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B8B37B401 for ; Tue, 12 Nov 2002 18:00:42 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A8B43E88 for ; Tue, 12 Nov 2002 18:00:41 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id gAD20ZF8041968; Tue, 12 Nov 2002 20:00:35 -0600 (CST) (envelope-from dan) Date: Tue, 12 Nov 2002 20:00:35 -0600 From: Dan Nelson To: Darlene Choontanom X45478 BSYS Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fcntl(xx, F_SETLK64, zz) ?? Message-ID: <20021113020035.GA4932@dan.emsphone.com> References: <200211130016.QAA07509@nomads.rsc.raytheon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211130016.QAA07509@nomads.rsc.raytheon.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error 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 In the last episode (Nov 12), Darlene Choontanom X45478 BSYS said: > Background: I'm running FreeBSD 4.4 on a file server we set up > earlier this year in the hopes of relieving some of the load from our > Solaris server. Currently we have mostly Sun clients, and a few > Redhat clients. > > Problem: one of the big CAD applications we run hangs if a) it is > in- stalled on the FreeBSD server, or b) if any of the user accounts > that call it is located on the FreeBSD machine. > > After banging our heads into various different walls over a couple of > months, we narrowed it down to the fact that this application makes a > lot of (unnecessary?) NFS file locking calls. > > >From Sun clients, it hangs on the call: > > fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...) > > >From Redhat clients, it hangs on the call: > > fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES (Permission denied) > > We did talk to the CAD vendor about this, and they swear they've removed > all NFS file locking. However, there seem to be a few that they've missed. > Is this/are these options/commands supported anywhere under FreeBSD, and if > not, could it? Try enabling the locking daemons on the server by adding these lines to rc.conf and rebooting. Note that on FreeBSD 4.* this only provides server-side locking (if the machine tries to lock a remote NFS file it will always succeed immediately), but that seems to be all you need anyway. rpc_lockd_enable="YES" rpc_statd_enable="YES" You can test to see if this will fix your proglem without rebooting by running rpc.statd and rpc.lockd, then running your CAD program again. -- 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 Nov 12 18: 7:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 349B237B401 for ; Tue, 12 Nov 2002 18:07:34 -0800 (PST) Received: from WS11040202.bytecraft.au.com (ws11040202.bytecraft.au.com [203.39.118.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF5543EA3 for ; Tue, 12 Nov 2002 18:07:31 -0800 (PST) (envelope-from murraytaylor@bytecraftsystems.com) Received: from wombat.bytecraft.au.com (not verified[203.39.118.3]) by WS11040202.bytecraft.au.com with MailMarshal (4,2,5,0) id ; Wed, 13 Nov 2002 13:07:30 +1100 Received: from MJTDEVNULL (unknown [10.0.30.252]) by wombat.bytecraft.au.com (Postfix) with ESMTP id 84EA03FB4 for ; Wed, 13 Nov 2002 13:07:28 +1100 (EST) From: "Murray Taylor" To: Subject: miniBSD buids and runs ok on Advantech WEB 2143 box Date: Wed, 13 Nov 2002 13:07:28 +1100 Message-ID: <001101c28ab9$6ad40d60$fc1e000a@MJTDEVNULL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [message resent] Manuel, As the subject says, we built miniBSD following your scripts etc to make a ipf firewall box. We will be also using the same platform as a ipf / ppp dialer for our remote sites. (freeing up some desktops that are currently being used ;-) ) http://www.advantech.com.tw/eplatforms/web2143.asp Thanks for the guiding efforts! 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 an automated gateway email virus scanner. ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:11:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E8437B401; Tue, 12 Nov 2002 18:11:52 -0800 (PST) Received: from WS11040202.bytecraft.au.com (ws11040202.bytecraft.au.com [203.39.118.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBC443E4A; Tue, 12 Nov 2002 18:11:50 -0800 (PST) (envelope-from murraytaylor@bytecraftsystems.com) Received: from wombat.bytecraft.au.com (not verified[203.39.118.3]) by WS11040202.bytecraft.au.com with MailMarshal (4,2,5,0) id ; Wed, 13 Nov 2002 13:11:43 +1100 Received: from MJTDEVNULL (unknown [10.0.30.252]) by wombat.bytecraft.au.com (Postfix) with ESMTP id 30D1E3FB4; Wed, 13 Nov 2002 13:11:42 +1100 (EST) From: "Murray Taylor" To: "'Scott Ullrich'" Cc: , Subject: RE: miniBSD buids and runs ok on Advantek WEB 2143 box Date: Wed, 13 Nov 2002 13:11:42 +1100 Message-ID: <001201c28aba$020fb850$fc1e000a@MJTDEVNULL> 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 In-Reply-To: <2F6DCE1EFAB3BC418B5C324F13934C9601D23B78@exchange.corp.cre8.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Australian $647.00 plus a PSU -----Original Message----- From: Scott Ullrich [mailto:sullrich@CRE8.COM] Sent: Wednesday, November 13, 2002 12:42 PM To: 'Murray Taylor' Subject: RE: miniBSD buids and runs ok on Advantek WEB 2143 box Do you mind me asking how much those little boogers go for? Those are nice! Thanks in advance. -scott -----Original Message----- From: Murray Taylor [mailto:murraytaylor@bytecraftsystems.com] Sent: Tuesday, November 12, 2002 8:16 PM To: mk@neon1.net Cc: freebsd-questions@freebsd.com; freebsd-hackers@freebsd.org Subject: miniBSD buids and runs ok on Advantek WEB 2143 box Manuel, As the subject says, we built miniBSD following your scripts etc to make a ipf firewall box. We will be also using the same platform as a ipf / ppp dialer for our remote sites. (freeing up some desktops that are currently being used ;-) ) http://www.advantech.com.tw/eplatforms/web2143.asp Thanks for the guiding efforts! 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 an automated gateway email virus scanner. ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message ************************************************************************ This Email has been scanned for Viruses by MailMarshal an automated gateway email virus scanner. ************************************************************************ ************************************************************************ This Email has been scanned for Viruses by MailMarshal an automated gateway email virus scanner. ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:19:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB68237B401 for ; Tue, 12 Nov 2002 18:19:10 -0800 (PST) Received: from web21304.mail.yahoo.com (web21304.mail.yahoo.com [216.136.129.190]) by mx1.FreeBSD.org (Postfix) with SMTP id 6372A43E88 for ; Tue, 12 Nov 2002 18:19:10 -0800 (PST) (envelope-from xrichs@yahoo.com) Message-ID: <20021113021910.267.qmail@web21304.mail.yahoo.com> Received: from [202.158.73.13] by web21304.mail.yahoo.com via HTTP; Wed, 13 Nov 2002 02:19:10 GMT Date: Wed, 13 Nov 2002 02:19:10 +0000 (GMT) From: =?iso-8859-1?q?Richman=20Sjarief?= Subject: JDK for freeBSD ... To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, my name is Richman Sjarief from indonesia. :) i have this problem, i don't have any idea about JDK source for freeBSD :( since java.sun.com doesn't provide java for FreeBSD platform. A lot of people said that i should take the linux version but i still can't figure out about extracting .bin files in FreeBSD. Is it true that java JDK doesn't provide the FreeBSD OS version i appreciate for your help a lot ... :) best regard, Richman Sjarief __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:20:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7445D37B401 for ; Tue, 12 Nov 2002 18:20:33 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF3943E75 for ; Tue, 12 Nov 2002 18:20:33 -0800 (PST) (envelope-from paulbeard@mac.com) Received: from mac.com ([12.231.115.57]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021113022026.NRMQ15364.rwcrmhc53.attbi.com@mac.com>; Wed, 13 Nov 2002 02:20:26 +0000 Message-ID: <3DD1B6E9.1080506@mac.com> Date: Tue, 12 Nov 2002 18:20:25 -0800 From: paul beard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021107 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian McCann Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X Remotely on a Win2k Box References: <000301c28aae$f353c050$1500a8c0@dogbert> 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 McCann wrote: > Hi all...I tried searching through the archives to find some > help...but there was WAY to much returned. So...here's my question. I > need to be able to open an X session (complete with KDE and all) from a > Win2k Box. I've got Xmanager for Win2k, and I can connect and get an > xterm session via ssh, but when I type startx, it starts up X on the > console. I would have thought it would have grabbed the name/number of > the display I was currently logged into to send the output to. Anyone > know how I can do this, or a good site with a how-to? what's your $DISPLAY value set to? If it's :0.0, you need to set it to be the host you're connecting from. try: export DISPLAY=:0.0 where is where your ssh connection originates. -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [ dot] com / 206 529 8400 weblog @ Miksch's Law: If a string has one end, then it has another end. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4DC37B401 for ; Tue, 12 Nov 2002 18:24:16 -0800 (PST) Received: from web14104.mail.yahoo.com (web14104.mail.yahoo.com [216.136.172.134]) by mx1.FreeBSD.org (Postfix) with SMTP id CB31F43E77 for ; Tue, 12 Nov 2002 18:24:15 -0800 (PST) (envelope-from galen_sampson@yahoo.com) Message-ID: <20021113022415.83740.qmail@web14104.mail.yahoo.com> Received: from [209.245.143.243] by web14104.mail.yahoo.com via HTTP; Tue, 12 Nov 2002 18:24:15 PST Date: Tue, 12 Nov 2002 18:24:15 -0800 (PST) From: Galen Sampson Subject: Earthlink PPP Setup (Compression, negotiation problems) To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I recently purchased an external modem. It is a Best Data V.92 external modem. My ISP is earthlink. I dissable compression through the modem init string giberish appears inside the interactive ppp session (I assume it is expecting some sort of software compression?). I can connect with user PPP if I enable modem hardware compression (the modem negotiates v44.bis). When I connect with compression I start getting large numbers of HDLC errors and I can hardly send or recieve any traffic. If I connect the modem in question to a WinXP machine all is well. Could someone with some experience in these matters help me sort this out? CC me. I am not on -questions mailling list. thanks in advance, Galen Sampson __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:24:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9C237B401 for ; Tue, 12 Nov 2002 18:24:37 -0800 (PST) Received: from mail.radzinschi.com (pcp02453773pcs.owngsm01.md.comcast.net [68.55.91.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E03E43E77 for ; Tue, 12 Nov 2002 18:24:31 -0800 (PST) (envelope-from marco@radzinschi.com) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.12.6/8.12.6) with ESMTP id gAD2OThj001060; Tue, 12 Nov 2002 21:24:29 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Tue, 12 Nov 2002 21:24:28 -0500 (EST) From: Marco Radzinschi To: Toomas Aas Cc: "Costa, Rodrigo Luiz Vargas (Rodrigo)" , Subject: Re: Installation of FreeBSD using volume manager In-Reply-To: <200211121910.gACJA7801999@lv.raad.tartu.ee> Message-ID: <20021112212148.L1038-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 But it could be a kernel compile option, such as NetBSD's and OpenBSD's RAIDFrame. I set up a server with NetBSD with the root partition on RAID the other day - works fine. Only problem is that I had to have the kernel in a non-RAID partition. In the case of vinum, I suppose one would have to have the kernel and modules on a non-RAID partition. That is, assumming Mr. Lehey add support for this. :-) Marco Radzinschi E-Mail: marco@radzinschi.com "Whoever fights monsters should see to it that in the process he does not become a monster. And when you look long into an abyss, the abyss also looks into you." -- Friedrich Nietzsche (Beyond Good and Evil) On Tue, 12 Nov 2002, Toomas Aas wrote: > Hi! > > > I would like to ask you if is possible, and after which version, > > install FreeBSD using virtual disks (like Veritas Volume Manager or VINUM). > > Is this possible? > > It seems that Greg Lehey hasn't got the time to read lists right now, > so I'll just chime in and say that TTBOMK it is not possible to have > root partition on vinum volume, at least in FreeBSD 4.x. > > It seems to me that this is kind of chicken-and-egg problem - if the > support for vinum volumes is implemented as a module (vinum.ko), then > you need to load this module before you can access the logical volume. > Hence, vinum.ko itself can't be on a vinum volume :-) > -- > Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ > * ASCII stupid question, get a stupid ANSI! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 12 18:42:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E01A437B401 for ; Tue, 12 Nov 2002 18:42:14 -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 E75D843E4A for ; Tue, 12 Nov 2002 18:42:13 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 11F734FC8A; Tue, 12 Nov 2002 21:30:05 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 09F004A0E; Tue, 12 Nov 2002 21:30:05 -0500 (EST) Date: Tue, 12 Nov 2002 21:30:05 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: =?iso-8859-1?q?Richman=20Sjarief?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: JDK for freeBSD ... In-Reply-To: <20021113021910.267.qmail@web21304.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, 13 Nov 2002, Richman Sjarief wrote: > Date: Wed, 13 Nov 2002 02:19:10 +0000 (GMT) > From: Richman Sjarief > To: freebsd-questions@FreeBSD.ORG > Subject: JDK for freeBSD ... > > hi, > my name is Richman Sjarief from indonesia. > :) > > i have this problem, > i don't have any idea about JDK source for freeBSD :( > since java.sun.com doesn't provide java for FreeBSD > platform. A lot of people said that i should take the > linux version but i still can't figure out about > extracting .bin files in FreeBSD. > > Is it true that java JDK doesn't provide the FreeBSD > OS version > Install the JDK via the ports collection. There are several versions of the jdk available. It's a labor-intensive install, with some manual downloading from Sun's site, but if you follow the instructions, it works like a charm. I have jdk-1.3.1 installed from the ports. For information on working with the ports system, hit the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html it's probably available in several languages :) > i appreciate for your help a lot ... :) > > best regard, > > > Richman Sjarief > > Good luck - 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 Nov 12 18:53: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8732437B401 for ; Tue, 12 Nov 2002 18:53:03 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [198.49.1.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCC943E4A for ; Tue, 12 Nov 2002 18:53:03 -0800 (PST) (envelope-from sleek@enabled.com) Received: from typhoon.enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.6/8.12.6) with ESMTP id gAD2q1uR044413 for ; Tue, 12 Nov 2002 18:52:06 -0800 (PST) (envelope-from sleek@enabled.com) Received: from localhost (sleek@localhost) by typhoon.enabled.com (8.12.6/8.12.2/Submit) with ESMTP id gAD2ppbr044407 for ; Tue, 12 Nov 2002 18:51:51 -0800 (PST) (envelope-from sleek@enabled.com) X-Authentication-Warning: typhoon.enabled.com: sleek owned process doing -bs Date: Tue, 12 Nov 2002 18:51:51 -0800 (PST) From: Noah Garrett Wallach To: freebsd-questions@freebsd.org Subject: talk Message-ID: <20021112185110.C44252-100000@typhoon.enabled.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 talk does not appear to be working on my machine mesg = y but still I am not even able to talk to myself. what can I do here? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 18:56:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FC937B401 for ; Tue, 12 Nov 2002 18:56:14 -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 5101043E42 for ; Tue, 12 Nov 2002 18:56:13 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gAD2uCwQ094707 for ; Tue, 12 Nov 2002 18:56:12 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gAD2u7B9094706 for freebsd-questions@freebsd.org; Tue, 12 Nov 2002 18:56:07 -0800 (PST) (envelope-from nkinkade) Date: Tue, 12 Nov 2002 18:56:07 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: JDK for freeBSD ... Message-ID: <20021113025607.GA72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <20021113021910.267.qmail@web21304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113021910.267.qmail@web21304.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 Wed, Nov 13, 2002 at 02:19:10AM +0000, Richman Sjarief wrote: > hi, > my name is Richman Sjarief from indonesia. > :) > > i have this problem, > i don't have any idea about JDK source for freeBSD :( > since java.sun.com doesn't provide java for FreeBSD > platform. A lot of people said that i should take the > linux version but i still can't figure out about > extracting .bin files in FreeBSD. > > Is it true that java JDK doesn't provide the FreeBSD > OS version > > i appreciate for your help a lot ... :) > > best regard, > > Richman Sjarief JDK is in the ports collection at /usr/ports/java/jdk13, also you can take a look at http://www.eyesbeyond.com/freebsddom/java/jdk13.html. If you try to build the port, it will tell you to manually fetch the appropriate files from suns web site and it will also direct you to the above site to download the FreeBSD patches. I know nothing about Java or JDK, except that I had to install these things for the OpenOffice build. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 19: 2:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00C537B401 for ; Tue, 12 Nov 2002 19:02:38 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B47A43E77 for ; Tue, 12 Nov 2002 19:02:37 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 74ED551900; Wed, 13 Nov 2002 13:32:34 +1030 (CST) Date: Wed, 13 Nov 2002 13:32:34 +1030 From: Greg 'groggy' Lehey To: Toomas Aas Cc: Rodrigo Luiz Vargas Costa , questions@freebsd.org Subject: Re: Installation of FreeBSD using volume manager Message-ID: <20021113030234.GD2919@wantadilla.lemis.com> References: <5B6FD7EC4292D6119A8100508B676C5C018F5998@BZ0017EXCH002U> <200211121910.gACJA7801999@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211121910.gACJA7801999@lv.raad.tartu.ee> 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 On Tuesday, 12 November 2002 at 21:08:56 +0200, Toomas Aas wrote: > Hi! > >> I would like to ask you if is possible, and after which version, >> install FreeBSD using virtual disks (like Veritas Volume Manager or VINUM). >> Is this possible? > > It seems that Greg Lehey hasn't got the time to read lists right > now, Correct. It was 3 am here. > so I'll just chime in and say that TTBOMK it is not possible to have > root partition on vinum volume, at least in FreeBSD 4.x. Also correct. > It seems to me that this is kind of chicken-and-egg problem - if the > support for vinum volumes is implemented as a module (vinum.ko), > then you need to load this module before you can access the logical > volume. Hence, vinum.ko itself can't be on a vinum volume :-) In fact, there are tricks to work around this. I had the root file system on a Vinum volume nearly three years ago, but there were objections to the tricks I was using. I'm still planning to update things. It's not very much work, but I haven't found the time yet. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 19: 5:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF17037B401 for ; Tue, 12 Nov 2002 19:05:11 -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 8EA4943E4A for ; Tue, 12 Nov 2002 19:05:10 -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 gAD359iB004032 for ; Wed, 13 Nov 2002 14:05:09 +1100 (EST) Content-Type: text/plain; charset="us-ascii" From: Jacob Rhoden Organization: University of Melbourne To: freebsd-questions@freebsd.org Subject: burncd creates jittery audio cd's Date: Wed, 13 Nov 2002 14:05:09 +1100 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211131405.09218.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, I have tried burning some wav files onto a cd using burncd, and the audio= in a=20 cd player comes out broken (random fraction of a second blank sections in= the=20 audio). Is there some special option which I need to use which I am un-aw= are=20 of from looking in help/man pages... or could it be my cd burner? My burner is a diamond cd burner, which the kernel reports as: acd0: CD-RW at ata0-slave PIO4 Thanks for any advice, Jacob=20 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 Tue Nov 12 19: 5:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897FE37B404 for ; Tue, 12 Nov 2002 19:05:20 -0800 (PST) Received: from truman.datasphereweb.com (12-231-81-122.client.attbi.com [12.231.81.122]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C97943E4A for ; Tue, 12 Nov 2002 19:05:15 -0800 (PST) (envelope-from davidd@datasphereweb.com) Received: (qmail 26628 invoked from network); 13 Nov 2002 03:12:20 -0000 Received: from unknown (HELO bush) (192.168.1.20) by 12-231-81-122.client.attbi.com with SMTP; 13 Nov 2002 03:12:20 -0000 Reply-To: From: "David Daugherty" To: "'Ray Kohler'" , Subject: RE: sysutils/cpuburn lives up to its name Date: Tue, 12 Nov 2002 19:04:08 -0800 Message-ID: <000401c28ac1$58c0d970$1401a8c0@bush> 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 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <200211110131.gAB1Vrjf033248@arkadia.nv.cox.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 > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Ray Kohler > The subject explains it pretty well -- last night > I ran burnK7 from the cpuburn port and my system is > toast. Now I'm trying to figure out just what it > was I killed so I can replace it. > About 40 seconds into the run, the system switched > the power off. Now it won't switch back on again. > ACPI was disabled (relevant, since this was -current) > but APM was on. I know the power supply is good > since the on-board NIC shows a link on the Linksys > it's attached to, and that only happens when it has > power. The system just does nothing when I push the > power switch. > So what needs replaced? The Motherboard? The CPU? > Something else? Generally, when this happens it's best to remove everything from the box except for things necessary. Remove it all except the video card, then try to boot and see if you can get the video's BIOS to pop up. Then put the memory back and try booting again. Then put the hard drive back in and try booting again. You should get the idea from here on out ;-) --- |> /\ \/ @ davidd@datasphereweb.com DataSphere - Databases, back end web programming and networking 360.656.6226 ICQ: 21106703 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 19:13:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C076237B401 for ; Tue, 12 Nov 2002 19:13:16 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE00543E4A for ; Tue, 12 Nov 2002 19:13:15 -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.6/8.12.6) with ESMTP id gAD3Cj3f049902; Wed, 13 Nov 2002 16:12:45 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id gAD3Cjfd049901; Wed, 13 Nov 2002 16:12:45 +1300 (NZDT) (envelope-from jonc) Date: Wed, 13 Nov 2002 16:12:45 +1300 From: Jonathan Chen To: Noah Garrett Wallach Cc: freebsd-questions@FreeBSD.ORG Subject: Re: talk Message-ID: <20021113031245.GA49853@grimoire.chen.org.nz> References: <20021112185110.C44252-100000@typhoon.enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112185110.C44252-100000@typhoon.enabled.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 Tue, Nov 12, 2002 at 06:51:51PM -0800, Noah Garrett Wallach wrote: > > > talk does not appear to be working on my machine > > mesg = y > > but still I am not even able to talk to myself. > > what can I do here? Uncomment the ntalk line in /etc/inetd.conf and "kill -HUP" your inetd process. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 19:14:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA4337B401 for ; Tue, 12 Nov 2002 19:14:35 -0800 (PST) Received: from ncsmtp02.ogw.rr.com (ncsmtp02.ogw.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD4243E3B for ; Tue, 12 Nov 2002 19:14:34 -0800 (PST) (envelope-from joejop@triad.rr.com) Received: from mail8.triad.rr.com (fe8 [24.93.67.55]) by ncsmtp02.ogw.rr.com (8.12.5/8.12.2) with ESMTP id gAD3EKup027026 for ; Tue, 12 Nov 2002 22:14:20 -0500 (EST) Received: from 2kprohome ([66.26.149.254]) by mail8.triad.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 12 Nov 2002 22:14:01 -0500 From: "Joe Joplin" To: Subject: ABS on FreeBSD. Date: Tue, 12 Nov 2002 22:10:54 -0500 Message-ID: <004501c28ac2$474f67f0$2201a8c0@jsidata.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.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 Has anyone ran ABS on a FreeBSD server? If you have what version, and did it take any special configuration? TIA Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 19:22:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F358237B401 for ; Tue, 12 Nov 2002 19:22:47 -0800 (PST) Received: from vms3.rit.edu (vms3.isc.rit.edu [129.21.3.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD1443E42 for ; Tue, 12 Nov 2002 19:22:47 -0800 (PST) (envelope-from bjm1287@ritvax.isc.rit.edu) Received: from dogbert ([129.21.129.47]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KOSOLRQKW4Q7XX6K@ritvax.isc.rit.edu> for freebsd-questions@FreeBSD.ORG; Tue, 12 Nov 2002 22:22:32 EST Date: Tue, 12 Nov 2002 22:20:31 -0500 From: Brian McCann Subject: RE: X Remotely on a Win2k Box In-reply-to: <3DD1B6E9.1080506@mac.com> To: 'paul beard' , 'Brian McCann' Cc: freebsd-questions@FreeBSD.ORG Message-id: <000501c28ac3$a1754c30$1500a8c0@dogbert> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No go. Tried host:0.0, host:0, nothing worked...still ran on the console. I am starting up X windows using "startx"...should I be using something different? Thanks, --Brian -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of paul beard Sent: Tuesday, November 12, 2002 9:20 PM To: Brian McCann Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X Remotely on a Win2k Box Brian McCann wrote: > Hi all...I tried searching through the archives to find some > help...but there was WAY to much returned. So...here's my question. > I need to be able to open an X session (complete with KDE and all) > from a Win2k Box. I've got Xmanager for Win2k, and I can connect and > get an xterm session via ssh, but when I type startx, it starts up X > on the console. I would have thought it would have grabbed the > name/number of the display I was currently logged into to send the > output to. Anyone know how I can do this, or a good site with a > how-to? what's your $DISPLAY value set to? If it's :0.0, you need to set it to be the host you're connecting from. try: export DISPLAY=:0.0 where is where your ssh connection originates. -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [ dot] com / 206 529 8400 weblog @ Miksch's Law: If a string has one end, then it has another end. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Nov 12 20:13:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA7F37B401 for ; Tue, 12 Nov 2002 20:13:39 -0800 (PST) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC9A43E77 for ; Tue, 12 Nov 2002 20:13:28 -0800 (PST) (envelope-from Hostmaster@Video2Video.Com) Received: from localhost (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 73ECE329A1; Tue, 12 Nov 2002 23:13:17 -0500 (EST) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.7) id 09759-3CF3BEC0; Tue, 12 Nov 2002 23:13:17 -0500 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 09A4432996; Tue, 12 Nov 2002 23:13:17 -0500 (EST) Date: Tue, 12 Nov 2002 23:13:17 -0500 (EST) From: Peter Leftwich X-X-Sender: pete@earl-grey.cloud9.net To: Jacob Rhoden Cc: FreeBSD LIST Subject: Re: burncd creates jittery audio cd's In-Reply-To: <200211131405.09218.jrhoden@unimelb.edu.au> Message-ID: <20021112231149.B1596-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.16.0.0; VDF: 6.16.0.17; host: russian-caravan.cloud9.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 Wed, 13 Nov 2002, Jacob Rhoden wrote: > Hi, I have tried burning some wav files onto a cd using burncd, and the audio in a > cd player comes out broken (random fraction of a second blank sections in the > audio). Is there some special option which I need to use which I am un-aware > of from looking in help/man pages... or could it be my cd burner? > > My burner is a diamond cd burner, which the kernel reports as: > acd0: CD-RW at ata0-slave PIO4 > Thanks for any advice, > Jacob > Jacob Rhoden Phone: +61 3 8344 6102 > ITS Division Email: jrhoden@unimelb.edu.au > Melbourne University Mobile: +61 403 788 386 There is a flag to "burncd" of "-s" I believe. Try matching that to your hardware's speed or slower. Also, are you using mkisofs? (As far as I know, you should be.) -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA http://Www.Video2Video.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 20:18:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE2E437B401 for ; Tue, 12 Nov 2002 20:18:35 -0800 (PST) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0755D43E8A for ; Tue, 12 Nov 2002 20:18:33 -0800 (PST) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with SMTP id VAA09952 for ; Tue, 12 Nov 2002 21:15:48 -0700 (GMT) Message-Id: <3.0.6.32.20021113111655.007db2e0@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 13 Nov 2002 11:16:55 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Subject: consistency-check error messages 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 Following some suggestions in the recent thread "Port Management", I decided to try running the script /usr/ports/Tools/scripts/consistency-check. Now I wonder if anyone can help me understand the output. What does it mean, "only on filesystem"? Does that mean that a file on my filesystem is in a port but the port has never been installed? I took a quick look at the script, but it's not commented and I can't figure out what the logical tests are determining. What about the many entries, "for ... md5 ... is DIFFERENT from fs md5 ...". Does anything need to be done about it? I haven't checked yet, but my first suspicion is that this is from a port being newer than the one I have installed. -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 20:21: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7233637B401; Tue, 12 Nov 2002 20:21:03 -0800 (PST) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBFF43E4A; Tue, 12 Nov 2002 20:21:02 -0800 (PST) (envelope-from Hostmaster@Video2Video.Com) Received: from localhost (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 7DBAB32AF6; Tue, 12 Nov 2002 23:21:02 -0500 (EST) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.7) id 11446-089796DD; Tue, 12 Nov 2002 23:21:02 -0500 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 55F4432AED; Tue, 12 Nov 2002 23:21:02 -0500 (EST) Date: Tue, 12 Nov 2002 23:21:02 -0500 (EST) From: Peter Leftwich X-X-Sender: pete@earl-grey.cloud9.net To: Adam Weinberger Cc: FreeBSD LIST Subject: Re: What is bsd.port.mk ? In-Reply-To: <20021105090042.GL197@vectors.cx> Message-ID: <20021112231405.L1596-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.16.0.0; VDF: 6.16.0.17; host: russian-caravan.cloud9.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 Tue, 5 Nov 2002, Adam Weinberger wrote: > > I was referring to the trick that saves you from having to ftp in using w3m > > or lynx and manually saving each of the above, as I had to, above. > You mean "just checking out a ports tree?" That trick works for me 100% > of the time. I didn't mean checking anything out. I meant downloading everything such as ftp://ftp.fb.org/usr/ports/tree/downloadus/*/*.* by downloading one file called ftp://ftp.fb.org/usr/ports/tree/downloadus.tar I just went and got the jdk13 ports manually by ftp'ing each file and telling w3m (text browser) where to save each file. Very annoying. > > > You need the bsd.*.mk framework to make your ports work. You can just > > > cvsup the ports-base collection. From the ports-supfile example that > > > came with your installation of FreeBSD: I just downloaded everything needed for the /usr/ports/Mk/ folder manually. > > I'm not sure I want my ports to work, just one specific port at a time. > Uhm, Peter, trust me. You asked how to make it work, and I told you. You This isn't a matter of trust or distrust. I believe this is an open forum and as such, second opinions may be solicited. With unix there is never a one-fix solution, and that's the beauty of it. So I'm asking again... > *need* the ports-base collection. It will not work without the > ports-base collection. The ports-base collection is required for any > port build to work. Build collection required ports-base is any the for work > port to. I can't say it many more ways ::) Can you say it using proper grammar please? "Build collection required ports-base" (huh?) "is any the for work port to." (HUH??) > > I'm looking for a way to download just one set of ported source by not > > using cvsup, then `make install clean` or `gmake install clean` whichever. > You must have the ports-base collection for that to work. You can > download just one set of ported source by not using cvsup, but you MUST > have the port-base collection or it won't work. > > And you never need to use gmake when building a port. Let the port > decide whether to use GNU make or not. > - -Adam > Adam Weinberger > adam@vectors.cx > adamw@FreeBSD.ORG I've been using "make install clean" instead, thinking that gmake ignores my /etc/make.conf file (CPUTYPE=k7 since I have an AMD Athlon)... Well thanks for trying Adam, but I am no less confused and is any the less for work required. To. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA http://Www.Video2Video.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 20:51:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 471DE37B409 for ; Tue, 12 Nov 2002 20:51:30 -0800 (PST) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6116544870 for ; Tue, 12 Nov 2002 20:45:19 -0800 (PST) (envelope-from Hostmaster@Video2Video.Com) Received: from localhost (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 4C0703295C; Tue, 12 Nov 2002 23:44:21 -0500 (EST) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.7) id 16785-7DE89A0A; Tue, 12 Nov 2002 23:44:21 -0500 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 59CA732603; Tue, 12 Nov 2002 23:43:54 -0500 (EST) Date: Tue, 12 Nov 2002 23:43:54 -0500 (EST) From: Peter Leftwich X-X-Sender: pete@earl-grey.cloud9.net To: Jacob Rhoden Cc: FreeBSD LIST Subject: Re: burncd creates jittery audio cd's In-Reply-To: <200211131534.38274.jrhoden@unimelb.edu.au> Message-ID: <20021112234300.G2940-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.16.0.0; VDF: 6.16.0.17; host: russian-caravan.cloud9.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 Wed, 13 Nov 2002, Jacob Rhoden wrote: > On Wed, 13 Nov 2002 15:13, you wrote: > > There is a flag to "burncd" of "-s" I believe. Try matching that to your > > hardware's speed or slower. Also, are you using mkisofs? (As far as I > > know, you should be.) > > Thanks for your reply.. I didnt use the -s flag because the man page reports > that it defaults to 1 (i assume thats the lowest speed). > > Im not using mkisofs, because the man page says use mkisofs to make cd tracks > which have files in them. (And I guess because the burncd command I used was > successfull except for the low quality of the sound, it must mean that it > works without mkisofs?). > Thanks, > Jacob > Jacob Rhoden Phone: +61 3 8344 6102 > ITS Division Email: jrhoden@unimelb.edu.au > Melbourne University Mobile: +61 403 788 386 I don't know, and turn this back over to the list... -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA http://Www.Video2Video.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 20:51:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6872937B404 for ; Tue, 12 Nov 2002 20:51:42 -0800 (PST) Received: from sage.thought.org (sense-kline-248.oz.net [216.39.168.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543454492F for ; Tue, 12 Nov 2002 20:46:55 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao [216.39.168.250]) by sage.thought.org (8.11.4/8.11.4) with ESMTP id gAD4kEG55768 for ; Tue, 12 Nov 2002 20:46:14 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.6/8.11.3) id gAD4mRCM082745; Tue, 12 Nov 2002 20:48:27 -0800 (PST) (envelope-from kline) Date: Tue, 12 Nov 2002 20:48:27 -0800 From: Gary D Kline To: FreeBSD Mailing List Subject: OT: and Java to play "xmms " Message-ID: <20021113044827.GA82595@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Gang, I've been wedged the past several nights trying to get a very simple FORM SELECT OPTION to exec xmms or zinf that points to a file or URL. Looks like using Java is the only way to go and that means getting my feet wet in the Java world. So far I've found small smaple scripts that, when you have a down-down menu, and choose one, the browser goes to the URL selected. (This thru the window.open() call, I think.) Is there a Java function like: local.exec(") that I could use to point one of my mp3 players at a streaming site? Thanks for any clues; sorry for the way off-topic subject, but lots of web-wizards hang out here. gary PS: There are many non-web ways of doing this, I realize... . -- 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 Tue Nov 12 20:58:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4606237B401 for ; Tue, 12 Nov 2002 20:58:46 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52D943E77 for ; Tue, 12 Nov 2002 20:58:45 -0800 (PST) (envelope-from aaron.siegel@attbi.com) Received: from freedom.rutster ([12.252.57.202]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021113045844.UNWN15364.rwcrmhc53.attbi.com@freedom.rutster>; Wed, 13 Nov 2002 04:58:44 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Aaron J Siegel Reply-To: freebsd-questions@freebsd.org, aaron.siegel@attbi.com To: Brian McCann , freebsd-questions@freebsd.org Subject: Re: X Remotely on a Win2k Box Date: Tue, 12 Nov 2002 22:00:02 -0700 User-Agent: KMail/1.4.3 References: <000301c28aae$f353c050$1500a8c0@dogbert> In-Reply-To: <000301c28aae$f353c050$1500a8c0@dogbert> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211122200.02593.aaron.siegel@attbi.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 Hello I do not believe you can run kde remotely, you can run kde applications, from the ssh shell $ xhost (remote system) (this is not secure xauth is more secure) $ kmail -display system:0& will display kmail on your system.=20 If you want the entire kde environment you will want to use VNC this is=20 available in the port collection (net/vnc) and at the following link for = the=20 windows client. http://www.uk.research.att.com/vnc/ On Tuesday 12 November 2002 17:52, Brian McCann wrote: > Hi all...I tried searching through the archives to find some > help...but there was WAY to much returned. So...here's my question. I > need to be able to open an X session (complete with KDE and all) from a > Win2k Box. I've got Xmanager for Win2k, and I can connect and get an > xterm session via ssh, but when I type startx, it starts up X on the > console. I would have thought it would have grabbed the name/number of > the display I was currently logged into to send the output to. Anyone > know how I can do this, or a good site with a how-to? > > 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 Nov 12 21:13: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5FE37B401 for ; Tue, 12 Nov 2002 21:13:05 -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 F243B43E91 for ; Tue, 12 Nov 2002 21:13:03 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gAD5CvwQ095052 for ; Tue, 12 Nov 2002 21:12:58 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gAD5Cqu3095051 for freebsd-questions@freebsd.org; Tue, 12 Nov 2002 21:12:52 -0800 (PST) (envelope-from nkinkade) Date: Tue, 12 Nov 2002 21:12:52 -0800 From: Nathan Kinkade To: FreeBSD LIST Subject: Re: burncd creates jittery audio cd's Message-ID: <20021113051252.GC72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: FreeBSD LIST References: <200211131405.09218.jrhoden@unimelb.edu.au> <20021112231149.B1596-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112231149.B1596-100000@earl-grey.cloud9.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 Tue, Nov 12, 2002 at 11:13:17PM -0500, Peter Leftwich wrote: > On Wed, 13 Nov 2002, Jacob Rhoden wrote: > > Hi, I have tried burning some wav files onto a cd using burncd, and the audio in a > > cd player comes out broken (random fraction of a second blank sections in the > > audio). Is there some special option which I need to use which I am un-aware > > of from looking in help/man pages... or could it be my cd burner? > > > > My burner is a diamond cd burner, which the kernel reports as: > > acd0: CD-RW at ata0-slave PIO4 > > Thanks for any advice, > > Jacob > > Jacob Rhoden Phone: +61 3 8344 6102 > > ITS Division Email: jrhoden@unimelb.edu.au > > Melbourne University Mobile: +61 403 788 386 > > There is a flag to "burncd" of "-s" I believe. Try matching that to your > hardware's speed or slower. Also, are you using mkisofs? (As far as I > know, you should be.) > > -- > Peter Leftwich `mkisofs` is for data CDs. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 21:25:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8425037B401 for ; Tue, 12 Nov 2002 21:25:17 -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 AB9D443E42 for ; Tue, 12 Nov 2002 21:25:16 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gAD5PFwQ095090 for ; Tue, 12 Nov 2002 21:25:16 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gAD5PA85095089 for FreeBSD-Questions@freebsd.org; Tue, 12 Nov 2002 21:25:10 -0800 (PST) (envelope-from nkinkade) Date: Tue, 12 Nov 2002 21:25:10 -0800 From: Nathan Kinkade To: FreeBSD LIST Subject: Re: What is bsd.port.mk ? Message-ID: <20021113052510.GD72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: FreeBSD LIST References: <20021105090042.GL197@vectors.cx> <20021112231405.L1596-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112231405.L1596-100000@earl-grey.cloud9.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 Tue, Nov 12, 2002 at 11:21:02PM -0500, Peter Leftwich wrote: > On Tue, 5 Nov 2002, Adam Weinberger wrote: > > > I was referring to the trick that saves you from having to ftp in using w3m > > > or lynx and manually saving each of the above, as I had to, above. > > You mean "just checking out a ports tree?" That trick works for me 100% > > of the time. > > I didn't mean checking anything out. I meant downloading everything such > as ftp://ftp.fb.org/usr/ports/tree/downloadus/*/*.* by downloading one file > called ftp://ftp.fb.org/usr/ports/tree/downloadus.tar > > I just went and got the jdk13 ports manually by ftp'ing each file and > telling w3m (text browser) where to save each file. Very annoying. > > > > > You need the bsd.*.mk framework to make your ports work. You can just > > > > cvsup the ports-base collection. From the ports-supfile example that > > > > came with your installation of FreeBSD: > > I just downloaded everything needed for the /usr/ports/Mk/ folder manually. > > > > I'm not sure I want my ports to work, just one specific port at a time. > > Uhm, Peter, trust me. You asked how to make it work, and I told you. You > > Adam Weinberger > > I've been using "make install clean" instead, thinking that gmake ignores > my /etc/make.conf file (CPUTYPE=k7 since I have an AMD Athlon)... > > Well thanks for trying Adam, but I am no less confused and is any the less > for work required. To. > > -- > Peter Leftwich Peter, I think I understand what you have been getting at, although I might be as confused as Adam? Anyway, no, you do not need to download the entire ports collection in order to install ports. Although, at a minimum you need the "ports-base" (a cvsup tag) which provides the macro files necessary for the ports to work. If you have ports-base then feel free to just download individual ports as necessary. However, this might be difficult. The beauty of the ports is that they generally resolve their own dependencies. If you download one port at a time then you will have to be sure to download each other port that this the first requires, and so on and so forth.....in other words, welcome to RPM hell. So, really it's up to you, but unless you are very low on disk space then downloading ports one by one doesn't make sense. You may have already been here a thousand times, but just in case, check out: http://www.freebsd.org/ports/: "The ports listed on these web pages are continually being updated. It is recommended that you refresh the entire collection together, as many ports depend on other parts of the tree. If that is not possible, at least make sure you get the latest make macro files in ports/Mk. (If you are using cvsup, this means you need ports-base in your cvsupfile.) If you still see errors even with the latest bsd.port.mk and friends, please fetch the entire collection." Hope this helps...and I hope I was on the right track! Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 21:31:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D5B37B401 for ; Tue, 12 Nov 2002 21:31:53 -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 C062843E3B for ; Tue, 12 Nov 2002 21:31:52 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gAD5VqwQ095111 for ; Tue, 12 Nov 2002 21:31:52 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gAD5VkAC095110 for freebsd-questions@freebsd.org; Tue, 12 Nov 2002 21:31:46 -0800 (PST) (envelope-from nkinkade) Date: Tue, 12 Nov 2002 21:31:46 -0800 From: Nathan Kinkade To: FreeBSD Mailing List Subject: Re: OT: and Java to play "xmms " Message-ID: <20021113053146.GE72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: FreeBSD Mailing List References: <20021113044827.GA82595@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113044827.GA82595@tao.thought.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 Tue, Nov 12, 2002 at 08:48:27PM -0800, Gary D Kline wrote: > Hi Gang, > > I've been wedged the past several nights trying to get a > very simple FORM SELECT OPTION to exec xmms or zinf that points > to a file or URL. Looks like using Java is the only way to > go and that means getting my feet wet in the Java world. > > So far I've found small smaple scripts that, when you have a > down-down menu, and choose one, the browser goes to the URL > selected. (This thru the window.open() call, I think.) > Is there a Java function like: local.exec(") that I > could use to point one of my mp3 players at a streaming > site? > > Thanks for any clues; sorry for the way off-topic subject, but > lots of web-wizards hang out here. > > gary > > PS: There are many non-web ways of doing this, I realize... . > > > > -- > Gary Kline kline@thought.org www.thought.org Public service Unix Are you trying to do something funny that a proper MIME configuration would take care of? For example, when your httpd serves up the file tell it to give a MIME type of something like "audio/mpeg"...then configure your browser to launch xmms when it receives a file of type 'audio/mpeg'....to be on the safe side, you might want to configure the browser to also associate .mp3 and such with xmms. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 21:56:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58B337B401 for ; Tue, 12 Nov 2002 21:56:36 -0800 (PST) Received: from web21305.mail.yahoo.com (web21305.mail.yahoo.com [216.136.129.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E68343E7B for ; Tue, 12 Nov 2002 21:56:36 -0800 (PST) (envelope-from xrichs@yahoo.com) Message-ID: <20021113055636.76357.qmail@web21305.mail.yahoo.com> Received: from [202.158.73.13] by web21305.mail.yahoo.com via HTTP; Wed, 13 Nov 2002 05:56:36 GMT Date: Wed, 13 Nov 2002 05:56:36 +0000 (GMT) From: =?iso-8859-1?q?Richman=20Sjarief?= Subject: installing printer in FreeBSD To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, it's me again ! :) lol ... how can i install my printer device in FreeBSD OS well, that's till now i think.. thx a lot for your help. best regard, Richman Sjarief __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:20:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B512637B401 for ; Tue, 12 Nov 2002 22:20:33 -0800 (PST) Received: from orngca-mls02.socal.rr.com (orngca-mls02.socal.rr.com [66.75.160.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F4443E4A for ; Tue, 12 Nov 2002 22:20:33 -0800 (PST) (envelope-from Hostmaster@Video2Video.Com) Received: from 66-27-99-51.san.rr.com (66-27-99-51.san.rr.com [66.27.99.51]) by orngca-mls02.socal.rr.com (8.11.4/8.11.3) with ESMTP id gAD6JPT09468 for ; Tue, 12 Nov 2002 22:19:25 -0800 (PST) Date: Tue, 12 Nov 2002 22:20:26 -0800 (PST) From: Peter Leftwich X-X-Sender: root@dhcp-407-32.san.rr.com To: FreeBSD Questions LIST Subject: Show-stopping Galeon bug! Message-ID: <20021112221215.D1657-100000@dhcp-407-32.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.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 If you use the Galeon browser, be careful or mindful of the following bug that has actually crashed *look of awe!* my system 3 or 4 times now. Somewhat reproducible... If you press Ctrl-r to refresh the loaded URL and a dialog appears asking to REPOST form data and you either hit the Enter key or spacebar or click OK at the same time (something frantic like that, or hold down Ctrl-r and press Enter) you will still be able to move the mouse around (clicking does nothing) but the keyboard will be ignored (Alt-tab, Esc, C-A-BKSP, Ctrl-\, Ctrl-. etc) and pressing the "NumLock" or "CapsLock" keys will not light up their LEDs. Dead in the water not in the water though. Has anyone else witnessed this? I had an mp3 playing on "xmms" player and it continued to play fine. Because of the crash, (technically not a crash, but what do you call being isolated from all input means such as mouse and keyboard?) I was forced to press my unit's Reset button (I waited until the mp3 finished playing due to HDD access). Has anyone else witness this or something similar with Mozilla? -- Peter Leftwich President & Founder, Video2Video Services Box 13692, La Jolla, CA, 92039 USA http://Www.Video2Video.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:24:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266A37B401 for ; Tue, 12 Nov 2002 22:24:56 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 4928243E3B for ; Tue, 12 Nov 2002 22:24:55 -0800 (PST) (envelope-from asa@gascom.ru) Received: (qmail 42226 invoked from network); 13 Nov 2002 06:23:52 -0000 Received: from asa.gascom.net.ru (192.168.100.29) by mail.gascom.ru with SMTP; 13 Nov 2002 06:23:52 -0000 Subject: Re: installing printer in FreeBSD From: Akifyev Sergey To: Richman Sjarief Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20021113055636.76357.qmail@web21305.mail.yahoo.com> References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 13 Nov 2002 09:24:54 +0300 Message-Id: <1037168694.263.3.camel@asa.gascom.net.ru> 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, 2002-11-13 at 08:56, Richman Sjarief wrote: > hi, it's me again ! > :) > lol ... > > how can i install my printer device in FreeBSD OS 1) Read handbook (printing section) 2) I recommend installing 'apsfilter' port. it allows to relatively easy install any type of printer. > well, that's till now i think.. > > thx a lot for your help. > > best regard, > > Richman Sjarief To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:25: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B6737B401 for ; Tue, 12 Nov 2002 22:25:05 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id C81B043E3B for ; Tue, 12 Nov 2002 22:25:03 -0800 (PST) (envelope-from asa@gascom.ru) Received: (qmail 42217 invoked from network); 13 Nov 2002 06:23:51 -0000 Received: from asa.gascom.net.ru (192.168.100.29) by mail.gascom.ru with SMTP; 13 Nov 2002 06:23:51 -0000 Subject: Re: installing printer in FreeBSD From: Akifyev Sergey To: Richman Sjarief Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20021113055636.76357.qmail@web21305.mail.yahoo.com> References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 13 Nov 2002 09:24:53 +0300 Message-Id: <1037168693.263.1.camel@asa.gascom.net.ru> 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, 2002-11-13 at 08:56, Richman Sjarief wrote: > hi, it's me again ! > :) > lol ... > > how can i install my printer device in FreeBSD OS 1) Read handbook (printing section) 2) I recommend installing 'apsfilter' port. it allows to relatively easy install any type of printer. > well, that's till now i think.. > > thx a lot for your help. > > best regard, > > Richman Sjarief To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:28:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F94737B401 for ; Tue, 12 Nov 2002 22:28:58 -0800 (PST) Received: from soulshock.mail.pas.earthlink.net (soulshock.mail.pas.earthlink.net [207.217.120.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02C743E3B for ; Tue, 12 Nov 2002 22:28:57 -0800 (PST) (envelope-from casey@nixfusion.com) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by soulshock.mail.pas.earthlink.net (8.11.6+Sun/8.11.6) with ESMTP id gAD4cbN15512 for ; Tue, 12 Nov 2002 20:38:37 -0800 (PST) Received: from user-112veis.biz.mindspring.com ([66.47.186.92] helo=nixfusion.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18BpI6-0003V9-00 for freebsd-questions@FreeBSD.ORG; Tue, 12 Nov 2002 20:38:14 -0800 Received: from 192.168.1.6 (casey@grover [192.168.1.6]) by nixfusion.com (8.12.6/8.12.6) with ESMTP id gAD4cDRZ021457 for ; Tue, 12 Nov 2002 20:38:13 -0800 (PST) (envelope-from casey@nixfusion.com) From: Casey Scott To: freebsd-questions@FreeBSD.ORG Subject: Sendmail receive times Date: Tue, 12 Nov 2002 20:37:50 +0000 User-Agent: KMail/1.4.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200211122037.50908.casey@nixfusion.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 can not get sendmail to use the system timezone. Every email that comes = in=20 does not get a time adjustment to PST. They are all at GMT! I have tried=20 adding the time to the sendmail.cf file (O TimeZoneSpec=3DPST), but that di= d=20 not work. The system timezone was set to PST w/ tzsetup, and all other=20 indications are that PST is being used on the system. I can't find any=20 documentation on this anywhere! Also, why are there so many .cf in /etc/mai= l?=20 I usually use sendmail.cf, but there are a couple others. Thanks, Casey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:41:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A9537B404 for ; Tue, 12 Nov 2002 22:41:57 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id B595343E3B for ; Tue, 12 Nov 2002 22:41:56 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (2506115c2b4258827adf506c948b1d87@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gAD6i8it036653; Tue, 12 Nov 2002 22:44:08 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gAD6i85p036652; Tue, 12 Nov 2002 22:44:08 -0800 (PST) (envelope-from monkey) Date: Tue, 12 Nov 2002 22:44:08 -0800 From: Adam Weinberger To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: What is bsd.port.mk ? Message-ID: <20021113064408.GW35297@vectors.cx> References: <20021105090042.GL197@vectors.cx> <20021112231405.L1596-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021112231405.L1596-100000@earl-grey.cloud9.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.12.2002 @ 2021 PST): Peter Leftwich said, in 2.5K: << > > > I'm not sure I want my ports to work, just one specific port at a time. > > Uhm, Peter, trust me. You asked how to make it work, and I told you. You > > This isn't a matter of trust or distrust. I believe this is an open forum > and as such, second opinions may be solicited. With unix there is never a > one-fix solution, and that's the beauty of it. So I'm asking again... Maybe you should stop asking again, and follow the directions that multiple people have given you. *Everybody* who has replied to you has told you to get the ports-base collection from cvsup. Yet you still insist that everybody's solution is wrong, because you haven't tried it. Put less energy into fighting it, check out the ports-base collection, download individual ports to your heart's content, and be done with it. The /usr/ports/Mk framework is where all the magic takes place. Any port that builds has to access this magic. Those files must exist, and they must be current. They comprise a miniscule package, and the cvsup will take you no time. The total space used is about 230K. Not a big space imposition. Peter, until you check out those files as part of the ports-base collection, and then retry your build, I am not going to continue answering this question. Again and again and again. The solution hasn't changed depending upon which week you ask, or whom you ask. You keep fighting the answers, for no good reason. Trust us! > > *need* the ports-base collection. It will not work without the > > ports-base collection. The ports-base collection is required for any > > port build to work. Build collection required ports-base is any the for work > > port to. I can't say it many more ways ::) > > Can you say it using proper grammar please? "Build collection required > ports-base" (huh?) "is any the for work port to." (HUH??) I should just step down and let you make my points for me. > Well thanks for trying Adam, but I am no less confused and is any the less > for work required. To. Heh, the only way this is going to get simpler is if you pay for me to fly out and grab the collection for you ::) /Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90fS4o8KM2ULHQ/0RAix0AJ9cp0/Bpk7kU7uHYP3rF4w+3WlKdgCgzq7a OXSL2fERYHZ6dM5bQZGvBFk= =/m5f -----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 Nov 12 22:48:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BC437B401 for ; Tue, 12 Nov 2002 22:48:51 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F27743E6E for ; Tue, 12 Nov 2002 22:48:51 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (feaa184af4ed9f2cf266b9110107476c@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gAD6p3it036687; Tue, 12 Nov 2002 22:51:03 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gAD6p349036686; Tue, 12 Nov 2002 22:51:03 -0800 (PST) (envelope-from monkey) Date: Tue, 12 Nov 2002 22:51:03 -0800 From: Adam Weinberger To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: Show-stopping Galeon bug! Message-ID: <20021113065103.GX35297@vectors.cx> References: <20021112221215.D1657-100000@dhcp-407-32.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021112221215.D1657-100000@dhcp-407-32.san.rr.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.12.2002 @ 2220 PST): Peter Leftwich said, in 1.3K: << > If you use the Galeon browser, be careful or mindful of the following bug > that has actually crashed *look of awe!* my system 3 or 4 times now. If you think it's a bug with the Galeon code, you should fill out a bug report and send it to the developers. That sounds like a pretty serious bug, and they'd certianly want to know about it. > Somewhat reproducible... How reproducible is it? I couldn't reproduce it... what version of mozilla, gtk, galeon, and FreeBSD are you running? > Has anyone else witness this or something similar with Mozilla? Do you also get this problem with Mozilla, or just with Galeon? Curious... /Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90fZXo8KM2ULHQ/0RAobTAJ9IyzKJQJeZ5Y3TZRupmBx0zUstcQCfRV3b sZjU90KQRjzuIVMhmJXSzRc= =XbNG -----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 Nov 12 22:57:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC6F37B401 for ; Tue, 12 Nov 2002 22:57:05 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0A943E7B for ; Tue, 12 Nov 2002 22:57:04 -0800 (PST) (envelope-from bsdterm@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 34296217772 for ; Wed, 13 Nov 2002 06:57:00 +0000 (UTC) Received: from terminator.athome.net (as1b-112.chi.il.dial.anet.com [198.92.157.112]) by smtp-2.hotpop.com (Postfix) with ESMTP id 5BC601B8900 for ; Wed, 13 Nov 2002 06:01:11 +0000 (UTC) Content-Type: text/plain; charset="iso-8859-1" From: "E.S." Reply-To: bsdterm@HotPOP.com To: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld fails on RELENG_4_7 - solved, but now buildkernel fails... Date: Wed, 13 Nov 2002 00:00:53 -0600 User-Agent: KMail/1.4.2 References: <200211112108.37641.bsdterm@HotPOP.com> <3DD076CE.80501@owt.com> In-Reply-To: <3DD076CE.80501@owt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200211130000.54006.bsdterm@HotPOP.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, It appears that my problem in running "make buildworld" was that I had uncommented the line: #NO_OPENSSL= true in my /etc/make.conf. This makes sense (except with respect to libncurses) given how many libs and apps rely depend on OpenSSL... But 4.7 has just successfully built world. But now "make buildkernel KERNCONF=KERNELCONF4" (KERNELCONF4 being the name of my kernel config file, of course) fails immediately. Here's all of the very-short output: -------------------------------------------------------------- >>> Kernel build for KERNELCONF4 started on Tue Nov 12 03:50:20 CST 2002 -------------------------------------------------------------- ===> KERNELCONF4 mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/KERNELCONF4 KERNELCONF4 Don't forget to do a ``make depend'' Warning: device "atapicam" is unknown *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I know the atapicam patches were merged into the 4.7-STABLE (RELENG_4) tree as of 11/01, but I'm cvsup'ing RELENG_4_7... So I tried patching the kernel ("patch < foo.diff") using Thomas Cuivre's atapicam patches: atapicam-20021031.diff atapicam-STABLE-config-20021031.diff I built 4.6.2 with the patches from 8/20 (and so now cdrecord works with my IDE CD-burner), and "device atapicam" didn't present any config errors on that build, so why is it a problem now? If I comment out "device atapicam", the kernel appears to build OK. But I don't really want to upgrade to 4.7 unless I can get cdrecord working again... Here is my kernel config file (KERNELCONF4): machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident KERNELCONF1 maxusers 64 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') #device bge # Broadcom BCM570x (``Tigon III'') # ISA Ethernet NICs. # 'device ed' requires 'device miibus' #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" #device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners #device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet ################################ ##### ADDITIONAL SUPPORT ##### ################################ ### Hardware ### device agp # Enable AGP (for ported NVIDIA drivers from http://nvidia.netexplorer.org) device atapicam # Enable ATAPI-CAM support for SCSI emulation device pcm # Enable ES1371 card options CPU_ENABLE_SSE # Enables SSE/MMX instructions options PERFMON # Enable performance-monitoring on i586/686 CPUs ### USB ### device ucom # Enable USB serial support device uplcom device uvscom device uvisor # USB Visor support as a TTY device ums # USB mouse support device uscanner # USB scanner support ### Filesystems ### options NTFS # Enable NTFS support options SMBFS # Allow mounting of SMB filesystems ### Compatibility ### options USER_LDT # Allow user-level control of the Local # Descriptor Table (LDT) - needed for Linux emu options LIBICONV # Kernel-side iconv library; converts text from # one encoding to another encoding (see "man # iconv") ### Protocols ### # IP # options IPSEC # IP Security options IPSEC_ESP # IP Security (crypto) pseudo-device stf # IPv6 over IPv4 encapsulation # PPP # options PPP_BSDCOMP options PPP_DEFLATE options PPP_FILTER ### Enable support for the SMB protocol ### options NETSMB # SMB/CIFS requester options NETSMBCRYPTO # encrypted password support for SMB options LIBMCHAIN # mbuf management library ### Enable Netgraph support ### options NETGRAPH options NETGRAPH_ASYNC options NETGRAPH_BPF options NETGRAPH_ECHO options NETGRAPH_ETHER ### Firewalls ### options IPFIREWALL # Firewall using ipfw options IPV6FIREWALL # Firewall for IPv6 options IPDIVERT # Divert sockets options IPFILTER # ipfilter support options IPFILTER_LOG # ipfilter logging # RANDOM_IP_ID randomizes the ID field in IP packets instead of incrementing by # +1 with each packet generated. Closes a small security hole that allows # remote hosts to determine the system's connection speed by watching the rate # of packet generation (but who would bother w/ a dialup luser?). options RANDOM_IP_ID ### System Console ### options SC_HISTORY_SIZE=2000 # Number of history buffer lines options SC_PIXEL_MODE # Support for raster text mode More suggestions/comments, anyone? :) -ES On Monday 11 November 2002 09:34 pm, Kent Stewart wrote: > E.S. wrote: > > I'm not sure if this is the right list for this question, so I'll ask > > here first... > > > > I've been cvsup'ing /usr/src/ for the last couple of days, and every time > > I try "make buildworld' the build fails when building libncurses (it > > failed on Nov. 8 on libm, but that appears to have since been fixed). > > > > I've also noticed that Kerberos5 doesn't build due to > > /usr/src/kerberos5/include/crypto-headers.h having bad paths for the > > headers that crypto-headers.h #include's in it (bad path for #include > > , for #include , and so on...), but I > > commented out MAKE_KERBEROS5 in my /etc/make.conf to avoid this problem > > (I don't need it anyway, but I'd rather not have to make buildworld again > > to get Krb5 support if I ever need it)... > > > > Some (hopefully-relevant) info: > > Hardware: > > Dell's i815-based mobo, P733, 512MB PC133 RAM, 30GB Quantum Fireball HDD, > > Geforce256SDR, 3COM 3c905C-TX NIC > > > > FreeBSD: > > * presently running 4.6.2-RELEASE > > * cvsup'ing /usr/src/ to RELENG_4_7 using src-all in my src-supfile > > * /usr/src/ contains no source patched by me (my source tree is only what > > I get from the CVS server's src tree, i.e. no atapicam patches (since > > they're in the tree as of 11/01) > > * I'm building /usr/obj/ in using a 445MByte MFS filesystem ("mount_mfs > > -s 912600 /dev/ad0s3b /usr/obj/") -- this has worked in the past when > > building 4.5-p10, 4.6.0, 4.6.1, and 4.6.2 (keeps /usr/obj/ from > > cluttering my HDD!) and doesn't seem to be a factor, since I've tried > > building /usr/obj/ "normally" to my HDD and I still get errors in > > buildworld at the same place... > > > > > > % cc -v > > Using builtin specs. > > gcc version 2.95.3 20010315 (release) [FreeBSD] > > > > % perl -v > > > > This is perl, v5.8.0 built for i386-freebsd > > Well, I haven't been having any problems for quite awhile. My > environment is as follows: > > ruby# cc -v > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > ruby# perl -v > > This is perl, version 5.005_03 built for i386-freebsd > > ruby# cat /etc/make.conf > USA_RESIDENT=YES > HAVE_MOTIF=YES > USE_128BIT=YES > COMPAT22=yes > COMPAT3x=yes > COMPAT4x=yes > XFREE86_VERSION= 4 > > NOPROFILE=true > > KERNCONF=RUBY > #KERNCONF=RUBY GENERIC > #KERNCONF=GENERIC > > #CFLAGS= -O -pipe -I/usr/local/include > #COPTFLAGS= -O -pipe > > I think you dug a deep hole and fell in. > > Kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 22:57:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F3D37B404 for ; Tue, 12 Nov 2002 22:57:11 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350B443E88 for ; Tue, 12 Nov 2002 22:57:11 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (bc0d62b1c98a1802c00f2b2d76427ce9@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gAD6xNit036710; Tue, 12 Nov 2002 22:59:23 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gAD6xNCK036709; Tue, 12 Nov 2002 22:59:23 -0800 (PST) (envelope-from monkey) Date: Tue, 12 Nov 2002 22:59:23 -0800 From: Adam Weinberger To: Gary D Kline Cc: FreeBSD Mailing List Subject: Re: OT: and Java to play "xmms " Message-ID: <20021113065923.GY35297@vectors.cx> References: <20021113044827.GA82595@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021113044827.GA82595@tao.thought.org> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm not a Java fan/advocate/sympathizer/whatever, but: >> (11.12.2002 @ 2048 PST): Gary D Kline said, in 0.9K: << > I've been wedged the past several nights trying to get a > very simple FORM SELECT OPTION to exec xmms or zinf that points > to a file or URL. Looks like using Java is the only way to > go and that means getting my feet wet in the Java world. Take 2 steps to the right, and then go about 40 steps back, and just put a mime handler into your browser for audio/mpeg or audio/x-mpeg or whatever. What you're trying to do is, well, impressive, but overkill. Which browser are you using? > Is there a Java function like: local.exec(") that I > could use to point one of my mp3 players at a streaming > site? I really really really really hope not, else the fact that nobody has exploited the local.exec("rm -R ~/") bug yet is a miracle ::) In general, applets cannot exec or fork, just call other local applets, unless I'm wrong. In which case the last sentence should be ignored. > PS: There are many non-web ways of doing this, I realize... . Sounds like you're just asking to make xmms open when you click on an mp3 file. Easy enough through your browser's mime handlers, but we can give you more specific advice for a more specific browser. /Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90fhLo8KM2ULHQ/0RAhHiAJ9XuD8T4M8kgKl5DyZxZN0xe832KgCaA1j/ b8z9LyJTCpv/48LivdNlz+8= =3fEf -----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 Nov 12 23:11:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B98D37B401 for ; Tue, 12 Nov 2002 23:11:32 -0800 (PST) Received: from mta202-rme.xtra.co.nz (mta202-rme.xtra.co.nz [210.86.15.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id E117D43E42 for ; Tue, 12 Nov 2002 23:11:30 -0800 (PST) (envelope-from kit@hypostasis.com) Received: from mta2-rme.xtra.co.nz ([210.86.15.142]) by mta202-rme.xtra.co.nz with ESMTP id <20021113071129.INCR1187.mta202-rme.xtra.co.nz@mta2-rme.xtra.co.nz>; Wed, 13 Nov 2002 20:11:29 +1300 Received: from amethyst.hypostasis.com ([219.88.78.126]) by mta2-rme.xtra.co.nz with ESMTP id <20021113071129.GPGM16073.mta2-rme.xtra.co.nz@amethyst.hypostasis.com>; Wed, 13 Nov 2002 20:11:29 +1300 Received: from amethyst.hypostasis.com (localhost [127.0.0.1]) by amethyst.hypostasis.com (8.12.6/8.12.6) with ESMTP id gAD7E5sW081953; Wed, 13 Nov 2002 20:14:05 +1300 (NZDT) (envelope-from kit@amethyst.hypostasis.com) Received: (from kit@localhost) by amethyst.hypostasis.com (8.12.6/8.12.6/Submit) id gAD7E4PI081952; Wed, 13 Nov 2002 20:14:04 +1300 (NZDT) (envelope-from kit) Date: Wed, 13 Nov 2002 20:14:04 +1300 From: kit To: Brian McCann Cc: "'paul beard'" , freebsd-questions@FreeBSD.ORG Subject: Re: X Remotely on a Win2k Box Message-ID: <20021113071404.GA81762@amethyst.hypostasis.com> References: <3DD1B6E9.1080506@mac.com> <000501c28ac3$a1754c30$1500a8c0@dogbert> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c28ac3$a1754c30$1500a8c0@dogbert> 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 Tue, Nov 12, 2002 at 10:20:31PM -0500, Brian McCann wrote: > No go. Tried host:0.0, host:0, nothing worked...still ran on the > console. I am starting up X windows using "startx"...should I be using > something different? > > Thanks, > --Brian > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of paul beard > Sent: Tuesday, November 12, 2002 9:20 PM > To: Brian McCann > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: X Remotely on a Win2k Box > > > Brian McCann wrote: > > Hi all...I tried searching through the archives to find some > > help...but there was WAY to much returned. So...here's my question. > > I need to be able to open an X session (complete with KDE and all) > > from a Win2k Box. I've got Xmanager for Win2k, and I can connect and > > get an xterm session via ssh, but when I type startx, it starts up X > > on the console. I would have thought it would have grabbed the > > name/number of the display I was currently logged into to send the > > output to. Anyone know how I can do this, or a good site with a > > how-to? > > what's your $DISPLAY value set to? If it's :0.0, you need to set > it to be the host you're connecting from. try: > > export DISPLAY=:0.0 > > where is where your ssh connection originates. > > Actually I think that $DISPLAY should be set ot :0.10 (as the default offset) to have the xsession forwarded over the ssh connection. This, if I recall correctly will be related to the way you start your ssh. I have a feeling that some windows ssh clients need to be explicity told to forward X in order to tell the sshd that $DISPLAY needs to be appropriately set. If you set $DISPLAY manually it will not forward over the ssh connection. Which ssh client are you using? --kit -- whois -h whois.gandi.net KM78-GANDI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 23:32:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C435037B401; Tue, 12 Nov 2002 23:32:11 -0800 (PST) Received: from sage.thought.org (sense-kline-248.oz.net [216.39.168.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02CE43E3B; Tue, 12 Nov 2002 23:32:10 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao [216.39.168.250]) by sage.thought.org (8.11.4/8.11.4) with ESMTP id gAD7WAG56315; Tue, 12 Nov 2002 23:32:10 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.6/8.11.3) id gAD7YOjv084080; Tue, 12 Nov 2002 23:34:24 -0800 (PST) (envelope-from kline) Date: Tue, 12 Nov 2002 23:34:24 -0800 From: Gary D Kline To: Ken Wills Cc: Adam Weinberger , Gary D Kline , FreeBSD Mailing List Subject: Re: OT: and Java to play "xmms " Message-ID: <20021113073424.GA83883@tao.thought.org> References: <20021113044827.GA82595@tao.thought.org> <20021113065923.GY35297@vectors.cx> <20021113071435.GE1988@zaptillion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113071435.GE1988@zaptillion.net> 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.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, Nov 13, 2002 at 01:14:35AM -0600, Ken Wills wrote: > +++ Adam Weinberger [12/11/02 22:59 -0800]: > > I'm not a Java fan/advocate/sympathizer/whatever, but: > > Not to be too picky, but I think Gary is referring to JavaScript. > JavaScript is most certainly not Java. > I think I do want to use Javascipt; tho maybe with an applet... dunno, > > > Which browser are you using? > > Netscape-4.7. > > > Is there a Java function like: local.exec(") that I > > > could use to point one of my mp3 players at a streaming > > > site? > > > > I really really really really hope not, else the fact that nobody has > > exploited the local.exec("rm -R ~/") bug yet is a miracle ::) In > > general, applets cannot exec or fork, just call other local applets, > > unless I'm wrong. In which case the last sentence should be ignored. :-) That occured to me too.... > > If this were Java, you can't exec locally. JavaScript can't access your > local machine (supposedly), and the client side model doesn't have > any kind of exec, AFAIK. > Okay, then I guess that's that. I was trying to get a drop=down menu (or one-of a series of radio buttons) to launch xmms/zinf at a URL: zinf http://W.X.Y.Z:8000 so with a mouse click I could choose my favorite streaming webcasts. ---Yeah, I realize this is overkill when I could do this with a /bin/shell or perl script; or by going to Shoutcast..... Just wondering if it were possible. thanks, gents, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Nov 12 23:34:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A50F37B401 for ; Tue, 12 Nov 2002 23:34:11 -0800 (PST) Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B83F43E42 for ; Tue, 12 Nov 2002 23:34:10 -0800 (PST) (envelope-from richard@radecom.nl) Received: from w1 (p0904.nas4-asd3.dial.wanadoo.nl [81.68.35.142]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with SMTP id gAD7Y6hA072363 for ; Wed, 13 Nov 2002 08:34:08 +0100 (CET) From: "R. Zoontjens" To: Subject: RE: X Remotely on a Win2k Box Date: Wed, 13 Nov 2002 08:41:24 +0100 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 Importance: Normal In-Reply-To: <3DD1B6E9.1080506@mac.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 > Brian McCann wrote: > > Hi all...I tried searching through the archives to find some > > help...but there was WAY to much returned. So...here's my question. I > > need to be able to open an X session (complete with KDE and all) from a > > Win2k Box. I've got Xmanager for Win2k, and I can connect and get an > > xterm session via ssh, but when I type startx, it starts up X on the > > console. I would have thought it would have grabbed the name/number of > > the display I was currently logged into to send the output to. Anyone > > know how I can do this, or a good site with a how-to? > > what's your $DISPLAY value set to? If it's :0.0, you need to set > it to be the host you're connecting from. try: > > export DISPLAY=:0.0 > > where is where your ssh connection originates. Why don't you try Tightvnc? its in the potrs dir under /usr/ports/net/tightvnc It's also possible to tunnel it over ssh www.tightvnc.org also see: http://www.uk.research.att.com/vnc/ --- Met vriendelijke groet / with kind regards, R.J. Zoontjens ____ __ / __ \____ _____/ /_/ _________ ____ ___ / /_/ / __ `/ __ / _ \/ ___/ __ \/ __ `__ \ / _, _/ /_/ / /_/ / __/ /__/ /_/ / / / / / / /_/ |_|\__,_/\__,_/\___/\___/\____/_/ /_/ /_/ Dit bericht kan vertrouwelijke informatie bevatten. Indien u niet de geadresseerde van dit bericht bent, verzoeken wij u dit bericht te vernietigen zonder van de inhoud kennis te nemen en de inhoud ervan niet te gebruiken, niet te kopieren en niet onder derden te verspreiden. This message may contain information which is privileged or confidential. If you are not the named addressee of this message please destroy it without reading, using, copying or disclosing its contents to any other person. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 0: 5:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB4137B401 for ; Wed, 13 Nov 2002 00:05:36 -0800 (PST) Received: from vger.digitaloverload.net (119-4-237-24-cable.anchorageak.net [24.237.4.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFE543E6E for ; Wed, 13 Nov 2002 00:05:35 -0800 (PST) (envelope-from dhull@digitaloverload.net) Received: from [10.1.1.9] (space [10.1.1.33]) by vger.digitaloverload.net (Postfix) with ESMTP id 57D4D38BF; Tue, 12 Nov 2002 23:05:29 -0900 (AKST) Subject: Re: D-Link DWL-650 From: Damien Hull To: Warren Block Cc: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 12 Nov 2002 23:06:59 -0900 Message-Id: <1037174820.8985.4.camel@localhost.localdomain> 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 did some more searching and testing and everything I found seams to say the same thing you did. It's an IRQ problem. I tried different IRQs with out any luck. Again, the card looks configured but you can't pass any traffic. When I try to ping a host I get "watchdog timeout". I may end up using Linux on this laptop. On Sun, 2002-11-10 at 10:32, Warren Block wrote: > Off-list reply... > > > I've got a Toshiba Tecra 700CT that I would like to connect to a > > wireless network. The wireless card I have is a D-Link DWL-650. > > This card works fine on my Tecra 8000. Make sure you don't have the > DWL-650A, which is Cardbus. > > > 3. When trying to pass traffic I get a "watchdog timeout" where the card > > times out instead of sending data. > > I think that's an interrupt error. On a machine that old, it may be an > ISA thing. First, look through your BIOS settings for PNP (Configure by > OS) and PC Card controller mode. On mine, I found that making these > settings worked the best for the various cards I had. (Although the > DWL-650 worked fine without them.) > > -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 Nov 13 0: 6:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09B637B401 for ; Wed, 13 Nov 2002 00:06:36 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 315F143E4A for ; Wed, 13 Nov 2002 00:06:36 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 8193 invoked by uid 5001); 13 Nov 2002 08:07:53 -0000 Received: from unknown (HELO ?192.168.1.101?) (192.168.1.1) by 192.168.1.20 with SMTP; 13 Nov 2002 08:07:53 -0000 Subject: Where is the default install for mysql From: Jon Reynolds To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-4) Date: 12 Nov 2002 23:06:46 -0900 Message-Id: <1037174806.1435.90.camel@localhost.localdomain> 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 Okay, I have gotten the advice from the list to use a php4 and mysql solution to my webcalendar instead of my previous idea. I have never used mysql and have just installed it from the ports directory using make then make install on freebsd 4.7 and I need to rebuild my php with-mysql=/mysql/directory/ from how installed mysql would my path to mysql be /usr/local/bin/mysql? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 0:45:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2296337B404 for ; Wed, 13 Nov 2002 00:45:20 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B593843E4A for ; Wed, 13 Nov 2002 00:45:19 -0800 (PST) (envelope-from warendaj@comcast.net) Received: from lucifer (pcp01360004pcs.benslm01.pa.comcast.net [68.80.223.127]) by mtaout06.icomcast.net (iPlanet Messaging Server 5.1 HotFix 1.5 (built Sep 23 2002)) with SMTP id <0H5I00CM3AZ22B@mtaout06.icomcast.net> for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 03:45:03 -0500 (EST) Date: Wed, 13 Nov 2002 03:45:17 -0500 From: "J.M. Warenda" Subject: I'm probably overlooking something really stupid but... To: freebsd-questions@FreeBSD.ORG Message-id: <008c01c28af0$fe072360$4500a8c0@lucifer> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=Windows-1252 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: 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 ...sometimes you need to just ask to see if you overlooked something obvious. I'm running a FreeBSD 4.4-RELEASE box as my natd gateway for my home LAN and lately it's been reporting that /var is full ... df reports it at 107% capacity but du doesn't reveal what's filling it up. I had once had apache fill /var because of some trojan trying IIS attacks on my apache server, but I've since disabled Apache so, it's not that! Only other things running are ftpd, telnetd, and sshd ... plus ezbounce (so I can ident on EFNet from machines behind the gateway), natd, and xchat under X. Any thoughts on what might be filling var? I ran fsck -f and that didn't reveal anything. -John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 0:51:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E4537B401 for ; Wed, 13 Nov 2002 00:51:39 -0800 (PST) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9388C43E3B for ; Wed, 13 Nov 2002 00:51:35 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable [12.145.236.217] by mail.gbronline.com (SMTPD32-7.13) id A20D9E5A006A; Wed, 13 Nov 2002 02:49:17 -0600 Message-ID: <02ae01c28af1$b8b646a0$84ec910c@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: "Jon Reynolds" , References: <1037174806.1435.90.camel@localhost.localdomain> Subject: Re: Where is the default install for mysql Date: Wed, 13 Nov 2002 02:50:28 -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.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 From: "Jon Reynolds" To: Sent: Wednesday, November 13, 2002 2:06 AM Subject: Where is the default install for mysql > Okay, I have gotten the advice from the list to use a php4 and mysql > solution to my webcalendar instead of my previous idea. I have never > used mysql and have just installed it from the ports directory using > make then make install on freebsd 4.7 and I need to rebuild my php > with-mysql=/mysql/directory/ from how installed mysql would my path to > mysql be /usr/local/bin/mysql? > > Jon Think So. PHP also has built-in support for MySQL, so you can sometimes get away with leaving the path off of the configure option. However, there are some warnings, I think at the end of the 'make' of PHP, about this. Try and see, or just do some more reading.... Kevin Kinsey DaleCo, S.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 0:52:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FC037B401 for ; Wed, 13 Nov 2002 00:52:15 -0800 (PST) Received: from netwood.net (mail.netwood.net [209.247.184.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D77A43E4A for ; Wed, 13 Nov 2002 00:52:15 -0800 (PST) (envelope-from jonas@netwood.net) Date: Wed, 13 Nov 2002 00:15:06 -0800 Message-Id: <200211130015.AA200474750@netwood.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jonas Fornander " Reply-To: To: Subject: DHCP server 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 want to install a DHCP server on 4.7. In the Latest/packages I can only find the following packages that refers to dhcp: dhcpconf dhcpdump dchping (?) Is any of those the server? If not, which package is the server? Jonas Fornander Netwood Communications,LLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 0:56:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA91337B401 for ; Wed, 13 Nov 2002 00:56:27 -0800 (PST) Received: from mail.nucleus.com (mail1.nucleus.com [207.34.101.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B50F43E8A for ; Wed, 13 Nov 2002 00:56:27 -0800 (PST) (envelope-from grant.cooper@nucleus.com) Received: from donatev49iknkl (unverified [205.206.172.27]) by mail.nucleus.com (Vircom SMTPRS 1.4.232) with SMTP id for ; Wed, 13 Nov 2002 01:56:23 -0700 Message-ID: <000e01c28af3$35060c30$1baccecd@donatev49iknkl> From: "Grant Cooper" Cc: References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> Subject: Thanks guys Date: Wed, 13 Nov 2002 01:01:08 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 There are so many different types of UNIX. If freeBSD is so great why won't natural selection begin and let some of these Unix flavors die? Really, wouldn't it be a better world if we had just a couple open source OS? I've been doing some background reading and correct me if I'm wrong. But I came across of at least 30 active different open source and commercial Unix flavors (and I'm sure that's a drop in the bucket)? And my last comment is about the commercial Unix flavors. If they cost so much - are they more bug free, better support, more people working on it. $12, 000 for a licence is alot of money. Well, I just like to say that I think FreeBSD is great. My first real unix experience and I couldn't have done it without the support of the FreeBSD lists and free tutorials. Grant Cooper, Thanks freeBSD for the help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 1: 3:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8124037B401 for ; Wed, 13 Nov 2002 01:03:39 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1725B43E3B for ; Wed, 13 Nov 2002 01:03:38 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAD93T60025786 for ; Wed, 13 Nov 2002 09:03:29 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAD93OFr025785 for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 09:03:24 GMT Date: Wed, 13 Nov 2002 09:03:24 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Java and mysql and tomcat Message-ID: <20021113090324.GA25372@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <1037147023.1592.98.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037147023.1592.98.camel@localhost.localdomain> User-Agent: Mutt/1.5.1i 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.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 Tue, Nov 12, 2002 at 03:23:43PM -0900, Jon Reynolds wrote: > I am attempting to find and use a webcalendar and have found one I would > like to use at sourceforge it says the requirements are this: These are all available from ports: > Java2Platform SE ports/java/jdk13 jdk-1.3.1p7_2 Java Development Kit 1.3 [Note: Sun licensing terms mean you have to register to download the source] > Tomcat ports/www/jakarta-tomcat3 jakarta-tomcat-3.3.1_16 Open-source Java web server by Apache, stable 3.x branch > Mysql ports/databases/mysql323-server mysql-server-3.23.53 Multithreaded SQL database (server) > MM.Mysql ports/databases/mysql-jdbc-mm mysql-jdbc-mm-2.0.14 The mm JDBC interface for MySQL > My questions are these, do I need tomcat if I already have apache > installed? And what is MM.Mysql and is it needed? The description for it > is a JDBC driver to make the connection between java servlets and the > MySQL database. Is there a port in FreeBSD for this? Yes --- you do need all of these things to run a Java/JSP web-app with a MySQL back end database. MM.Mysql is a library of stuff to access MySQL databases from within Java. Ironically, the only thing you've mentioned that you could possibly dispense with is apache, as jakarta-tomcat provides a complete webserver written in java. However, the usual method of deploying java web apps is to use a fully-fledged webserver like apache and install an interface module: ports/www/mod_jk mod_jk-3.3.1_2 Apache module for Tomcat 3 which passes the requests for .jsp pages between apache and tomcat, whilst letting apache deal with all of the static files (images, etc) for maximum efficiency. There is also jakarta-tomcat4 and jakarta-tomcat41 in ports, but these are apparently set up to work with apache2 and mod_webapp > Or does somebody else have a better solution to making a webcalendar > that sits on a site that can be easily updated. There are any number of web calendar apps available around the 'net --- nothing in ports that seems to fit your requirements though. If you haven't done this sort of thing before, you'll probably find it easier to install and get working something based on PHP rather than Java/JSP, but once it's up and running I doubt that the maintenance load would be that different either way. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 13 1:27:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B765C37B401 for ; Wed, 13 Nov 2002 01:27:29 -0800 (PST) Received: from smtp02do.de.uu.net (smtp02do.de.uu.net [192.76.144.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id F105543E3B for ; Wed, 13 Nov 2002 01:27:27 -0800 (PST) (envelope-from Courteney.vandenBerg@slat.de) Received: from rud01msx004.SLAT.DE ([193.155.249.2]) by smtp02do.de.uu.net (8.9.3/5.5.5) with ESMTP id KAA10410; Wed, 13 Nov 2002 10:25:59 +0100 (MET) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: X Remotely on a Win2k Box Date: Wed, 13 Nov 2002 10:15:54 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: X Remotely on a Win2k Box Thread-Index: AcKKxBmWIPMXSlqnSsW6lC9zeAY4NwAMCabw From: "van den Berg, Courteney" To: "Brian McCann" Cc: Sender: owner-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 McCann wrote: > No go. Tried host:0.0, host:0, nothing worked...still ran on the > console. I am starting up X windows using "startx"...should I be using > something different? startx is the startup script for the local X server which is not what you're looking for. What you are probably looking for is startkde, which will startup kde on the current $DISPLAY defined X server. $DISPLAY should of course be set to host:0.0 CJ van den Berg P.S. KDE runs great remote on a LAN, but it uses way too much bandwidth for a low bandwidth connection. If you're running over the net or dialup use TightVNC or Xvnc as others have suggested. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 1:38:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D5937B401 for ; Wed, 13 Nov 2002 01:38:37 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A97843E6E for ; Wed, 13 Nov 2002 01:38:36 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAD9cT60025943 for ; Wed, 13 Nov 2002 09:38:29 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAD9cOQt025942 for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 09:38:24 GMT Date: Wed, 13 Nov 2002 09:38:24 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP server Message-ID: <20021113093824.GB25372@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200211130015.AA200474750@netwood.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211130015.AA200474750@netwood.net> User-Agent: Mutt/1.5.1i 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, Nov 13, 2002 at 12:15:06AM -0800, Jonas Fornander wrote: > I want to install a DHCP server on 4.7. In the Latest/packages I can only find the following packages that refers to dhcp: > > dhcpconf > dhcpdump > dchping (?) > > Is any of those the server? If not, which package is the server? arbitrary:/usr/ports:% make search name=dhcp [...] Port: isc-dhcp3-3.0.1.r9 Path: /usr/ports/net/isc-dhcp3 Info: ISC Dynamic Host Configuration Protocol client and server code Maint: cyrille.lefevre@laposte.net Index: net B-deps: R-deps: [...] Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 13 2: 5:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305BF37B401; Wed, 13 Nov 2002 02:05:50 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8456D43E77; Wed, 13 Nov 2002 02:05:49 -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 gADA5g6D057881; Wed, 13 Nov 2002 05:05:48 -0500 (EST) (envelope-from winter@jurai.net) Date: Wed, 13 Nov 2002 05:05:42 -0500 (EST) From: "Matthew N. Dodd" To: "Ulrich 'Q' Spoerlein" Cc: Jason Andresen , Pierrick Brossin , , Subject: Re: NVidia - Games In-Reply-To: Message-ID: <20021113050248.I35807-100000@sasami.jurai.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, 12 Nov 2002, Ulrich 'Q' Spoerlein wrote: > try to run /usr/compat/linux/sbin/ldconfig -m That ususally gets run at boot if the linux_enable=YES is set in /etc/rc.conf. Since the installer adds this option it would make sense to have the installer run ldconfig as well. I'll send a patch off to NVIDIA. -- | 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 Wed Nov 13 2:26: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24E5037B401 for ; Wed, 13 Nov 2002 02:26:06 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id C906443E42 for ; Wed, 13 Nov 2002 02:26:03 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gADAQ060026399 for ; Wed, 13 Nov 2002 10:26:00 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gADAPtL6026398 for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 10:25:55 GMT Date: Wed, 13 Nov 2002 10:25:55 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: I'm probably overlooking something really stupid but... Message-ID: <20021113102555.GA26077@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <008c01c28af0$fe072360$4500a8c0@lucifer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <008c01c28af0$fe072360$4500a8c0@lucifer> User-Agent: Mutt/1.5.1i 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.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, Nov 13, 2002 at 03:45:17AM -0500, J.M. Warenda wrote: > ...sometimes you need to just ask to see if you overlooked > something obvious. > > I'm running a FreeBSD 4.4-RELEASE box as my natd gateway for my > home LAN and lately it's been reporting that /var is full ... df > reports it at 107% capacity but du doesn't reveal what's filling it up. > > I had once had apache fill /var because of some trojan trying IIS > attacks on my apache server, but I've since disabled Apache so, it's > not that! Only other things running are ftpd, telnetd, and sshd ... > plus ezbounce (so I can ident on EFNet from machines behind the > gateway), natd, and xchat under X. > > Any thoughts on what might be filling var? I ran fsck -f and that > didn't reveal anything. It's possible that some process has an open file descriptor on a file that has been unlinked from the filesystem --- eg. through cycling log files. This will absorb space on /var, but there will be no way to access the data other than from the process with the open descriptor. You can track this down by running 'fstat -f /var' which will show you all the open file descriptors currently held on /var. Unfortunately, you're then going to have to take the inode numbers from that output and eliminate all of the ones that are associated with known files: #!/bin/sh find /var -xdev -ls > /tmp/var-files for i in $(fstat -f /var | sed -e 1d | awk '{ print $6 }' | sort -nu) ; do grep -e "^ *$i " /tmp/var-files || echo "**** inode $i not found ***" done Once you've pinned down the process with the open descriptor, you should be able to kill or restart it, which will release the space. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way 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 Nov 13 2:48:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA6D37B401 for ; Wed, 13 Nov 2002 02:48:58 -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 7845343E42 for ; Wed, 13 Nov 2002 02:48:57 -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 18Bv4q-000KrX-00 for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 10:48:56 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 7B81D1F14 for ; Wed, 13 Nov 2002 11:48: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 751FB1D57 for ; Wed, 13 Nov 2002 11:48:44 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 037E422596; Wed, 13 Nov 2002 11:48:44 +0100 (CET) Date: Wed, 13 Nov 2002 11:48:44 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks guys Message-ID: <20021113104844.GA1869@raggedclown.net> References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000e01c28af3$35060c30$1baccecd@donatev49iknkl> User-Agent: Mutt/1.5.1i 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, Nov 13, 2002 at 01:01:08AM -0800, Grant Cooper wrote: > There are so many different types of UNIX. If freeBSD is so great why won't > natural selection begin and let some of these Unix flavors die? > > Really, wouldn't it be a better world if we had just a couple open source > OS? > Why ? That's why it's Open-Source, it breaks the monopoly of closed source. Ok, 20 flavours of Linux and at least 3 of *BSD; well...that's the way it goes...All OS'es should be Open-Sourced..especially in these dangerous days ! Mind you I am not sure how many volunteers there would be who would wish to wade through what is rumoured to be 30 million lines of code that constitute Windows2000. > I've been doing some background reading and correct me if I'm wrong. But I > came across of at least 30 active different open source and commercial Unix > flavors (and I'm sure that's a drop in the bucket)? > > And my last comment is about the commercial Unix flavors. If they cost so > much - are they more bug free, better support, more people working on it. > $12, 000 for a licence is alot of money. > Bug-free.. ROFL. Oh No ! HP-UX, Solaris, AIX ... etc. etc. cannot be described as bug-free my friend. The responsivenes of voluntary effort to systems like FreeBSD and some (but not all) versions of Linux, would astonish some IT managers who think if you don't pay it must be worthless...that is despite FreeBSD's long pedigree and quite well-known fame for stability. > Well, I just like to say that I think FreeBSD is great. My first real unix > experience and I couldn't have done it without the support of the FreeBSD > lists and free tutorials. Well I think it's jolly good as well :) -- 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 Nov 13 3:28:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B7B37B401 for ; Wed, 13 Nov 2002 03:28:55 -0800 (PST) Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FF243E91 for ; Wed, 13 Nov 2002 03:28:54 -0800 (PST) (envelope-from anthony@freebie.atkielski.com) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id gADBSpG72713 for ; Wed, 13 Nov 2002 12:28:51 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <028701c28b07$d8036bd0$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 12:28:51 +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.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 Cliff writes: > Ok, 20 flavours of Linux and at least 3 of > *BSD; well...that's the way it goes... Actually, it's not the number of versions that exist that is important, it's the degree of similarity among them. Twenty operating systems that are 98% compatible is much less of a problem than two operating systems that are only 5% compatible. Something that runs in an X environment on one version of UNIX will often run on several other versions of UNIX as well, but a program that runs on Windows will not run at all on the Mac without being rewritten. > All OS'es should be Open-Sourced..especially in these > dangerous days ! A nice wish, but developing operating systems costs an incredible amount of money, and the money has to come from somewhere, and the easiest way to raise the money is by making the OS proprietary and selling it. Open operating systems are nice when they exist, but since nobody has the resources to support them in a totally reliable and responsive way, choosing them for mission-critical applications is risky, unless one has on-site experts to maintain them if required. For many other purposes, they might be quite suitable, however. In the olden days, mainframe vendors would sell the hardware and almost throw in the OS as an afterthought, since the hardware was useless without the OS, and since the OS couldn't be used on any other hardware. They'd even provide source code so that customers could modify the OS. It worked well, but that is not a a viable model for smaller systems, because it makes it easy to take a proprietary OS and use it on different but compatible hardware (much harder for Macs than for Windows or UNIX, though). Also, customer modifications were a nightmare for support organizations--and that would be a million times worse with smaller systems, given that there are so many people of limited skill and high motivation tweaking so many smaller systems. > Mind you I am not sure how many volunteers there > would be who would wish to wade through what is > rumoured to be 30 million lines of code that > constitute Windows2000. Exactly. Writing an OS like that costs several billion dollars, and supporting it costs millions more. How would you find the money for open-source code? Then again, one might argue that 30 million lines is too much for an OS (and I tend to agree), but that's a separate issue. One nice thing about UNIX--in part because of its history, I suppose, and in part because it is largely open-source--is that it doesn't suffer from the extreme bloat of Windows or Mac operating systems. This applies only to the OS itself, though, not to bloated GUI environments that might run on top of it, which seem to have the same problem as Windows and the Mac. > Well I think it's jolly good as well :) So do I. FreeBSD is a great operating system. Simple, performant, secure, reliable, accessible, and free. It would be nice to see a desktop OS with the same characteristics one day, but for various reasons, I question whether that will ever even be possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 3:32:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2616D37B401 for ; Wed, 13 Nov 2002 03:32:58 -0800 (PST) Received: from x.org.org (152.Red-80-37-219.pooles.rima-tde.net [80.37.219.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA07343E88 for ; Wed, 13 Nov 2002 03:32:45 -0800 (PST) (envelope-from root@x.org.org) Received: from x.org.org (localhost.localdomain [127.0.0.1]) by x.org.org (8.12.6/8.12.3) with ESMTP id gADBWcSx060406 for ; Wed, 13 Nov 2002 12:32:39 +0100 (CET) (envelope-from root@x.org.org) Received: (from root@localhost) by x.org.org (8.12.6/8.12.3/Submit) id gADBWZSV060405 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 12:32:35 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 13 Nov 2002 12:32:34 +0100 (CET) From: xxavi@myrealbox.com To: freebsd-questions@freebsd.org Subject: PDA, USB and synchronization Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good, recently I have acquired one palm m515 and comes with kit of synchronization with cable USB for this port, I want to know if the Palm by port USB can be synchronized? and in affirmative case where I can find information of like doing it. Come, until another one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 3:37:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765BB37B401 for ; Wed, 13 Nov 2002 03:37:27 -0800 (PST) Received: from gicco.homeip.net (dclient80-218-76-146.hispeed.ch [80.218.76.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FF543E6E for ; Wed, 13 Nov 2002 03:37:26 -0800 (PST) (envelope-from hampi@rootshell.be) Received: (from hampi@localhost) by gicco.homeip.net (8.11.6/8.11.6) id gADBbL601001 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 12:37:21 +0100 (CET) (envelope-from hampi@rootshell.be) Date: Wed, 13 Nov 2002 12:37:21 +0100 From: Hanspeter Roth To: freebsd-questions@freebsd.org Subject: media change notification Message-ID: <20021113123721.A965@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.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 Hello, can I get a notification in Tcl/Tk upon a media change (audio-CD loaded) in a CD-drive? Can I get a notification in a C-program? Or can I get an entry in syslog? (Mounting a RockRidge CD produces an entry in syslog, but only upon mounting.) -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 3:38:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43FD37B404 for ; Wed, 13 Nov 2002 03:38:57 -0800 (PST) Received: from priv-edtnes28.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3895243E3B for ; Wed, 13 Nov 2002 03:38:56 -0800 (PST) (envelope-from tcooper1@telusplanet.net) Received: from donatev49iknkl ([205.206.172.27]) by priv-edtnes28.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021113113855.YXAT25741.priv-edtnes28.telusplanet.net@donatev49iknkl> for ; Wed, 13 Nov 2002 04:38:55 -0700 Message-ID: <001a01c28b09$eb4f8960$1baccecd@donatev49iknkl> From: "Terry Cooper" To: References: <200211130015.AA200474750@netwood.net> <20021113093824.GB25372@happy-idiot-talk.infracaninophi> Subject: fix disk and mounting not working Date: Wed, 13 Nov 2002 03:43:43 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I have 2 hard drives and I can't mount anything but / off my ad1s1a. I was using an article "BDS Tricks: Unprepared Disaster Recovery" from the O'Reilly network and did this. #find / -name MAKEDEV -print #cp MAKEDEV /mnt/dev #sh MAKEDEV all Well, now when I reboot it just hangs at, Mounting root from ufs: /dev/ad0s1a I can use the fix it disk to get into / but I'm sure I didn't touch anything. I have a backup on my second harddrive but I can't mount any of the partitions from the boot up CD. I am using version 4.5 bootup CD on my FreeBSD 4.62. This works from the fix it shell mount /dev/ad0s1 /mnt If I type, mount /dev/ad0s2 /mnt I get this error "Incorrect Super Block" I have 2 text books and feel like starting a fire (sniff) Please help me!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 3:49:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E74637B401 for ; Wed, 13 Nov 2002 03:49:58 -0800 (PST) Received: from maild.telia.com (maild.telia.com [194.22.190.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5333B43E42 for ; Wed, 13 Nov 2002 03:49:56 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (malin.twenty4help.se [195.67.108.195]) by maild.telia.com (8.12.5/8.12.5) with ESMTP id gADBnrdv021294; Wed, 13 Nov 2002 12:49:54 +0100 (CET) X-Original-Recipient: freebsd-questions@FreeBSD.ORG Message-ID: <3DD23C60.9070706@401.cx> Date: Wed, 13 Nov 2002 12:49:52 +0100 From: "Roger 'Rocky' Vetterberg" 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: en-us, en MIME-Version: 1.0 To: Grant Cooper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks guys References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> 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 Grant Cooper wrote: > There are so many different types of UNIX. If freeBSD is so great why won't > natural selection begin and let some of these Unix flavors die? > > Really, wouldn't it be a better world if we had just a couple open source > OS? I understand what you mean, but I cant totally agree. The beauty of Open Source is that you can modify it as you see fit. If a person finds that there is no OS that does exactly what he needs it too, he can start with the closest match and modify it untill it is what he wants. And behold, a new OS is born. Many of these are very targeted at one special task and may not fit the needs of the masses, but there are others that fits in a lot of different environments doing different tasks, and those are the ones that will have a lot of users. Linux and BSD fits well in the later group. > I've been doing some background reading and correct me if I'm wrong. But I > came across of at least 30 active different open source and commercial Unix > flavors (and I'm sure that's a drop in the bucket)? > > And my last comment is about the commercial Unix flavors. If they cost so > much - are they more bug free, better support, more people working on it. > $12, 000 for a licence is alot of money. Basically, what you are paying for is having a big company backing up the product and guarantee you that it will work. I would not say that they are bugfree, but if you find a bug, you can call your vendor and demand that they fix it. If you run a free OS, you cant make any kind of demands. Most bugs are fixed just as fast or even faster in the free OS's out there, but if they are not, you cant make them fix it. > Well, I just like to say that I think FreeBSD is great. My first real unix > experience and I couldn't have done it without the support of the FreeBSD > lists and free tutorials. I totally agree, FreeBSD is a great OS. I find the BSD community to be one of the most understanding and newbie friendly out there. Of course, there are a*holes in every community, but I think the BSD has the lowest a*hole to nice-guy ratio of all the communitys I've been involved with. > > Grant Cooper, > Thanks freeBSD for the help. Rocky, You're welcome :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 3:55:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A172337B401 for ; Wed, 13 Nov 2002 03:55:20 -0800 (PST) Received: from mail.nucleus.com (mail1.nucleus.com [207.34.101.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0E443E6E for ; Wed, 13 Nov 2002 03:55:20 -0800 (PST) (envelope-from grant.cooper@nucleus.com) Received: from donatev49iknkl (unverified [205.206.172.27]) by mail.nucleus.com (Vircom SMTPRS 1.4.232) with SMTP id ; Wed, 13 Nov 2002 04:55:22 -0700 Message-ID: <002301c28b0c$359598a0$1baccecd@donatev49iknkl> From: "Grant Cooper" To: "Anthony Atkielski" , "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <028701c28b07$d8036bd0$0a00000a@atkielski.com> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 04:00:03 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I like that figure, 7 billion. But let's break it down. 6 billion on promotion. $666.666.000 on production. and 1 million on support. $666 dollars and that useless send me that error message (I hate you). I have faith that open source will be on top in 10 years. Maybe less. 5 years ago most University / College student's didn't really know how to use the internet. I remember prep classes were full of students for the first semester. We are lucky if we can fill one class and most of the kids know more then the instructors. Children who can't even speak are learning to manipulate the mouse. It's going to be this generation that takes Bill down!! ----- Original Message ----- From: "Anthony Atkielski" To: "FreeBSD Questions" Sent: Wednesday, November 13, 2002 3:28 AM Subject: Re: Thanks guys > Cliff writes: > > > Ok, 20 flavours of Linux and at least 3 of > > *BSD; well...that's the way it goes... > > Actually, it's not the number of versions that exist that is important, it's > the degree of similarity among them. Twenty operating systems that are 98% > compatible is much less of a problem than two operating systems that are > only 5% compatible. Something that runs in an X environment on one version > of UNIX will often run on several other versions of UNIX as well, but a > program that runs on Windows will not run at all on the Mac without being > rewritten. > > > All OS'es should be Open-Sourced..especially in these > > dangerous days ! > > A nice wish, but developing operating systems costs an incredible amount of > money, and the money has to come from somewhere, and the easiest way to > raise the money is by making the OS proprietary and selling it. > > Open operating systems are nice when they exist, but since nobody has the > resources to support them in a totally reliable and responsive way, choosing > them for mission-critical applications is risky, unless one has on-site > experts to maintain them if required. For many other purposes, they might > be quite suitable, however. > > In the olden days, mainframe vendors would sell the hardware and almost > throw in the OS as an afterthought, since the hardware was useless without > the OS, and since the OS couldn't be used on any other hardware. They'd > even provide source code so that customers could modify the OS. It worked > well, but that is not a a viable model for smaller systems, because it makes > it easy to take a proprietary OS and use it on different but compatible > hardware (much harder for Macs than for Windows or UNIX, though). Also, > customer modifications were a nightmare for support organizations--and that > would be a million times worse with smaller systems, given that there are so > many people of limited skill and high motivation tweaking so many smaller > systems. > > > Mind you I am not sure how many volunteers there > > would be who would wish to wade through what is > > rumoured to be 30 million lines of code that > > constitute Windows2000. > > Exactly. Writing an OS like that costs several billion dollars, and > supporting it costs millions more. How would you find the money for > open-source code? > > Then again, one might argue that 30 million lines is too much for an OS (and > I tend to agree), but that's a separate issue. One nice thing about > UNIX--in part because of its history, I suppose, and in part because it is > largely open-source--is that it doesn't suffer from the extreme bloat of > Windows or Mac operating systems. This applies only to the OS itself, > though, not to bloated GUI environments that might run on top of it, which > seem to have the same problem as Windows and the Mac. > > > Well I think it's jolly good as well :) > > So do I. FreeBSD is a great operating system. Simple, performant, secure, > reliable, accessible, and free. > > It would be nice to see a desktop OS with the same characteristics one day, > but for various reasons, I question whether that will ever even be possible. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 13 4:49:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB5737B401 for ; Wed, 13 Nov 2002 04:49:26 -0800 (PST) Received: from ncsmtp03.ogw.rr.com (ncsmtp03.ogw.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854EE43E77 for ; Wed, 13 Nov 2002 04:49:25 -0800 (PST) (envelope-from joejop@triad.rr.com) Received: from mail4.triad.rr.com (fe4 [24.93.67.51]) by ncsmtp03.ogw.rr.com (8.12.5/8.12.2) with ESMTP id gADCn2iZ027677; Wed, 13 Nov 2002 07:49:02 -0500 (EST) Received: from 2kprohome ([66.26.149.254]) by mail4.triad.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 13 Nov 2002 07:49:45 -0500 From: "Joe Joplin" To: "'Ken Wills'" Cc: Subject: RE: ABS on FreeBSD. Date: Wed, 13 Nov 2002 07:45:37 -0500 Message-ID: <000101c28b12$9247dad0$2201a8c0@jsidata.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <20021113070015.GC1988@zaptillion.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 Sorry for the lack of detail earlier. ABS is short for American Business Systems. They produce a character based accounting software that runs on UNIX and Linux machines. Users interact with the system from a dumb-terminal connected to the Unix computer by a serial line or ethernet. I primarily see it being run on SCO UNIX in my area. The latest version of ABS is 7.0 under the charater based software. I want to install a new FreeBSD server and transfer the program from a SCO box onto the FreeBSD box. I have little experience running a terminal program from a UNIX box. So if anybody has any generic info on this that would be helpful. Thanks Ken for the suggestion +++ Joe Joplin [12/11/02 22:10 -0500]: > Has anyone ran ABS on a FreeBSD server? If you have what version, and did > it take any special configuration? > > TIA > > Joe Joe, You'll get more responses if you include a little more detail (like what ABS is, where you get it, and what it does.) Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 5: 3:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 219F237B401 for ; Wed, 13 Nov 2002 05:03:42 -0800 (PST) Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82D543E42 for ; Wed, 13 Nov 2002 05:03:38 -0800 (PST) (envelope-from el99don@ing.umu.se) Received: from suiko.acc.umu.se (www-srvr@suiko.acc.umu.se [130.239.18.162]) by khan.acc.umu.se (8.11.6/8.11.6) with ESMTP id gADD3Ud05424 for ; Wed, 13 Nov 2002 14:03:30 +0100 (MET) Received: from localhost (localhost [[UNIX: localhost]]) by suiko.acc.umu.se (8.12.6/8.12.6/Debian-6Woody) id gADD2g5Y019954; Wed, 13 Nov 2002 14:02:42 +0100 Message-Id: <200211131302.gADD2g5Y019954@suiko.acc.umu.se> X-Authentication-Warning: suiko.acc.umu.se: www-srvr set sender to el99don@ing.umu.se using -f MIME-Version: 1.0 User-Agent: IMHO/0.99-- (Webmail for Roxen) Content-Transfer-Encoding: 8bit X-Originating-IP: [131.116.254.197] Content-Type: text/plain; charset=iso-8859-1 From: David Ogren To: questions@FreeBSD.org Date: Wed, 13 Nov 2002 14:02:37 +0100 Subject: Installation problems... Sender: owner-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! We have some problems when we are trying to installate freeBSD 4.4 to our IBM Netfinity 5000. We think that maybe the installation not proceeds like it should becouse the screen shows: All filesystem information written successfully anic: page fault syncing disks....1 1 1 1 1 1 1.... givingup on 1 buffers Uptime. 6m47s After this the computer reboot and the screen shows: Default: 0:da(0,a)/kernel boot: ...and nothing moore happens! The harddrive we use is: -scsi device ADAPTEC AIC-78xx We are thankfull for all help we can get //David & Roger (not Moore) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 5: 7:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9073237B401 for ; Wed, 13 Nov 2002 05:07:27 -0800 (PST) Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E62A943E3B for ; Wed, 13 Nov 2002 05:07:25 -0800 (PST) (envelope-from anthony@freebie.atkielski.com) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id gADD7NG73393 for ; Wed, 13 Nov 2002 14:07:24 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <02bf01c28b15$9b7cb2d0$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <028701c28b07$d8036bd0$0a00000a@atkielski.com> <002301c28b0c$359598a0$1baccecd@donatev49iknkl> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 14:07:23 +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.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 Grant writes: > I like that figure, 7 billion. But let's break > it down. 6 billion on promotion. $666.666.000 > on production. and 1 million on support. This is incorrect. Most of the development cost goes to pay the salaries of the engineers and programmers writing the product. Support is the major continuing cost of software for a vendor, but it's not an up-front cost, whereas the development costs must be paid before the product even goes out the door. Very few companies can afford to shell out several billion dollars to write a new operating system. Microsoft is one of the few that can. Apple could not, so it adapted UNIX instead, although I predict that OS X will gradually evolve from a UNIX-like operating system into a fully-proprietary system (because the latter makes more money). > I have faith that open source will be on top > in 10 years. I doubt that. Open source is written by volunteers who still have to have day jobs. If all software was open source, there'd be no jobs to support the volunteers writing open source, and so open source would destroy itself, and you'd be back to proprietary software. This effect will keep open source in check. Of course, software companies could write software and then distribute the source, but no company that wants to survive can afford to do that--it would be giving away its only source of revenue. > It's going to be this generation that takes Bill down!! It's this generation and its successors that will keep Bill rich. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 5:28:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98E837B401 for ; Wed, 13 Nov 2002 05:28:27 -0800 (PST) Received: from bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C0BD43E3B for ; Wed, 13 Nov 2002 05:28:19 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz ([10.1.0.1]) by bellavista.cz (8.9.3/8.9.8) with ESMTP id OAA13156; Wed, 13 Nov 2002 14:26:27 +0100 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id CAAFB2FDAB2; Wed, 13 Nov 2002 14:25:21 +0100 (CET) Date: Wed, 13 Nov 2002 14:25:21 +0100 From: Roman Neuhauser To: Jon Reynolds Cc: freebsd-questions@freebsd.org Subject: Re: Where is the default install for mysql Message-ID: <20021113132521.GD330@freepuppy.bellavista.cz> Mail-Followup-To: Jon Reynolds , freebsd-questions@freebsd.org References: <1037174806.1435.90.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037174806.1435.90.camel@localhost.localdomain> 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 # jonr@destar.net / 2002-11-12 23:06:46 -0900: > Okay, I have gotten the advice from the list to use a php4 and mysql > solution to my webcalendar instead of my previous idea. I have never > used mysql and have just installed it from the ports directory using > make then make install on freebsd 4.7 and I need to rebuild my php > with-mysql=/mysql/directory/ from how installed mysql would my path to > mysql be /usr/local/bin/mysql? a bit of background, since you seem to be confused. PHP 4 needs the mysql client library linked in (and the header files) to be able to talk to it. It can either use the mysql (library) installed on your system, or it can use the one it has bundled with it. Use of the system library is required only under certain circumstances. You must use it e. g. if you build PHP as the apache module, and other apache modules use the mysql library too. Basically, it's just a matter of conflicting versions. If mod_php is the only apache module that uses mysql, you can safely use the bundled library. --with-mysql will use the bundled libmysql, --with-mysql=/path will use mysql installed in /path. if you have mysql installed from the port (and haven't tinkered with $PREFIX), the path will be /usr/local. the path you give configure in the --with-foo switch is "the directory where i'll look for lib/libfoo.a and include/foo.h". note that this statement is *very* simplifying the matters. -- If you cc me or take the list(s) out completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 5:40:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4A237B401 for ; Wed, 13 Nov 2002 05:40:30 -0800 (PST) Received: from vms2.rit.edu (vms2.isc.rit.edu [129.21.3.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C729443E6E for ; Wed, 13 Nov 2002 05:40:29 -0800 (PST) (envelope-from bjm1287@ritvax.isc.rit.edu) Received: from dogbert ([129.21.129.47]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KOTA63UV22Q7Y1JQ@ritvax.isc.rit.edu> for freebsd-questions@FreeBSD.ORG; Wed, 13 Nov 2002 08:39:48 EST Date: Wed, 13 Nov 2002 08:37:50 -0500 From: Brian McCann Subject: RE: X Remotely on a Win2k Box In-reply-to: <20021113071404.GA81762@amethyst.hypostasis.com> To: 'kit' , 'Brian McCann' Cc: 'paul beard' , freebsd-questions@FreeBSD.ORG Message-id: <001201c28b19$dca26a30$1500a8c0@dogbert> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using Xmanager...it has SSH connection support built into it. I will be trying what you all suggested shortly and post my results. Thanks all! --Brian -----Original Message----- From: kit [mailto:kit@hypostasis.com] Sent: Wednesday, November 13, 2002 2:14 AM To: Brian McCann Cc: 'paul beard'; freebsd-questions@FreeBSD.ORG Subject: Re: X Remotely on a Win2k Box On Tue, Nov 12, 2002 at 10:20:31PM -0500, Brian McCann wrote: > No go. Tried host:0.0, host:0, nothing worked...still ran on the > console. I am starting up X windows using "startx"...should I be > using something different? > > Thanks, > --Brian > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of paul beard > Sent: Tuesday, November 12, 2002 9:20 PM > To: Brian McCann > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: X Remotely on a Win2k Box > > > Brian McCann wrote: > > Hi all...I tried searching through the archives to find some > > help...but there was WAY to much returned. So...here's my question. > > I need to be able to open an X session (complete with KDE and all) > > from a Win2k Box. I've got Xmanager for Win2k, and I can connect and > > get an xterm session via ssh, but when I type startx, it starts up X > > on the console. I would have thought it would have grabbed the > > name/number of the display I was currently logged into to send the > > output to. Anyone know how I can do this, or a good site with a > > how-to? > > what's your $DISPLAY value set to? If it's :0.0, you need to set > it to be the host you're connecting from. try: > > export DISPLAY=:0.0 > > where is where your ssh connection originates. > > Actually I think that $DISPLAY should be set ot :0.10 (as the default offset) to have the xsession forwarded over the ssh connection. This, if I recall correctly will be related to the way you start your ssh. I have a feeling that some windows ssh clients need to be explicity told to forward X in order to tell the sshd that $DISPLAY needs to be appropriately set. If you set $DISPLAY manually it will not forward over the ssh connection. Which ssh client are you using? --kit -- whois -h whois.gandi.net KM78-GANDI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 5:53:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEA737B401 for ; Wed, 13 Nov 2002 05:53:30 -0800 (PST) Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9A043E8A for ; Wed, 13 Nov 2002 05:53:29 -0800 (PST) (envelope-from anthony@freebie.atkielski.com) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id gADDrQG73703 for ; Wed, 13 Nov 2002 14:53:26 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <02cf01c28b1c$0b487bc0$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <028701c28b07$d8036bd0$0a00000a@atkielski.com> <002301c28b0c$359598a0$1baccecd@donatev49iknkl> <02bf01c28b15$9b7cb2d0$0a00000a@atkielski.com> <3DD257F2.3060906@potentialtech.com> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 14:53:28 +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.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 Bill writes: > That's just wrong. Open source does not, by definition, > have the be writting by volunteers. But it almost always is. The source code is the golden treasure of a software company; if it loses control of that, it goes out of business for lack of revenue. So source is never published unless a company has other means of making money. > A perfect example is MySQL AB, which sells commercial > licenses of its products to many people, and (by all > appearances) is making quite a good living at it. If you need a commercial license to use their software, it's not open source. > The mistake you're making here is comparing open > source to commercial software. The mistake most open-source advocates make is in thinking that they can somehow ignore reality and live without income, or generate revenue without products or services to sell. That cannot happen, and it is this reality that makes open-source self-limiting in extent. > What you should do is compare open source to > closed source. I am. > Personally, I have no problem paying for software, > if it's worthwhile. Nor do I. I don't normally have to see the source code, if I have reason to believe that the vendor is trustworthy, or is liable for its actions. There are a few exceptions. I like to see published source code for cryptographic and security products, for example. > An operating system that does something unexpected, > which I can't change and which the developers write > off as a "design decision" is not what I'd like to > pay money for. Operating systems are no different from any other software in this respect. > You've got a lot of interesting ideas. They are not my ideas. They are economic realities. > If that's true, how do you explain MySQL AB, > Redhat, etc? Easy. They sell things. Their "open" nature is extremely circumscribed. The source itself may be "open," but just about everything else about it--including, in some cases, just the right to use it--is _closed_, and must be paid for. There isn't any way around this. There is no utopia. People who seriously believe that open source is a path to a future paradise in which software will be free to all and will magically write itself without any need to pay programmers are in for some rude surprises once they get out into the real world. The only people I've seen who really believe this are those who are being supported by someone or something else, e.g., college students, part-time volunteers, etc. > Even Sun has sold "source licenses" to it's OS > at times (correct me if I'm wrong on this one). That's not open source. Just publishing source doesn't make it open, if there are restrictions placed on its use. Musical scores are routinely published, but that doesn't mean that you can copy or perform them for free. > I doubt both of those. I don't. The basic business model is sound and has worked for centuries; Microsoft is no exception to the rule, and nothing will change. > Microsoft's licensing practices are starting to mimic > the things that Novell did when they were starting > to lose ground ... Correlation is not causation. If Microsoft really resembled Novell, it would have followed the same path. Furthermore, Microsoft didn't invent such licensing practices. Many other companies have used them--successfully. I know it's romantic to think that Microsoft is somehow going to collapse on itself in the near future, but that is very unlikely. Instead, Microsoft will go the path of all other large companies, passing through a golden age, then settling into gradual stability followed by decline, and eventually breaking. That can take decades, though, and Microsoft is still in its prime, although the golden age is over. > ... and those things forced them down faster than > Microsoft's anti-Novell advertising. Microsoft will not follow the same path. > But on the flip side, Novell is still around and making some money, although > it's not the industry heavyweight it once was. Novell was poorly managed. There was no one single Great Error that made the difference. A big problem with Novell was that it was almost a one-trick pony, like Quark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 6:34: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F91E37B401 for ; Wed, 13 Nov 2002 06:34:08 -0800 (PST) Received: from hub.org (hub.org [64.49.215.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32C343E75 for ; Wed, 13 Nov 2002 06:34:07 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.49.215.141]) by hub.org (Postfix) with ESMTP id 274F68A8B17 for ; Wed, 13 Nov 2002 10:33:58 -0400 (AST) Date: Wed, 13 Nov 2002 10:33:57 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Subject: Linux better for desktop computing in heterogenous environments? Message-ID: <20021113102726.K20557-100000@hub.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 G'day ... You know that I'm frustrated when I even mumble those 5 letters, but there it is ... I'm currently trying to spear-head moving ~400 laptops that are used by the CompSci department at the local University from Linux to FreeBSD, and, so far, have been able to do everything they require except for one crucial thing ... get the ncp* stuff to work ... First and foremost, does anyone know of any good documentation on this, specifically setting it up ... all the documentation that I can find refers to using IPX, yet the man page(s) talk about being able to use the -A option to do UDP instead ... If I do: ncplogin -A -U -T I get back: ncplogin: no default connection found: syserr = Bad file descriptor But searching Google, I can't seem to find anything that indicates what I may have setup wrong ... I've been plugging away at this, on and off, for several weeks now, and from what I can tell, its the last requirement that I have to fulfill ... a pointer to a doc about this would be great ... The OS is 4.7-STABLE from Nov 7th ... Thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 6:47:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7B837B401 for ; Wed, 13 Nov 2002 06:47:19 -0800 (PST) Received: from ns1.vrx.net (vrx.net [216.13.126.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F7543E88 for ; Wed, 13 Nov 2002 06:47:18 -0800 (PST) (envelope-from alvaro@vrx.net) Received: from [192.168.1.100] (pcp01914819pcs.verona01.nj.comcast.net [68.37.136.214]) by ns1.vrx.net (Postfix) with ESMTP id 0650FD2A7 for ; Wed, 13 Nov 2002 09:47:15 -0500 (EST) Mime-Version: 1.0 X-Sender: alvaro@199.166.24.1 Message-Id: In-Reply-To: References: Date: Wed, 13 Nov 2002 09:47:13 -0500 To: questions@FreeBSD.ORG From: Alvaro Gil Subject: Stuck in 640X480 want 800X600 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 Hey guys.. Im still fighting this horrid laptop! (Gateway 2000 Solo P3C) Im stuck in 640X480 mode and would like to have my console in 800X600 mode. I have read that by having the machine boot in 600X800 yields better results when starting X. Here is my question, how do I get my console into 800X600 mode? I have tried my BIOS and there is no option for an extended text mode. DOS also boots into 640X480. This machine uses the C&T 655548 chip. If anyone can any links, advice, suggestions are will be appreciated. Here are pics of the laptop. You can see the console is 640X480 and so is x. I also cant get x to display more than 4 colors. http://www.AlvaroGil.com/~alvaro/misc/FreeBSD_Questions/SmallConsole.JPG http://www.AlvaroGil.com/~alvaro/misc/FreeBSD_Questions/Small4clrX.JPG -- ____________________________________________ Alvaro Gil http://www.AlvaroGil.com '84 Volvo 242 Turbo (Silver) 15 psi '97 Leopard Gecko (White, Yellow, Black) NJIT Mechanical Engineering Student ____________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 6:55:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDBB37B401 for ; Wed, 13 Nov 2002 06:55:33 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501E243E8A for ; Wed, 13 Nov 2002 06:55:33 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.6+Sun/8.11.6) id gADEtVn12882; Wed, 13 Nov 2002 09:55:31 -0500 (EST) From: Jerry McAllister Message-Id: <200211131455.gADEtVn12882@clunix.cl.msu.edu> Subject: Re: I'm probably overlooking something really stupid but... To: warendaj@comcast.net (J.M. Warenda) Date: Wed, 13 Nov 2002 09:55:31 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <008c01c28af0$fe072360$4500a8c0@lucifer> from "J.M. Warenda" at Nov 13, 2002 03:45:17 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > ...sometimes you need to just ask to see if you overlooked > something obvious. > > I'm running a FreeBSD 4.4-RELEASE box as my natd gateway for my > home LAN and lately it's been reporting that /var is full ... df > reports it at 107% capacity but du doesn't reveal what's filling it up. > > I had once had apache fill /var because of some trojan trying IIS > attacks on my apache server, but I've since disabled Apache so, it's > not that! Only other things running are ftpd, telnetd, and sshd ... > plus ezbounce (so I can ident on EFNet from machines behind the > gateway), natd, and xchat under X. > > Any thoughts on what might be filling var? I ran fsck -f and that > didn't reveal anything. Did you look and see which files are getting so big in /var ? - eg cd to /var and do 'du -sk *' and go down a directory or so if needed, such as if it is in /var/log find out which file in /log is so big and then look in it and see what the log messages are. Or if it is in spool, see which file is big and it will give you an idea of what is getting stuck. that would get you started for places to look anyway. ////jerry > > -John > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7: 4:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D020237B401 for ; Wed, 13 Nov 2002 07:04: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 C02E243E6E for ; Wed, 13 Nov 2002 07:04:08 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id gADF40k31335; Wed, 13 Nov 2002 17:04:00 +0200 Message-Id: <200211131504.gADF40k31335@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 13 Nov 02 17:02:43 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Paul Everlund , questions@freebsd.org Date: Wed, 13 Nov 2002 17:02:38 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Net connection problem: sis, miibus In-reply-to: <3DCE7339.7010400@cs.umu.se> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I have never used sis-based network adapter, so I skip the miibus stuff (it seems very weird indeed) > Also, one last thing, ifconfig says the sis is using full-duplex. Is > that ok, if maybe not the other side can handle full-duplex? If the other side cannot handle full-duplex, then this is definitely *not* OK, and duplex mismatch can cause exactly the behaviour that you described. What is in the other end of the connection? Anyway, try forcing the sis to the speed and duplex settings that match the other side and see if the problems go away. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * 'Ome is where you 'ang your @ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7:11:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6B637B401 for ; Wed, 13 Nov 2002 07:11:46 -0800 (PST) Received: from c014.snv.cp.net (h002.c014.snv.cp.net [209.228.35.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FAF543E3B for ; Wed, 13 Nov 2002 07:11:45 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 17702 invoked from network); 13 Nov 2002 07:11:44 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.76) with SMTP; 13 Nov 2002 07:11:44 -0800 X-Sent: 13 Nov 2002 15:11:44 GMT Message-ID: <001001c28b27$211a1ca0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Marc G. Fournier" , References: <20021113102726.K20557-100000@hub.org> Subject: Re: Linux better for desktop computing in heterogenous environments? Date: Wed, 13 Nov 2002 10:12:46 -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 Sender: owner-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 I do: > > ncplogin -A -U -T Use -S instead of -A . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7:17: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDEE37B401 for ; Wed, 13 Nov 2002 07:17:03 -0800 (PST) Received: from hub.org (hub.org [64.49.215.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CC743E4A for ; Wed, 13 Nov 2002 07:17:03 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.49.215.141]) by hub.org (Postfix) with ESMTP id 5D2318A4D1F; Wed, 13 Nov 2002 11:16:54 -0400 (AST) Date: Wed, 13 Nov 2002 11:16:54 -0400 (AST) From: "Marc G. Fournier" To: Kliment Andreev Cc: freebsd-questions@freebsd.org Subject: Re: Linux better for desktop computing in heterogenous environments? In-Reply-To: <001001c28b27$211a1ca0$ca0110ac@vinyl.tkvbp.com> Message-ID: <20021113111627.U20557-100000@hub.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, 13 Nov 2002, Kliment Andreev wrote: > > If I do: > > > > ncplogin -A -U -T > > Use -S instead of -A . ncplogin: can't find server <>: syserr = Network is down To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7:22:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B0537B401 for ; Wed, 13 Nov 2002 07:22:13 -0800 (PST) Received: from smtprelay8.dc2.adelphia.net (smtprelay8.dc2.adelphia.net [64.8.50.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2531343E88 for ; Wed, 13 Nov 2002 07:22:12 -0800 (PST) (envelope-from gabrokers@earthlink.net) Received: from robert ([68.67.166.147]) by smtprelay8.dc2.adelphia.net (Netscape Messaging Server 4.15) with SMTP id H5ITCI03.8CY; Wed, 13 Nov 2002 10:21:54 -0500 From: "G. A. Brokers" To: Subject: Gone Out of Business Fine Art Liquidation - Boulanger, Pino, Delacroix, Moti, Kondakova, Erte, McKnight, Hallam and Royo Date: Wed, 13 Nov 2002 07:28:09 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: High 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 From: C. Fenton G.A. Brokers, Palm Desert, CA Re: Gone Out of Business Fine Art Liquidation Global Art Brokers has been retained by a major Art Publisher to liquidate entire inventory of Boulanger, Pino, Delacroix, Moti, Kondakova, Erte, McKnight, Hallam and Royo signed and numbered limited edition prints. First come first served: http://www.globalartbrokers.com/promo1.htm Just in time for the Holidays. What are the gifts you gave last year worth today???? Best Regards, Christina Fenton G.A. Brokers Palm Desert, CA USA 760-485-6716 www.globalartbrokers.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7:25:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0911A37B401 for ; Wed, 13 Nov 2002 07:25:44 -0800 (PST) Received: from c014.snv.cp.net (h011.c014.snv.cp.net [209.228.35.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 9983543E3B for ; Wed, 13 Nov 2002 07:25:43 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 808 invoked from network); 13 Nov 2002 07:25:42 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.85) with SMTP; 13 Nov 2002 07:25:42 -0800 X-Sent: 13 Nov 2002 15:25:42 GMT Message-ID: <000a01c28b29$146af8b0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Marc G. Fournier" Cc: References: <20021113111627.U20557-100000@hub.org> Subject: Re: Linux better for desktop computing in heterogenous environments? Date: Wed, 13 Nov 2002 10:26:44 -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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > ncplogin -A -U -T > > > > Use -S instead of -A . > > ncplogin: can't find server <>: syserr = Network is down Check these Q&A I've found on google groups, they might be useful. http://groups.google.com/groups?hl=en&lr=&ie=ISO-8859-1&q=ncplogin+syserr+ne twork+is+down&btnG=Google+Search To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 7:31:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE6137B401 for ; Wed, 13 Nov 2002 07:31:33 -0800 (PST) Received: from mail3.netbeat.de (mail3.netbeat.de [62.208.140.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 59F9943E4A for ; Wed, 13 Nov 2002 07:31:32 -0800 (PST) (envelope-from alex@gutza36.de) Received: (qmail 931 invoked by uid 101); 13 Nov 2002 15:31:46 -0000 Received: from zephyros.imp.uni-erlangen.de (HELO zephyros) (131.188.187.109) by mail3.netbeat.de with SMTP; 13 Nov 2002 15:31:46 -0000 From: "alex@imp" To: Alvaro Gil Date: Wed, 13 Nov 2002 16:29:48 +0100 MIME-Version: 1.0 Subject: Re: Stuck in 640X480 Cc: questions@FreeBSD.ORG Message-ID: <3DD27DFC.23709.14A6A0A@localhost> In-reply-to: References: X-mailer: Pegasus Mail for Windows (v4.02) 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 hi, i'm heading the same problem but not with a notebook. freebsd is not recognizing my AGP-V7100 graphic card.. what can i do?!? On 13 Nov 2002 at 9:47, Alvaro Gil wrote: > Hey guys.. > > Im still fighting this horrid laptop! (Gateway 2000 Solo P3C) > Im stuck in 640X480 mode and would like to have my console in 800X600 > mode. I have read that by having the machine boot in 600X800 yields > better results when starting X. > > Here is my question, how do I get my console into 800X600 mode? I > have tried my BIOS and there is no option for an extended text mode. > DOS also boots into 640X480. > > This machine uses the C&T 655548 chip. If anyone can any links, > advice, suggestions are will be appreciated. > > Here are pics of the laptop. You can see the console is 640X480 and > so is x. I also cant get x to display more than 4 colors. > > http://www.AlvaroGil.com/~alvaro/misc/FreeBSD_Questions/SmallConsole.JPG > > http://www.AlvaroGil.com/~alvaro/misc/FreeBSD_Questions/Small4clrX.JPG > -- > ____________________________________________ > Alvaro Gil > http://www.AlvaroGil.com > '84 Volvo 242 Turbo (Silver) 15 psi > '97 Leopard Gecko (White, Yellow, Black) > NJIT Mechanical Engineering Student > ____________________________________________ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 13 7:57:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B28037B401 for ; Wed, 13 Nov 2002 07:57:28 -0800 (PST) Received: from eagle.homedns.org (dhcp-166-61.slidell.charter-ala.com [68.112.209.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBC043E4A for ; Wed, 13 Nov 2002 07:57:27 -0800 (PST) (envelope-from kenny@eagle.homedns.org) Received: from localhost (kenny@localhost) by eagle.homedns.org (8.9.3/8.9.3) with ESMTP id JAA07190 for ; Wed, 13 Nov 2002 09:42:02 -0600 (CST) (envelope-from kenny@eagle.homedns.org) Date: Wed, 13 Nov 2002 09:42:02 -0600 (CST) From: Kenny Elliott To: freebsd-questions@freebsd.org Subject: firewall / natd problem I think Message-ID: <20021113094049.Q7187-100000@eagle.homedns.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 a problem that I just can't seem to figure out. I have a FreeBSD server connected to the internet via xl1 which is connected to a cable modem. This interface gets it's ip dynamicly via dhcp. Interface xl0 has an assigned ip address of 10.1.1.1 and is connected to an internal network. Clients on the internal network are given ip addresses in the 10.1.1.0/24 class C via dhcp. I use the homedns.org service to map the ip address that xl1 receives to eagle.homedns.org. I have configured natd to run on the server. rc.conf and ipfw output to follow I have an apache server running on this server and it is configured to respond to eagle.homedns.org. If I connect to the web server from the outside world it works correctly. However, if I attempt to connect to the web server from one of the internal clients the connection is VERY slow. Accessing outside web servers from the same client works without a problem speed is wuite acceptable. This client has the same problem (very slow) whne attempting to retreive it's mail from the pop server running on the freebsd box. Hopefully someone can point me in the right direction to get this corrected. Please excuse im if I am doing anything obviously wrong here. I'm not very familar with freebsd I mainly have experiance with Linux and Solaris. Thanks in advance. Kenny Contents of my rc.comf file: gateway_enable="YES" natd_program="/sbin/natd" natd_enable="YES" natd_interface="xl1" natd_flags="-f /etc/natd.conf" tcp_drop_synfin="YES" # -- sysinstall generated deltas -- # saver="fire" network_interfaces="xl0 xl1 lo0" pccard_ifconfig="NO" pccard_mem="DEFAULT" # -- sysinstall generated deltas -- # routerflags="" ifconfig_xl0="inet 10.1.1.1 netmask 255.255.255.0" ifconfig_xl1="DHCP" router="routed" router_enable="YES" hostname="eagle.homedns.org" ldconfig_paths="/usr/lib /usr/local/lib /usr/local/X11R6/lib" named_enable="YES" firewall_enable="YES" firewall_type="OPEN" firewall_quiet="NO" firewall_script="/etc/rc.firewall" Output of ipfw -a l: 00100 31895 10126379 divert 8668 ip from any to any via xl1 00100 282 11054 allow ip from any to any via lo0 00200 1 56 deny ip from any to 127.0.0.0/8 65000 31894 10126323 allow ip from any to any 65535 8 1482 deny ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8: 0:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5181437B401 for ; Wed, 13 Nov 2002 08:00:50 -0800 (PST) Received: from mta201-rme.xtra.co.nz (mta201-rme.xtra.co.nz [210.86.15.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3FE43E75 for ; Wed, 13 Nov 2002 08:00:48 -0800 (PST) (envelope-from kit@hypostasis.com) Received: from mta1-rme.xtra.co.nz ([210.86.15.141]) by mta201-rme.xtra.co.nz with ESMTP id <20021113160047.EJRM11954.mta201-rme.xtra.co.nz@mta1-rme.xtra.co.nz>; Thu, 14 Nov 2002 05:00:47 +1300 Received: from amethyst.hypostasis.com ([219.88.77.237]) by mta1-rme.xtra.co.nz with ESMTP id <20021113160047.MKVF6546.mta1-rme.xtra.co.nz@amethyst.hypostasis.com>; Thu, 14 Nov 2002 05:00:47 +1300 Received: from amethyst.hypostasis.com (localhost [127.0.0.1]) by amethyst.hypostasis.com (8.12.6/8.12.6) with ESMTP id gADG3QsW027119; Thu, 14 Nov 2002 05:03:26 +1300 (NZDT) (envelope-from kit@amethyst.hypostasis.com) Received: (from kit@localhost) by amethyst.hypostasis.com (8.12.6/8.12.6/Submit) id gADG3PP8027118; Thu, 14 Nov 2002 05:03:25 +1300 (NZDT) (envelope-from kit) Date: Thu, 14 Nov 2002 05:03:25 +1300 From: kit To: Brian McCann Cc: "'kit'" , "'paul beard'" , freebsd-questions@FreeBSD.ORG Subject: Re: X Remotely on a Win2k Box Message-ID: <20021113160325.GA26962@amethyst.hypostasis.com> References: <20021113071404.GA81762@amethyst.hypostasis.com> <001201c28b19$dca26a30$1500a8c0@dogbert> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001201c28b19$dca26a30$1500a8c0@dogbert> 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, Nov 13, 2002 at 08:37:50AM -0500, Brian McCann wrote: > I'm using Xmanager...it has SSH connection support built into it. I > will be trying what you all suggested shortly and post my results. > Thanks all! > > --Brian > > > > On Tue, Nov 12, 2002 at 10:20:31PM -0500, Brian McCann wrote: > > No go. Tried host:0.0, host:0, nothing worked...still ran on the > > console. I am starting up X windows using "startx"...should I be > > using something different? > > > > Thanks, > > --Brian > > > Actually I think that $DISPLAY should be set ot :0.10 (as the default > offset) to have the xsession forwarded over the ssh connection. This, if > I recall correctly will be related to the way you start your ssh. > > I have a feeling that some windows ssh clients need to be explicity told > to forward X in order to tell the sshd that $DISPLAY needs to be > appropriately set. > > If you set $DISPLAY manually it will not forward over the ssh > connection. Which ssh client are you using? > I erred. ssh will generate a $DISPLAY with an offset of the form :10.0 You may want to set the "Obtain a Display number automatically" check box, and keep an eye on the output of the execution progress/result sshd sets up a $DISPLAY with an offset so as not to interfere with and X servers runningon the machine you are connecting to. Probaby what you want to do (as someone else suggested) is run startkde as you already have an X server (on you local machine) running. I think that in the Execution Command a straight startkde should suffice, rather than from an xterm. --kit -- whois -h whois.gandi.net KM78-GANDI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DA837B401 for ; Wed, 13 Nov 2002 08:02:44 -0800 (PST) Received: from motgate3.mot.com (motgate3.mot.com [144.189.100.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB6F43E75 for ; Wed, 13 Nov 2002 08:02:43 -0800 (PST) (envelope-from vidya@motorola.com) Received: from pobox3.mot.com (pobox3.mot.com [10.64.251.242]) by motgate3.mot.com (Motorola/Motgate3) with ESMTP id gADFxYUH017957 for ; Wed, 13 Nov 2002 08:59:34 -0700 (MST) Received: [from il02exb02.corp.mot.com (il02exb02.corp.mot.com [10.0.100.67]) by pobox3.mot.com (MOT-pobox3 2.0) with ESMTP id IAA07499 for ; Wed, 13 Nov 2002 08:58:34 -0700 (MST)] Received: by il02exb02.corp.mot.com with Internet Mail Service (5.5.2654.52) id ; Wed, 13 Nov 2002 10:02:37 -0600 Message-ID: From: Narayanan Vidya-CVN065 To: "'freebsd-questions@FreeBSD.ORG'" Subject: Cisco Aironet 350 Series Card Support Date: Wed, 13 Nov 2002 10:02:35 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am very new to FreeBSD. So, please pardon me if my questions are too trivial or have been asked before. I am trying to use a Cisco Aironet 350 Series WLAN client adapter on a desktop with a PCMCIA slot running FreeBSD 4.4. I noticed that my pccard.conf file only had an entry for the 340 series card. Based on suggestions from a FreeBSD site, I changed the 340 to 350 in the /etc directory and now the machine finds a match for the card and says "pccardd started" upon reboot. However, it does say "Failed to allocate IRQ for Cisco Systems". How do I allocate an IRQ for the device? Currently, my /sys/i386/conf/GENERIC file has an IRQ 0 entry for the PCMCIA card. I figured this should be ok to use any available IRQ. However, it certainly does not seem to work. Also, I am unable to execute any ifconfig or ancontrol commands on the WLAN interface. No interface "anX" is listed. There is a pcic0 that is listed against the PCMCIA support, but then that does not seem to be an interface. When I try "ancontrol -i an0 -S", it says "ancontrol: SIOCGAIRONET: Device not configured". I have the following lines included in the rc.conf file: pccard_enable="YES" pccard_mem="0xd0000" pccard_ifconfig="inet 10.10.10.59 netmask 255.255.255.0" Any ideas on how I might be able to get this to work? Thanks, Vidya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8: 3:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B6E37B401 for ; Wed, 13 Nov 2002 08:03:53 -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 AA95643E77 for ; Wed, 13 Nov 2002 08:03:52 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gADG3kwQ096177 for ; Wed, 13 Nov 2002 08:03:46 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gADG3fjG096176 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 08:03:41 -0800 (PST) (envelope-from nkinkade) Date: Wed, 13 Nov 2002 08:03:41 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: D-Link DWL-650 Message-ID: <20021113160341.GF72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <1037174820.8985.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037174820.8985.4.camel@localhost.localdomain> 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 Tue, Nov 12, 2002 at 11:06:59PM -0900, Damien Hull wrote: > > On Sun, 2002-11-10 at 10:32, Warren Block wrote: > > Off-list reply... > > > > > I've got a Toshiba Tecra 700CT that I would like to connect to a > > > wireless network. The wireless card I have is a D-Link DWL-650. > > > > This card works fine on my Tecra 8000. Make sure you don't have the > > DWL-650A, which is Cardbus. > > > > > 3. When trying to pass traffic I get a "watchdog timeout" where the card > > > times out instead of sending data. > > > > I think that's an interrupt error. On a machine that old, it may be an > > ISA thing. First, look through your BIOS settings for PNP (Configure by > > OS) and PC Card controller mode. On mine, I found that making these > > settings worked the best for the various cards I had. (Although the > > DWL-650 worked fine without them.) > > > > -Warren Block * Rapid City, South Dakota USA > > I did some more searching and testing and everything I found seams to > say the same thing you did. It's an IRQ problem. > > I tried different IRQs with out any luck. Again, the card looks > configured but you can't pass any traffic. When I try to ping a host I > get "watchdog timeout". > > I may end up using Linux on this laptop. When you say, "I tried different IRQs", what exactly do you mean? Is the IRQ on the card jumperable, or do you mean that in the BIOS you set certain IRQs to "ISA/Legacy" (or similiar) and others to "PCI/PnP"? If you were just tweaking with BIOS settings, what settings did you try? If you jumpered to card for a specific IRQ, which IRQs did you try? Randomly picking IRQs is not a reliable test method. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:12:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D250637B401 for ; Wed, 13 Nov 2002 08:12:16 -0800 (PST) Received: from brfree.com.br (mail.brfree.com.br [200.197.53.26]) by mx1.FreeBSD.org (Postfix) with SMTP id A290343E3B for ; Wed, 13 Nov 2002 08:12:15 -0800 (PST) (envelope-from flfernandez@brfree.com.br) Received: (qmail 3446 invoked by uid 65534); 13 Nov 2002 14:11:36 -0000 Message-ID: <20021113141135.3440.qmail@brfree.com.br> From: Fernando@brfree.com.br To: freebsd-questions@FreeBSD.ORG Subject: Password expires on Win2k w samba PDC Date: Wed, 13 Nov 2002 14:11:35 +0000 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, I'm using fbsd4.5 running samba - PDC for windows clients. Everything was ok until it began to display (on win2k) a message that my password "expires today". I've changed the password and nothing changed. This messages is being displayed for a week. Does anybody know how to stop it? I don't need the passwords to expire. Very Thanks, Fernando. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:28:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9BD737B401 for ; Wed, 13 Nov 2002 08:28:35 -0800 (PST) Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688D643E42 for ; Wed, 13 Nov 2002 08:28:34 -0800 (PST) (envelope-from Jacques.Beigbeder@ens.fr) Received: from trefle.ens.fr (trefle.ens.fr [129.199.96.17]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id gADGSSB56018 for ; Wed, 13 Nov 2002 17:28:28 +0100 (CET) Received: from (beig@localhost) by trefle.ens.fr (8.12.3/jb-1.1) X-Authentication-Warning: trefle.ens.fr: beig set sender to Jacques.Beigbeder@ens.fr using -f Date: Wed, 13 Nov 2002 17:28:28 +0100 From: Jacques Beigbeder To: freebsd-questions@freebsd.org Subject: bruncd on 4.7 + YAMAHA CRW2200E Message-ID: <20021113162828.GA12089@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Hardware: PC Asus / Athlon processor OS : FreeBSD 4.7, GENERIC kernel During the boot, I read in syslog messages: ata1-slave: ATAPI identify retries exceeded ad0: 19546MB [39714/16/63] at ata0-master UDMA100 acd0: CD-RW at ata1-master PIO4 The CD works since I can mount data CD. When trying to write on an already burnt CD, I get: /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=0x21 ascq=0x00 error=0x00 ON a fresh CD, running: burncd -f /dev/acd0c -s 4 -d data MY_ISO_IMAGE fixate displays: /kernel: acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 /kernel: acd0: START_STOP - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 Do you have some help? Thanks in advance, -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:33:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1EA37B401 for ; Wed, 13 Nov 2002 08:33:48 -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 39C1743E3B for ; Wed, 13 Nov 2002 08:33:47 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gADGXfwQ096230 for ; Wed, 13 Nov 2002 08:33:41 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gADGXapk096229 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 08:33:36 -0800 (PST) (envelope-from nkinkade) Date: Wed, 13 Nov 2002 08:33:36 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: Thanks guys Message-ID: <20021113163336.GG72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113104844.GA1869@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 On Wed, Nov 13, 2002 at 11:48:44AM +0100, Cliff Sarginson wrote: > On Wed, Nov 13, 2002 at 01:01:08AM -0800, Grant Cooper wrote: > > There are so many different types of UNIX. If freeBSD is so great why won't > > natural selection begin and let some of these Unix flavors die? > > > > Really, wouldn't it be a better world if we had just a couple open source > > OS? > > > Why ? That's why it's Open-Source, it breaks the monopoly of closed > source. Ok, 20 flavours of Linux and at least 3 of *BSD; well...that's > -- > Regards > Cliff Sarginson > The Netherlands 20 flavours of Linux? A quick search at http://www.linux.org/dist/ with criteria "Any Language", "Any Category" and "Intel Compatible" returns 149 distros. Even moving the Caterory to "Mainstream/General Public" returns 56. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:42:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BCA37B401 for ; Wed, 13 Nov 2002 08:42:38 -0800 (PST) Received: from c014.snv.cp.net (h011.c014.snv.cp.net [209.228.35.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 30B4F43E3B for ; Wed, 13 Nov 2002 08:42:38 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 7477 invoked from network); 13 Nov 2002 08:42:32 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.85) with SMTP; 13 Nov 2002 08:42:32 -0800 X-Sent: 13 Nov 2002 16:42:32 GMT Message-ID: <000c01c28b33$d0306260$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Jacques Beigbeder" , References: <20021113162828.GA12089@trefle.ens.fr> Subject: Re: bruncd on 4.7 + YAMAHA CRW2200E Date: Wed, 13 Nov 2002 11:43:34 -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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ON a fresh CD, running: > burncd -f /dev/acd0c -s 4 -d data MY_ISO_IMAGE fixate > displays: > /kernel: acd0: TEST_UNIT_READY - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 > /kernel: acd0: START_STOP - MEDIUM ERROR asc=0x57 ascq=0x00 error=0x00 I have the same CDRW and it works fine. Maybe something is wrong with CD media according to the message you get "MEDIUM ERROR". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:42:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4750937B401 for ; Wed, 13 Nov 2002 08:42:50 -0800 (PST) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id A033443E3B for ; Wed, 13 Nov 2002 08:42:48 -0800 (PST) (envelope-from joan@grummit.biaix.org) Received: (qmail 36116 invoked by uid 1000); 13 Nov 2002 16:41:50 -0000 Date: Wed, 13 Nov 2002 17:41:50 +0100 From: Joan Picanyol i Puig To: freebsd-questions@freebsd.org Subject: Re: firewall / natd problem I think Message-ID: <20021113164150.GA35994@grummit.biaix.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20021113094049.Q7187-100000@eagle.homedns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113094049.Q7187-100000@eagle.homedns.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 * Kenny Elliott [20021113 16:56]: > Interface xl0 has an assigned ip address of 10.1.1.1 and is connected > to an internal network. Clients on the internal network are given ip > addresses in the 10.1.1.0/24 class C via dhcp. [snip] > If I connect to the web server from the outside world it works > correctly. However, if I attempt to connect to the web server from > one of the internal clients the connection is VERY slow. Accessing > outside web servers from the same client works without a problem speed > is wuite acceptable. This client has the same problem (very slow) whne > attempting to retreive it's mail from the pop server running on the > freebsd box. How are you resolving DNS lookups from the inside? qvb -- pica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 8:46:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4359537B401; Wed, 13 Nov 2002 08:46:18 -0800 (PST) Received: from chat.ru (dialup95-81.ip.PeterStar.net [217.195.95.81]) by mx1.FreeBSD.org (Postfix) with SMTP id F30EF43EB2; Wed, 13 Nov 2002 08:44:02 -0800 (PST) (envelope-from gs2000@mail.ru) From: "Ñåðãåé" Subject: Õîðîøèé çàðàáîòîê â Èíòåðíåòå !!! Reply-To: gs2000@mail.ru X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Organization: GS Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="= Multipart Boundary 1106021946" Date: Wed, 6 Nov 2002 19:46:12 +0300 Message-Id: <20021113164403.F30EF43EB2@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 This is a multipart MIME message. --= Multipart Boundary 1106021946 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 7bit Äîïîëíèòåëüíûé çàðàáîòîê â Èíòåðíåò. Óâàæàåìûé ïîëó÷àòåëü. Åñëè äëÿ Âàñ ñëîâà Èíòåðíåò è ýëåêòðîííàÿ ïî÷òà - ðîäíûå, åñëè Âû ïîñòîÿííûé ïîñåòèòåëü ÷àòîâ è äîñîê îáúÿâëåíèé, åñëè Âàøà îñíîâíàÿ ðàáîòà ñâÿçàíà ñ ïîñòîÿííîé îòñûëêîé è ïðèåìîì ýëåêòðîííûõ ñîîáùåíèé - ÏÐÎÂÎÄÈÒÅ ÂÀØÅ ÂÐÅÌß Ñ ÂÛÃÎÄÎÉ ÄËß ÑÅÁß. Ýòó âîçìîæíîñòü ïðåäëàãàåò Âàì ïðîåêò - GOLDEN STREAM (Çîëîòîé Ïîòîê) Äàííûé ìåõàíèçì - îäèí èç ñàìûõ ëó÷øèõ è ýôôåêòèâíûõ. Ãëàâíîå ïðåèìóùåñòâî - ìàêñèìàëüíàÿ ïðîñòîòà è ëåãàëüíîñòü. Ñàìàÿ íèçêàÿ ñåáåñòîèìîñòü íà÷àëüíûõ çàòðàò äëÿ çàðàáîòêà â Èíòåðíåòå. Ýòîò áèçíåñ - Multi-level-EMAIL ðàáîòà ïî çàêàçàì. Ïðîãðàììà äåéñòâóåò ïðåâîñõîäíî íà 100%, êîãäà è ãäå óãîäíî.Ýòîò áèçíåñ ëåãêî ñîâìåùàåòñÿ ñ îñíîâíîé ðàáîòîé è çàíèìàåò íå áîëåå 1...2 ÷àñîâ â äåíü íà ïåðâûõ ýòàïàõ. Åñëè æå âû ïîñòîÿííûé ïîëüçîâàòåëü Èíòåðíåòà è ýëåêòðîííîé ïî÷òû (îñîáåííî åñëè Âû ïðîãðàììèñò, ÂÅÁ-ìàñòåð, ñòóäåíò), ÒÎ ÂÛ ÌÎÆÅÒÅ ÐÀÁÎÒÀÒÜ Ñ ÏÎËÜÇÎÉ ÄËß ÑÅÁß ÌÅÆÄÓ ÄÅËÎÌ!!! Ñàìà ðàáîòà çàêëþ÷àåòñÿ â ðàññûëêå ãîòîâûõ ïèñåì ïî ýëåêòðîííîé ïî÷òå, ïîëó÷åíèè è îáðàáîòêå ïîñòóïàþùèõ çàêàçîâ (è äåíåã) è â ïîñòîÿííîé èíôîðìàöèîííîé è êîíñóëüòàöèîííîé ïîääåðæêå íîâûõ êëèåíòîâ. ×åðåç îäèí, ìàêñèìóì äâà ìåñÿöà íóæíî áóäåò òîëüêî îáðàáàòûâàòü çàêàçû è ïîëó÷àòü äåíüãè! Äëÿ ðàáîòû äîñòàòî÷íî èìåòü îáû÷íûé ìîäåìíûé äîñòóï â Èíòåðíåò. Ïðè äîëæíîì óñåðäèè, ñîáëþäåíèè ðåêîìåíäàöèé, è æåëàíèè çàðàáîòàòü ïîñëå âñòóïëåíèÿ â áèçíåñ âàøà ïðèáûëü áóäåò ðàñòè îãðîìíûìè òåìïàìè! Ê êîíöó âòîðîãî ìåñÿöà ðåàëüíî çàðàáîòàòü óæå 20.000 ðóáëåé! Ïðîñòî, ñëåäóéòå èíñòðóêöèÿì. Âñ¸ áóäåò çàâèñåòü òîëüêî îò Âàøåãî æåëàíèÿ ðàáîòàòü, è âûïîëíåíèÿ ðåêîìåíäàöèé. Âû íèêîãäà íå çàäóìûâàëèñü, ïî÷åìó áîëüøèíñòâî ëþäåé íè÷åãî íå äîñòèãàþò â æèçíè, à òîëüêî ñåòóþò? Äà ïîòîìó ÷òî îíè ìàëî íà ÷òî â æèçíè ðåøàþòñÿ. Íà âñå ó íèõ åñòü ãîòîâûå îïðåäåëåíèÿ, ïðè÷åì ñôîðìóëèðîâàííûå íå èìè ñàìèìè, à óñëûøàííûå îò äðóãèõ. Íî èìåòü ñâîå ïðîâåðåííîå ìíåíèå - ýòî áîëüøàÿ ðîñêîøü è ðåäêîñòü. Òå æå, êòî íå áîèòñÿ ïðîáîâàòü è æèâåò áîëüøå äåéñòâèÿìè, ÷åì ñîìíåíèÿìè, î÷åíü áûñòðî îêàçûâàþòñÿ íà âåðøèíå! ÅÑËÈ ÏÐÅÄËÎÆÅÍÈÅ ÂÀÑ ÇÀÈÍÒÅÐÅÑÎÂÀËÎ, ÏÐÎ×ÒÈÒÅ ÂËÎÆÅÍÍÛÉ ÔÀÉË ÄÎ ÊÎÍÖÀ.  ÍÅÌ ÏÎÄÐÎÁÍÎÅ ÎÏÈÑÀÍÈÅ ÑÀÌÎÃÎ ÏÐÎÅÊÒÀ È ÑÓÒÈ ÏÐÅÄËÀÃÀÅÌÎÉ ÐÀÁÎÒÛ. ÂËÎÆÅÍÈÅ ÏÐÎÂÅÐÅÍÎ ÀÍÒÈÂÈÐÓÑÍÛÌÈ ÏÐÎÃÐÀÌÌÀÌÈ (Kaspersky Anti-Virus 4.0.1.54 è NORTON ANTIVIRUS 2002) Åñëè äàííîå ïðåäëîæåíèå Âàì íåèíòåðåñíî, ïðîñòî óäàëèòå åãî. Ìû èñêðåííå ïðîñèì ïðîùåíèÿ çà ïðè÷èíåííûå Âàì íåóäîáñòâà, ñâÿçàííûå ñ ïîëó÷åíèåì è îáðàáîòêîé äàííîãî ñîîáùåíèÿ. Äàííàÿ ðàññûëêà ïðîèçâåäåíà â ñîîòâåòñòâèè ñ ÷.4 ñò.29 Êîíñòèòóöèè ÐÔ. Âàø ýëåêòðîííûé àäðåñ ïîëó÷åí èç îòêðûòûõ èñòî÷íèêîâ. ÄÀÍÍÀß ÐÀÑÑÛËÊÀ ßÂËßÅÒÑß ÐÀÇÎÂÎÉ, È ÍÅ ÍÀÂßÇÛÂÀÅÒ ÏËÀÒÍÛÕ ÓÑËÓÃ. --= Multipart Boundary 1106021946 Content-Type: application/x-zip-compressed; name="Ðàáîòà â èíòåðíåòå.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Ðàáîòà â èíòåðíåòå.zip" UEsDBBQAAAAIALZMai1ZWMXFL24AAADOAQAWAAAAkKChruKgIKIgqK3ipeCt peKlLmRvY+19C4BdVXX2vpOdTAh5TCavIeRxZxKSAMkwc2du5s5k3pPHhAlJ BBSKKAYIBAwJkiDio41KlbZWKeVXa6kipRQVLVVqqeIDpdZaRGqtVUsVHyjl pzQiCiiQf6317XX23uecO5mEIOg/Z2ade8++5+zXWnu99tr73Pe1mQ988G/n f9+kjl4zwTx74CgzKUirIfiBXtQZ8yP6KBA8e+DAAU56gIAzOjB+/MYcj/zV XeY15hhrzOT6zyWYpYNS7njWmOnm3IvPvXjviXtPNJnjGDvXNA8WzNwBQPmN 2Xv4WFbA54EDM5K0at/1eIWcv1tjks/wOx8fnpn9nB3k8NmZB/9sp8/H6PP2 IP1X642ppxp/vd6YFXT9y3qkV/v8y5XGFOnzi/Q5lT6/Rp+T6fOa9Rgx167H fWP9nDZszONUfuFkY8516ReZ7KHt/o+VOT/S8VXC2DcN6hfep59a3oZWfKb7 V9unB1//WwP6JXwu/cn5/2EB+Xxsis9H66vX17jy00caT+l6pT+1PdcE7bnA +vp8tEwcij4nrzPmUqrXO6YZs8j6+hzuoeVpe26mT67KvuUfuPWtV3+hkG7H tmZjfkx1fh0915DJ7YU6lth6W2fnEsyxC+yJdC6aWXaRbbSL6Tyb0hvNNPpb bPtt2bbbNbbFthGUbTedt9DdffRLL6X103W3pHJaL33rtavpvkG6rpffiqaH rouml9JKlFPZdkkeA3aTS+XzgO2hJ0ty7qQUzrfV8q8jdNVBVz6lhYCfbbf8 HK577QZ5tmj4njX0+7CtSLntdO6h6za6LhouoexyLFHKAEG3y6eS1IdrPkz3 tUmOJTp3SPkorWj4zgFKXU/PtEhpPdIbvZKOGg3R3S22mbjENNPk6tQld+SV wX3GvdxDOW6p2mLUsJXy3pCk+bvQ2n76ldu6jspmHN5gltsmwmrRrHKf8wi/ RcJtka5m0bmOaGABnfukrtPoPrSyS/DZR6Vsltz7qXbVsb/B7DY7zflmu9lF +Zxm9prL6Ps2c4lBX3UQHXH7NI8eecpjvizt65Bv3IdKCWjzBodFUFkftXEN 5dKf3FVymBoQGi2abuqBfskzXVemp1PNKWaj4f5ZKM9toPry08DNGnp2g6Me 4Krb4Zd7FTVg2mul1BGXEpfBte6m5zEO+qmm7e6ustDbkN3oWlkSCqm3KKdH Rkev0HM/5a19wr9w2V1U43oapXPsSnpK8VovGCxSW5bQmF4oaTPp+2y6r4m+ 8+exdE+TXSnPKR0w5hvp78TkV3AB/rXecYXFtoHuWCn0wVf83DqzivpvgHpw E+XWwDlRHYrCS06iq0VSqqbMoRrxPccJZ2lw5SxM8uNWLLGcz7FyX73Uvo6e mm+VVmdLLiuJWrmlVCNTdH/a9tnCz+ZIznNc/rOltvyNaf0keRqlN1L7Ftlj 6NsC+pzHo4DapKXVS78UXU/z3dqD6M/59MwCynOlbaZrusNyGSfJnUsonVOy o4t+TXhqeuyEIx00w9yJqaBHxiCfmU7mCEWEd4MylE67Ei6U5XKDkkM1TjRg MdLAlUDnQ/Icj4ZOeXaebReq3eTyH0xKbxPeVYq4IPOLkpxbhOpw53oZx4OS yi0py6gacCnMTytS1iIL/jAQjZUhVyq3vMuCa3LeXe46/+4GKRH8q+z6Ia8n BygPbkc7jbySw8SA8CqMwVgmdUvfcO/0Og7GaS0i4Xqkh9GLXSIJmIN1ubs4 nw7KielgwPHEkYSzZOur8qbV8TrmPr6nUbdT7GDV8nocH+x18neDy7XDtbo3 yRll5HF4bnHJ4W+N0GSzkxYLLbSCNZJ/C0l/rhtkEeRqL9Wsx+Gkd5S8ByVf xucGeYprGFMcJDF0DEh7phKWeMNC4ZtcDftc+4ckN8Z4WepbEuoWaWUhzTdV qQ/L2Har/Dsth7l2fhQNSK+vISm5QVrAKWstc3BIIfQLsNzt2oqalJ3s4nK6 HC1ru8ruTpXovW4UzqF6r5Gx1CW9tMoMBnQAzQDys5JQQF5p0IaY7pieKo7O OqTt/NkjPY+xe4rDB2rl+1y5FcbvkOUaDck30CzuZ0no71WdDVoTeiRda+iN fdLLoa7DmKoQLkbkafAzHvmrXb3yKKRPRlJZdAaPwW5bdvXolp7I6zel8Hpb TS8Ita0sHXHPaekDUucWopGNtjLqWO+SGkBbrThMc2kYtSOO38U6QoeF5tgt JQAjva4tfHdFRmcr/drp8Ix822W8Ko7ahM5xz0iC95aclnEa0w4wxDXvcWl6 74C0qjOhOh0PXNYKo1yp08aSZINVfZjrNyw58/XxBvQUthNPlaxismwxEpnX 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 dNl5puKoe9yJWdmQRjDKK66uL3F9mfVoeb1xs1V+qZGPSFlltC6xnTbsRhrf E48snScI7SH1P3hvwhqHq7L11i9zCl0zoPyPa425y03WS3hQSWgHa2wf/Gst Lv+Qn4Inx/wUFKa7AqjPEnIH4z0t9ZHuV5TC3hL/UdLysK9CX5FvGzSU1Sac pytbndX347zPcakRqz7ng83Gaa/XW8xI+TUAPtqn0+bNQHlt+LnFRGT/JtMf R0r4NZcxZ0ivaFAtbNCqBYFVq4xZXifQZdWuGJTeYjyspz7qktpPNrUky2Mu l6/N1Mq9tTn3r65yf/7d5UO6u/2Q7s7Xgqvdna+ZV7s733+Ae1enrIlmSmtL eeM4jWMW02mVTEo2r7yc0ils2dUm9ia0X9SVfw3TS1XS26qkt0fpvUl6ucr9 q6ukdwTptULncUtrJfbBa1+IZAtnjPI8FjEWva88bzWueoxXmbQVBbsqL/98 vKt0y+IBo4Q5TxZrh9O+tkNuX6uMSFgYY2tjNRvVSfBMO2qFJsvUxiw957Wx /ZDbsFqeOZQ2VLP20YbsmKp146qdWpEdg9y6Q+3FfF6lNciWUSvjmPuwjX5t zqkjU1fpEOk1n796es1iDPVgiuXyOnIpl+vWecg9ki8ZtC55HLLWtRpYKUtt 0jWeJtwOEh+6uPrcy66F3J+H1mvVLPjRqMf7fDAPDr24IlIBv4V6zsoUt8bv sE1wx7Qof51RxnwfdHDfytgywWxftRbErR3t3rwoiuYEJy1BvVjX8Osgy3a0 uemKTevDeALz7OG6+HTJvkarDD8xenzJ6PMNKldrx9C7eX1WjUdmMVHtTrQl TfNMFyEXHEpqof4Y3UXA95tGlj43Gdac8ED0Cvsr1A+mNkpoNaQ9FuGMcd6c RtbDgT5S6yfuHViYaXtfR3R6DRvmbdQa92tjoK34KFhv6WtsBCzW0INcsRpf wHfCi8L69EDu+Dl4S3QuJ283EMyihRj0dWUq7KqCxeo4xK45aY9RmrLR0vok 96xcZ4z52Wmd/VA+5WMkQqsQNi17yrUMH3GdvztGi6SOplMpBXJp2V2C0hHO TAde18bYnn3Q/s/2bvXRnR5f1e4M+9bTUaUqHR3qDAV83Wl/OfiYn0+DvZ2d DVnpRlBnCpeIKOeyyzacnTkYFpTbp+PN8yIYylV7zc9SIiZYfe7e9kd+zdRT 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 5s5ayubO2pxsEhLbl+0GDLBvHZVk862jKJtvHVWVaVXN45apSR63TKU8bpla lWm9pVoer5uRDPTXzaA8XjejKtOqWo/h+qQew/WUx3B9VaZVNY+GOUkeDXMo j4Y5VZlW1bY8NC9py0PzKI+H5h0K0xo7eeoxYRQ2RwSRT5R6HLIMrdrsQ5Ch Vbv/EGRo1TwOQYZWbcshyNCq9TgEGVo1j0OQoVXbMnYZOi+TA6VJHis901rJ TGulMC3sZF8wLyF45cnG8MYARHAF8/f7q1K3ZPf0pCS7pydRdk9PGqswvcfz q3uYX91z1FiF6fWeS13PXOr6qWMVpjtnJE/uZN60c8ZYhWm350jdzJG668cq TKd6PjSV+dDUOWMVpvfPS568n7nP/fPGKkxvnZ88eet8evLW+QcXpoesxlfN 4xBYUE21PMZZUJzHbxYL4hVZbJiGz+v1LW0tBZ7MYSM6/F2vH3e/swEe/s5G cHjNxnR4zcZueM3GfXjNhnl4zQZ3eH3AHXrNPTDTfda7z1nuc7b7nOM+57rP ee6zIciPr+uOYH75B/dY9jjQX3O+fucyeP0Yr9Dihuu6vSswm7XVTV9uxUpE /tzhPt/vPj/uPu9wn59yn/K2D354w1w2IWtqJk2YaCfWTLBv7zLRoX17urnI XCI+nKLZTJ9X0OepZrfz+RhTpnxoUEws1BRqJ9VMrHWP1QVZ7eMT/ETnih/X mLZlUvrRk2wNH1VLHzCXUfnb5JmXs+E8xd8zIX4kYXH+maIZolJ53vJgrWii PhkwVzeY/bzVM3T+7ae+ehLDG66/8GaU9QTRxMUXcEnthntxQh0vkOSJ9TuG OfU4g0VcfHxoiZF58HQtx4+xHH816a7aKwhLbzWlFiamY2RJKi/0/Eei/ytf erDnRz9q5HzgQL27nm5m2zq7wJ5oi6aBYJZdZBvtYjpzOu6pNcfKlkBl205Q smkPan5J48eL9niWeIydUpNJ57H/wO9/4LGntuyo+8ifTDYnLv/EtzlYhQNl VBa814CIbjAY4MxlmQLuNlg4+A2DAM0HDBMOXqg82eAtTMz9p7q8GuiTOVp7 Aeva+wsIC9lUQKDGmQWscT+fPtnXvLMAzrq3AHn0xgLq8UOLgCq+5+7P3/Of xS8Xv3jvv37t3rs/rzu50EHpi1w9/uXB7z/4owd/4H+j6/R3rvfm3Zddsm0n 8uDn7vrZTx5+9AcPyDWX22Z+8jB/57qcctF5l+3es/uCvcUzdl92frHSTJ3W b/wh36894772k75QkO/3vvXat14df5/g6sCfzGz5kxnuOBMdP8aP8WP8GD/G j/Fj/Bg/xo/xY/wYPw73qGb/c0rNv3/1369vPrbuT99D9v/Kpz62ltImptKG yVC1Bd21Fh5Ytr8vNfABXG3gA7jGwJfMPgP2Ed9gYOvfYmDL83ILtp/Zh8C+ 5M8b2P5fNsj7hya28fmZ07e+tHjastOLmy4697Jtl10p9jG7Ivmz3X2yo4w/ W+dMlvKMKzfvc1Ed2pDjP5hah+K5aHZdfPWBn/zggf956EGjtvreGvzAx1aX VuP8ElMKqMO5BfhH5tegb5pq0De9NfAzvKwG/oUL3LU8S3DO1o1rz9nw0o1r JZepmjK8aePmkdMkR/aUnzNw/vDu807d/tqLtl8xdOV5O7fT/VwKe07OWcfv Wjvt8nMv3n7eXilzmjxx+d4duy+T36TAhlTi2ov2XLpz25Wbt12yXSrGnsdz UMJFuy48fffunXtO27H7il1bdp23PcHOgMGOfG8wq02Z9+02LWa9GaLzKtNJ 30qUvsq00t9a+dZpOgg66VsL/Q0QlOipsmkz6+jZIVMxWM/B+d7m2s/9sIGe nuC+q2eEP7nNvNKKsbjR7DIXmN3mQrPH9EsA5x6z1zSby8zlcj/fVwieXWle GuWVzpMpeI95reSiodf94j6/iHKvnu+m3xseYdJhb9ep67qKG7ZsWrtuc/G0 009dN3CKuWIX/8Z42nPRJbsv272rf9vl/Oa5dQPqcXLp3lNF12b8GD/Gj/Fj /Bg/xo/xY/wYP8aP8eOQDrFTDawUtiTZ0mH7kM1BtjzYpmUbdHy/+V/PfvPb DW+CYWTTB/alXERwMcGrCTj86xICDtVi8499LK8h4NCuPQbbJbD9+VojMXLm dQRXEvD2YW8geCMB29K/S/B7BhFpbzbYOOOtxu/azTtq887d7Lv5A5O/ezdv 4MA+nT8x8S7evAs37zbOu3mzr4d39H6fyd/V+waCDxr2QR048JcG20z8FcHN BH9t4Bv6kPv9I4b3VTHmowQfM9iOgr0Bf2sQ5fcJwxu+GPN3BJ8k+HsDX9I/ GET9fZrgToLPEHyW4HMGPqa7CL5A8EWDuJV/JPgSwT8Z+J7+meArBP9CcA/B VwnuJfiaQb3+lT6/bnhbasS7/DvBNwn+w/3+bQOf1H8S3E/wXwTfJfie+/0Z Bz901wq/roPD/3YT5RSJ8neJV4MpZuzHXDOxoHkxD5l0FHyJn8fPPJRMcaTw YY5rKb7lX2/lzweNi4Y0JllCe7jHFFOTlM/HwZ8w5kY+udDMVhq122gE7pSR d+jHdIkNz8bijnZ8mOC8k/H9DNkU5nzqB17ge7mEZ+5yG5+M5ZhP7Wd+zXx7 rOXz0TwI/9RE4lxc6iWyWPnKxGN2maToUufqx4rD6P/7+OT6f2Km5YdWnwqV z3LrUMr/Fp9c+bw5DwfAXkoc/VzhtId21FP5TPEsLw+l/7UklMpLxveSPNnt AoPHfsw1hSjOOu8eHXf6Gf7GF79OfjN+vLiOAmGft4Xi72nezfrb3Y8+/LNH Hvyfx4pxYKPohKecxl/X7j5PBhN/b6aLyy/Zvmtvc8U83vnx15jx40V+/D9Q SwECFAAUAAAACAC2TGotWVjFxS9uAAAAzgEAFgAAAAAAAAAAACAAtoEAAAAA kKChruKgIKIgqK3ipeCtpeKlLmRvY1BLBQYAAAAAAQABAEQAAABjbgAAAAA= --= Multipart Boundary 1106021946-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9: 7:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65BB37B401 for ; Wed, 13 Nov 2002 09:07:40 -0800 (PST) Received: from smtprelay6.dc2.adelphia.net (smtprelay6.dc2.adelphia.net [64.8.50.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A3A43E6E for ; Wed, 13 Nov 2002 09:07:39 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish ([68.65.175.221]) by smtprelay6.dc2.adelphia.net (Netscape Messaging Server 4.15 smtprelay6 Dec 7 2001 09:58:59) with SMTP id H5IY8Q00.143; Wed, 13 Nov 2002 12:07:38 -0500 Reply-To: From: "JoeB" To: "Kenny Elliott" , Subject: RE: firewall / natd problem I think Date: Wed, 13 Nov 2002 12:07:37 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20021113094049.Q7187-100000@eagle.homedns.org> 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 Put your mail server and apache server domain names in /etc/hosts file -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kenny Elliott Sent: Wednesday, November 13, 2002 10:42 AM To: freebsd-questions@FreeBSD.ORG Subject: firewall / natd problem I think Hello Everyone. I have a problem that I just can't seem to figure out. I have a FreeBSD server connected to the internet via xl1 which is connected to a cable modem. This interface gets it's ip dynamicly via dhcp. Interface xl0 has an assigned ip address of 10.1.1.1 and is connected to an internal network. Clients on the internal network are given ip addresses in the 10.1.1.0/24 class C via dhcp. I use the homedns.org service to map the ip address that xl1 receives to eagle.homedns.org. I have configured natd to run on the server. rc.conf and ipfw output to follow I have an apache server running on this server and it is configured to respond to eagle.homedns.org. If I connect to the web server from the outside world it works correctly. However, if I attempt to connect to the web server from one of the internal clients the connection is VERY slow. Accessing outside web servers from the same client works without a problem speed is wuite acceptable. This client has the same problem (very slow) whne attempting to retreive it's mail from the pop server running on the freebsd box. Hopefully someone can point me in the right direction to get this corrected. Please excuse im if I am doing anything obviously wrong here. I'm not very familar with freebsd I mainly have experiance with Linux and Solaris. Thanks in advance. Kenny Contents of my rc.comf file: gateway_enable="YES" natd_program="/sbin/natd" natd_enable="YES" natd_interface="xl1" natd_flags="-f /etc/natd.conf" tcp_drop_synfin="YES" # -- sysinstall generated deltas -- # saver="fire" network_interfaces="xl0 xl1 lo0" pccard_ifconfig="NO" pccard_mem="DEFAULT" # -- sysinstall generated deltas -- # routerflags="" ifconfig_xl0="inet 10.1.1.1 netmask 255.255.255.0" ifconfig_xl1="DHCP" router="routed" router_enable="YES" hostname="eagle.homedns.org" ldconfig_paths="/usr/lib /usr/local/lib /usr/local/X11R6/lib" named_enable="YES" firewall_enable="YES" firewall_type="OPEN" firewall_quiet="NO" firewall_script="/etc/rc.firewall" Output of ipfw -a l: 00100 31895 10126379 divert 8668 ip from any to any via xl1 00100 282 11054 allow ip from any to any via lo0 00200 1 56 deny ip from any to 127.0.0.0/8 65000 31894 10126323 allow ip from any to any 65535 8 1482 deny ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9:10:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B038A37B401 for ; Wed, 13 Nov 2002 09:10:54 -0800 (PST) Received: from eagle.homedns.org (dhcp-166-61.slidell.charter-ala.com [68.112.209.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD34743E3B for ; Wed, 13 Nov 2002 09:10:53 -0800 (PST) (envelope-from kenny@eagle.homedns.org) Received: from localhost (kenny@localhost) by eagle.homedns.org (8.9.3/8.9.3) with ESMTP id KAA07516; Wed, 13 Nov 2002 10:55:15 -0600 (CST) (envelope-from kenny@eagle.homedns.org) Date: Wed, 13 Nov 2002 10:55:15 -0600 (CST) From: Kenny Elliott To: Joan Picanyol i Puig Cc: freebsd-questions@FreeBSD.ORG Subject: Re: firewall / natd problem I think In-Reply-To: <20021113164150.GA35994@grummit.biaix.org> Message-ID: <20021113105435.N7187-100000@eagle.homedns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I have all of the internal ip addresses listed in the /etc/hosts file. Thanks, Kenny On Wed, 13 Nov 2002, Joan Picanyol i Puig wrote: > * Kenny Elliott [20021113 16:56]: > > Interface xl0 has an assigned ip address of 10.1.1.1 and is connected > > to an internal network. Clients on the internal network are given ip > > addresses in the 10.1.1.0/24 class C via dhcp. > [snip] > > If I connect to the web server from the outside world it works > > correctly. However, if I attempt to connect to the web server from > > one of the internal clients the connection is VERY slow. Accessing > > outside web servers from the same client works without a problem speed > > is wuite acceptable. This client has the same problem (very slow) whne > > attempting to retreive it's mail from the pop server running on the > > freebsd box. > How are you resolving DNS lookups from the inside? > > qvb > -- > pica > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 13 9:23:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACAC37B401 for ; Wed, 13 Nov 2002 09:23:12 -0800 (PST) Received: from deter.dk (port74.ds1-oebr.adsl.cybercity.dk [212.242.49.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E43543E77 for ; Wed, 13 Nov 2002 09:23:09 -0800 (PST) (envelope-from no-spam@deter.dk) Received: (qmail 76291 invoked by uid 1001); 13 Nov 2002 17:22:59 -0000 Date: Wed, 13 Nov 2002 18:22:59 +0100 From: Morten Grunnet Buhl To: freebsd-questions@freebsd.org Subject: Buildworld as root??? Message-ID: <20021113172259.GA76179@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: 5:55PM up 30 days, 2:08, 4 users, load averages: 1.00, 0.96, 0.87 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 So we meet again.... In all my life (with FreeBSD) I have always happily buildworld as an non privileged user (operator). But today I cvsup'ed from cvsup.dk.FreeBSD.org and committed the build with: mgb@nautilus:/usr/src> sudo -u operator make buildworld But instead of going to work as it used to it stops fairly quickly with the message -------------------------------------------------------------- >>> 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/libdata/ldscripts mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf mkdir -p /usr/obj/usr/src/i386/usr/sbin mkdir -p /usr/obj/usr/src/i386/usr/share/misc mkdir -p /usr/obj/usr/src/i386/usr/share/dict mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX100-12 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devX75-12 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devascii mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devcp1047 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devdvi mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devhtml mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devkoi8-r mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlatin1 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlbp mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devlj4 mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devps mkdir -p /usr/obj/usr/src/i386/usr/share/groff_font/devutf8 mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mdoc mkdir -p /usr/obj/usr/src/i386/usr/share/tmac/mm mkdir -p /usr/obj/usr/src/i386/usr/include/arpa mkdir -p /usr/obj/usr/src/i386/usr/include/dev mkdir -p /usr/obj/usr/src/i386/usr/include/fs mkdir -p /usr/obj/usr/src/i386/usr/include/g++/std mkdir -p /usr/obj/usr/src/i386/usr/include/isc mkdir -p /usr/obj/usr/src/i386/usr/include/isofs mkdir -p /usr/obj/usr/src/i386/usr/include/libmilter mkdir -p /usr/obj/usr/src/i386/usr/include/objc 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 mkdir -p /usr/obj/usr/src/i386/usr/include/rpc mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc mkdir -p /usr/obj/usr/src/i386/usr/include/security mkdir -p /usr/obj/usr/src/i386/usr/include/ufs ln -sf /usr/src/sys /usr/obj/usr/src/i386 -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_WERROR bootstrap-tools echo "===> games/fortune/strfile"; cd /usr/src/games/fortune/strfile; make DIRPRFX=games/fortune/strfile/ obj; make DIRPRFX=games/fortune/strfile/ depend; make DIRPRFX=games/fortune/strfile/ all; make DIRPRFX=games/fortune/strfile/ DESTDIR=/usr/obj/usr/src/i386 install ===> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a >> .depend cc -O -pipe -Wall -D__FBSDID=__RCSID -c /usr/src/games/fortune/strfile/strfile.c cc -O -pipe -Wall -D__FBSDID=__RCSID -static -o strfile strfile.o install -C -s -o root -g wheel -m 555 strfile /usr/obj/usr/src/i386/usr/games install: /usr/obj/usr/src/i386/usr/games/strfile: chown/chgrp: Operation not permitted *** Error code 71 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. My make.conf file includes these configurations #KERNCONF=NAUTILUS DETER JUKEBOX BUFFY INSTALLKERNEL=NAUTILUS CFLAGS= -O -pipe INSTALL="install -C" NOPROFILE= true NO_SENDMAIL= true NO_BIND=true BOOTWAIT= 30000 MAKE_KERBEROS5= yes DOC_LANG= en_US.ISO8859-1 I used to have the COPY in the file but as mentioned in UPDATING I switch to INSTALL="install -C", and this is what is causing th problems. I tried commenting it out and the world compiles fine. uname: FreeBSD nautilus.deter.dk 4.6-STABLE FreeBSD 4.6-STABLE #6: Mon Aug 5 13:12:41 CEST 2002 operator@nautilus.deter.dk:/usr/obj/usr/src/sys/NAUTILUS i386 Now to my question('s): Why does the flag INSTALL="install -C" have influence on the buildworld? And am I doing something wrong or do you really have to be root to do a buildworld with the INSTALL="install -C" flag? I hope anyone can clarify this for me. TIA 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 Wed Nov 13 9:23:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B80737B401 for ; Wed, 13 Nov 2002 09:23:41 -0800 (PST) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46D443EB7 for ; Wed, 13 Nov 2002 09:23:34 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable [12.145.236.65] by mail.gbronline.com (SMTPD32-7.13) id AA16784D028E; Wed, 13 Nov 2002 11:21:26 -0600 Message-ID: <04b601c28b39$2d359c00$84ec910c@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: Cc: References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <20021113163336.GG72253@sub21-156.member.dsl-only.net> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 11:21:58 -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.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 ----- Original Message ----- From: "Nathan Kinkade" To: Sent: Wednesday, November 13, 2002 10:33 AM Subject: Re: Thanks guys > On Wed, Nov 13, 2002 at 11:48:44AM +0100, Cliff Sarginson wrote: > > On Wed, Nov 13, 2002 at 01:01:08AM -0800, Grant Cooper wrote: > > > There are so many different types of UNIX. If freeBSD is so great why won't > > > natural selection begin and let some of these Unix flavors die? > > > > > > Really, wouldn't it be a better world if we had just a couple open source > > > OS? > > > > > Why ? That's why it's Open-Source, it breaks the monopoly of closed > > source. Ok, 20 flavours of Linux and at least 3 of *BSD; well...that's > > > -- > > Regards > > Cliff Sarginson > > The Netherlands > > 20 flavours of Linux? A quick search at http://www.linux.org/dist/ with > criteria "Any Language", "Any Category" and "Intel Compatible" returns > 149 distros. Even moving the Caterory to "Mainstream/General Public" > returns 56. > > Nathan > That's more than I'd care to have in my ice cream shop :-) Interesting that an additional RPM, moving apache from usr/local/www to /usr/local/etc/www and changing the angle of Tux's head contrives to make something "different".... Oh, well..... time to move this to -chat? KDK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9:29:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B27F237B401 for ; Wed, 13 Nov 2002 09:29:47 -0800 (PST) Received: from tank.panorama.sth.ac.at (tank.panorama.sth.ac.at [193.170.53.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3E943E7B for ; Wed, 13 Nov 2002 09:29:45 -0800 (PST) (envelope-from mirza@fuckmicrosoft.com) Received: from 127.0.0.1 (pornost4r.cb.ac.at [10.1.53.20]) by tank.panorama.sth.ac.at (8.11.6/8.11.6) with ESMTP id gADHTX307064 for ; Wed, 13 Nov 2002 18:29:33 +0100 Date: Wed, 13 Nov 2002 18:38:53 +0100 From: Mirza X-Mailer: The Bat! (v1.61) Reply-To: Mirza X-Priority: 3 (Normal) Message-ID: <1521104837.20021113183853@fuckmicrosoft.com> To: questions@freebsd.org Subject: how to resume interrupted download?? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi, I tried a few times to download all cygwin packages, but the download got interrupted every time at 99%, sometimes also earlier, and i had to to start it all over again. after that, i downloaded everything directly from a ftp, and everything was ok. is there any way to resume download??? if not, that could be a nice feature of new version of setup.exe. thanx Mirza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9:30:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FC837B401 for ; Wed, 13 Nov 2002 09:30:27 -0800 (PST) Received: from web40311.mail.yahoo.com (web40311.mail.yahoo.com [66.218.78.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 07AD843E6E for ; Wed, 13 Nov 2002 09:30:27 -0800 (PST) (envelope-from fernandolourenco@yahoo.com) Message-ID: <20021113173026.44685.qmail@web40311.mail.yahoo.com> Received: from [200.179.31.134] by web40311.mail.yahoo.com via HTTP; Wed, 13 Nov 2002 14:30:26 ART Date: Wed, 13 Nov 2002 14:30:26 -0300 (ART) From: =?iso-8859-1?q?Fernando=20Lourenco=20Fernandez?= Subject: Password expires on PDC - SAMBA To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm using a samba server as a PDC for 3 clients (2 win2k e 1 winme), the os is a fbsd 4.5. It was ok, but suddenly the win2k clients started to display the message "your password expires today, do you want to change?". I've already changed (several times) but the message is still being displayed when I logon on windows. Does anybody know how can I fix it? I don't want my passorwds to expire. Very Thanks, Fernando. _______________________________________________________________________ Yahoo! GeoCities Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios. http://br.geocities.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9:30:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F9137B406 for ; Wed, 13 Nov 2002 09:30:57 -0800 (PST) Received: from acc0.visti.net (acc0.visti.net [195.64.225.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C7B43E8A for ; Wed, 13 Nov 2002 09:30:50 -0800 (PST) (envelope-from sd@ukcap.kiev.ua) Received: from gw0.visti.net (gw0.visti.net [195.64.225.229]) by acc0.visti.net (8.8.8-Elvisti-980428/8.8.8) with ESMTP id TAA29265 for ; Wed, 13 Nov 2002 19:30:35 +0200 (EET) Received: from WinProxy.anywhere (acc6-163.dialup.elvisti.kiev.ua [195.64.227.163]) by gw0.visti.net (8.12.5/8.12.5) with SMTP id gADHUUkL037320 for ; Wed, 13 Nov 2002 19:30:33 +0200 (EET) (envelope-from sd@ukcap.kiev.ua) X-Authentication-Warning: gw0.visti.net: Host acc6-163.dialup.elvisti.kiev.ua [195.64.227.163] claimed to be WinProxy.anywhere Received: from 192.168.13.97 by 192.168.11.160 (WinProxy); Wed, 13 Nov 2002 19:24:35 +0200 Date: Wed, 13 Nov 2002 19:20:25 +0200 From: =?koi8-r?B?5M3J1NLJyiDz1dLP18PF1w==?= X-Mailer: The Bat! (v1.53d) UNREG / CD5BF9353B3B7091 Reply-To: =?koi8-r?B?5M3J1NLJyiDz1dLP18PF1w==?= Organization: BuK X-Priority: 3 (Normal) Message-ID: <55203124707.20021113192025@ukcap.kiev.ua> To: freebsd-questions@FreeBSD.ORG Subject: filesystems image on cd?? MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Does anybody know how to create hard disk image on bootable CD? I use Freebsd as fouter with firewall and do not need to edit any files or change the configuration. I would like to make a CD with working system and remove hard drive from the machine at all. Thanks Dmitry mailto:sd@ukcap.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 9:50:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E760237B401 for ; Wed, 13 Nov 2002 09:50:48 -0800 (PST) Received: from dc-mx12.cluster1.charter.net (dc-mx12.cluster1.charter.net [209.225.8.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574AB43E6E for ; Wed, 13 Nov 2002 09:50:48 -0800 (PST) (envelope-from unixnoob@charter.net) Received: from [24.197.139.239] (HELO papabear) by dc-mx12.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 40934435 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 12:50:47 -0500 Reply-To: From: "RD" To: Cc: Subject: Samba Transfer Speed Help Date: Wed, 13 Nov 2002 12:51:02 -0500 Message-ID: <001901c28b3d$3b734070$0a00a8c0@papabear> 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 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 Hi guys, I'm transfering files over to my FreeBSD box with samba and it is slow... Seems like the transfer is only 10mbit/sec.. My lan is 100base tx... Any settings I should know to make samba transfer at 100m/s ?? Tx RD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:11: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F4A037B404 for ; Wed, 13 Nov 2002 10:11:00 -0800 (PST) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C2643E6E for ; Wed, 13 Nov 2002 10:10:49 -0800 (PST) (envelope-from lauri@kde.org) Received: from [192.168.15.151] (helo=192.168.15.151) by mandarin.fruitsalad.org with esmtp (Exim 4.10) id 18C1yH-0009Nt-00 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 19:10:37 +0100 From: Lauri Watts To: freebsd-questions@freebsd.org Subject: Re: X Remotely on a Win2k Box Date: Wed, 13 Nov 2002 17:57:22 +0100 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-Description: clearsigned data Content-Disposition: inline Message-Id: <200211131757.25853.lauri@kde.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 13 November 2002 10.15, van den Berg, Courteney wrote: > P.S. KDE runs great remote on a LAN, but it uses way too much bandwidth > for a low bandwidth connection. If you're running over the net or dialup > use TightVNC or Xvnc as others have suggested. It will also work a lot faster if you run remote sessions at 8bpp. You'd be surprised how many people forget to drop the color depth down, and it makes a big difference. That applies to *vnc also (and not just to KDE, but remote X over less-than-lan connections in general.) Regards, - -- Lauri Watts KDE Documentation: http://i18n.kde.org/doc/ KDE on FreeBSD: http://freebsd.kde.org/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90oRz/gUyA7PWnacRApt9AKCQk2dfHeKJqZo5iMAWc7SRhvBS8QCfc05P ZRJMmJjrksXRYA8/pYPugnc= =Jlh3 -----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 Nov 13 10:29:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1F137B401 for ; Wed, 13 Nov 2002 10:29:26 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C6743E75 for ; Wed, 13 Nov 2002 10:29:25 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 29B40EE571 for ; Wed, 13 Nov 2002 10:29:20 -0800 (PST) Message-ID: <03c701c28b42$94efc880$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "FreeBSD Questions" Subject: vi Error - Permission Denied Date: Wed, 13 Nov 2002 10:29:19 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I've decided to try and wean myself off ee and move to vi. I have two boxes, both running 4.7-RELEASE-p1. On one, I tried the following logged on with normal user privileges: blacklamb> vi practice ex/vi: Error: Unable to create temporary file: Permission denied A google search on this error suggests that permissions are not set correctly on /var/tmp and /var/tmp/vi.recover so I check them and they appear to be OK. blacklamb# ls -ld /var/tmp drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp blacklamb# ls -ld /var/tmp/vi.recover drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover So I check my other system and the permissions are the same, yet I can use vi logged on with normal privledges. Any ideas on what is wrong here? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:33:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B6D37B401 for ; Wed, 13 Nov 2002 10:33:36 -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 BD53043E77 for ; Wed, 13 Nov 2002 10:33:35 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gADIXYwQ096508 for ; Wed, 13 Nov 2002 10:33:35 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gADIXTGb096507 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 10:33:29 -0800 (PST) (envelope-from nkinkade) Date: Wed, 13 Nov 2002 10:33:29 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: filesystems image on cd?? Message-ID: <20021113183329.GH72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <55203124707.20021113192025@ukcap.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55203124707.20021113192025@ukcap.kiev.ua> 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, Nov 13, 2002 at 07:20:25PM +0200, ??????? ???????? wrote: > Hi all, > Does anybody know how to create hard disk image on bootable CD? I use Freebsd as fouter with firewall and do not need to edit any files or change the configuration. I would like to make a CD with working system and remove hard drive from the machine at all. > Thanks > > Dmitry Take a look at http://livecd.sourceforge.net/ ....they are doing just what you propose. I think they even have tools to create your own, custom 'live cd'. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:38:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC07037B401 for ; Wed, 13 Nov 2002 10:38:56 -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 2C76843E6E for ; Wed, 13 Nov 2002 10:38:56 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.5) with ESMTP id gADIctwQ096536 for ; Wed, 13 Nov 2002 10:38:55 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: (from nkinkade@localhost) by sub21-156.member.dsl-only.net (8.12.5/8.12.5/Submit) id gADIcoKI096535 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 10:38:50 -0800 (PST) (envelope-from nkinkade) Date: Wed, 13 Nov 2002 10:38:50 -0800 From: Nathan Kinkade To: FreeBSD Questions Subject: Re: vi Error - Permission Denied Message-ID: <20021113183850.GI72253@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: FreeBSD Questions References: <03c701c28b42$94efc880$6e2a6ba5@tagalong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03c701c28b42$94efc880$6e2a6ba5@tagalong> 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, Nov 13, 2002 at 10:29:19AM -0800, Drew Tomlinson wrote: > I've decided to try and wean myself off ee and move to vi. I have two > boxes, both running 4.7-RELEASE-p1. On one, I tried the following > logged on with normal user privileges: > > blacklamb> vi practice > ex/vi: Error: Unable to create temporary file: Permission denied > > A google search on this error suggests that permissions are not set > correctly on /var/tmp and /var/tmp/vi.recover so I check them and they > appear to be OK. > > blacklamb# ls -ld /var/tmp > drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp > > blacklamb# ls -ld /var/tmp/vi.recover > drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover > > So I check my other system and the permissions are the same, yet I can > use vi logged on with normal privledges. Any ideas on what is wrong > here? > > Thanks, > > Drew From the vi manpage: "directory, dir [environment variable TMPDIR, or /tmp] The directory where temporary files are created." Try an `ls -l /` and check the mode of /tmp.....also try an `echo $TMPDIR` and see if it is set, and if so, what it points to. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:40:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE61837B401 for ; Wed, 13 Nov 2002 10:40:47 -0800 (PST) Received: from tomts15-srv.bellnexxia.net (tomts15.bellnexxia.net [209.226.175.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262C543E75 for ; Wed, 13 Nov 2002 10:40:45 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.184.186]) by tomts15-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021113184044.MIIS21453.tomts15-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 13 Nov 2002 13:40:44 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id gADIi2U11227; Wed, 13 Nov 2002 13:44:02 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <008701c28b44$2c596bd0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Drew Tomlinson" , "FreeBSD Questions" References: <03c701c28b42$94efc880$6e2a6ba5@tagalong> Subject: Re: vi Error - Permission Denied Date: Wed, 13 Nov 2002 13:40:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've decided to try and wean myself off ee and move to vi. I have two > boxes, both running 4.7-RELEASE-p1. On one, I tried the following > logged on with normal user privileges: > > blacklamb> vi practice > ex/vi: Error: Unable to create temporary file: Permission denied > > A google search on this error suggests that permissions are not set > correctly on /var/tmp and /var/tmp/vi.recover so I check them and they > appear to be OK. > > blacklamb# ls -ld /var/tmp > drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp > > blacklamb# ls -ld /var/tmp/vi.recover > drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover > > So I check my other system and the permissions are the same, yet I can > use vi logged on with normal privledges. Any ideas on what is wrong > here? Usually what this means is that the temporary filename that vi has generated and is attempting to use is _the same_ as an existing temporary file in /var/tmp. I don't usually see this on my small FreeBSD machines at home, but I do see this quite frequently on the large multi-user (200+) AIX machines that I use at work where it's not uncommon for people to have 4 or 5 instances of vi running at once. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:53:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DFF37B401 for ; Wed, 13 Nov 2002 10:53:20 -0800 (PST) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6905643E7B for ; Wed, 13 Nov 2002 10:53:19 -0800 (PST) (envelope-from forrie@forrie.com) Received: from workstation.forrie.com (i-21.forrie.net. [192.168.1.21]) by forrie.ne.client2.attbi.com with id gADIrH813848 for ; Wed, 13 Nov 2002 13:53:18 -0500 (EST) Message-Id: <5.2.0.9.2.20021113135118.021836e0@192.168.1.1> X-Sender: forrie@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 13 Nov 2002 13:53:17 -0500 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: g++ compile issue wscoll with YahooPOPs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.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 having an issue getting YahooPOPs! to compile on FreeBSD, which uses g++. The author tells me: >>>>> The "wcscoll" problem is the same bug that reached out and "bit" me during my Cygwin port attempt. Haven't had a chance to run this bug down yet. It seems to have something to do with "wide characters" which cygwin does not support yet. Since there is some family relationship between FreeBSD and Cygwin (way back, IIRC) that this is a common failure is not a big surprise. <<<<< The actual error message is: <<<<<<< g++ -Wno-non-template-friend -g -I. -I../common -I../common/lib/re_lib -I/usr/local/ssl/include -I../common/lib/mimepp/src -I../common/lib/mimepp/examples/email -D_REENTRANT -c DataHolder.cpp In file included from DataHolder.h:51, from DataHolder.cpp:58: ../common/StdString.h: In function `__wchar_t sstoupper(__wchar_t)': ../common/StdString.h:906: implicit declaration of function `int towupper(...)' ../common/StdString.h: In function `int sscoll(const __wchar_t *, int, const __wchar_t *, int)': ../common/StdString.h:1348: implicit declaration of function `int wcscoll(...)' *** Error code 1 Stop in /usr/local/src/hotwayd/yahoopops-0.3.9.1/unix. gmake: *** [all] Error 1 >>>>>>> I wonder if someone has run into this with other ports/compiles/issues -- and if there is a fix or workaround for the issue. Thanks, Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:57:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901F437B401 for ; Wed, 13 Nov 2002 10:57:12 -0800 (PST) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A3943E4A for ; Wed, 13 Nov 2002 10:57:11 -0800 (PST) (envelope-from forrie@forrie.com) Received: from workstation.forrie.com (i-21.forrie.net. [192.168.1.21]) by forrie.ne.client2.attbi.com with id gADIvA813883 for ; Wed, 13 Nov 2002 13:57:11 -0500 (EST) Message-Id: <5.2.0.9.2.20021113135657.021a14c8@192.168.1.1> X-Sender: forrie@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 13 Nov 2002 13:57:10 -0500 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: YahooPOPs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.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 Sorry, forgot the URL to the project, which is at http://yahoopops.sourceforge.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 10:58:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10AAF37B401 for ; Wed, 13 Nov 2002 10:58:40 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EB043E3B for ; Wed, 13 Nov 2002 10:58:39 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 235CDEE5A1; Wed, 13 Nov 2002 10:58:38 -0800 (PST) Message-ID: <03d501c28b46$acc66550$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Matthew Emmerton" , "FreeBSD Questions" References: <03c701c28b42$94efc880$6e2a6ba5@tagalong> <008701c28b44$2c596bd0$1200a8c0@gsicomp.on.ca> Subject: Re: vi Error - Permission Denied Date: Wed, 13 Nov 2002 10:58:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: "Matthew Emmerton" Sent: Wednesday, November 13, 2002 10:40 AM > > I've decided to try and wean myself off ee and move to vi. I have two > > boxes, both running 4.7-RELEASE-p1. On one, I tried the following > > logged on with normal user privileges: > > > > blacklamb> vi practice > > ex/vi: Error: Unable to create temporary file: Permission denied > > > > A google search on this error suggests that permissions are not set > > correctly on /var/tmp and /var/tmp/vi.recover so I check them and they > > appear to be OK. > > > > blacklamb# ls -ld /var/tmp > > drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp > > > > blacklamb# ls -ld /var/tmp/vi.recover > > drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover > > > > So I check my other system and the permissions are the same, yet I can > > use vi logged on with normal privledges. Any ideas on what is wrong > > here? > > Usually what this means is that the temporary filename that vi has generated > and is attempting to use is _the same_ as an existing temporary file in > /var/tmp. Thanks for your response, however I don't think this is my problem. My /var directory doesn't contain any files, just directories: blacklamb# ll /var drwxr-xr-x 2 root wheel 512 Jun 12 2001 account drwxr-xr-x 4 root wheel 512 Jun 12 2001 at drwxr-x--- 2 root wheel 512 Oct 9 03:01 backups drwxr-x--- 2 root wheel 512 Jun 13 2001 crash drwxr-x--- 3 root wheel 512 Jul 6 12:10 cron drwxr-xr-x 6 root wheel 512 Jun 15 08:56 db dr-xr-xr-x 2 root wheel 512 Nov 8 06:07 empty drwxrwxr-x 5 root games 512 Jun 13 2001 games drwx------ 2 root wheel 512 Sep 20 2001 heimdal drwxr-xr-x 3 root wheel 512 Jun 13 09:53 lib drwxr-xr-x 3 root wheel 512 Dec 5 2001 local drwxr-xr-x 2 root wheel 512 Nov 13 10:45 lock drwxr-xr-x 5 root wheel 7168 Nov 13 00:00 log drwxrwxr-x 2 root mail 512 Oct 8 10:07 mail drwxr-xr-x 2 daemon wheel 512 Jun 13 2001 msgs drwxr-xr-x 2 root wheel 512 Nov 12 15:29 net-snmp drwxr-xr-x 2 root wheel 512 Jun 12 2001 preserve drwxr-xr-x 3 root wheel 1024 Nov 13 09:00 run drwxrwxr-x 2 root daemon 512 Jun 12 2001 rwho drwxr-xr-x 13 root wheel 512 Nov 13 08:45 spool drwxrwxrwt 3 root wheel 512 Nov 13 08:45 tmp drwxr-xr-x 2 root wheel 512 Nov 8 20:51 yp /var/tmp only contains the vi.recover directory and /var/tmp/vi.recover is empty. > I don't usually see this on my small FreeBSD machines at home, but I do see > this quite frequently on the large multi-user (200+) AIX machines that I use > at work where it's not uncommon for people to have 4 or 5 instances of vi > running at once. Both of my servers are small home machines. I am the only user. Any other ideas? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 11: 7:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C9DB37B401 for ; Wed, 13 Nov 2002 11:07:40 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE4E43E3B for ; Wed, 13 Nov 2002 11:07:38 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id gADJ7UR02908 for ; Wed, 13 Nov 2002 21:07:30 +0200 Message-Id: <200211131907.gADJ7UR02908@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 13 Nov 02 21:06:00 +0200 From: "Toomas Aas" Organization: Tartu City Government To: questions@freebsd.org Date: Wed, 13 Nov 2002 21:05:58 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: unexpected && in sh scripts after upg to 4.7 X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! Given the latest security advisory about 'resolv', I decided to upgrade my FreeBSD 4.6.1-RELEASE-p10 server to 4.7-RELEASE-p1 via the usual cvsup and buildworld magic. Everything else seems to have gone fine, but to my surprise after upgrading two of the ports using scripts in /usr/local/etc/rc.d to start didn't. One of them is MySQL server. It is started via /usr/local/etc/rc.d/mysql-server.sh script, which looks like this: ----------------------------------------------------------------------- #!/bin/sh case "$1" in start) if [ -x /usr/local/bin/safe_mysqld ]; then # THE BELOW IS ACTUALLY ALL ON ONE LINE /usr/local/bin/safe_mysqld --user=mysql > /dev/null & && echo -n 'mysqld' # THE ABOVE IS ACTUALLY ALL ON ONE LINE fi ;; ----------------------------------------------------------------------- I determined from ps output that mysqld is not running. Then I tried to run '/usr/local/etc/rc.d/mysql-server.sh start' from the command line, and got the error message 'Syntax error, unexpected "&&"' (I write this from memory, so the message is not exact but the meaning is). This mysql-server.sh script has been there since the server was originally installed and it has never been touched. The server has been upgraded from 4.3 to 4.5 to 4.6, and now this. For now I just broke the one line which caused the problem into two: /usr/local/bin/safe_mysqld --user=mysql > /dev/null & echo -n 'mysqld' but this just isn't right. The other script which doesn't start is pwcheck.sh (I think this is installed as part of Cyrus SASL or IMAPD, not sure exactly what it is used for ). The start line there also contains the '& &&' sequence: ${sasl_pwcheck_program} & && echo -n " pwcheck" How should I really correct the problem (the shotgun approach would probably be to upgrade the relevant ports to latest, but I'm looking for something lighter). -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Jesus has changed your life. Save changes (Y/N)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 11:25:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 187F937B40D for ; Wed, 13 Nov 2002 11:25:18 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6435243E6E for ; Wed, 13 Nov 2002 11:25:17 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id D789DA014; Wed, 13 Nov 2002 20:25:15 +0100 (MET) Received: from cs.umu.se (h55n1c1o1023.bredband.skanova.com [213.64.164.55]) by grillolja.cs.umu.se (Postfix) with ESMTP id 1FDB0A00A; Wed, 13 Nov 2002 20:25:11 +0100 (MET) Message-ID: <3DD2A711.2040108@cs.umu.se> Date: Wed, 13 Nov 2002 20:25:05 +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: Toomas Aas Cc: questions@freebsd.org Subject: Re: Net connection problem: sis, miibus References: <200211131504.gADF40k31335@lv.raad.tartu.ee> 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 Toomas Aas wrote: > Hi! > > I have never used sis-based network adapter, so I skip the miibus stuff > (it seems very weird indeed) I guess miibus will be loaded if needed. >>Also, one last thing, ifconfig says the sis is using full-duplex. Is >>that ok, if maybe not the other side can handle full-duplex? > > If the other side cannot handle full-duplex, then this is definitely > *not* OK, and duplex mismatch can cause exactly the behaviour that you > described. > > What is in the other end of the connection? Not a clue, but it is set as autoselect when doing ifconfig (see man sis). > Anyway, try forcing the sis to the speed and duplex settings that match > the other side and see if the problems go away. Saw something about setting mediaopt's manually in rc.conf and will take a closer look at that. 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 Wed Nov 13 11:41:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC1637B401 for ; Wed, 13 Nov 2002 11:41:17 -0800 (PST) Received: from mulder.uakron.edu (mulder.cc.uakron.edu [130.101.5.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9596743E3B for ; Wed, 13 Nov 2002 11:41:16 -0800 (PST) (envelope-from mjanosi@uakron.edu) Received: from uakron.edu (webteam3.cc.uakron.edu [130.101.181.56]) by mulder.uakron.edu (8.11.6/8.9.3) with ESMTP id gADJfC806395 for ; Wed, 13 Nov 2002 14:41:12 -0500 (EST) Message-ID: <3DD2AADD.48D7C28B@uakron.edu> Date: Wed, 13 Nov 2002 14:41:17 -0500 From: Miklos Janosi X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: make recursion 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 am trying to make a port and I get recursion until my machine locks up. Does anyone know a way to debug this? TIA -- ________________________ -- __ /|___ Two | | -- | | / | wrongs | Miki Janosi | -- _| |_ \ ___| won't | mjanosi@uakron.edu | -- \ / \| make a | (330) 972-8640 | -- \ / ___|\ right. | | -- \/ | \ /-----------------------/ | -- |___ / \ 3 lefts will. \ _/ -- |/ `------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 11:47:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1061737B401 for ; Wed, 13 Nov 2002 11:47:43 -0800 (PST) Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A77943E8A for ; Wed, 13 Nov 2002 11:47:41 -0800 (PST) (envelope-from erikt@midgard.homeip.net) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.12.5/8.12.5) with ESMTP id gADJld0E023238 for ; Wed, 13 Nov 2002 20:47:39 +0100 (CET) X-Original-Recipient: Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id UAA00580 for ; Wed, 13 Nov 2002 20:47:38 +0100 (CET) Received: (qmail 3704 invoked by uid 1001); 13 Nov 2002 19:47:37 -0000 Date: Wed, 13 Nov 2002 20:47:37 +0100 From: Erik Trulsson To: FreeBSD Questions Subject: Re: Thanks guys Message-ID: <20021113194736.GA3643@falcon.midgard.homeip.net> Mail-Followup-To: FreeBSD Questions References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <028701c28b07$d8036bd0$0a00000a@atkielski.com> <002301c28b0c$359598a0$1baccecd@donatev49iknkl> <02bf01c28b15$9b7cb2d0$0a00000a@atkielski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02bf01c28b15$9b7cb2d0$0a00000a@atkielski.com> 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, Nov 13, 2002 at 02:07:23PM +0100, Anthony Atkielski wrote: > > I doubt that. Open source is written by volunteers who still have to have > day jobs. If all software was open source, there'd be no jobs to support > the volunteers writing open source, and so open source would destroy itself, > and you'd be back to proprietary software. This effect will keep open > source in check. You incorrectly assume that all those day jobs involve writing software. That is not necessarily so. It is quite possible for a volunteer writing open source code to have a day job that does not have anything at all to do with computers. You also incorrectly seem to assume that all proprietary software is written to be sold at retail. This is not so. A significant fraction of the proprietary software written is intended for in-house use. (Consider for example the computer systems of many government agencies and large companies and instituitions. Much of the code in those systems is developed in-house and never sold.) You can also consider all the software for embedded systems, where the software is not the primary product, but some physical device utilising the software. > > Of course, software companies could write software and then distribute the > source, but no company that wants to survive can afford to do that--it would > be giving away its only source of revenue. Not necessarily. You could develop software on order for some customer that needs some special software that is not available off the shelf. Then, after they get the software they wanted and you got paid, the source is released. You get paid, your customer got the software they wanted, anybody who wants to can get the source. Everybody is happy. None of the above means that all software necessarily should be open source, just that your arguments against it doesn't hold. One kind of software where proprietary off-the-shelf software does have a place is software that the average open-source programmer finds boring (since nobody will write boring code without being paid for it) and where no single entity is prepared to spend a large amount of money to have it developed, yet there still are many people who need that kind of software. Examples of this class of software is things like spreadsheets, word processors and presentation programs. There do exist some open source programs of this kind but they are mostly not quite as good as their commercial counterparts and there are very volunteers working on them, yet there are lots of people who need them. -- 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 Nov 13 11:48:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003E637B401 for ; Wed, 13 Nov 2002 11:48:23 -0800 (PST) Received: from nox.cx (nox.cx [216.12.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5E643E42 for ; Wed, 13 Nov 2002 11:48:23 -0800 (PST) (envelope-from zakj@nox.cx) Received: (qmail 47872 invoked by uid 1000); 13 Nov 2002 19:48:28 -0000 Date: Wed, 13 Nov 2002 14:48:28 -0500 From: Zak Johnson To: freebsd-questions@freebsd.org Subject: Re: OpenSSH and password expiry Message-ID: <20021113194828.GB47716@opiate.nox.cx> References: <20021112234347.GA44490@opiate.nox.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112234347.GA44490@opiate.nox.cx> 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 Tue, Nov 12, 2002 at 06:43:47PM -0500, Zak Johnson wrote: > I want to force new users to change their passwords immediately upon > first login. I set the "change" field in master.passwd to 1 (via pw > useradd ... -p 1). Logging in via login(1) works as expected---the user > is prompted to change the password and then logs in as usual. However, > my users only connect via ssh, which instead yields the following logs: To answer my own question: the code for handling expired passwords has been commented out of OpenSSH since 3.1; there are rumours on the list that it may be fixed by 3.6. -Zak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 11:55:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E8037B401 for ; Wed, 13 Nov 2002 11:55:11 -0800 (PST) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720B343E4A for ; Wed, 13 Nov 2002 11:55:10 -0800 (PST) (envelope-from erikt@midgard.homeip.net) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.12.5/8.12.5) with ESMTP id gADJt439023667 for ; Wed, 13 Nov 2002 20:55:05 +0100 (CET) X-Original-Recipient: Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id UAA04561 for ; Wed, 13 Nov 2002 20:55:03 +0100 (CET) Received: (qmail 3728 invoked by uid 1001); 13 Nov 2002 19:55:02 -0000 Date: Wed, 13 Nov 2002 20:55:02 +0100 From: Erik Trulsson To: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks guys Message-ID: <20021113195502.GB3643@falcon.midgard.homeip.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <3DD23C60.9070706@401.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DD23C60.9070706@401.cx> 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, Nov 13, 2002 at 12:49:52PM +0100, Roger 'Rocky' Vetterberg wrote: > Grant Cooper wrote: > >I've been doing some background reading and correct me if I'm wrong. But I > >came across of at least 30 active different open source and commercial Unix > >flavors (and I'm sure that's a drop in the bucket)? > > > >And my last comment is about the commercial Unix flavors. If they cost so > >much - are they more bug free, better support, more people working on it. > >$12, 000 for a licence is alot of money. > > Basically, what you are paying for is having a big company > backing up the product and guarantee you that it will work. I Wrong. Have you read any of the license agreements normally accompanying commercial software? The big companies generally don't guarantee a bloody thing about the software, least of all that it will work correctly. > would not say that they are bugfree, but if you find a bug, you > can call your vendor and demand that they fix it. If you run a Just because you demand it doesn't mean they will even acknowledge that the bug exists, let alone fix it. > free OS, you cant make any kind of demands. Most bugs are fixed You can make demands on open source programmers too. It won't do you any good, but you can do it. > just as fast or even faster in the free OS's out there, but if > they are not, you cant make them fix it. You can't make the big companies fix their software either. For proof of this consider Microsoft and all the viruses targeting Outlook Express. -- 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 Nov 13 12:18:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A1E37B401 for ; Wed, 13 Nov 2002 12:18:52 -0800 (PST) Received: from tcpns.com (dsl-64-192-239-221.telocity.com [64.192.239.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E5D43E8A for ; Wed, 13 Nov 2002 12:18:51 -0800 (PST) (envelope-from jcborkow@tcpns.com) Received: from localhost (localhost [127.0.0.1]) by tcpns.com (8.12.6/8.12.3) with ESMTP id gADKIe1Y030412 for ; Wed, 13 Nov 2002 15:18:40 -0500 (EST) (envelope-from jcborkow@tcpns.com) Date: Wed, 13 Nov 2002 15:18:40 -0500 (EST) From: Jason Borkowsky To: questions@freebsd.org Subject: Recompiling kernel and buildworld problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to both update my kernel sources with the latest patches by using cvsup and also rebuild my kernel. I am following the EXACT instructions in the FreeBSD handbook, but can't get anything to work. Anybody have any idea why. For updating the kernel with the latest sources, I configured and ran cvsup and got all updates successfully (I am going from RELENG_4_6_2 to RELENG_4_6-p4). I then remove all files under /usr/obj, cd to /usr/src, and run a "make buildworld" as in the handbook. When I do this, I get the following error: gen-perf.o: In function Gen_Perf::Gen_Perf()': gen-perf.o(.text+0x195): undefined reference to _Unwind_Resume' main.o: In function main': main.o(.text+0x6c): undefined reference to _Unwind_Resume' main.o(.eh_frame+0x12): undefined reference to __gxx_personality_v0' options.o(.eh_frame+0x11): undefined reference to __gxx_personality_v0' read-line.o: In function Read_Line::readln_aux(int)': read-line.o(.text+0xb8): undefined reference to operator new[](unsigned)' read-line.o(.eh_frame+0x11): undefined reference to __gxx_personality_v0' *** Error code 1 Stop in /usr/src/gnu/usr.bin/gperf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Then, if I go to rebuild my kernel instead, I follow what they have in the handbook again: 1.Change to the /usr/src directory. # cd /usr/src 2.Compile the kernel. # make buildkernel KERNCONF=MYKERNEL # cd /usr/src # make buildkernel KERNCONF=/usr/src/sys/i386/conf/MYKERNEL >>> ERROR: Missing kernel configuration file(s) (/usr/src/sys/i386/conf/MYKERNEL). *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. It tells me my kernel configuration file is missing. But, yet, here it is: # more /usr/src/sys/i386/conf/MYKERNEL # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.43 2002/05/23 17:04:01 obrien Exp $ machine i386 cpu I686_CPU ident TCPNS maxusers 32 ...etc... Anybody know what I am doing wrong that I can't get anything to work? Any help appreciated. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:22:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E8937B401 for ; Wed, 13 Nov 2002 12:22:42 -0800 (PST) Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78743E42 for ; Wed, 13 Nov 2002 12:22:40 -0800 (PST) (envelope-from anthony@freebie.atkielski.com) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id gADKMaG76957 for ; Wed, 13 Nov 2002 21:22:37 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <032701c28b52$69054f50$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <20021113104844.GA1869@raggedclown.net> <028701c28b07$d8036bd0$0a00000a@atkielski.com> <002301c28b0c$359598a0$1baccecd@donatev49iknkl> <02bf01c28b15$9b7cb2d0$0a00000a@atkielski.com> <20021113194736.GA3643@falcon.midgard.homeip.net> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 21:22:37 +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.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 Erik writes: > You incorrectly assume that all those day jobs > involve writing software. I've made no such assumption. > It is quite possible for a volunteer writing > open source code to have a day job that does not have > anything at all to do with computers. There isn't any part of the economy today that has nothing at all to do with computers. With no one making money selling software, there would definitely be an effect on the economy as a whole. > You also incorrectly seem to assume that all > proprietary software is written to be sold > at retail. I've made no such assumption. > You can also consider all the software for > embedded systems, where the software is not the > primary product, but some physical device utilising > the software. I covered that with mainframes. > Not necessarily. You could develop software > on order for some customer that needs some special > software that is not available off the shelf. > Then, after they get the software they wanted > and you got paid, the source is released. Except that customers are not too keen on paying you big bucks for software that you'll be giving away for free to everyone else once it is developed. > You get paid, your customer got the software > they wanted, anybody who wants to can get the > source. Everybody is happy. No, the customer is unhappy, because he paid for software that you gave away to everyone else. > One kind of software where proprietary off-the= > shelf software does have a place is software > that the average open-source programmer finds > boring ... And, unfortunately, that covers just about every useful software product in existence. Few programmers are chomping at the bit with desire to write code for the next version of Microsoft Word. > Examples of this class of software is things > like spreadsheets, word processors and presentation > programs. The programs that get the lion's share of use on most computers, you mean? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:26:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593EB37B401 for ; Wed, 13 Nov 2002 12:26:37 -0800 (PST) Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE24643E42 for ; Wed, 13 Nov 2002 12:26:35 -0800 (PST) (envelope-from anthony@freebie.atkielski.com) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id gADKQYG76991 for ; Wed, 13 Nov 2002 21:26:34 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <032c01c28b52$f60c1000$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "FreeBSD Questions" References: <20021113055636.76357.qmail@web21305.mail.yahoo.com> <1037168694.263.3.camel@asa.gascom.net.ru> <000e01c28af3$35060c30$1baccecd@donatev49iknkl> <3DD23C60.9070706@401.cx> <20021113195502.GB3643@falcon.midgard.homeip.net> Subject: Re: Thanks guys Date: Wed, 13 Nov 2002 21:26:34 +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.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 Erik writes: > Have you read any of the license agreements normally > accompanying commercial software? The big companies > generally don't guarantee a bloody thing about the > software, least of all that it will work correctly. Yes, they do, and generally they will support what they sell. If they don't, it soon ceases to sell. The extensive disclaimers in licensing agreements are mainly to protect against liability, not to avoid providing support. Additionally, many vendors charge for support beyond a certain minimum. While this is not included with the original purchase, at least it is available--the same cannot be said for most open-source software. > Just because you demand it doesn't mean they will > even acknowledge that the bug exists, let alone fix it. They will, and they do. Most vendors know who is paying their bills. > You can make demands on open source programmers > too. It won't do you any good, but you can do it. And that's why open-source software is risky for important applications and large organizations. > You can't make the big companies fix their software > either. Yes, you can. They want your money, and they know they'll stop getting it if you are dissatisfied with support. > For proof of this consider Microsoft and all the > viruses targeting Outlook Express. Microsoft didn't write the viruses, and the viruses are not bugs, so I don't see the relevance of this comment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:26:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB7637B401 for ; Wed, 13 Nov 2002 12:26:52 -0800 (PST) Received: from mail3.ruraltel.net (mail3.ruraltel.net [24.225.0.36]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D7A843E42 for ; Wed, 13 Nov 2002 12:26:51 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: (qmail 900 invoked by uid 204); 13 Nov 2002 20:26:40 -0000 Received: from darryl@osborne-ind.com by mail3.ruraltel.net by uid 201 with qmail-scanner-1.12 (F-PROT: 3.12spamassassin: 2.43. . Clear:SA:0(0.8/5.0):. Processed in 0.266404 secs); 13 Nov 2002 20:26:40 -0000 X-Spam-Status: No, hits=0.8 required=5.0 X-Qmail-Scanner-Mail-From: darryl@osborne-ind.com via mail3.ruraltel.net X-Qmail-Scanner: 1.12 (Clear:SA:0(0.8/5.0):. Processed in 0.266404 secs) Received: from unknown (HELO darryl) (24.225.31.189) by 0 with SMTP; 13 Nov 2002 20:26:39 -0000 Reply-To: From: "Darryl Hoar" To: Subject: Network Card question Date: Wed, 13 Nov 2002 14:30:01 -0600 Message-ID: <000d01c28b53$719ac4f0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, I have Freebsd 4.7-release installed on my computer. The ISP just came and installed DSL and provided a Allied Telesyn simple ethernet PCI NIC (PN AT-2400T-001). Freebsd did not recoginize it on boot. How do I get FreeBSD to recognize this card, so I can start using my DSL ? thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:31: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7412A37B401 for ; Wed, 13 Nov 2002 12:31:06 -0800 (PST) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8111143E75 for ; Wed, 13 Nov 2002 12:31:02 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.184.186]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021113203056.PXWZ981.tomts21-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 13 Nov 2002 15:30:56 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id gADKYEU11532; Wed, 13 Nov 2002 15:34:14 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <012201c28b53$916336a0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <000d01c28b53$719ac4f0$0701a8c0@darryl> Subject: Re: Network Card question Date: Wed, 13 Nov 2002 15:30:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Greetings, > I have Freebsd 4.7-release installed on my computer. The ISP just came and > installed > DSL and provided a Allied Telesyn simple ethernet PCI NIC (PN AT-2400T-001). > > Freebsd did not recoginize it on boot. How do I get FreeBSD to recognize > this card, so > I can start using my DSL ? You should see an message when you boot. What is that message? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:35:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCA437B401 for ; Wed, 13 Nov 2002 12:35:19 -0800 (PST) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 059F543E88 for ; Wed, 13 Nov 2002 12:35:19 -0800 (PST) (envelope-from hogsett@csl.sri.com) Received: (qmail 25640 invoked from network); 13 Nov 2002 20:35:13 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 13 Nov 2002 20:35:13 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (NAVGW 2.5.2.17) with SMTP id M2002111312351211841 for ; Wed, 13 Nov 2002 12:35:12 -0800 Received: from axp.csl.sri.com (axp.csl.sri.com [130.107.2.30]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id gADKZDnr021828 for ; Wed, 13 Nov 2002 12:35:13 -0800 Received: from axp.csl.sri.com (localhost [127.0.0.1]) by axp.csl.sri.com (8.12.6/8.12.3) with ESMTP id gADKZD1J059704 for ; Wed, 13 Nov 2002 12:35:13 -0800 (PST) (envelope-from hogsett@axp.csl.sri.com) Message-Id: <200211132035.gADKZD1J059704@axp.csl.sri.com> To: "FreeBSD Questions" Subject: Re: Thanks guys In-Reply-To: Message from "Anthony Atkielski" of "Wed, 13 Nov 2002 21:26:34 +0100." <032c01c28b52$f60c1000$0a00000a@atkielski.com> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Wed, 13 Nov 2002 12:35:13 -0800 From: Mike Hogsett Sender: owner-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 don't think that FreeBSD-Questions is the forum for this discussion. - Michael Hogsett > Erik writes: > > > Have you read any of the license agreements normally > > accompanying commercial software? The big companies > > generally don't guarantee a bloody thing about the > > software, least of all that it will work correctly. > > Yes, they do, and generally they will support what they sell. If they > don't, it soon ceases to sell. The extensive disclaimers in licensing > agreements are mainly to protect against liability, not to avoid providing > support. > > Additionally, many vendors charge for support beyond a certain minimum. > While this is not included with the original purchase, at least it is > available--the same cannot be said for most open-source software. > > > Just because you demand it doesn't mean they will > > even acknowledge that the bug exists, let alone fix it. > > They will, and they do. Most vendors know who is paying their bills. > > > You can make demands on open source programmers > > too. It won't do you any good, but you can do it. > > And that's why open-source software is risky for important applications and > large organizations. > > > You can't make the big companies fix their software > > either. > > Yes, you can. They want your money, and they know they'll stop getting it > if you are dissatisfied with support. > > > For proof of this consider Microsoft and all the > > viruses targeting Outlook Express. > > Microsoft didn't write the viruses, and the viruses are not bugs, so I don't > see the relevance of this comment. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 13 12:36: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D54C437B401 for ; Wed, 13 Nov 2002 12:36:01 -0800 (PST) Received: from mail3.ruraltel.net (mail3.ruraltel.net [24.225.0.36]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A6A343E6E for ; Wed, 13 Nov 2002 12:36:01 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: (qmail 28238 invoked by uid 204); 13 Nov 2002 20:35:56 -0000 Received: from darryl@osborne-ind.com by mail3.ruraltel.net by uid 201 with qmail-scanner-1.12 (F-PROT: 3.12spamassassin: 2.43. . Clear:SA:0(-0.8/5.0):. Processed in 0.389859 secs); 13 Nov 2002 20:35:56 -0000 X-Spam-Status: No, hits=-0.8 required=5.0 X-Qmail-Scanner-Mail-From: darryl@osborne-ind.com via mail3.ruraltel.net X-Qmail-Scanner: 1.12 (Clear:SA:0(-0.8/5.0):. Processed in 0.389859 secs) Received: from unknown (HELO darryl) (24.225.31.189) by 0 with SMTP; 13 Nov 2002 20:35:56 -0000 Reply-To: From: "Darryl Hoar" To: "'Matthew Emmerton'" Cc: Subject: RE: Network Card question Date: Wed, 13 Nov 2002 14:39:17 -0600 Message-ID: <000f01c28b54$bd403290$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <012201c28b53$916336a0$1200a8c0@gsicomp.on.ca> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I did not see an message on boot. dmesg did not show it either. What is the next step in the diagnostic process? thanks, Darryl >-----Original Message----- >From: Matthew Emmerton [mailto:matt@gsicomp.on.ca] >Sent: Wednesday, November 13, 2002 2:31 PM >To: darryl@osborne-ind.com; freebsd-questions@FreeBSD.ORG >Subject: Re: Network Card question > > >> Greetings, >> I have Freebsd 4.7-release installed on my computer. The >ISP just came >and >> installed >> DSL and provided a Allied Telesyn simple ethernet PCI NIC (PN >AT-2400T-001). >> >> Freebsd did not recoginize it on boot. How do I get FreeBSD >to recognize >> this card, so >> I can start using my DSL ? > >You should see an message when you boot. What is that >message? > >-- >Matt Emmerton > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:36:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1A837B401 for ; Wed, 13 Nov 2002 12:36:53 -0800 (PST) Received: from web14805.mail.yahoo.com (web14805.mail.yahoo.com [216.136.224.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 008D143E3B for ; Wed, 13 Nov 2002 12:36:53 -0800 (PST) (envelope-from davemac11@yahoo.com) Message-ID: <20021113203652.8720.qmail@web14805.mail.yahoo.com> Received: from [165.138.38.59] by web14805.mail.yahoo.com via HTTP; Wed, 13 Nov 2002 12:36:52 PST Date: Wed, 13 Nov 2002 12:36:52 -0800 (PST) From: Dave McCammon Subject: lukemftp in inetd.conf 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 What happened to the lukemftpd option in inetd.conf? (version below) $FreeBSD: src/etc/inetd.conf,v 1.44.2.16 2002/11/12 17:32:47 obrien Exp $ __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:44:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DFB137B401 for ; Wed, 13 Nov 2002 12:44:21 -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 7182743E4A for ; Wed, 13 Nov 2002 12:44:20 -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 18C4N1-0009ue-00 for questions@freebsd.org; Wed, 13 Nov 2002 20:44:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 64B8D1FB4 for ; Wed, 13 Nov 2002 21:44:18 +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 51BC11D57 for ; Wed, 13 Nov 2002 21:44:07 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 790D822596; Wed, 13 Nov 2002 21:44:08 +0100 (CET) Date: Wed, 13 Nov 2002 21:44:08 +0100 From: Cliff Sarginson To: FreeBSD List Subject: What is it precisely that is happening to the ports setup ? Message-ID: <20021113204408.GA1696@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i 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 notice on my CVSUP's of STABLE that a huge number of ports seem to be being delta'ed these last couple of weeks. I vaguely recall someone saying something about COMMENT fields changing, but it was not clear to me exactly what a) was/is going on and b) is it consequential for currently installed ports (in general I mean, I realise ports are updated quite often anyway). -- 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 Nov 13 12:44:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20BD37B401 for ; Wed, 13 Nov 2002 12:44:35 -0800 (PST) Received: from c014.snv.cp.net (h002.c014.snv.cp.net [209.228.35.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 6429743E4A for ; Wed, 13 Nov 2002 12:44:35 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 782 invoked from network); 13 Nov 2002 12:44:34 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.76) with SMTP; 13 Nov 2002 12:44:34 -0800 X-Sent: 13 Nov 2002 20:44:34 GMT Message-ID: <001401c28b55$9ea5eb30$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: , "'Matthew Emmerton'" Cc: References: <000f01c28b54$bd403290$0701a8c0@darryl> Subject: Re: Network Card question Date: Wed, 13 Nov 2002 15:45:34 -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 Sender: owner-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 not see an message on boot. > dmesg did not show it either. > > What is the next step in the diagnostic process? % dmesg | grep Ethernet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:49:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D7837B401 for ; Wed, 13 Nov 2002 12:49:29 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269A943E6E for ; Wed, 13 Nov 2002 12:49:28 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gADKnOD23422; Wed, 13 Nov 2002 14:49:25 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021113144923.010a1798@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 13 Nov 2002 14:49:23 -0600 To: , From: "Jack L. Stone" Subject: Re: Network Card question In-Reply-To: <000d01c28b53$719ac4f0$0701a8c0@darryl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:30 PM 11.13.2002 -0600, Darryl Hoar wrote: >Greetings, >I have Freebsd 4.7-release installed on my computer. The ISP just came and >installed >DSL and provided a Allied Telesyn simple ethernet PCI NIC (PN AT-2400T-001). > >Freebsd did not recoginize it on boot. How do I get FreeBSD to recognize >this card, so >I can start using my DSL ? > >thanks, >Darryl > Welcome to the world of DSL ("sorry, we do not support UNIX...."). The ISPs are expecting you to be running some sort of Windoze or MAC..... I'm not familiar with that brand NIC and probably neither is FBSD. You need to determine what driver runs it and if it is supported in the hardware list. Compatible NICs are fairly inexpensive and I'll bet most will work with the modem. For $20.00 or less, you could be up and running with one quick trip to the store if you want fast results..... or, maybe someone knows this NIC and has your answer..... If not, and it's not supported, I'd be heading for the store. 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 Nov 13 12:50: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D1437B406 for ; Wed, 13 Nov 2002 12:49:59 -0800 (PST) Received: from boris.st.hmc.edu (boris.ST.HMC.Edu [134.173.63.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2508343E6E for ; Wed, 13 Nov 2002 12:49:59 -0800 (PST) (envelope-from jeff@unixconsults.com) Received: from boris.st.hmc.edu (localhost [127.0.0.1]) by boris.st.hmc.edu (8.12.3/8.12.3) with ESMTP id gADKng1t010289; Wed, 13 Nov 2002 12:49:42 -0800 (PST) Received: from localhost (jeff@localhost) by boris.st.hmc.edu (8.12.3/8.12.3/Submit) with ESMTP id gADKnfHP010286; Wed, 13 Nov 2002 12:49:41 -0800 (PST) (envelope-from jeff@unixconsults.com) X-Authentication-Warning: boris.st.hmc.edu: jeff owned process doing -bs Date: Wed, 13 Nov 2002 12:49:41 -0800 (PST) From: Jeff Jirsa X-X-Sender: jeff@boris.st.hmc.edu To: Miklos Janosi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make recursion In-Reply-To: <3DD2AADD.48D7C28B@uakron.edu> Message-ID: <20021113124725.P10281-100000@boris.st.hmc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter on boris.st.hmc.edu Sender: owner-freebsd-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, 13 Nov 2002, Miklos Janosi wrote: > I am trying to make a port and I get recursion > until my machine locks up. Does anyone know a way > to debug this? TIA Start with telling us which port you're trying to make, and then maybe some of the messages on the screen when the machine finally locks. - Jeff Jirsa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 12:51:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E6237B401 for ; Wed, 13 Nov 2002 12:51:47 -0800 (PST) Received: from mail6.sea.registeredsite.com (mail6.sea.registeredsite.com [66.111.73.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F7E43E42 for ; Wed, 13 Nov 2002 12:51:47 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail6.sea.registeredsite.com (8.12.5/8.12.5) with ESMTP id gADKpWqt012319 for ; Wed, 13 Nov 2002 15:51:36 -0500 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 asarian-host.net (8.11.0/8.11.0) id gADKpWr94925 for freebsd-questions@freebsd.org; Wed, 13 Nov 2002 21:51:32 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Wed, 13 Nov 2002 21:51:32 +0100 (CET) From: Mark Message-Id: <200211132051.GADKPVE94913@asarian-host.net> Date: Wed, 13 Nov 2002 21:51:25 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: restore question X-Trace: ydWIjhGLNcPt2RoX+ACcPJq0+nryMnJtFAlOhtYayp/njf91lPlQNHNZxzbmMmUx 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: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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 iQEVAwUAPdK7VDFqW1BleBN9AQGTIAf/RIlEMVhpyhFH8Nwt9i8xYEN1sgMZaFaC pzYbzCshIstYdbKfs9n33ZEPwShw8PCfU29qNKImjZyGlpYHnzL8Ti3dc9nZ4lqf AyX+dl4VSUL1ImB2Kvu0VawT3sOWMZwv4JiXr4/AK1F2m3mR/TarwzbPC0IAOt9N PEQQb6iaA5UiTK+9qMEcJb29fWqvoCdwOe3tV6azA9CkO60vKkuijQs1lxpSkYkN bOVYzAYNV0vBNsJxk0GuynYbO1QsIp+uJQC0HSHFBYlcnmLatx4nzwt1U0IoYXUe 03nNiA1aBapRy/UBtpmi200ZsTfz2T7kQmF3vmnoiq+vO7i3z54fkw== =YsC0 Sender: owner-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 made several full system backups (type "0") of all mount points (with "dump"). Assume, for instance, my /usr mount gets corrupted, and I need to do a full restore on it. How can this be done? The manual says, "The target file system should be made pristine with newfs(8)". But I bet you that I cannot just delete the /usr filesystem. At least not without causing my OS to stop functioning. So, how would I go about doing a full restore on /usr? Worse even, how do I safely restore the "/" filesystem? (should it ever become corrupted). Thanks - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13: 3:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37A937B401 for ; Wed, 13 Nov 2002 13:03:15 -0800 (PST) Received: from rekin.go2.pl (rekin2.go2.pl [212.126.20.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D59E43E75 for ; Wed, 13 Nov 2002 13:03:14 -0800 (PST) (envelope-from kosabsd@o2.pl) Received: by rekin.go2.pl (Mailer_v2.01, from userid 502) id 08C60207044; Wed, 13 Nov 2002 22:03:12 +0100 (CET) To: FreeBSD-questions@freebsd.org Cc: From: Date: Wed, 13 Nov 2002 22:03:11 Subject: =?iso-8859-2?Q?make=20installworld=20problem=20-=20Error=20code=2071?= Reply-To: kosabsd@o2.pl Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Mailer: first3.pl WebMailv2.02. Usluga Poczty Elektronicznej dla o2.pl X-Priority: 3 X-MSMail-Priority: Normal X-Originator: 212.160.45.112 Message-Id: <20021113210312.08C60207044@rekin.go2.pl> Sender: owner-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 have FreeBSD 4.6-RC. I cvsuped to RELENG_4. I did: make buildworld - ok. make buildkernel KERNCONF=KKK- ok make installkernel KERNCONF=KKK - ok. But make installworld gave me an error: ........ ........ ===> usr.bin/passwd [ ! -e /usr/bin/passwd ] || chflags noschg /usr/bin/passwd || true [ ! -e /usr/bin/yppasswd ] || chflags noschg /usr/bin/yppasswd || true install -s -o root -g wheel -m 4555 passwd /usr/bin install -o root -g wheel -m 444 passwd.1.gz /usr/share/man/man1 /usr/share/man/man1/yppasswd.1.gz -> /usr/share/man/man1/passwd.1.gz /usr/bin/yppasswd -> /usr/bin/passwd chflags schg /usr/bin/passwd ===> usr.bin/paste install -s -o root -g wheel -m 555 paste /usr/bin install -o root -g wheel -m 444 paste.1.gz /usr/share/man/man1 ===> usr.bin/pathchk install -s -o root -g wheel -m 555 pathchk /usr/bin *** Error code 71 Stop in /usr/src/usr.bin/pathchk. *** Error code 1 Stop in /usr/src/usr.bin. *** 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. What does it mean? Thanks for help. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:25:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5979D37B401 for ; Wed, 13 Nov 2002 13:25:45 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFE743E75 for ; Wed, 13 Nov 2002 13:25:44 -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 gADLPdFk074899 for ; Wed, 13 Nov 2002 13:25:39 -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 gADLPdfu074896 for ; Wed, 13 Nov 2002 13:25:39 -0800 (PST) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Wed, 13 Nov 2002 13:25:39 -0800 (PST) From: Philip Hallstrom To: freebsd-questions@FreeBSD.ORG Subject: Re: Complete lockup when using Compact Flash via ATA mode. (followup) In-Reply-To: <20021111172014.A96391-100000@cypress.adhesivemedia.com> Message-ID: <20021113132410.F63641-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 All - I got ahold of a USB external card reader and was able to write as much as I wanted to the card with both w2k and freebsd. This would make me believe there's a bug in the servers BIOS or something since when it's installed FreeBSD sees it as a typical IDE harddrive. Are my assumptions correct? -philip On Mon, 11 Nov 2002, Philip Hallstrom wrote: > Hi - > I'm not sure I've got my terminology exactly right, but here's my > problem. I've got a small server that has a compact flash card slot > built-in so that it appears as a standard hard drive (the BIOS sees it as > HDD2 and FreeBSD as /dev/ad2). I'm trying to install FreeBSD onto this > drive from source cvsupped a day or two ago. > > However, part way through (and it's never at the same place) the entire > machine completely locks up. No messages to the console, nothing in log > files, zip. But the entire machine is completely frozen. > > Once I had it happen while doing a "rm -rf *" in the directory I'd mounted > it to. > > However, I've also used rawio to write a 220 meg file (the card is 256 and > freebsd says there's 222 available) without problems and set it to > randomly write 1 meg files all night long and it was still up in the > morning. > > So my question is do I have a flaky flash card? Or a bad controller of > some sort? Or something else? > > And is there any way to figure out what it is (without purchasing more > cards :) or map around the "bad spot" or? > > Server info: http://www.nexcom.com/product/ebc/ebs1569/1569ps.htm > > Thanks all! > > -philip > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Nov 13 13:30:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C922337B404 for ; Wed, 13 Nov 2002 13:30:06 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED7A43E7B for ; Wed, 13 Nov 2002 13:30:06 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id IAA18476; Wed, 13 Nov 2002 08:37:55 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gADGbvOS022003; Wed, 13 Nov 2002 08:37:57 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gADGbuDB022002; Wed, 13 Nov 2002 08:37:56 -0800 (PST) From: Archie Cobbs Message-Id: <200211131637.gADGbuDB022002@arch20m.dellroad.org> Subject: Re: XFree86 can't allocate colors on 4.7-RELEASE In-Reply-To: <20021113065731.GB1988@zaptillion.net> To: Ken Wills Date: Wed, 13 Nov 2002 08:37:56 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > +++ Archie Cobbs [12/11/02 13:23 -0800]: > > I recently upgraded an IBM A20m laptop to 4.7-RELEASE and it appears > > that the new version of the X server is broken. > > > > The problem is that applications can no longer allocate colors... e.g.: > > See below, the default colors are installed as /usr/X11R6/lib/X11/rgb.txt, did you cut and > paste ;-) > > > Section "Files" > > RgbPath "/usr/X11R6/lib/X11/rgb" > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changing the ColorDepth seemed to fix the problem. That line was auto-generated by XF86Config. It does seem wrong though, because the file is named "rgb.txt", not "rgb". But it seems to work now. So ... ? not sure what that means. Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:30:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094C037B417 for ; Wed, 13 Nov 2002 13:30:08 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D878843E7B for ; Wed, 13 Nov 2002 13:30:06 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id WAA14781; Tue, 12 Nov 2002 22:01:15 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gAD61ROS020077; Tue, 12 Nov 2002 22:01:27 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gAD61Q0C020076; Tue, 12 Nov 2002 22:01:26 -0800 (PST) From: Archie Cobbs Message-Id: <200211130601.gAD61Q0C020076@arch20m.dellroad.org> Subject: Re: XFree86 can't allocate colors on 4.7-RELEASE In-Reply-To: <20021112232319.47285c93.flynn@energyhq.homeip.net> To: Miguel Mendez Date: Tue, 12 Nov 2002 22:01:26 -0800 (PST) Cc: Archie Cobbs , freebsd-questions@FreeBSD.org, paulbeard@mac.com X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Tue, 12 Nov 2002 13:23:10 -0800 (PST) > > I recently upgraded an IBM A20m laptop to 4.7-RELEASE and it appears > > that the new version of the X server is broken. > > No, it isn't, the problem is that you're running at 8bit colour depth, > hence, the problems with colour allocation. Change the default colour > depth to 16 or 24, that should fix it. Either by starting X with 'startx > -- -bpp 16' or by editing the config file. > > Here's the relevant part of the log... > ----- > (II) Setting vga for screen 0. > (==) ATI(0): Chipset: "ati". > (==) ATI(0): Depth 8, (==) framebuffer bpp 8 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Thanks! That fixes it. Now I got all the colors and the log shows: (**) ATI(0): Depth 24, (--) framebuffer bpp 32 (--) Depth 24 pixmap format is 32 bpp But, um, was this supposed to be obvious? :-) My (wrong) intuition thought that using fewer bits per pixel would mean less memory required, thus helping things out, or something... Anyway, thanks mucho for the help! -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:34:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367FB37B401 for ; Wed, 13 Nov 2002 13:34:27 -0800 (PST) Received: from smtp-1.indo.net.id (smtp-1.indo.net.id [202.159.32.91]) by mx1.FreeBSD.org (Postfix) with SMTP id ED82043E42 for ; Wed, 13 Nov 2002 13:34:23 -0800 (PST) (envelope-from 4meli4@indo.net.id) Received: (qmail 9824 invoked from network); 14 Nov 2002 04:34:13 +0700 Received: from smtp.indo.net.id (202.159.32.81) by smtp-1.indo.net.id with SMTP; 14 Nov 2002 04:34:13 +0700 Received: (qmail 21116 invoked from network); 13 Nov 2002 21:34:00 -0000 Received: from ip-digital-tc-157.indo.net.id (HELO Pentium) (202.159.21.157) by smtp.indo.net.id with SMTP; 13 Nov 2002 21:34:00 -0000 From: "Amelia" <4meli4@indo.net.id> To: questions@freebsd.org Subject: BUKAN SEKEDAR UANG !! X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Reply-To: 4meli4@indo.net.id Date: Wed, 13 Nov 2002 16:21:35 +0700 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20021113213423.ED82043E42@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 Dear Netter, Maaf mengganggu waktu anda sejenak, kalau anda keberatan silahkan di Delete saja. Kami ingin mengajak anda meluangkan waktu 1 - 2 jam/hari untuk mengembangkan usaha milik anda sendiri, dengan modal yang relatif kecil, produk nya barang konsumsi yang memungkinkan terjadinya omset tiap bulan nya. Harga produk nya terjangkau oleh segala lapisan masyarakat, dari Rp. 2.900,- - Rp.255.000,- Ada 12 macam bonus yang dapat anda peroleh melalui bisnis ini, disamping keuntungan langsung dari penjualan produk antara 10 - 25%. Tidak mustahil seseorang bisa memperoleh bonus Rp. 30.000.000,- - Rp.50.000.000,-/bln Melalui bisnis ini bukan hanya sekedar uang yang akan anda peroleh, karena dengan misi dan falsafah nya Hidup adalah untuk saling mengasihi dan melayani, maka kita akan sukses karena membantu orang lain untuk sukses. Bukan hanya bisnis, tapi kesiapan sikap mental sumber daya manusia yang lebih di utamakan Untuk bergabung, silahkan klik URL sbb: http://didit.issweet.net Terima kasih atas waktunya. Rgds, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:38: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DCA37B401 for ; Wed, 13 Nov 2002 13:38:05 -0800 (PST) Received: from elisha.daleco.biz (cdm-66-92-15-cart.cox-internet.com [66.76.92.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B16543E42 for ; Wed, 13 Nov 2002 13:38:01 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable ([192.168.0.250]) by elisha.daleco.biz (8.12.6/8.12.4) with SMTP id gADLboFN000617; Wed, 13 Nov 2002 15:37:54 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <008601c28b5c$b35f3b10$fa00a8c0@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: "Jason Borkowsky" , References: Subject: Re: Recompiling kernel and buildworld problems Date: Wed, 13 Nov 2002 15:36:13 -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.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 From: "Jason Borkowsky" To: Sent: Wednesday, November 13, 2002 2:18 PM Subject: Recompiling kernel and buildworld problems > I am trying to both update my kernel sources with the latest patches by > using cvsup and also rebuild my kernel. I am following the EXACT > instructions in the FreeBSD handbook, but can't get anything to work. > Anybody have any idea why. > > For updating the kernel with the latest sources, I configured and ran > cvsup and got all updates successfully (I am going from RELENG_4_6_2 > to RELENG_4_6-p4). I then remove all files under /usr/obj, cd to /usr/src, > and run a "make buildworld" as in the handbook. When I do this, I get the > following error: > > gen-perf.o: In function Gen_Perf::Gen_Perf()': > gen-perf.o(.text+0x195): undefined reference to _Unwind_Resume' > > main.o: In function main': > main.o(.text+0x6c): undefined reference to _Unwind_Resume' > main.o(.eh_frame+0x12): undefined reference to __gxx_personality_v0' > options.o(.eh_frame+0x11): undefined reference to __gxx_personality_v0' > read-line.o: In function Read_Line::readln_aux(int)': > read-line.o(.text+0xb8): undefined reference to operator new[](unsigned)' > read-line.o(.eh_frame+0x11): undefined reference to __gxx_personality_v0' > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/gperf. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Then, if I go to rebuild my kernel instead, I follow what they have in the > handbook again: > > # cd /usr/src > # make buildkernel KERNCONF=/usr/src/sys/i386/conf/MYKERNEL > >>> ERROR: Missing kernel configuration file(s) > (/usr/src/sys/i386/conf/MYKERNEL). > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > # more /usr/src/sys/i386/conf/MYKERNEL > > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.43 2002/05/23 17:04:01 > obrien Exp $ > > machine i386 > cpu I686_CPU > ident TCPNS > maxusers 32 > ...etc... > Doublecheck your cvs tags in the supfile and try again. As for 2nd issue, methinks the kernel gets built from the source code under /usr/obj during buildworld...............mergemaster sequence..... Kevin Kinsey DaleCo, S.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:41:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3917437B404 for ; Wed, 13 Nov 2002 13:41:07 -0800 (PST) Received: from smtp1.eunet.yu (smtp1.EUnet.yu [194.247.192.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D89143E77 for ; Wed, 13 Nov 2002 13:41:05 -0800 (PST) (envelope-from pcmaster@EUnet.yu) Received: (from root@localhost) by smtp1.eunet.yu (8.11.6/8.11.6) id gADLewh28135 for freebsd-questions@FreeBSD.org.KAV; Wed, 13 Nov 2002 22:40:58 +0100 Received: from guliver (P-6.182.eunet.yu [213.240.6.182]) by smtp1.eunet.yu (8.11.6/8.11.6) with ESMTP id gADLetE27273 for ; Wed, 13 Nov 2002 22:40:55 +0100 From: Tibor Selesi Reply-To: pcmaster@EUnet.yu To: freebsd-questions@FreeBSD.org Subject: Error code 1 in make depend (kernel) Date: Wed, 13 Nov 2002 22:36:46 +0100 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Message-Id: <200211132231.25397.pcmaster@EUnet.yu> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_APAJ0TDCXMQYEWCRVND1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_APAJ0TDCXMQYEWCRVND1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I wanted to compile my newly reconfigured kernel and the make command can= not=20 finish. An error interrupts it. What is wrong? The best thing is that I can't make depend the GENERIC kernel either!!!??= ? Can you help me? What am I doing wrong? I'm sendig my kernel confguration. I'm looking forward to hearing from you. Thank you. Yours sincerely, Tibor Selesi --------------Boundary-00=_APAJ0TDCXMQYEWCRVND1 Content-Type: text/plain; charset="us-ascii"; name="MYKERNEL" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="MYKERNEL" # # GENERIC -- Generic kernel configuration file for FreeBSD/alpha # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../i386/conf/LINT configuration file. # If you are in doubt as to the purpose or necessity of a line, check first # in LINT. Please note that this is the i386 LINT, but it still contains # valuable info for alpha too # # For hardware specific information check HARDWARE.TXT # # $FreeBSD: src/sys/alpha/conf/GENERIC,v 1.71.2.19 2002/03/27 21:09:22 wilko Exp $ machine alpha cpu EV4 cpu EV5 ident MYKERNEL maxusers 0 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported options API_UP1000 # UP1000 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, NoName options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options DEC_EB64PLUS # EB64+, AlphaPC64, Aspen Alpine, etc options DEC_2100_A50 # AlphaStation 200, 250, 255, 400 options DEC_2100_A500 # AlphaServer 2000, 2100, 2100A options DEC_KN20AA # AlphaStation 500, 600 options DEC_ST550 # Personal Workstation 433, 500, 600 options DEC_ST6600 # XP1000, DP264, DS20, DS10, family options DEC_3000_300 # DEC3000/300* Pelic* family options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family options DEC_1000A # AlphaServer 1000, 1000A, 800 options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) options DEC_KN300 # AlphaServer 4100 (Rawhide), 1200 (Tincup) options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root device options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies # Standard busses device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices #device esp # 53C94 & friends, not CAM-ified device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers device amr # AMI MegaRAID device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # real time clock device mcclock0 at isa? port 0x70 # Serial (COM) ports device sio0 at isa? port IO_COM1 irq 4 device sio1 at isa? port IO_COM2 irq 3 flags 0x50 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device txp # 3Com 3cR990 (``Typhoon'') #device le # Lance # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support #device dc # DEC/Intel 21143 and workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device wx # Intel Gigabit Ethernet Card (``Wiseman'') #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback #pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying/(translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support # (if you add any USB devices to this list, they must be added to the Alpha # section of src/release/scripts/dokern.sh) device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da0 device ums # Mouse # USB Ethernet device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet # SoundCard support device pcm --------------Boundary-00=_APAJ0TDCXMQYEWCRVND1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:42:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D4837B401 for ; Wed, 13 Nov 2002 13:42:40 -0800 (PST) Received: from tcpns.com (dsl-64-192-239-221.telocity.com [64.192.239.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F1343E77 for ; Wed, 13 Nov 2002 13:42:39 -0800 (PST) (envelope-from jcborkow@tcpns.com) Received: from localhost (localhost [127.0.0.1]) by tcpns.com (8.12.6/8.12.3) with ESMTP id gADLgHiC049708; Wed, 13 Nov 2002 16:42:26 -0500 (EST) (envelope-from jcborkow@tcpns.com) Date: Wed, 13 Nov 2002 16:42:17 -0500 (EST) From: Jason Borkowsky To: "Kevin D. Kinsey, DaleCo, S.P." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Recompiling kernel and buildworld problems In-Reply-To: <008601c28b5c$b35f3b10$fa00a8c0@DaleCoportable> 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 > Doublecheck your cvs tags in the supfile and try again. > As for 2nd issue, methinks the kernel gets built from the source > code under /usr/obj during buildworld...............mergemaster > sequence..... That may explain the second. As for the first, my tag is RELENG_4_6, and it downloaded a lot of files (took about 45 minutes for the download to finish), so it seems to be a valid tag. Let me know if I can supply any more info. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 13:54:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE34337B401 for ; Wed, 13 Nov 2002 13:54:25 -0800 (PST) Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B76C43E4A for ; Wed, 13 Nov 2002 13:54:25 -0800 (PST) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com ([192.168.7.8] helo=corten8) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 18C0Nr-0005Dv-00; Wed, 13 Nov 2002 08:28:55 -0800 Date: Wed, 13 Nov 2002 08:42:22 -0800 (PST) From: Bill Schoolcraft X-X-Sender: bill@corten8 To: Nathan Kinkade Cc: freebsd-questions@FreeBSD.ORG Subject: Re: D-Link DWL-650 In-Reply-To: <20021113160341.GF72253@sub21-156.member.dsl-only.net> Message-ID: System-ID: [en] (I; Linux i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 13 Nov 2002 it looks like Nathan Kinkade composed: > On Tue, Nov 12, 2002 at 11:06:59PM -0900, Damien Hull wrote: > > > On Sun, 2002-11-10 at 10:32, Warren Block wrote: > > > Off-list reply... > > > > > > > I've got a Toshiba Tecra 700CT that I would like to connect to a > > > > wireless network. The wireless card I have is a D-Link DWL-650. > > > > > > This card works fine on my Tecra 8000. Make sure you don't have the > > > DWL-650A, which is Cardbus. This card worked on my Toshiba-1715. It's a triple booted laptop with win2k, linux and freebsd-4.2.6 and it was the linux OS that caused some issues, it needed the latest 3.20 pcmcia card package or it would run faster than 300k on a 1.2mb network. I also have an Orinoco Gold card working on that laptop in all 3 OS's. -- |<----------------------"Word-Wrap-At-72-Please"---------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com/raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14: 7: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF1C37B404 for ; Wed, 13 Nov 2002 14:07:07 -0800 (PST) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3067743E7B for ; Wed, 13 Nov 2002 14:07:00 -0800 (PST) (envelope-from q@uni.de) Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30]) by wrzx35.rz.uni-wuerzburg.de (8.8.8/8.8.8/uniwue-MM-1.05) with ESMTP id XAA09979 for ; Wed, 13 Nov 2002 23:06:57 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by virusscan.rz.uni-wuerzburg.de (Postfix) with ESMTP id B904F553 for ; Wed, 13 Nov 2002 23:06:56 +0100 (CET) Received: from wrzx07.rz.uni-wuerzburg.de (wrzx07.rz.uni-wuerzburg.de [132.187.1.7]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id A87DF55E for ; Wed, 13 Nov 2002 23:06:56 +0100 (CET) Received: from frodo.galgenberg.net (galgenberg.net [132.187.222.250]) by wrzx07.rz.uni-wuerzburg.de (Postfix) with SMTP id 7EAB66A1 for ; Wed, 13 Nov 2002 23:06:56 +0100 (CET) Received: (qmail 16491 invoked from network); 13 Nov 2002 22:06:56 -0000 Received: from gb-007.galgenberg.net (HELO roadrunner) (132.187.222.7) by galgenberg.net with SMTP; 13 Nov 2002 22:06:56 -0000 From: "Ulrich 'Q' Spoerlein" To: "Matthew N. Dodd" Cc: , Subject: Re: NVidia - Games Date: Wed, 13 Nov 2002 23:06:56 +0100 Organization: Hier koennte Ihre Werbung stehen! Message-ID: References: <20021113050248.I35807-100000@sasami.jurai.net> In-Reply-To: <20021113050248.I35807-100000@sasami.jurai.net> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Wed, 13 Nov 2002 05:05:42 -0500 (EST), you wrote: >On Tue, 12 Nov 2002, Ulrich 'Q' Spoerlein wrote: >> try to run /usr/compat/linux/sbin/ldconfig -m > >That ususally gets run at boot if the linux_enable=YES is set in >/etc/rc.conf. Since the installer adds this option it would make sense to >have the installer run ldconfig as well. I'll send a patch off to NVIDIA. you should probably try this one: /usr/compat/linux/sbin/ldconfig -m /usr/compat/linux/usr/lib or something like that To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14:15:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937E037B401 for ; Wed, 13 Nov 2002 14:15:25 -0800 (PST) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E9543E4A for ; Wed, 13 Nov 2002 14:15:24 -0800 (PST) (envelope-from lefty@ene.asda.gr) Received: from ene.asda.gr (lefty.ene.asda.gr [193.92.118.162]) (authenticated bits=0) by ene.asda.gr (8.12.6/8.12.6) with ESMTP id gADMFD4c028602; Thu, 14 Nov 2002 00:15:19 +0200 (EET) (envelope-from lefty@ene.asda.gr) Message-ID: <3DD2CF16.4F5DDE74@ene.asda.gr> Date: Thu, 14 Nov 2002 00:15:50 +0200 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: conrads@cox.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Port managment References: Content-Type: text/plain; charset=iso-8859-7 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 Conrad Sabatier wrote: > > On 08-Nov-2002 Lefteris Tsintjelis wrote: > > Conrad Sabatier wrote: > >> > >> On 08-Nov-2002 Lefteris Tsintjelis wrote: > >> > Just to sum it up for the archives > >> > > >> > Conrad Sabatier wrote: > >> >> > >> >> On 07-Nov-2002 Lefteris Tsintjelis wrote: > >> >> > Hi, > >> >> > > >> >> > I have acrually a few questions: > >> >> > > >> >> > 1) How can I find ports that do not depend in any other ports? > >> >> > >> >> pkg_info -ar > >> > > >> > Or, a very nice port (/usr/ports/sysutils/pkg_tree) I just found. It > >> > does the same job with better on screen results. It can even display > >> > dependencies of the dependencies in a nice graphical tree. > >> > > >> > pkg_tree -v > >> > >> Interesting. I'll have to have a look at that. > >> > >> >> > 2) How can I find files that are unused by any port? > >> >> > >> >> /usr/ports/Tools/scripts/check_consistency > >> > > >> > I think /usr/ports/Tools/scripts/consistency-check examines modified > >> > files within /usr/local/bin only. > >> > > >> >> or > >> >> > >> >> pkg_which file(s) > >> > > >> > A better way to examine files in any path would be to use pkg_which -v > >> > Something like "find -type f | xargs pkg_which -v | > >> > fgrep '?'" would check against any port in any path. > >> > >> Well, yes, I didn't elaborate any further on this one. Just wanted to > >> point you in the right direction. :-) > > > > Yes, I believe you did. :-) > > > >> >> > 3) How can I find modified files? > >> >> > >> >> pkg_info -ag > >> >> > >> >> > 4) How can I find missing port files? > >> >> > >> >> Need some clarification as to what you mean. > >> > > >> > I think your previous answer covers this one as well. I meant if any > >> > of > >> > the already installed port files are missing. "pkg_info -ag" displays > >> > results of any modified/missing port files. > >> > Is there a way to also check the system (/bin /sbin ...) for > >> > modified/missing/extra files? > >> > >> man mtree > > > > That certainly takes care of that too! > > > >> >> > 5) _AND_ (yes finally) How can I find missing port dependencies? > >> >> > >> >> pkg_info -I $(pkg_info -arq | cut -d ' ' -f 2) > >> > > >> > I am not sure here if the results are any missing port dependencies. I > >> > get a multiple list of the ports that are already installed. > >> > >> Well, the idea here is that if a package is missing, an error message > >> will > >> be displayed. Perhaps a better way to run this would be: > >> > >> pkg_info -I $(pkg_info -arq | cut -d ' ' -f 2) >/dev/null > >> > >> So only any errors will actual display. > > > > I see. There is also a nice sysutil port /usr/ports/sysutils/libchk. It > > checks almost any shared libraries links. I guess that about sums it up. > > Using the above commands, you could check almost everything in your file > > system. Great job, thanks. The idea here is to always be able to check > > the > > whole system against minor data corruption problems or accidental > > deletes or unknown files and file modifications. Is there anything else > > I might be missing? > > I recently hacked together a little script to check for stale symbolic > links: > > #!/bin/sh > # > # Check symbolic links to make sure they're valid pointers > > if [ $# -eq 0 ] > then > root=/ > else > root="$(realpath $1)" > fi > > IFS=$(echo -e "\n") > > find "$root" -type l | while read link > do > echo -n Checking "$link..." > lp="$(readlink "$link")" > if [ ! -e "$lp" ] && [ ! -e "$(dirname "$link")/$lp" ] > then > echo Bad link: "$link" -- "$lp" does not exist > else > echo OK > fi > done There is also another way. You might want to check out this port called symlinks (/usr/ports/sysutils/symlinks). It can check out links as simple as: symlinks -r / | grep ^dangling It can change absolute/messy links to relative, delete dangling links, recurse into subdirs and shorten lengthy links. :-) All in one! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14:16:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D520237B401 for ; Wed, 13 Nov 2002 14:16:09 -0800 (PST) Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA2443E6E for ; Wed, 13 Nov 2002 14:16:09 -0800 (PST) (envelope-from shawn@cpl.net) Received: from TECH1 ([63.169.72.21]) by luke.cpl.net (8.11.3/8.11.3) with SMTP id gADMKVq68986 for ; Wed, 13 Nov 2002 14:20:31 -0800 (PST) Message-ID: <02b601c28b61$789cdd70$1548a93f@TECH1> From: "Shawn Ramsey" To: References: <200211132051.GADKPVE94913@asarian-host.net> Subject: perl 5.8 port Date: Wed, 13 Nov 2002 14:10:21 -0800 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Making Digest::MD5 (dynamic) Writing Makefile for Digest::MD5 cp MD5.pm ../../../lib/Digest/MD5.pm /raid/usr/ports/lang/perl5.8/work/perl-5.8.0/miniperl "-I../../../lib" "-I../../ ../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap -ty pemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK - DHAS _FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe -DVER SION =\"2.20\" -DXS_VERSION=\"2.20\" -DPIC -fPIC "-I../../.." MD5.c MD5.xs: In function `XS_Digest__MD5_md5': MD5.xs:645: `dowarn' undeclared (first use in this function) MD5.xs:645: (Each undeclared identifier is reported only once MD5.xs:645: for each function it appears in.) *** Error code 1 Stop in /raid/usr/ports/lang/perl5.8/work/perl-5.8.0/ext/Digest/MD5. *** Error code 1 Stop in /raid/usr/ports/lang/perl5.8/work/perl-5.8.0. *** Error code 1 This is what happens when I try to compile the perl 5.8 port... same thing happens when compiling perl modules, it exits with similar type errors. Anyone have any idea what might be wrong? This is a recently upgraded machine to 4.7-STABLE, and upgraded all the ports... any ideas? Most of the perl module ports compile, but if I try the same thing from source, they fail. If anyone wants to see an example, i'll post 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 Nov 13 14:16:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C76037B401 for ; Wed, 13 Nov 2002 14:16:17 -0800 (PST) Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168143E6E for ; Wed, 13 Nov 2002 14:16:16 -0800 (PST) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-26-247.txucom.net [209.34.26.247]) by primus.vsservices.com (8.12.6/8.12.5) with SMTP id gADLvmVP083884; Wed, 13 Nov 2002 15:57:49 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Wed, 13 Nov 2002 15:58:05 -0600 From: GB Clark To: freebsd-questions@FreeBSD.ORG, aaron.siegel@attbi.com Subject: Re: X Remotely on a Win2k Box Message-Id: <20021113155805.2943c501.gclarkii@vsservices.com> In-Reply-To: <200211122200.02593.aaron.siegel@attbi.com> References: <000301c28aae$f353c050$1500a8c0@dogbert> <200211122200.02593.aaron.siegel@attbi.com> X-Mailer: Sylpheed version 0.8.5 (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 Tue, 12 Nov 2002 22:00:02 -0700 Aaron J Siegel wrote: > Hello > I do not believe you can run kde remotely, you can run kde applications, > from the ssh shell > $ xhost (remote system) (this is not secure xauth is more secure) > $ kmail -display system:0& > will display kmail on your system. > > If you want the entire kde environment you will want to use VNC this is > available in the port collection (net/vnc) and at the following link for the > windows client. > > http://www.uk.research.att.com/vnc/ If KDE can not be used on a remote X server, then it's broken. It looks like all he wants is to use the 2k box as a X terminal. X was designed to do this. VNC is NOT the way to go with this, unless your on a highspeed LAN, it is glacial. > On Tuesday 12 November 2002 17:52, Brian McCann wrote: > > Hi all...I tried searching through the archives to find some > > help...but there was WAY to much returned. So...here's my question. I > > need to be able to open an X session (complete with KDE and all) from a > > Win2k Box. I've got Xmanager for Win2k, and I can connect and get an > > xterm session via ssh, but when I type startx, it starts up X on the > > console. I would have thought it would have grabbed the name/number of > > the display I was currently logged into to send the output to. Anyone > > know how I can do this, or a good site with a how-to? > > > > Thanks, > > --Brian Have you setup XDM on the master server? How about letting the master server know that the 2k box is allowed to connect to XDM? Try looking on google for setting up an X terminal (which is all your trying to do here). GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14:24:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F123337B401 for ; Wed, 13 Nov 2002 14:24:54 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AB543E3B for ; Wed, 13 Nov 2002 14:24:54 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 90CFEEE571; Wed, 13 Nov 2002 14:24:48 -0800 (PST) Message-ID: <03f801c28b63$7a2da4b0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: , "FreeBSD Questions" References: <03c701c28b42$94efc880$6e2a6ba5@tagalong> <20021113183850.GI72253@sub21-156.member.dsl-only.net> Subject: Re: vi Error - Permission Denied - SOLVED Date: Wed, 13 Nov 2002 14:24:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: "Nathan Kinkade" To: "FreeBSD Questions" Sent: Wednesday, November 13, 2002 10:38 AM Subject: Re: vi Error - Permission Denied > On Wed, Nov 13, 2002 at 10:29:19AM -0800, Drew Tomlinson wrote: > > I've decided to try and wean myself off ee and move to vi. I have two > > boxes, both running 4.7-RELEASE-p1. On one, I tried the following > > logged on with normal user privileges: > > > > blacklamb> vi practice > > ex/vi: Error: Unable to create temporary file: Permission denied > > > > A google search on this error suggests that permissions are not set > > correctly on /var/tmp and /var/tmp/vi.recover so I check them and they > > appear to be OK. > > > > blacklamb# ls -ld /var/tmp > > drwxrwxrwt 3 root wheel 512 Nov 13 08:45 /var/tmp > > > > blacklamb# ls -ld /var/tmp/vi.recover > > drwxrwxrwt 2 root wheel 512 Nov 10 12:22 /var/tmp/vi.recover > > > > So I check my other system and the permissions are the same, yet I can > > use vi logged on with normal privledges. Any ideas on what is wrong > > here? > > > > Thanks, > > > > Drew > > >From the vi manpage: > "directory, dir [environment variable TMPDIR, or /tmp] > The directory where temporary files are created." > > Try an `ls -l /` and check the mode of /tmp.....also try an > `echo $TMPDIR` and see if it is set, and if so, what it points to. Thanks for nudging me in the right direction. On the machine that couldn't run vi, /tmp was a symlink to /usr/tmp, not /var/tmp. Thus I was not comparing apples to apples. I copies the contents of /usr/tmp to /var/tmp and created the appropriate symlink. Everything works now. Thanks again, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14:28:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043ED37B401 for ; Wed, 13 Nov 2002 14:28:48 -0800 (PST) Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB5243E42 for ; Wed, 13 Nov 2002 14:28:46 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.184.186]) by tomts6-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021113222845.TFSI3342.tomts6-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 13 Nov 2002 17:28:45 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id gADMW4U11831; Wed, 13 Nov 2002 17:32:04 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <01a801c28b64$073f88f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <200211132231.25397.pcmaster@EUnet.yu> Subject: Re: Error code 1 in make depend (kernel) Date: Wed, 13 Nov 2002 17:28:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hello, > I wanted to compile my newly reconfigured kernel and the make command cannot > finish. An error interrupts it. What is wrong? What is the error message? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 14:47:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2733337B401 for ; Wed, 13 Nov 2002 14:47:20 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E4943E4A for ; Wed, 13 Nov 2002 14:47:19 -0800 (PST) (envelope-from fozekizer@attbi.com) Received: from hume ([12.210.153.247]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20021113223831.FNDR24365.rwcrmhc51.attbi.com@hume>; Wed, 13 Nov 2002 22:38:31 +0000 From: "Charles Pelletier" To: , Subject: RE: Error code 1 in make depend (kernel) Date: Wed, 13 Nov 2002 16:34:18 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200211132231.25397.pcmaster@EUnet.yu> 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 Hello, I wanted to compile my newly reconfigured kernel and the make command cannot finish. An error interrupts it. What is wrong? The best thing is that I can't make depend the GENERIC kernel either!!!??? Can you help me? What am I doing wrong? I'm sendig my kernel confguration. I'm looking forward to hearing from you. Thank you. Yours sincerely, Tibor Selesi ---------------------------------- Could be lots of things. Could be a memory issue, hardware problems, basic lack of space, etc etc. Send the error and send any logs. BTW, what were you trying to do to the kernel? Hard to see when you've only sent GENERIC. Send your custom kernel. ==charles pelletier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 15:12:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA6B37B401 for ; Wed, 13 Nov 2002 15:12:49 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8CB43E3B for ; Wed, 13 Nov 2002 15:12:48 -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.6/8.12.6) with ESMTP id gADNCa3f063482; Thu, 14 Nov 2002 12:12:36 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id gADNCa86063481; Thu, 14 Nov 2002 12:12:36 +1300 (NZDT) (envelope-from jonc) Date: Thu, 14 Nov 2002 12:12:36 +1300 From: Jonathan Chen To: Toomas Aas Cc: questions@FreeBSD.ORG Subject: Re: unexpected && in sh scripts after upg to 4.7 Message-ID: <20021113231235.GA63427@grimoire.chen.org.nz> References: <200211131907.gADJ7UR02908@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211131907.gADJ7UR02908@lv.raad.tartu.ee> 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, Nov 13, 2002 at 09:05:58PM +0200, Toomas Aas wrote: > Hello! > > Given the latest security advisory about 'resolv', I decided to upgrade > my FreeBSD 4.6.1-RELEASE-p10 server to 4.7-RELEASE-p1 via the usual > cvsup and buildworld magic. > > Everything else seems to have gone fine, but to my surprise after > upgrading two of the ports using scripts in /usr/local/etc/rc.d to > start didn't. One of them is MySQL server. It is started via > /usr/local/etc/rc.d/mysql-server.sh script, which looks like this: > > ----------------------------------------------------------------------- > #!/bin/sh > > case "$1" in > start) > if [ -x /usr/local/bin/safe_mysqld ]; then > # THE BELOW IS ACTUALLY ALL ON ONE LINE > /usr/local/bin/safe_mysqld --user=mysql > /dev/null & && echo -n > 'mysqld' > # THE ABOVE IS ACTUALLY ALL ON ONE LINE > fi > ;; > > ----------------------------------------------------------------------- Upgrade your mysql-port. The & && construct is illegal; the newer port fixes this. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 15:27: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7269B37B401 for ; Wed, 13 Nov 2002 15:27:02 -0800 (PST) Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0B343E75 for ; Wed, 13 Nov 2002 15:27:01 -0800 (PST) (envelope-from fuzzy@pooh.ASARian.org) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.12.6/8.12.6) with ESMTP id gADNPuSa030400; Wed, 13 Nov 2002 18:25:56 -0500 (EST) (envelope-from fuzzy@pooh.ASARian.org) Date: Wed, 13 Nov 2002 18:25:56 -0500 (EST) From: Fuzzy To: Mark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: restore question In-Reply-To: <200211132051.GADKPVE94913@asarian-host.net> Message-ID: X-No-Archive: Yes Organization: ASARian Inc. 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, 13 Nov 2002, Mark wrote: > Worse even, how do I safely restore the "/" filesystem? (should it ever > become corrupted). The last time I needed to do that, I booted to the Fixit system on CD2 and used the tools there to newfs/restore from backup. Fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 15:38:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434F437B401 for ; Wed, 13 Nov 2002 15:38:16 -0800 (PST) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3719C43E7B for ; Wed, 13 Nov 2002 15:38:14 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id gADNbwD25357; Wed, 13 Nov 2002 17:37:58 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20021113173756.010b2eb0@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 13 Nov 2002 17:37:56 -0600 To: Jonathan Chen , Toomas Aas From: "Jack L. Stone" Subject: Re: unexpected && in sh scripts after upg to 4.7 Cc: questions@FreeBSD.ORG In-Reply-To: <20021113231235.GA63427@grimoire.chen.org.nz> References: <200211131907.gADJ7UR02908@lv.raad.tartu.ee> <200211131907.gADJ7UR02908@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:12 PM 11.14.2002 +1300, Jonathan Chen wrote: >On Wed, Nov 13, 2002 at 09:05:58PM +0200, Toomas Aas wrote: >> Hello! >> >> Given the latest security advisory about 'resolv', I decided to upgrade >> my FreeBSD 4.6.1-RELEASE-p10 server to 4.7-RELEASE-p1 via the usual >> cvsup and buildworld magic. >> >> Everything else seems to have gone fine, but to my surprise after >> upgrading two of the ports using scripts in /usr/local/etc/rc.d to >> start didn't. One of them is MySQL server. It is started via >> /usr/local/etc/rc.d/mysql-server.sh script, which looks like this: >> >> ----------------------------------------------------------------------- >> #!/bin/sh >> >> case "$1" in >> start) >> if [ -x /usr/local/bin/safe_mysqld ]; then >> # THE BELOW IS ACTUALLY ALL ON ONE LINE >> /usr/local/bin/safe_mysqld --user=mysql > /dev/null & && echo -n >> 'mysqld' >> # THE ABOVE IS ACTUALLY ALL ON ONE LINE >> fi >> ;; >> >> ----------------------------------------------------------------------- > >Upgrade your mysql-port. The & && construct is illegal; the newer port >fixes this. >-- >Jonathan Chen >---------------------------------------------------------------------- ...or, more simply: just remove the "&&" from both lines "start" and "stop" in the script.... will start and stop just fine then. 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 Nov 13 15:43:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7276437B404 for ; Wed, 13 Nov 2002 15:43:30 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542F543E75 for ; Wed, 13 Nov 2002 15:43:29 -0800 (PST) (envelope-from richard@radecom.nl) Received: from w1 (baestie.xs4all.nl [213.84.191.44]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with SMTP id gADNh6PB065459 for ; Thu, 14 Nov 2002 00:43:21 +0100 (CET) From: "R. Zoontjens" To: Subject: RE: restore question Date: Thu, 14 Nov 2002 00:50:42 +0100 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 > On Wed, 13 Nov 2002, Mark wrote: > > > Worse even, how do I safely restore the "/" filesystem? (should it ever > > become corrupted). > > The last time I needed to do that, I booted to the Fixit system > on CD2 and used the tools there to newfs/restore from backup. But what to do if you did your dumps to tape and the fixit disk does not have the right tapedriver? one would like to be able to restore the tape-dumps... You build a custom boot disk with a custom kernel (Handbook). That's what I tried. But: the MINI kernel doesn't fit on the disk, and I stripped it a -lot- :( (my 4.7 MINI kernel is still about 1.2M with ATA-tape drivers) So Now I'm looking at making a custom Live-cd (http://livecd.sourceforge.net/) Probably I'll have a look at PicoBSD as well Maybe someone has a better suggestion? --- Met vriendelijke groet / with kind regards, R.J. Zoontjens ____ __ / __ \____ _____/ /_/ _________ ____ ___ / /_/ / __ `/ __ / _ \/ ___/ __ \/ __ `__ \ / _, _/ /_/ / /_/ / __/ /__/ /_/ / / / / / / /_/ |_|\__,_/\__,_/\___/\___/\____/_/ /_/ /_/ Dit bericht kan vertrouwelijke informatie bevatten. Indien u niet de geadresseerde van dit bericht bent, verzoeken wij u dit bericht te vernietigen zonder van de inhoud kennis te nemen en de inhoud ervan niet te gebruiken, niet te kopieren en niet onder derden te verspreiden. This message may contain information which is privileged or confidential. If you are not the named addressee of this message please destroy it without reading, using, copying or disclosing its contents to any other person. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 15:49:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1242137B401 for ; Wed, 13 Nov 2002 15:49:47 -0800 (PST) Received: from lax-gate3.raytheon.com (lax-gate3.raytheon.com [199.46.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5F143E7B for ; Wed, 13 Nov 2002 15:49:45 -0800 (PST) (envelope-from darlene@water.rsc.raytheon.com) Received: from ds02w00.directory.ray.com (ds02w00.directory.ray.com [147.25.146.118]) by lax-gate3.raytheon.com (8.12.5/8.12.5) with ESMTP id gADNnYDm026977; Wed, 13 Nov 2002 15:49:34 -0800 (PST) Received: from ds02w00.directory.ray.com (root@localhost) by ds02w00.directory.ray.com (8.12.1/8.12.1) with ESMTP id gADNnUPB006886; Wed, 13 Nov 2002 15:49:31 -0800 (PST) Received: from water.rsc.raytheon.com (water.RSC.RAYTHEON.COM [147.17.211.95]) by ds02w00.directory.ray.com (8.12.1/8.12.1) with ESMTP id gADNnTjb006880; Wed, 13 Nov 2002 15:49:29 -0800 (PST) Received: from nomads.rsc.raytheon.com (nomads [147.17.211.112]) by water.rsc.raytheon.com (8.8.8+Sun/8.8.8) with SMTP id PAA17620; Wed, 13 Nov 2002 15:09:21 -0800 (PST) Received: by nomads.rsc.raytheon.com (SMI-8.6/SMI-SVR4) id PAA07772; Wed, 13 Nov 2002 15:09:21 -0800 Date: Wed, 13 Nov 2002 15:09:21 -0800 From: darlene@water.rsc.raytheon.com (Darlene Choontanom X45478 BSYS) Message-Id: <200211132309.PAA07772@nomads.rsc.raytheon.com> To: dnelson@allantgroup.com Subject: Re: fcntl(xx, F_SETLK64, zz) ?? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -In the last episode (Nov 12), Darlene Choontanom X45478 BSYS said: -> Background: I'm running FreeBSD 4.4 on a file server we set up -> earlier this year in the hopes of relieving some of the load from our -> Solaris server. Currently we have mostly Sun clients, and a few -> Redhat clients. -> -> Problem: one of the big CAD applications we run hangs if a) it is -> in- stalled on the FreeBSD server, or b) if any of the user accounts -> that call it is located on the FreeBSD machine. -> -> After banging our heads into various different walls over a couple of -> months, we narrowed it down to the fact that this application makes a -> lot of (unnecessary?) NFS file locking calls. -> -> >From Sun clients, it hangs on the call: -> -> fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...) -> -> >From Redhat clients, it hangs on the call: -> -> fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES (Permission denied) -> -> We did talk to the CAD vendor about this, and they swear they've removed -> all NFS file locking. However, there seem to be a few that they've missed. -> Is this/are these options/commands supported anywhere under FreeBSD, and if -> not, could it? - -Try enabling the locking daemons on the server by adding these lines to -rc.conf and rebooting. Note that on FreeBSD 4.* this only provides -server-side locking (if the machine tries to lock a remote NFS file it -will always succeed immediately), but that seems to be all you need -anyway. - -rpc_lockd_enable="YES" -rpc_statd_enable="YES" - -You can test to see if this will fix your proglem without rebooting by -running rpc.statd and rpc.lockd, then running your CAD program again. It WORKS!!! ITWORKSITWORKSITWORKS!! Oh, THANKYOUthankyouthankyouthankyou!!! I'm calm. Really. Darlene --- darlene@water.rsc.raytheon.com Raytheon Company To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 15:54: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D6B37B401 for ; Wed, 13 Nov 2002 15:54:03 -0800 (PST) Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A8D43E3B for ; Wed, 13 Nov 2002 15:54:02 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.184.186]) by tomts17-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021113235402.GYCZ1531.tomts17-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 13 Nov 2002 18:54:02 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id gADNvJU12019; Wed, 13 Nov 2002 18:57:20 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <020901c28b6f$f0b241c0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "R. Zoontjens" , References: Subject: Re: restore question Date: Wed, 13 Nov 2002 18:54:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > On Wed, 13 Nov 2002, Mark wrote: > > > > > Worse even, how do I safely restore the "/" filesystem? (should it ever > > > become corrupted). > > > > The last time I needed to do that, I booted to the Fixit system > > on CD2 and used the tools there to newfs/restore from backup. > > But what to do if you did your dumps to tape and the fixit disk does not > have the right tapedriver? > one would like to be able to restore the tape-dumps... I've run into a problem like this before. What I ended up doing was just doing a bare-bones network install on the system without newfs'ing the file systems, brought the system up and built a custom kernel with the right drivers, rebooted and then was able to clean up from the mess. > You build a custom boot disk with a custom kernel (Handbook). That's what I > tried. But: the MINI kernel doesn't fit on the disk, and I stripped it > a -lot- :( (my 4.7 MINI kernel is still about 1.2M with ATA-tape drivers) If you post your MINI kernel, I'm sure someone could find something to remove that would save space. Making a general statement, I've seen people trying to make custom boot disks for rescue purposes but keeping things like usb support, smp support, or netgraph stuff around. Although this stuff may normally be in the custom kernel used on the machine, it's usually never neccessary for rescue purposes. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 16: 3: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4A737B401 for ; Wed, 13 Nov 2002 16:03:00 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35FC43E7B for ; Wed, 13 Nov 2002 16:02:58 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0E17451902; Thu, 14 Nov 2002 10:32:57 +1030 (CST) Date: Thu, 14 Nov 2002 10:32:57 +1030 From: Greg 'groggy' Lehey To: Dave McCammon Cc: freebsd-questions@freebsd.org Subject: Re: lukemftp in inetd.conf Message-ID: <20021114000257.GB2349@wantadilla.lemis.com> References: <20021113203652.8720.qmail@web14805.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113203652.8720.qmail@web14805.mail.yahoo.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 [Format recovered--see http://www.lemis.com/email/email-format.html] $Id$ string wrapped over two lines. On Wednesday, 13 November 2002 at 12:36:52 -0800, Dave McCammon wrote: > What happened to the lukemftpd option in inetd.conf? > (version below) > $FreeBSD: src/etc/inetd.conf,v 1.44.2.16 2002/11/12 17:32:47 obrien Exp $ From the commit log: revision 1.44.2.16 date: 2002/11/12 17:32:47; author: obrien; state: Exp; lines: +0 -1 MFC: disable lukemftpd until it better does the FreeBSD-thing. 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 16:13:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2355337B401 for ; Wed, 13 Nov 2002 16:13:10 -0800 (PST) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3601B43E42 for ; Wed, 13 Nov 2002 16:13:09 -0800 (PST) (envelope-from aowi67@dsl.pipex.com) Received: from Halle (81-86-96-182.dsl.pipex.com [81.86.96.182]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 055A216007427; Thu, 14 Nov 2002 00:12:30 +0000 (GMT) Message-ID: <4113-220021141401258715@Halle> To: "Dyslexia Screening" From: "Phil Teare" Subject: Dyslexia screening Date: Thu, 14 Nov 2002 00:12:58 -00 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 Hello, I'd like to take this chance to let you know about Instines the Smart Comp= uter-based Dyslexia Screening=2E FREE evaluation CD-ROMs will only be avai= lable until Feb 2003=2E So if you think you're interested read on=2E=20 It's main aim is to enable professionals with or without specialist traini= ng to quickly, cost effectively, but most of all accurately screen teens a= nd adults for dyslexia=2E It's pioneering use of artificial intelligence m= akes supervision simple, and the diagnosis extremely accurate (currently 9= 8% +/- 2% concurrent with an educational psychologist)=2E=20 The subtests are designed to be both highly indicative of dyslexic traits,= and very user friendly=2E But don't take my word for it, try it your self= =2E Simply reply to this email with your postal address, and we'll send you a = free evaluation CD for use on all MS windows platforms=2E=20 Kind regards, Phil Teare www=2EArtificialRelevance=2Ecom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 16:20: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35FD37B401 for ; Wed, 13 Nov 2002 16:20:07 -0800 (PST) Received: from madscience.volumen.net (hickey52.micro-mania.net [208.32.118.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035A643E4A for ; Wed, 13 Nov 2002 16:20:07 -0800 (PST) (envelope-from shane@howsyournetwork.com) Received: from [10.252.238.73] (daneel.volumen.net [10.252.238.73]) by madscience.volumen.net (8.11.6/8.11.6) with ESMTP id gAE0K1n17991 for ; Wed, 13 Nov 2002 17:20:01 -0700 Subject: 9th field in ipmon logs From: Shane Hickey 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: 13 Nov 2002 17:20:00 -0700 Message-Id: <1037233201.12898.11.camel@daneel.volumen.net> 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 Howdy all, I just replaced my Cisco PIX 506 firewall with a 5/66 FreeBSD box and I'm feeling fine. I'm wading through the logs generated by ipmon and I need to know where i can get some in-depth answers on the 9th field (tcp flags and such). The man page explains a little bit and then refers you to the manpage for ipf.conf. Well, I don't have any such manpage. Or if I do, I'm blind. Anyway, I understand the tcp flags part, but what are the numbers that come afterwards? For example, I'm guessing that an entry ending with "-A 972648548 385190336 53352 IN" is an ACK packet, but what do those numbers stand for? The IN is because it is an inbound packet? Next I need to get my FreeBSD box to talk IPSec 3DEC to a Cisco PIX 525. Can anyone give any pointers in that direction? Thanks, Shane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Nov 13 16:37:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A7A37B401 for ; Wed, 13 Nov 2002 16:37:45 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F2243E42 for ; Wed, 13 Nov 2002 16:37:44 -0800 (PST) (envelope-from richard@radecom.nl) Received: from w1 (baestie.xs4all.nl [213.84.191.44]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with SMTP id gAE0bR4r072375 for ; Thu, 14 Nov 2002 01:37:35 +0100 (CET) From: "R. Zoontjens" To: Subject: RE: restore question Date: Thu, 14 Nov 2002 01:45:03 +0100 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: <020901c28b6f$f0b241c0$1200a8c0@gsicomp.on.ca> 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 Matthew Emmerton wrote: > If you post your MINI kernel, I'm sure someone could find something to > remove that would save space. Below is my MINI kernel and my dmesg output. PS: I need my raid (amr) driver and the ATA tape driver (see dmesg). I tried to leave out as much as possible but sometimes I would get compile errors and had to put the lines back in. MINI KERNEL ----------- # # MINI -- Minimal kernel configuration file for FreeBSD/i386 machine i386 cpu I686_CPU ident MINI maxusers 2 #options INET #InterNETworking options FFS #Berkeley Fast Filesystem #options FFS_ROOT #FFS usable as root device [keep this!] options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options USERCONFIG #boot -c editor device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device mpt # LSI-Logic MPT/Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device iir # Intel Integrated RAID #device mly # Mylex AcceleRAID/eXtremeRAID #device ciss # Compaq SmartRAID 5* series # RAID controllers device amr # AMI MegaRAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) #device lpt # Printer #device ppi # Parallel port interface device # PCI Ethernet NICs. #device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'') # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback #pseudo-device ether # Ethernet support pseudo-device gzip #extra ---- 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: Fri Oct 25 16:12:09 CEST 2002 root@fs1.localhost:/usr/src/sys/compile/RADECOM Timecounter "i8254" frequency 1193182 Hz CPU: Pentium 4 (1799.81-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff,ACC> real memory = 134152192 (131008K bytes) config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> q avail memory = 125706240 (122760K bytes) Preloaded elf kernel "kernel" at 0xc04be000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc04be09c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fc320 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 em0: port 0xecc0-0xecff mem 0xfe100000-0xfe11ffff irq 10 at device 2.0 on pci0 em0: Speed:100 Mbps Duplex:Full amr0: mem 0xfeb00000-0xfeb0ffff irq 5 at device 4.0 on pci0 amr0: Firmware 6.61, BIOS 1.01, 16MB RAM pci0: at 8.0 atapci0: port 0x8b0-0x8bf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 irq 0 at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ohci0: mem 0xfe120000-0xfe120fff irq 3 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered isab0: at device 15.3 on pci0 isa0: on isab0 pcib1: on motherboard pci1: on pcib1 pcib2: on motherboard pci2: on pcib2 orm0: